@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 720px;
  --breakpoint-md: 993px;
  --breakpoint-lg: 1100px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

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

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

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

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

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

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

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

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

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

 .container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; } 
  @media (min-width: 720px) {
    .container {
      max-width: 992px; } }
  @media (min-width: 993px) {
    .container {
      max-width: 993px; } }
  @media (min-width: 1100px) {
    .container {
      max-width: 1100px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1280px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

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

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

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

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

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

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

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

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

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 720px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      /* display: inline-block; */
      width: auto;
      /* vertical-align: middle; */
      }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

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

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

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

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

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

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

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

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

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

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

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

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    }

.collapse:not(.show) {
  /* display: none; */
  }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

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

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

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

.dropdown-menu-right {
  right: 0;
  left: auto; }

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

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

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

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

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

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

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

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

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

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

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

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

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

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

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

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

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

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

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

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

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

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

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

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

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

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

@media (min-width: 720px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

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

@media (min-width: 993px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

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

@media (min-width: 1100px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

@media (min-width: 1280px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 16px; }
  @media (min-width: 720px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -16px;
      margin-left: -16px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 16px;
        margin-bottom: 0;
        margin-left: 16px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 16px; }
  @media (min-width: 720px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

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

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

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

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

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

.breadcrumb-item.active {
  color: #6c757d; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

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

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

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

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

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

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

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

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

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

.btn .badge {
  position: relative;
  top: -1px; }

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

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit; }

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

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

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

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

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

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

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

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

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

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

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

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

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

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

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

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

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

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

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

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

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

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

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

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

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

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

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

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    /* transform: translate(0, -25%);*/
    }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

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

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

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

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

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

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

@media (min-width: 720px) {
  .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

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

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

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

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

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

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

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

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

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

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

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

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

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

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

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

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

.border-secondary {
  border-color: #6c757d !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

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

.align-items-stretch {
  align-items: stretch !important; }

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

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

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

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

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 720px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 993px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1100px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-secondary {
  color: #6c757d !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* This file contain Mixins */
/*
 * Code for below : mixin defination for all view point including 1920
 */
/*
 * Code for below : mixin defination for all view point including 1920
 */
/*mixin for ie*/
/* @include transition(all,2s,ease-out); */
/* stylelint-disable */
/* stylelint-enable */
.h8 {
  height: 8px; }

.h16 {
  height: 16px; }

.h30 {
  height: 30px; }

.w16 {
  width: 16px; }

.w80 {
  width: 80px; }

.w150 {
  width: 150px; }

.w160 {
  width: 160px; }

.w250 {
  width: 250px; }

.w300 {
  width: 300px; }

.btn:active {
  outline: none !important;
  box-shadow: none !important; }

/* stylelint-disable-line */
/* stylelint-disable-line */
/* stylelint-disable-line */
.grey-bg {
  background-color: #f8f8f8; }

@font-face {
  font-family: "dcu-iconset";
  src: url("/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/fonts/icons-v2/dcu-iconset.eot");
  src: url("/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/fonts/icons-v2/dcu-iconset.eot?#iefix") format("embedded-opentype"), url("/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/fonts/icons-v2/dcu-iconset.woff2") format("woff2"), url("/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/fonts/icons-v2/dcu-iconset.woff") format("woff"), url("/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/fonts/icons-v2/dcu-iconset.ttf") format("truetype"), url("/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/fonts/icons-v2/dcu-iconset.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "dcu-icon";
  src: url("/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/fonts/icons-v5/dcu-iconset.eot");
  src: url("/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/fonts/icons-v5/dcu-iconset.eot?#iefix") format("embedded-opentype"), url("/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/fonts/icons-v5/dcu-iconset.woff2") format("woff2"), url("/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/fonts/icons-v5/dcu-iconset.woff") format("woff"), url("/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/fonts/icons-v5/dcu-iconset.ttf") format("truetype"), url("/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/fonts/icons-v5/dcu-iconset.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  font-weight: 400;
  text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.35; }

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

img,
svg {
  vertical-align: top; }

button,
input,
select,
textarea {
  font-family: inherit; }

::selection {
  background-color: #960000;
  color: #ffffff; }

small {
  font-size: 0.84rem;
  line-height: 1.134rem;
  /* Medium devices (desktops, 641px and up) */
  margin-bottom: 0.29rem;
  display: inline-block; }
  @media only screen and (min-width: 993px) {
    small {
      font-size: 0.84rem;
      line-height: 1.134rem; } }
  small.title {
    text-transform: uppercase;
    margin-bottom: 0.86rem;
    display: block; }

p {
  margin: 0 0 1.14rem; }
  p:last-child {
    margin: 0; }
  p.large {
    font-size: 1.2rem;
    line-height: 1.62rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      p.large {
        font-size: 1.2rem;
        line-height: 1.62rem; } }

hr {
  display: block;
  margin: 2em 0;
  border: 0;
  padding: 0;
  height: 1px;
  border-top: 1px solid #eff0f1; }
  hr.dotted {
    margin: 2rem 1.6rem;
    border-top: 1px dashed #eff0f1; }

.hidden {
  display: none !important; }

/* link */
a {
  transition: color 300ms ease-in-out;
  position: relative; }
  a[href^="tel"], a[href^="tel"]:hover, a[href^="tel"]:visited {
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      a[href^="tel"], a[href^="tel"]:hover, a[href^="tel"]:visited {
        /*pointer-events: none;*/
        cursor: default;
        color: #01675b; } }
  a:hover {
    text-decoration: underline; }
  a.suffix {
    padding-right: 1.57rem; }
  a.prefix {
    padding-left: 1.57rem; }

body {
  margin: 0;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: #ffffff;
  font-family: "Nunito Sans", sans-serif; }

.v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-main:active,
a.skip-main:focus,
a.skip-main:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 0;
  background-color: #ffffff; }

/* ---Containers--- */
.container-xl {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto; }

@media only screen and (min-width: 1560px) {
  .container,
  .hero-banner-slider .slick-dots {
    max-width: 1440px !important; } }

.btn-tilt {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  border-radius: 0;
  outline: none; }
  .btn-tilt:before {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 20em;
    height: 20em;
    transform: rotate(45deg);
    position: absolute;
    top: -15em;
    right: -3.2em;
    z-index: -1; }
  .btn-tilt:hover:before {
    background-color: rgba(255, 255, 255, 0.7); }

a {
  color: #1b1b1b;
  font-weight: 500; }
  a:hover, a:focus {
    color: #3a3a3a;
    -webkit-transition: all 0.35s ease-in 0s;
    -moz-transition: all 0.35s ease-in 0s;
    -ms-transition: all 0.35s ease-in 0s;
    -o-transition: all 0.35s ease-in 0s;
    transition: all 0.35s ease-in 0s; }

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.no-scroll .sticky {
  position: relative; }

.heading-caption {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 3rem;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .heading-caption {
      max-width: 100%;
      margin-bottom: 2.57rem; } }
  .heading-caption:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.71rem;
    background: #04aa84;
    width: 4.29rem;
    height: 0.29rem;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .heading-caption:after {
        height: 0.21rem;
        width: 2.29rem;
        bottom: -0.86rem; } }
  .heading-caption h3, .heading-caption h2 {
    font-size: 2.71rem;
    color: #3a3a3a;
    font-weight: 300;
    margin: 0;
    line-height: 3rem;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .heading-caption h3, .heading-caption h2 {
        line-height: 2rem;
        font-size: 2rem;
        font-weight: 300;
        margin: 0; } }
  .heading-caption p {
    font-size: 1.29rem;
    color: #3a3a3a;
    font-weight: 400;
    line-height: 1.57rem;
    margin-top: 0.86rem;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .heading-caption p {
        font-size: 1rem;
        line-height: 1.29rem; } }

.no-scroll {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  height: 100%; }

.col-md-1.hidden-md {
  display: none; }

.pad0 {
  padding: 0; }

/* mobiles and tablets */
@media only screen and (max-width: 992px) {
  .hidden-sm {
    display: none !important; } }

.lt-grey-bg {
  background-color: #f8f8f8; }

.btn-as-text {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer; }

.loader {
  position: absolute;
  width: 100%;
  background: #ffffff;
  display: none;
  z-index: 99999;
  top: 7.29rem;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .loader {
      top: 10.29rem; } }
  .loader:before {
    content: "";
    width: 8.57rem;
    height: 8.57rem;
    border: 8px solid #f0f0f1;
    border-top: 8px solid #068765;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    position: absolute;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 480px) {
      .loader:before {
        width: 4.29rem;
        height: 4.29rem;
        border: 4px solid #f0f0f1;
        border-top: 4px solid #068765; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.scrolled-td-table-wrapper::-webkit-scrollbar {
  width: 0.43rem;
  height: 0.43rem;
  background-color: #eff0f1; }

.scrolled-td-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 0.43rem;
  background-color: #cccccc; }

.root {
  position: relative; }

.show-d {
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .show-d {
      display: none !important; } }

.show-m {
  display: none !important;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .show-m {
      display: inline-block !important; } }

.mob-video {
  display: none !important;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 720px) {
    .mob-video {
      display: block !important; } }

.desk-video {
  display: block !important;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 720px) {
    .desk-video {
      display: none !important; } }

.negative-text-indent {
  text-indent: -7142.79rem; }

/* stylelint-disable */
[data-icon-dcu]:before {
  font-family: "dcu-icon" !important;
  content: attr(data-icon-dcu);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon__"]:before,
[class*=" icon__"]:before {
  font-family: "dcu-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline; }

.icon {
  margin-right: 1rem;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1;
  /* &__dcu-calculator:before {
        content: "\6d";
    } */
  /* &__dcu-footer-chat:before {
        content: "\62";
    } */
  /* &__dcu-footer-email:before {
        content: "\63";
    } */
  /* &__dcu-footer-location:before {
        content: "\64";
    } */
  /* &__dcu-footer-phoneno:before {
        content: "\65";
    } */
  /* &__dcu-hamburger:before {
        content: "\72";
    } */
  /* &__dcu-lock:before {
        content: "\66";
    } */
  /* &__dcu-login:before {
        content: "\67";
    } */
  /* &__dcu-minus-large:before {
        content: "\75";
    } */
  /* &__dcu-minus-medium:before {
        content: "\76";
    } */
  /* &__dcu-minus-small:before {
        content: "\77";
    } */
  /* &__dcu-plus-large:before {
        content: "\7a";
    } */
  /* &__dcu-plus-medium:before {
        content: "\41";
    } */
  /* &__dcu-plus-small:before {
        content: "\42";
    } */
  /* &__dcu-readarticle:before {
        content: "\44";
    } */
  /* &__dcu-right-arrow:before {
        content: "\45";
    } */
  /*  &__dcu-search:before {
        content: "\68";
    } */
  /* &__dcu-video:before {
        content: "\48";
    } */
  /* &__dcu-cross-large:before {
        content: "\49";
    } */
  /* &__dcu-left-arrow:before {
        content: "\4a";
    } */ }
  .icon__dcu-cross:before {
    content: "\61"; }
  .icon__dcu-down-arrow:before {
    content: "\6e"; }
  .icon__dcu-download:before {
    content: "\6f"; }
  .icon__dcu-explore:before {
    content: "\70"; }
  .icon__dcu-global:before {
    content: "\71"; }
  .icon__dcu-help:before {
    content: "\73"; }
  .icon__dcu-image:before {
    content: "\74"; }
  .icon__dcu-nonfunctional-timer:before {
    content: "\78"; }
  .icon__dcu-notification-bell:before {
    content: "\79"; }
  .icon__dcu-ratingstar:before {
    content: "\43"; }
  .icon__dcu-socialmedia-fb:before {
    content: "\69"; }
  .icon__dcu-socialmedia-instagram:before {
    content: "\6a"; }
  .icon__dcu-socialmedia-twitter:before {
    content: "\6b"; }
  .icon__dcu-socialmedia-youtube:before {
    content: "\6c"; }
  .icon__dcu-success:before {
    content: "\46"; }
  .icon__dcu-user:before {
    content: "\47"; }
  .icon__dcu-block-quote-end:before {
    content: "\4b"; }
  .icon__dcu-block-quote-start:before {
    content: "\4c"; }
  .icon__dcu-up-arrow:before {
    content: "\4d"; }

[data-icon]:before {
  font-family: "dcu-iconset" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "dcu-iconset" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline; }

.icon {
  margin-right: 1rem;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1; }
  .icon-dcu-bell:before {
    content: "\61"; }
  .icon-dcu-calculator:before {
    content: "\62"; }
  .icon-dcu-cross-large:before {
    content: "\63"; }
  .icon-dcu-cross-small:before {
    content: "\64"; }
  .icon-dcu-footer-chat:before {
    content: "\65"; }
  .icon-dcu-footer-email:before {
    content: "\66"; }
  .icon-dcu-footer-location:before {
    content: "\67"; }
  .icon-dcu-footer-phoneno:before {
    content: "\68"; }
  .icon-dcu-hamburger:before {
    content: "\69"; }
  .icon-dcu-left-arrow:before {
    content: "\6a"; }
  .icon-dcu-lock:before {
    content: "\6b"; }
  .icon-dcu-login:before {
    content: "\6c"; }
  .icon-dcu-minus-large:before {
    content: "\6d"; }
  .icon-dcu-minus-medium:before {
    content: "\6e"; }
  .icon-dcu-minus-small:before {
    content: "\6f"; }
  .icon-dcu-plus-large:before {
    content: "\70"; }
  .icon-dcu-plus-medium:before {
    content: "\71"; }
  .icon-dcu-plus-small:before {
    content: "\72"; }
  .icon-dcu-readarticle:before {
    content: "\73"; }
  .icon-dcu-right-arrow:before {
    content: "\74"; }
  .icon-dcu-search:before {
    content: "\75"; }
  .icon-dcu-socialmedia-fb:before {
    content: "\76"; }
  .icon-dcu-socialmedia-instagram:before {
    content: "\77"; }
  .icon-dcu-socialmedia-twitter:before {
    content: "\78"; }
  .icon-dcu-socialmedia-youtube:before {
    content: "\79"; }
  .icon-dcu-video:before {
    content: "\7a"; }

.accordion {
  /* mobiles and tablets */ }
  .accordion--title {
    cursor: pointer;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .accordion--title {
        cursor: inherit; } }
    .accordion--title > a {
      display: block;
      text-decoration: none;
      font-weight: 700 !important; }
      .accordion--title > a::before {
        cursor: pointer;
        display: block;
        float: right !important;
        font-family: "dcu-iconset" !important;
        font-size: 0.57rem;
        content: "\6e";
        z-index: -1;
        padding-right: 0;
        /* Medium devices (desktops, 641px and up) */
        text-transform: none;
        /* mobiles and tablets */ }
        @media only screen and (min-width: 993px) {
          .accordion--title > a::before {
            padding-right: 5px;
            font-size: 0.8rem; } }
        @media only screen and (min-width: 993px) {
          .accordion--title > a::before {
            display: none; } }
      .accordion--title > a.collapsed::before {
        cursor: pointer;
        content: "\71"; }
      .accordion--title > a:hover, .accordion--title > a:active, .accordion--title > a:visited {
        text-decoration: none; }
  .accordion .dont-collapse-panel .accordion--title > a {
    cursor: inherit; }
    .accordion .dont-collapse-panel .accordion--title > a::before {
      display: none; }
    .accordion .dont-collapse-panel .accordion--title > a.collapsed::before {
      display: none; }
  .accordion .dont-collapse-panel .accordion--content {
    display: block !important;
    height: 100%; }
  @media only screen and (min-width: 993px) {
    .accordion .dont-collapse-md {
      display: block !important;
      height: 100%; } }

.login-form {
  max-width: 100%;
  width: 100%;
  background-color: #ffffff;
  color: #3a3a3a;
  position: fixed;
  top: 3.93rem;
  z-index: 110;
  display: none;
  /* Medium devices (desktops, 641px and up) */
  /* mobiles and tablets */
  /** Start: For Experience fragment **/
  /** End: For Experience fragment **/ }
  @media only screen and (min-width: 993px) {
    .login-form {
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
      top: 3.14rem;
      right: 5.71rem;
      max-width: 38.57rem; } }
  @media only screen and (max-width: 720px) {
    .login-form {
      height: 495px;
      overflow-y: none; } }
  .login-form.author-mode {
    position: relative;
    top: auto;
    right: auto;
    display: block; }
  .login-form .login-form-wraper {
    overflow-y: none;
    /* mobiles and tablets */
    /* mobiles and tablets */ }
    @media only screen and (max-width: 480px) {
      .login-form .login-form-wraper {
        height: 495px; } }
    @media only screen and (min-width: 480px) and (max-width: 720px) {
      .login-form .login-form-wraper {
        height: 285px; } }
    .login-form .login-form-wraper.top-notification-enabled {
      /* mobiles and tablets */ }
      @media only screen and (max-width: 480px) {
        .login-form .login-form-wraper.top-notification-enabled {
          height: 540px; } }
  .login-form__header {
    overflow: hidden;
    padding: 1.43rem 1.71rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .login-form__header {
        padding: 2.29rem 2.36rem 1.43rem 2.36rem;
        color: #1b1b1b; } }
    .login-form__header .close {
      opacity: 1;
      font-size: 0.86rem;
      letter-spacing: 1px;
      line-height: 0.86rem;
      position: relative;
      color: #1b1b1b; }
      .login-form__header .close:focus {
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .login-form__header .close:focus {
            outline: none; } }
      .login-form__header .close .icon-dcu-cross-large {
        color: #068765;
        font-size: 0.71rem;
        padding-left: 0.29rem; }
  .login-form__body {
    padding: 0 1.71rem 2.29rem 1.71rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .login-form__body {
        padding: 0 3.43rem 2.86rem 3.43rem; } }
    .login-form__body .btn-tilt {
      display: block;
      width: 100%;
      border: none;
      letter-spacing: 1px;
      font-weight: 600;
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */
      position: relative;
      color: #ffffff;
      background-color: #068765;
      min-width: 130px;
      font-size: 1rem;
      line-height: 1rem;
      padding: 1.29rem 2.86rem;
      overflow: hidden;
      z-index: 1; }
      @media only screen and (min-width: 993px) {
        .login-form__body .btn-tilt {
          width: auto;
          display: inline-block; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .login-form__body .btn-tilt {
          width: 35%; } }
      .login-form__body .btn-tilt:before {
        background-color: #fff;
        width: 1.79rem;
        height: 1.79rem;
        bottom: -0.86rem;
        right: -0.86rem;
        top: auto;
        position: absolute;
        z-index: -1;
        transform: rotate(45deg); }
      .login-form__body .btn-tilt:hover {
        color: #ffffff;
        opacity: 0.8;
        -webkit-transition: opacity 0.3s ease-out 0s;
        -moz-transition: opacity 0.3s ease-out 0s;
        -ms-transition: opacity 0.3s ease-out 0s;
        -o-transition: opacity 0.3s ease-out 0s;
        transition: opacity 0.3s ease-out 0s; }
  .login-form__footer {
    background-color: #eff0f1;
    padding: 1.71rem;
    overflow: hidden;
    /* mobiles and tablets */
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */ }
    @media only screen and (max-width: 480px) {
      .login-form__footer {
        padding: 1.86rem 1.71rem; } }
    @media only screen and (min-width: 993px) {
      .login-form__footer {
        min-height: 7.71rem;
        padding: 1.86rem 3.43rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .login-form__footer {
        padding: 1.86rem 4.14rem; } }
    .login-form__footer .link {
      position: relative;
      border: 2px solid #1b1b1b;
      color: #1b1b1b;
      padding: 1.07rem 2.14rem;
      margin-top: 0.71rem;
      display: block;
      font-weight: 600;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .login-form__footer .link {
          margin-top: -1.43rem;
          display: inline-block; } }
      .login-form__footer .link:after {
        content: "";
        background-color: #eff0f1;
        height: 1.79rem;
        width: 1.79rem;
        transform: rotate(45deg);
        bottom: -0.71rem;
        right: -0.71rem;
        display: inline-block;
        position: absolute; }
    .login-form__footer .btn-border-primary, .login-form__footer .community-carousel__item--content .btn-rt-chopped, .community-carousel__item--content .login-form__footer .btn-rt-chopped,
    .login-form__footer .reviews__item--content .btn-rt-chopped, .reviews__item--content .login-form__footer .btn-rt-chopped, .login-form__footer .people-shopped--btn-rt-chopped, .login-form__footer #modalAlert .btn-rt-chopped, #modalAlert .login-form__footer .btn-rt-chopped, .login-form__footer .generic-modal .btn-rt-chopped, .generic-modal .login-form__footer .btn-rt-chopped {
      vertical-align: bottom;
      float: none;
      /* Medium devices (desktops, 641px and up) */
      /* mobiles and tablets */ }
      @media only screen and (min-width: 993px) {
        .login-form__footer .btn-border-primary, .login-form__footer .community-carousel__item--content .btn-rt-chopped, .community-carousel__item--content .login-form__footer .btn-rt-chopped,
        .login-form__footer .reviews__item--content .btn-rt-chopped, .reviews__item--content .login-form__footer .btn-rt-chopped, .login-form__footer .people-shopped--btn-rt-chopped, .login-form__footer #modalAlert .btn-rt-chopped, #modalAlert .login-form__footer .btn-rt-chopped, .login-form__footer .generic-modal .btn-rt-chopped, .generic-modal .login-form__footer .btn-rt-chopped {
          float: right; } }
      .login-form__footer .btn-border-primary:after, .login-form__footer .community-carousel__item--content .btn-rt-chopped:after, .community-carousel__item--content .login-form__footer .btn-rt-chopped:after,
      .login-form__footer .reviews__item--content .btn-rt-chopped:after, .reviews__item--content .login-form__footer .btn-rt-chopped:after, .login-form__footer .people-shopped--btn-rt-chopped:after, .login-form__footer #modalAlert .btn-rt-chopped:after, #modalAlert .login-form__footer .btn-rt-chopped:after, .login-form__footer .generic-modal .btn-rt-chopped:after, .generic-modal .login-form__footer .btn-rt-chopped:after {
        background-color: #eff0f1; }
      @media only screen and (max-width: 480px) {
        .login-form__footer .btn-border-primary, .login-form__footer .community-carousel__item--content .btn-rt-chopped, .community-carousel__item--content .login-form__footer .btn-rt-chopped,
        .login-form__footer .reviews__item--content .btn-rt-chopped, .reviews__item--content .login-form__footer .btn-rt-chopped, .login-form__footer .people-shopped--btn-rt-chopped, .login-form__footer #modalAlert .btn-rt-chopped, #modalAlert .login-form__footer .btn-rt-chopped, .login-form__footer .generic-modal .btn-rt-chopped, .generic-modal .login-form__footer .btn-rt-chopped {
          float: left; } }
    .login-form__footer .not-member {
      width: 100%;
      max-width: 100%;
      display: block;
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 993px) {
        .login-form__footer .not-member {
          max-width: 14.29rem;
          display: inline-block; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .login-form__footer .not-member {
          max-width: 50%;
          display: inline-block;
          margin-right: 2.86rem; } }
      .login-form__footer .not-member p {
        font-size: 1rem;
        line-height: 1.29rem;
        display: inline-block;
        vertical-align: super;
        padding-bottom: 1.14rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .login-form__footer .not-member p {
            font-size: 1.14rem;
            line-height: 1.43rem; } }
  .login-form .form-signin {
    width: 100%;
    max-width: 444px;
    padding: 15px;
    margin: auto; }
    .login-form .form-signin .form-signin__title {
      margin-bottom: 1.71rem; }
      .login-form .form-signin .form-signin__title h3 {
        font-size: 1.29rem;
        line-height: 1.57rem;
        font-weight: bold;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .login-form .form-signin .form-signin__title h3 {
            font-size: 1.71rem;
            line-height: 2rem; } }
    .login-form .form-signin .forget-pass-link {
      margin-top: 1.71rem;
      font-size: 0.86rem;
      line-height: 1.14rem; }
      .login-form .form-signin .forget-pass-link a {
        color: #3a3a3a; }
        .login-form .form-signin .forget-pass-link a:hover {
          color: #1b1b1b;
          text-decoration: none; }
    .login-form .form-signin .form-label-group {
      position: relative;
      margin-bottom: 1.71rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .login-form .form-signin .form-label-group {
          margin-bottom: 2.29rem; } }
      .login-form .form-signin .form-label-group.mr-b-16 {
        margin-bottom: 1.14rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .login-form .form-signin .form-label-group.mr-b-16 {
            margin-bottom: 1.71rem; } }
      .login-form .form-signin .form-label-group > input,
      .login-form .form-signin .form-label-group > label {
        height: 3.125rem;
        padding: 0.75rem; }
      .login-form .form-signin .form-label-group .icon {
        position: absolute;
        top: 1.07rem;
        left: 1.14rem;
        font-size: 1rem;
        padding: 2px 0 0 0;
        color: #7f7f7f;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .login-form .form-signin .form-label-group .icon {
            font-size: 1.36rem; } }
      .login-form .form-signin .form-label-group > label {
        position: absolute;
        top: 0.21rem;
        left: 2.43rem;
        display: block;
        width: 85%;
        margin-bottom: 0;
        /* Override default `<label>` margin */
        line-height: 1.5;
        color: #7f7f7f;
        pointer-events: none;
        cursor: text;
        /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: 0.25rem;
        transition: all 0.1s ease-in-out;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .login-form .form-signin .form-label-group > label {
            font-size: 1.14rem;
            top: 0.43rem;
            left: 2.57rem; } }
      .login-form .form-signin .form-label-group input {
        height: 3.43rem;
        padding: 1.21rem 2.86rem 1.21rem 3.21rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .login-form .form-signin .form-label-group input {
            height: 4rem; } }
      .login-form .form-signin .form-label-group input::-webkit-input-placeholder {
        color: transparent; }
      .login-form .form-signin .form-label-group input:-ms-input-placeholder {
        color: transparent; }
      .login-form .form-signin .form-label-group input::-ms-input-placeholder {
        color: transparent; }
      .login-form .form-signin .form-label-group input::-moz-placeholder {
        color: transparent; }
      .login-form .form-signin .form-label-group input::placeholder {
        color: transparent; }
      .login-form .form-signin .form-label-group input:focus {
        border-color: #ced4da; }
      .login-form .form-signin .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: 0.25rem;
        border: 0.07rem solid #ced4da;
        color: #495057; }
      .login-form .form-signin .form-label-group input:not(:placeholder-shown) ~ label {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        font-size: 12px;
        color: #3a3a3a; }

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 109;
  background-color: transparent;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .modal-overlay {
      opacity: 0; } }

/* Fallback for Edge
  -------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none !important; }
  .form-label-group input::-ms-input-placeholder {
    color: #3a3a3a !important; } }

/* Fallback for IE
  -------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none !important; }
  .form-label-group input:-ms-input-placeholder {
    color: #3a3a3a !important; } }

.loginModalCheck {
  visibility: hidden;
  opacity: 0; }

.brand-header {
  font-family: "Nunito Sans", sans-serif;
  float: left;
  width: 100%;
  position: relative; }
  .brand-header .notification-bar {
    background-color: #3a3a3a;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.35rem;
    /* Medium devices (desktops, 641px and up) */
    padding-top: 0.71rem;
    padding-bottom: 0.71rem; }
    @media only screen and (min-width: 993px) {
      .brand-header .notification-bar {
        font-size: 1rem;
        line-height: 1.35rem; } }
    .brand-header .notification-bar a {
      text-decoration: none;
      color: #ffffff; }
    .brand-header .notification-bar:hover {
      color: #ffffff; }
    .brand-header .notification-bar .container {
      position: relative; }
      .brand-header .notification-bar .container .alert_close {
        color: #fff;
        position: absolute;
        right: 2.29rem;
        font-size: 1.43rem;
        cursor: pointer;
        margin-top: -0.29rem;
        padding: 0.29rem; }
  .brand-header--nav {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    text-align: right;
    float: left;
    width: 100%;
    min-height: auto;
    background: linear-gradient(to right, #eff0f1 86%, #068765 0%);
    background-color: transparent;
    overflow: hidden; }
    .brand-header--nav__primary {
      float: left;
      display: block; }
      .brand-header--nav__primary ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .brand-header--nav__primary ul li {
          list-style: none;
          display: inline-block;
          padding: 0.86rem 1.29rem;
          /* Medium devices (desktops, 641px and up) */
          /* Desktop with smaller resolution */
          /* Medium devices (desktops, 1100px and 1280) */ }
          @media only screen and (min-width: 993px) {
            .brand-header--nav__primary ul li {
              padding: 0.86rem 1.29rem 0.43rem; } }
          @media only screen and (min-width: 993px) and (max-width: 1100px) {
            .brand-header--nav__primary ul li {
              padding: 0.86rem 0.36rem 0.43rem; } }
          @media only screen and (min-width: 1100px) and (max-width: 1280px) {
            .brand-header--nav__primary ul li {
              padding: 0.86rem 0.57rem 0.43rem; } }
          .brand-header--nav__primary ul li a {
            color: #068765;
            text-transform: uppercase;
            text-decoration: none;
            letter-spacing: 0.04rem;
            font-weight: normal;
            font-size: 1rem;
            line-height: .5;
            text-align: center;
            display: inline-block;
            /* Medium devices (desktops, 641px and up) */ }
            .brand-header--nav__primary ul li a:hover {
              color: #068765;
              font-weight: 800; }
            .brand-header--nav__primary ul li a:after {
              display: block;
              content: attr(aria-label);
              font-weight: bold;
              height: 0;
              overflow: hidden;
              visibility: hidden;
              padding: 0 2px; }
            @media only screen and (min-width: 993px) {
              .brand-header--nav__primary ul li a {
                line-height: 1.5; } }
          .brand-header--nav__primary ul li:first-child {
            padding-left: 0; }
        .brand-header--nav__primary ul li.active a {
          color: #068765;
          font-weight: 800; }
    .brand-header--nav__secondary {
      display: inline-block;
      margin-top: 0.86rem;
      margin-left: -7.14rem;
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 993px) and (max-width: 1100px) {
        .brand-header--nav__secondary {
          margin-right: -2.86rem; } }
      .brand-header--nav__secondary ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .brand-header--nav__secondary ul li {
          list-style: none;
          display: inline-block;
          padding: 0 0.86rem;
          /* Desktop with smaller resolution */ }
          @media only screen and (min-width: 993px) and (max-width: 1100px) {
            .brand-header--nav__secondary ul li {
              padding: 0 0.43rem; } }
          .brand-header--nav__secondary ul li a {
            font-size: 1.14rem;
            line-height: 1.43rem;
            color: #3a3a3a;
            text-decoration: none; }
            .brand-header--nav__secondary ul li a:hover {
              color: #068765; }
          .brand-header--nav__secondary ul li:first-child a {
            font-weight: 800; }
          .brand-header--nav__secondary ul li.active a {
            color: #068765; }
        .brand-header--nav__secondary ul .seprator {
          display: inline-block;
          width: 0.11rem;
          height: 0.86rem;
          background-color: #04aa84;
          vertical-align: middle;
          margin: 0 0.29rem; }
    .brand-header--nav__tertiary {
      position: relative;
      font-size: 0;
      background-color: #068765;
      min-width: 12rem;
      margin-left: 5.86rem;
      display: inline-block; }
      .brand-header--nav__tertiary ul {
        list-style: none;
        margin: 0 0 0 0.43rem;
        padding: 0; }
        .brand-header--nav__tertiary ul li {
          list-style: none;
          display: inline-block;
          position: relative;
          padding: 0 1.71rem; }
          .brand-header--nav__tertiary ul li:last-child {
            padding-right: 0; }
          .brand-header--nav__tertiary ul li a {
            font-size: 1rem;
            line-height: normal;
            color: #ffffff;
            text-decoration: none;
            text-transform: uppercase;
            margin: 0.93rem 0;
            display: block;
            position: relative;
            letter-spacing: 0.04rem;
            font-weight: bold; }
            .brand-header--nav__tertiary ul li a:before {
              font-family: "dcu-iconset" !important;
              content: "\6c";
              text-transform: none !important;
              position: absolute;
              left: -22px;
              font-size: 1.14rem; }
          .brand-header--nav__tertiary ul li:first-child:after {
            content: "";
            width: 0.11rem;
            height: 1.14rem;
            background-color: #ffffff;
            position: absolute;
            right: 0.57rem;
            top: 30%; }
          .brand-header--nav__tertiary ul li:last-child a:before {
            font-family: "dcu-iconset" !important;
            content: "\75";
            text-transform: none !important;
            position: absolute;
            left: -22px;
            font-size: 1.14rem; }
      .brand-header--nav__tertiary:before {
        content: "";
        border-left: 45px solid transparent;
        border-bottom: 45px solid #068765;
        height: 47px;
        position: absolute;
        left: -45px;
        top: -1px; }
      .brand-header--nav__tertiary:after {
        content: "";
        width: 110px;
        height: 45px;
        background-color: #068765;
        position: absolute;
        right: -110px;
        top: 0;
        /* Devices (1560px) above */ }
        @media only screen and (min-width: 1560px) {
          .brand-header--nav__tertiary:after {
            display: none; } }
    .brand-header--nav .icon-dcu-hamburger {
      display: none;
      color: #171717;
      font-size: 1.71rem;
      margin-top: 0.86rem;
      cursor: pointer; }
    .brand-header--nav .nav-close-mob {
      position: absolute;
      right: -16px;
      background: #fff;
      display: none;
      z-index: 100;
      top: 0;
      width: 104px;
      height: 50px;
      text-align: right;
      padding: 14px 16px 0 0; }
      .brand-header--nav .nav-close-mob span {
        padding: 6px;
        display: inline-block;
        margin-top: -6px;
        margin-right: 6px;
        cursor: pointer; }
  .brand-header--navbar {
    float: left;
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    padding-top: 0.93rem;
    padding-bottom: 0.93rem;
    background-color: #ffffff;
    visibility: visible;
    min-height: auto; }
    .brand-header--navbar nav {
      width: 100%;
      float: left; }
      .brand-header--navbar nav .nav-brand {
        display: inline-block;
        vertical-align: middle; }
        .brand-header--navbar nav .nav-brand img {
          width: 8.86rem;
          height: 100%; }
      .brand-header--navbar nav .nav-brand-mobile {
        display: none; }
      .brand-header--navbar nav .mega-navigation--level-one {
        list-style: none;
        padding: 0;
        margin: 0 0 0 1.71rem;
        display: none;
        vertical-align: top;
        line-height: 0;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .brand-header--navbar nav .mega-navigation--level-one {
            display: inline-block;
            position: relative; } }
        .brand-header--navbar nav .mega-navigation--level-one li {
          list-style: none;
          display: inline-block;
          padding: 0 1.57rem;
          /* Desktop with smaller resolution */
          /* mobiles and tablets */ }
          @media only screen and (min-width: 993px) and (max-width: 1100px) {
            .brand-header--navbar nav .mega-navigation--level-one li {
              padding: 0 0.86rem; } }
          @media only screen and (max-width: 992px) {
            .brand-header--navbar nav .mega-navigation--level-one li {
              display: block;
              border-bottom: 1px solid #e2e1dd; } }
          .brand-header--navbar nav .mega-navigation--level-one li a {
            color: #3a3a3a;
            text-decoration: none;
            font-size: 1.43rem;
            line-height: 3.21rem;
            display: block;
            text-align: center;
            /* mobiles and tablets */ }
            @media only screen and (max-width: 992px) {
              .brand-header--navbar nav .mega-navigation--level-one li a {
                text-align: left;
                line-height: 3.71rem; } }
            .brand-header--navbar nav .mega-navigation--level-one li a:hover {
              font-weight: 800; }
            .brand-header--navbar nav .mega-navigation--level-one li a:after {
              display: block;
              content: attr(aria-label);
              font-weight: bold;
              height: 0;
              overflow: hidden;
              visibility: hidden;
              padding: 0 2px; }
          .brand-header--navbar nav .mega-navigation--level-one li:before {
            /* mobiles and tablets */ }
            @media only screen and (max-width: 992px) {
              .brand-header--navbar nav .mega-navigation--level-one li:before {
                font-family: "dcu-iconset" !important;
                content: "\74";
                text-transform: none !important;
                position: absolute;
                right: 0;
                top: 50%;
                color: #068765;
                display: block; } }
        .brand-header--navbar nav .mega-navigation--level-one li.active a {
          font-weight: 800; }
      .brand-header--navbar nav .mega-navigation--level-one.opened {
        display: block;
        position: absolute;
        top: 96px;
        background: #f8f8f7;
        left: 0;
        z-index: 10;
        margin: 0;
        width: 100%;
        visibility: visible;
        min-height: 100vh; }

/*For authoring mode in homepage */
.notification,
.headerGlobalNavigation,
.headerMegaNavigation,
.responsivegrid,
.footerNavigation,
.headerMegaNav,
.loginmodal_copy,
.footerContactUs,
.aem-GridColumn,
.footerPrivacyPolicy {
  float: left;
  width: 100%; }

.sticky-login {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  padding-top: 0.79rem;
  padding-bottom: 1.14rem;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .sticky-login {
      top: 0;
      right: 12px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .sticky-login {
      top: -1px; } }

.brand-header--nav__tertiary.sticky-login:before {
  content: "";
  border-left: 72px solid transparent;
  border-bottom: 72px solid #068765;
  height: 5.14rem;
  position: absolute;
  left: -5.14rem;
  top: 0;
  padding-right: 3.64rem;
  /* Desktop with smaller resolution */
  /* Desktop with smaller resolution */
  /* Devices (desktops, 1281px to 1440px) */ }
  @media only screen and (min-width: 993px) and (max-width: 1100px) {
    .brand-header--nav__tertiary.sticky-login:before {
      padding-right: 0;
      top: 0; } }
  @media only screen and (min-width: 993px) and (max-width: 1100px) {
    .brand-header--nav__tertiary.sticky-login:before {
      padding-right: 0;
      top: 0; } }
  @media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .brand-header--nav__tertiary.sticky-login:before {
      height: 5.86rem;
      left: -5.14rem;
      top: -0.71rem; } }

.nav-hover {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100px;
  height: 6px;
  background: #04aa84; }

.brand-header--navbar.sticky {
  background-image: linear-gradient(to right, #ffffff 86%, #068765 0%);
  max-width: 1680px;
  margin: 0 auto;
  left: 0;
  right: 0; }

.brand-header--nav__tertiary.sticky-login ul li:last-child {
  padding-right: 0.36rem; }

.mob--nav {
  width: 100%;
  float: left;
  position: relative;
  z-index: 111;
  box-shadow: 0 1px 1px #f7f7f7;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .mob--nav {
      display: none; } }
  .mob--nav__header {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 0.86rem 1rem;
    height: 3.43rem;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
    .mob--nav__header__left {
      float: left;
      width: 50%; }
      .mob--nav__header__left a {
        display: inline-block;
        vertical-align: top; }
        .mob--nav__header__left a img {
          width: 4.71rem;
          height: auto; }
      .mob--nav__header__left .mob-nav-icon {
        margin-right: 1rem;
        font-size: 1.71rem;
        margin-top: 0.14rem;
        display: inline-block;
        cursor: pointer; }
    .mob--nav__header__right {
      float: right;
      width: 50%;
      text-align: right;
      position: relative; }
      .mob--nav__header__right > .icon {
        cursor: pointer;
        margin: 0; }
        .mob--nav__header__right > .icon:first-child {
          margin-right: 1.71rem; }
      .mob--nav__header__right .mob-nav-close-wrap {
        position: absolute;
        top: -6px;
        right: 0;
        width: 100%;
        cursor: pointer;
        background: #ffffff;
        z-index: 2;
        padding-top: 6px; }
        .mob--nav__header__right .mob-nav-close-wrap > .icon {
          margin-right: 0; }
  .mob--nav__navblock {
    position: fixed;
    top: 107px;
    z-index: 10;
    background: #f8f8f7;
    height: 100%;
    display: none;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .mob--nav__navblock {
        box-shadow: 0 -2px 0 0 #f7f7f7; } }
    .mob--nav__navblock__levelOne {
      float: left;
      width: 100%;
      padding-left: 1rem;
      padding-right: 1rem;
      background-color: #EFF0F1;
      -webkit-box-shadow: inset -1px 0 4px 0 rgba(0, 0, 0, 0.2);
      box-shadow: inset -1px 0 4px 0 rgba(0, 0, 0, 0.2);
      overflow: hidden;
      height: 42px;
      position: relative; }
      .mob--nav__navblock__levelOne:before {
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .mob--nav__navblock__levelOne:before {
            content: '';
            right: 13px;
            width: 1.14rem;
            position: absolute;
            height: 100%;
            box-shadow: -12px 0px 10px 3px rgba(255, 255, 255, 0.45);
            top: 0;
            z-index: 1; } }
      .mob--nav__navblock__levelOne ul {
        list-style: none;
        padding: 0;
        margin: 0;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; }
        .mob--nav__navblock__levelOne ul li {
          list-style: none;
          display: inline-block;
          padding: 0.64rem 1rem 0.5rem 1rem; }
          .mob--nav__navblock__levelOne ul li:first-child {
            margin-left: -1rem; }
          .mob--nav__navblock__levelOne ul li a {
            color: #3A3A3A;
            text-transform: uppercase;
            text-decoration: none;
            letter-spacing: 0.04rem;
            font-weight: normal;
            font-size: 0.86rem;
            line-height: 1.5rem;
            text-align: center;
            display: inline-block;
            /* Medium devices (desktops, 641px and up) */ }
            @media only screen and (min-width: 993px) {
              .mob--nav__navblock__levelOne ul li a {
                line-height: .5; } }
            .mob--nav__navblock__levelOne ul li a:hover {
              color: #068765;
              font-weight: 800; }
            .mob--nav__navblock__levelOne ul li a:after {
              display: block;
              content: attr(aria-label);
              font-weight: bold;
              height: 0;
              overflow: hidden;
              visibility: hidden;
              padding: 0 2px; }
        .mob--nav__navblock__levelOne ul li.active a {
          color: #068765;
          font-weight: 800; }
    .mob--nav__navblock__levelTwo {
      float: left;
      position: relative;
      background: #f8f8f7;
      margin-bottom: 2.29rem;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .mob--nav__navblock__levelTwo {
          margin-bottom: 0; } }
      .mob--nav__navblock__levelTwo ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .mob--nav__navblock__levelTwo ul li {
          list-style: none;
          display: block;
          margin-left: 1.14rem;
          margin-right: 1.14rem;
          position: relative;
          border-bottom: 0.07rem solid #e2e1dd;
          width: calc(100% - rem(16)); }
          .mob--nav__navblock__levelTwo ul li a {
            color: #3a3a3a;
            text-decoration: none;
            font-size: 1.14rem;
            line-height: 4rem;
            display: block;
            text-align: left;
            position: relative; }
            .mob--nav__navblock__levelTwo ul li a:hover {
              font-weight: 800; }
            .mob--nav__navblock__levelTwo ul li a:after {
              display: block;
              content: attr(aria-label);
              font-weight: bold;
              height: 0;
              overflow: hidden;
              visibility: hidden;
              padding: 0 2px; }
            .mob--nav__navblock__levelTwo ul li a:before {
              content: "\74";
              right: 0;
              position: absolute;
              font-family: "dcu-iconset";
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              color: #068765;
              font-size: 0.86rem; }
          .mob--nav__navblock__levelTwo ul li:last-child a:before {
            content: ""; }
    .mob--nav__navblock__levelThree {
      float: left;
      width: 100%;
      margin-bottom: 10.14rem; }
      .mob--nav__navblock__levelThree ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .mob--nav__navblock__levelThree ul li {
          list-style: none;
          display: block;
          padding: 0.71rem 0;
          margin-left: 1.14rem;
          margin-right: 1.14rem; }
          .mob--nav__navblock__levelThree ul li a {
            color: #3a3a3a;
            text-decoration: none; }
            .mob--nav__navblock__levelThree ul li a:hover {
              color: #068765; }
          .mob--nav__navblock__levelThree ul li:first-child {
            padding: 0;
            display: block;
            position: relative;
            border-bottom: 0.07rem solid #e2e1dd; }
            .mob--nav__navblock__levelThree ul li:first-child a {
              font-weight: 700;
              display: block;
              line-height: 4; }
              .mob--nav__navblock__levelThree ul li:first-child a:after {
                display: block;
                content: attr(aria-label);
                font-weight: bold;
                height: 0;
                overflow: hidden;
                visibility: hidden;
                padding: 0 2px; }
              .mob--nav__navblock__levelThree ul li:first-child a:before {
                content: "\74";
                right: 0;
                position: absolute;
                font-family: "dcu-iconset";
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                color: #068765;
                font-size: 0.86rem; }
  .mob--nav .nav-hidden {
    display: none; }
  .mob--nav .mob-mega-fixed {
    top: 188px; }
  .mob--nav .mob-mega-nfixed {
    top: 48px; }

.brand-header--level-2--con {
  width: 100%;
  background-color: #f8f8f8;
  position: fixed;
  left: 0;
  overflow: hidden;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: max-height 0.75s ease-out;
  padding-top: 0;
  padding-bottom: 0;
  top: auto;
  z-index: 10;
  max-width: 1680px;
  margin: 0 auto;
  left: 0;
  right: 0;
  box-shadow: inset 0 5px 4px -5px rgba(0, 0, 0, 0.2);
  /* Medium devices (desktops, 641px and up) */
  /* mobiles and tablets */ }
  @media only screen and (min-width: 993px) {
    .brand-header--level-2--con {
      padding-top: 3.86rem;
      padding-bottom: 3.57rem; } }
  @media only screen and (max-width: 992px) {
    .brand-header--level-2--con {
      overflow-y: auto;
      overflow-x: hidden;
      transition: max-height 1.15s ease-out;
      margin-top: 0.21rem;
      z-index: 111;
      top: auto !important; } }
  .brand-header--level-2--con .title-mob {
    border: 0;
    font-size: 1rem;
    color: #1b1b1b;
    font-weight: bold;
    letter-spacing: 0.07rem;
    line-height: 1.29rem;
    text-transform: uppercase;
    background: #eff0f1;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 12px 0 12px 48px;
    border-bottom: 1px solid #dcdad6;
    position: relative;
    display: block;
    cursor: pointer;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .brand-header--level-2--con .title-mob {
        display: none;
        letter-spacing: 0.04rem; } }
    .brand-header--level-2--con .title-mob:before {
      font-family: "dcu-iconset" !important;
      content: "\6a";
      text-transform: none;
      position: absolute;
      left: 1.57rem;
      font-size: 1rem;
      color: #068765;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .brand-header--level-2--con .title-mob:before {
          font-size: 0.86rem;
          top: 0.79rem;
          left: 2rem; } }
  .brand-header--level-2--con .container {
    position: relative; }
    .brand-header--level-2--con .container .row {
      overflow: auto;
      margin-bottom: 0.71rem;
      -webkit-overflow-scrolling: touch; }
  .brand-header--level-2--con .link-list {
    width: 100%;
    float: left;
    margin-bottom: 2.14rem;
    margin-top: 0.14rem;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .brand-header--level-2--con .link-list {
        margin-bottom: 0;
        margin-top: 0; } }
    .brand-header--level-2--con .link-list .title {
      font-size: 1rem;
      font-weight: bold;
      letter-spacing: 0.04rem;
      line-height: 1.29rem;
      text-transform: uppercase;
      border-bottom: 0.11rem solid #068765;
      padding-bottom: 1.14rem;
      margin-bottom: 1.14rem;
      /* mobiles and tablets */
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .brand-header--level-2--con .link-list .title {
          text-transform: capitalize;
          float: left;
          width: 100%;
          margin: 0;
          padding: 0; } }
      .brand-header--level-2--con .link-list .title a {
        color: #3a3a3a;
        font-weight: bold;
        text-decoration: none;
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .brand-header--level-2--con .link-list .title a {
            display: block;
            padding-top: 1.29rem;
            padding-bottom: 1.29rem;
            text-transform: none;
            font-weight: normal; } }
      @media only screen and (max-width: 992px) {
        .brand-header--level-2--con .link-list .title {
          border-bottom: 1px solid #e2e1dd;
          text-transform: capitalize;
          font-weight: normal;
          font-size: 16px;
          position: relative;
          cursor: pointer; } }
      .brand-header--level-2--con .link-list .title:after {
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .brand-header--level-2--con .link-list .title:after {
            font-family: "dcu-iconset" !important;
            content: "\71";
            text-transform: none;
            position: absolute;
            right: 0;
            font-size: 0.86rem;
            color: #068765;
            top: 16px; } }
    .brand-header--level-2--con .link-list .title-mob-minus {
      color: #3a3a3a;
      position: relative;
      display: block;
      cursor: pointer;
      /* mobiles and tablets */
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (max-width: 992px) {
        .brand-header--level-2--con .link-list .title-mob-minus {
          border-bottom: 1px solid #068765; } }
      @media only screen and (min-width: 993px) {
        .brand-header--level-2--con .link-list .title-mob-minus:before {
          display: none; } }
      .brand-header--level-2--con .link-list .title-mob-minus:before {
        font-family: "dcu-iconset" !important;
        content: "\6e";
        text-transform: none;
        position: absolute;
        right: 0;
        font-size: 1rem;
        color: #068765;
        z-index: 10;
        background: #ffffff;
        padding: 0 2px;
        top: 0.86rem;
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .brand-header--level-2--con .link-list .title-mob-minus:before {
            top: 16px;
            font-size: 0.86rem;
            right: -4px; } }
    .brand-header--level-2--con .link-list .link-list__items {
      display: block;
      padding: 0;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .brand-header--level-2--con .link-list .link-list__items {
          display: none;
          margin-left: -1.14rem;
          margin-right: -1.14rem;
          padding: 0 2.29rem;
          height: 100%;
          box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2); } }
      .brand-header--level-2--con .link-list .link-list__items .title-mobilenav {
        display: none;
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .brand-header--level-2--con .link-list .link-list__items .title-mobilenav {
            display: block;
            margin-bottom: 1.07rem;
            padding-top: 0.64rem;
            float: left;
            width: 100%; } }
        .brand-header--level-2--con .link-list .link-list__items .title-mobilenav a {
          color: #3a3a3a;
          font-size: 1.14rem;
          line-height: 1.57rem;
          text-decoration: none; }
          .brand-header--level-2--con .link-list .link-list__items .title-mobilenav a:hover {
            color: #068765; }
      .brand-header--level-2--con .link-list .link-list__items ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .brand-header--level-2--con .link-list .link-list__items ul > li {
          margin-bottom: 0.71rem;
          /* mobiles and tablets */ }
          @media only screen and (max-width: 992px) {
            .brand-header--level-2--con .link-list .link-list__items ul > li {
              padding-bottom: 0.86rem; }
              .brand-header--level-2--con .link-list .link-list__items ul > li:last-child {
                padding-bottom: 1.57rem; } }
          .brand-header--level-2--con .link-list .link-list__items ul > li > a {
            color: #3a3a3a;
            font-size: 1.14rem;
            line-height: 1.57rem;
            text-decoration: none;
            display: inline-block;
            /* Medium devices (desktops, 641px and up) */ }
            .brand-header--level-2--con .link-list .link-list__items ul > li > a:hover {
              color: #068765; }
            @media only screen and (min-width: 993px) {
              .brand-header--level-2--con .link-list .link-list__items ul > li > a {
                padding-top: 0.07rem;
                margin-top: -0.07rem; } }
        .brand-header--level-2--con .link-list .link-list__items ul .link-list__calc {
          padding-left: 1.29rem; }
          .brand-header--level-2--con .link-list .link-list__items ul .link-list__calc a {
            position: relative; }
            .brand-header--level-2--con .link-list .link-list__items ul .link-list__calc a:before {
              font-family: "dcu-iconset" !important;
              content: "\62";
              text-transform: none;
              position: absolute;
              left: -1.43rem;
              font-size: 1.43rem;
              color: #068765; }
            .brand-header--level-2--con .link-list .link-list__items ul .link-list__calc a span {
              padding-left: 0.57rem;
              display: inline-block; }
        .brand-header--level-2--con .link-list .link-list__items ul .link-list__after-icon a span {
          display: inline-block;
          max-width: 11.29rem;
          position: relative; }
          .brand-header--level-2--con .link-list .link-list__items ul .link-list__after-icon a span:after {
            font-family: "dcu-iconset" !important;
            content: "\6e";
            right: -1.57rem;
            font-size: 0.86rem;
            color: #068765;
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all 0.2s ease-out 0s;
            -moz-transition: all 0.2s ease-out 0s;
            -ms-transition: all 0.2s ease-out 0s;
            -o-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
            display: inline-block;
            position: relative;
            left: 0.57rem; }
          .brand-header--level-2--con .link-list .link-list__items ul .link-list__after-icon a span:hover:after {
            content: "\74";
            top: 1px;
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .brand-header--level-2--con .link-list-opened {
    background: #fff;
    margin-left: -12px;
    margin-right: 0px;
    width: calc(100% + 24px) !important;
    padding: 0 16px;
    position: relative;
    /* Medium devices (desktops, 641px and up) */ }
    .brand-header--level-2--con .link-list-opened:before {
      display: none; }
    @media only screen and (min-width: 993px) {
      .brand-header--level-2--con .link-list-opened {
        background: none;
        margin: 0;
        width: auto !important;
        padding: 0; } }
  .brand-header--level-2--con h3 {
    color: #01675a;
    font-size: 2.29rem;
    letter-spacing: 0.04rem;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .brand-header--level-2--con h3 {
        margin-top: 0.57rem;
        font-size: 1.29rem;
        line-height: 1.71rem; } }
  .brand-header--level-2--con .nav-close {
    position: absolute;
    right: 0.07rem;
    top: -1.71rem;
    color: #3a3a3a;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    cursor: pointer;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .brand-header--level-2--con .nav-close {
        display: none; } }
    .brand-header--level-2--con .nav-close a {
      text-decoration: none;
      color: #000;
      font-weight: bold; }
      .brand-header--level-2--con .nav-close a:hover {
        text-decoration: none;
        color: #068765;
        font-weight: bold; }
    .brand-header--level-2--con .nav-close span {
      color: #068765;
      font-size: 1.14rem;
      vertical-align: middle;
      padding-left: 0.57rem;
      font-weight: 500; }
  .brand-header--level-2--con .img-text-block {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 1.14rem;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .brand-header--level-2--con .img-text-block {
        margin-bottom: 4.14rem;
        position: static;
        display: none; } }
    .brand-header--level-2--con .img-text-block img {
      width: 100%;
      height: auto;
      background-color: #d8d8d8; }
    .brand-header--level-2--con .img-text-block h4 {
      position: absolute;
      left: 0;
      bottom: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
      padding: 2.43rem;
      width: 100%;
      margin: 0; }
      .brand-header--level-2--con .img-text-block h4 a {
        color: #ffffff;
        text-decoration: none;
        font-size: 1.29rem;
        font-weight: bold;
        line-height: 1.57rem; }

.megasub-sticky {
  top: 6.57rem;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .megasub-sticky {
      top: 4.64rem; } }

.mega-sticky-desktop {
  top: 4.29rem; }

.brand-header--level-2--con.active {
  visibility: visible;
  opacity: 1;
  max-height: 100%;
  height: 100%;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .brand-header--level-2--con.active {
      padding-bottom: 5.71rem; } }
  .brand-header--level-2--con.active .row {
    margin-bottom: 0; }

.navMarTop {
  top: 173px; }

.navMarTopNoti {
  top: 130px; }

.meganav-author {
  opacity: 1;
  visibility: visible;
  max-height: 100vh;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 0.07rem solid #1b1b1b;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }

.menu-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 12%;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none; }

.brand-header.d-none.d-md-block.hidden {
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .brand-header.d-none.d-md-block.hidden {
      display: block !important; } }

.mob--nav.hidden {
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .mob--nav.hidden {
      display: block !important; } }

.brand-footer {
  position: relative;
  overflow: hidden;
  background-color: #01675a;
  color: #ffffff;
  width: 100%;
  float: left;
  border-bottom: 1px solid #01675a; }
  .brand-footer:before {
    content: "";
    width: 100%;
    height: auto;
    top: -0.71rem;
    bottom: -0.71rem;
    position: absolute;
    background: #01675a; }
  .brand-footer-nav {
    padding: 2.29rem 0 0;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .brand-footer-nav {
        padding: 3.43rem 0 0; } }
  .brand-footer-contact {
    padding: 0.86rem 0 1.71rem; }
  .brand-footer-privacy {
    padding: 0 0 3.43rem;
    border-top: 1px solid #01675a;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .brand-footer-privacy {
        margin-top: -0.21rem; } }
  .brand-footer--tier {
    background: #01675a; }
    .brand-footer--tier > a {
      font-weight: 700; }
    .brand-footer--tier a {
      color: inherit;
      font-weight: normal;
      line-height: 1.71rem; }
      .brand-footer--tier a span {
        font-size: 1rem;
        /* Medium devices (desktops, 641px and up) */
        font-weight: 700;
        line-height: 1.43rem; }
        @media only screen and (min-width: 993px) {
          .brand-footer--tier a span {
            font-size: 1.14rem; } }
    .brand-footer--tier ul {
      margin-left: 0;
      margin-right: 0;
      padding: 0; }
      .brand-footer--tier ul li {
        list-style: none;
        display: inline-block;
        margin-right: 0.86rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .brand-footer--tier ul li {
            margin-right: 1.57rem; } }
    .brand-footer--tier nav ul {
      margin: 0 0 1.43rem 0;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .brand-footer--tier nav ul {
          margin-bottom: 0; } }
      .brand-footer--tier nav ul li {
        display: block;
        margin: 0.43rem 0 0.86rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .brand-footer--tier nav ul li {
            margin: 0; } }
    .brand-footer--tier__title {
      padding: 0.86rem 0;
      margin: 0;
      font-size: 1.14rem;
      font-weight: 700;
      line-height: 1.57rem;
      /* Medium devices (desktops, 641px and up) */ }
      .brand-footer--tier__title > a {
        font-weight: 700; }
        .brand-footer--tier__title > a:focus {
          padding: 1px;
          margin: -1px; }
      @media only screen and (min-width: 993px) {
        .brand-footer--tier__title {
          padding: 0 0 0.86rem;
          font-size: 1.29rem; } }
    .brand-footer--tier__featured {
      padding-right: 5.14rem;
      font-size: 0.86rem;
      margin: 0 0 2.29rem;
      line-height: 1.14rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .brand-footer--tier__featured {
          margin: 0; } }
      .brand-footer--tier__featured--logo {
        font-size: 0.6rem; }
        .brand-footer--tier__featured--logo span {
          display: block;
          margin: 0.64rem 0 1.71rem;
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .brand-footer--tier__featured--logo span {
              margin: 0.79rem 0 1.71rem; } }
      .brand-footer--tier__featured address p {
        margin: 0 0 2.29rem; }
        .brand-footer--tier__featured address p:last-child {
          margin: 0; }
    .brand-footer--tier__social-media ul li {
      margin-right: 0; }
      .brand-footer--tier__social-media ul li a:hover, .brand-footer--tier__social-media ul li a:visited {
        text-decoration: none; }
      .brand-footer--tier__social-media ul li a .icon {
        font-size: 1.29rem;
        /* Medium devices (desktops, 641px and up) */ }
        .brand-footer--tier__social-media ul li a .icon__dcu-socialmedia-fb {
          font-size: 1.43rem; }
        .brand-footer--tier__social-media ul li a .icon__dcu-socialmedia-youtube {
          font-size: 1.86rem; }
        .brand-footer--tier__social-media ul li a .icon__dcu-socialmedia-twitter {
          font-size: 1.43rem; }
        .brand-footer--tier__social-media ul li a .icon__dcu-socialmedia-instagram {
          font-size: 1.36rem; }
        .brand-footer--tier__social-media ul li a .icon::before {
          vertical-align: middle; }
        @media only screen and (min-width: 993px) {
          .brand-footer--tier__social-media ul li a .icon__dcu-socialmedia-fb {
            font-size: 1.5rem; }
          .brand-footer--tier__social-media ul li a .icon__dcu-socialmedia-youtube {
            font-size: 1.79rem; }
          .brand-footer--tier__social-media ul li a .icon__dcu-socialmedia-twitter {
            font-size: 1.5rem; }
          .brand-footer--tier__social-media ul li a .icon__dcu-socialmedia-instagram {
            font-size: 1.43rem; } }
    .brand-footer--tier__contact .brand-footer--tier__title {
      padding: 0 0 0.86rem;
      font-weight: 700; }
    .brand-footer--tier__contact p {
      font-size: 1rem;
      line-height: 1.29rem; }
    .brand-footer--tier__contact ul li {
      display: block;
      margin-bottom: 0.86rem;
      /* Medium devices (desktops, 641px and up) */ }
      .brand-footer--tier__contact ul li a:hover {
        text-decoration: none; }
        .brand-footer--tier__contact ul li a:hover .text {
          text-decoration: underline; }
      .brand-footer--tier__contact ul li .icon {
        margin-right: 1.29rem;
        font-size: 0.93rem;
        vertical-align: middle; }
        .brand-footer--tier__contact ul li .icon-dcu-footer-phoneno {
          font-size: 0.86rem; }
        .brand-footer--tier__contact ul li .icon-dcu-footer-email {
          font-size: 0.93rem; }
        .brand-footer--tier__contact ul li .icon-dcu-footer-location {
          font-size: 1.14rem;
          margin-right: 1.07rem; }
        .brand-footer--tier__contact ul li .icon-dcu-footer-chat {
          font-size: 1.14rem; }
      @media only screen and (min-width: 993px) {
        .brand-footer--tier__contact ul li {
          font-size: 1.15rem;
          display: inline-block;
          margin-right: 3rem; }
          .brand-footer--tier__contact ul li .icon {
            font-size: 1rem;
            margin-right: 0.71rem; }
            .brand-footer--tier__contact ul li .icon-dcu-footer-phoneno {
              font-size: 1.14rem; }
            .brand-footer--tier__contact ul li .icon-dcu-footer-email {
              font-size: 1.21rem; }
            .brand-footer--tier__contact ul li .icon-dcu-footer-location {
              font-size: 1.36rem;
              margin-right: 0.57rem; }
            .brand-footer--tier__contact ul li .icon-dcu-footer-chat {
              font-size: 1.29rem; } }
    .brand-footer--tier__playstore {
      margin: 0;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .brand-footer--tier__playstore {
          margin: 0 0 2.71rem; } }
      .brand-footer--tier__playstore ul li {
        margin-right: 0.57rem; }
        .brand-footer--tier__playstore ul li:last-child {
          margin-right: 0; }
        .brand-footer--tier__playstore ul li a img {
          max-width: 100%;
          height: auto;
          width: auto;
          /* Medium devices (desktops, 641px and up) */
          /* Desktop with smaller resolution */
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .brand-footer--tier__playstore ul li a img {
              height: 2.57rem; } }
          @media only screen and (min-width: 993px) and (max-width: 1100px) {
            .brand-footer--tier__playstore ul li a img {
              height: 2.21rem; } }
          @media only screen and (min-width: 1280px) {
            .brand-footer--tier__playstore ul li a img {
              height: auto; } }
    .brand-footer--tier__privacy-policy {
      font-size: 0.86rem; }
      .brand-footer--tier__privacy-policy p {
        display: inline-block;
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .brand-footer--tier__privacy-policy p {
            display: inline; } }
        .brand-footer--tier__privacy-policy p a {
          text-decoration: underline; }
      .brand-footer--tier__privacy-policy ul li a {
        text-decoration: none; }
        .brand-footer--tier__privacy-policy ul li a:hover {
          text-decoration: underline; }
    .brand-footer--tier__info {
      font-size: 0.86rem;
      line-height: 1.14rem; }
      .brand-footer--tier__info .col-4 {
        /* Desktop with smaller resolution */ }
        @media only screen and (min-width: 720px) and (max-width: 992px) {
          .brand-footer--tier__info .col-4 {
            max-width: 15%; } }
      .brand-footer--tier__info p {
        margin: 0.86rem 0; }
    .brand-footer--tier__separator {
      border-bottom: 1px solid #ffffff;
      opacity: 1;
      /* mobiles and tablets */ }
      @media only screen and (min-width: 993px) {
        .brand-footer--tier__separator {
          opacity: 0.5; } }
    .brand-footer--tier img {
      width: 100%;
      height: auto; }
      .brand-footer--tier img.dcu-logo {
        max-width: 7.86rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .brand-footer--tier img.dcu-logo {
            max-width: 8.5rem; } }
      .brand-footer--tier img.ncua-logo {
        max-width: 4.57rem;
        width: 4.57rem; }
      .brand-footer--tier img.dcu-housing-logo {
        max-width: 2.29rem;
        width: 4.57rem; }
    .brand-footer--tier .accordion--panel {
      border-top: 1px solid #ffffff;
      padding: 0 0 1px;
      margin: 0;
      /* Medium devices (desktops, 641px and up) */ }
      .brand-footer--tier .accordion--panel:last-child {
        border-bottom: 1px solid #ffffff; }
      @media only screen and (min-width: 993px) {
        .brand-footer--tier .accordion--panel {
          border: none; }
          .brand-footer--tier .accordion--panel:last-child {
            border: none; } }
    .brand-footer--tier .accordion--content {
      margin: 0 0 0 0.86rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .brand-footer--tier .accordion--content {
          margin: 0; } }

.hero-banner-slider {
  float: left;
  width: 100%;
  overflow: hidden;
  background-color: #d8d8d8;
  /* mobiles and tablets */
  /* Dots */ }
  @media only screen and (max-width: 992px) {
    .hero-banner-slider {
      height: 28.57rem; } }
  .hero-banner-slider.slick-slider.slick-dotted {
    margin-bottom: 0; }
  .hero-banner-slider.slick-slider .slick-arrow {
    opacity: 0;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .hero-banner-slider.slick-slider:hover .slick-arrow {
    opacity: .75; }
  .hero-banner-slider.slick-slider .slick-prev,
  .hero-banner-slider.slick-slider .slick-next {
    height: 4.43rem;
    width: 4.43rem;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    border: none;
    top: 50%;
    z-index: 2;
    display: inline-block !important;
    color: #01675a; }
    .hero-banner-slider.slick-slider .slick-prev:before,
    .hero-banner-slider.slick-slider .slick-next:before {
      font-family: "dcu-iconset" !important; }
    .hero-banner-slider.slick-slider .slick-prev:hover, .hero-banner-slider.slick-slider .slick-prev:focus,
    .hero-banner-slider.slick-slider .slick-next:hover,
    .hero-banner-slider.slick-slider .slick-next:focus {
      background-color: #e6e6e6;
      opacity: 0;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .hero-banner-slider.slick-slider .slick-prev:hover, .hero-banner-slider.slick-slider .slick-prev:focus,
        .hero-banner-slider.slick-slider .slick-next:hover,
        .hero-banner-slider.slick-slider .slick-next:focus {
          opacity: 1; } }
  .hero-banner-slider .slider__item {
    position: relative; }
    .hero-banner-slider .slider__item .img-holder {
      position: relative;
      float: left;
      width: 100%; }
      .hero-banner-slider .slider__item .img-holder > picture {
        /* Desktop with smaller resolution */ }
        @media only screen and (min-width: 720px) and (max-width: 992px) {
          .hero-banner-slider .slider__item .img-holder > picture {
            position: relative;
            top: -190px; } }
      .hero-banner-slider .slider__item .img-holder img {
        width: 100%;
        height: auto; }
    .hero-banner-slider .slider__item__caption__wraper {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to left, rgba(0, 0, 0, 0.4) 0%, #1b1b1b 100%);
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .hero-banner-slider .slider__item__caption__wraper {
          background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.98) 1%, rgba(0, 0, 0, 0.02) 53%, rgba(0, 0, 0, 0) 54%); } }
      .hero-banner-slider .slider__item__caption__wraper .container {
        height: 100%;
        position: relative; }
        .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption {
          font-family: "Nunito Sans", sans-serif;
          width: 75%;
          vertical-align: middle;
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          justify-content: center;
          height: 100%;
          min-height: 25rem;
          opacity: 1;
          /* Medium devices (desktops, 641px and up) */
          /* Desktop with smaller resolution */
          /* Desktop with smaller resolution */
          /* Medium devices (desktops, 1100px and 1280) */
          /* Desktop with smaller resolution */
          /* mobiles and tablets */ }
          @media only screen and (min-width: 1280px) {
            .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption {
              width: 36%; } }
          @media only screen and (min-width: 993px) and (max-width: 1100px) {
            .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption {
              width: 35%; } }
          @media only screen and (min-width: 993px) and (max-width: 1100px) {
            .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption {
              width: 34%; } }
          @media only screen and (min-width: 1100px) and (max-width: 1280px) {
            .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption {
              width: 48%; } }
          @media only screen and (min-width: 720px) and (max-width: 992px) {
            .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption {
              width: 35%;
              padding-left: 0; } }
          @media only screen and (max-width: 992px) {
            .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption {
              height: 28.57rem;
              padding-left: 0.57rem; } }
          .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption-eyebro-txt {
            color: #ffffff;
            font-size: 0.86rem;
            font-weight: bold;
            letter-spacing: 1px;
            line-height: 1rem;
            display: inline-block;
            margin-bottom: 0.71rem;
            /* mobiles and tablets */ }
            @media only screen and (max-width: 992px) {
              .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption-eyebro-txt {
                margin-top: 3.43rem; } }
          .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption__head {
            max-width: 100%;
            /* mobiles and tablets */
            /* Desktop with smaller resolution */ }
            @media only screen and (max-width: 992px) {
              .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption__head {
                margin-top: 6rem; } }
            @media only screen and (min-width: 720px) and (max-width: 992px) {
              .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption__head {
                margin-top: 5.29rem; } }
            .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption__head h1 {
              color: #ffffff;
              font-size: 2.14rem;
              line-height: 2.43rem;
              margin-bottom: 1.43rem;
              /* Medium devices (desktops, 641px and up) */ }
              @media only screen and (min-width: 993px) {
                .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption__head h1 {
                  font-size: 2.86rem;
                  line-height: 3.57rem; } }
          .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption__subhead {
            max-width: 100%;
            margin-bottom: 1.43rem;
            margin-bottom: 1.57rem;
            /* Medium devices (desktops, 641px and up) */ }
            @media only screen and (min-width: 993px) {
              .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption__subhead {
                margin-bottom: 2.71rem; } }
            .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption__subhead p {
              color: #fff;
              font-size: 1rem;
              line-height: 1.29rem;
              margin: 0;
              /* Medium devices (desktops, 641px and up) */ }
              @media only screen and (min-width: 993px) {
                .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption__subhead p {
                  font-size: 1.29rem;
                  line-height: 1.57rem; } }
          .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption .btn {
            margin-bottom: 1.14rem;
            /* Medium devices (desktops, 641px and up) */
            /* Desktop with smaller resolution */
            /* Desktop with smaller resolution */
            padding: 1.14rem 2.29rem;
            color: #3A3A3A;
            letter-spacing: 1px;
            font-size: 1rem;
            line-height: 1;
            font-weight: bold;
            position: relative;
            background: white;
            border: none;
            background: -webkit-linear-gradient(135deg, transparent 10px, #ffffff 10px, #ffffff 100%);
            background: -moz-linear-gradient(135deg, transparent 10px, #ffffff 10px, #ffffff 100%);
            background: -o-linear-gradient(135deg, transparent 10px, #ffffff 10px, #ffffff 100%);
            background: linear-gradient(-45deg, transparent 10px, #ffffff 10px, #ffffff 100%); }
            @media only screen and (min-width: 993px) {
              .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption .btn {
                margin-bottom: 2.79rem;
                display: block; } }
            @media only screen and (min-width: 993px) and (max-width: 1100px) {
              .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption .btn {
                margin-bottom: 6.43rem; } }
            @media only screen and (min-width: 993px) and (max-width: 1100px) {
              .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption .btn {
                margin-bottom: 6.43rem; } }
    [data-item="video"] .hero-banner-slider .slider__item__caption__wraper {
      z-index: 2;
      bottom: 0;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        [data-item="video"] .hero-banner-slider .slider__item__caption__wraper {
          bottom: 5rem; } }
    [data-item="video"] .img-holder {
      position: relative;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        [data-item="video"] .img-holder {
          padding-bottom: 56.25%;
          height: 0; } }
      [data-item="video"] .img-holder video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 28.14rem;
        background-color: #000;
        /* Medium devices (desktops, 641px and up) */
        z-index: 2; }
        @media only screen and (min-width: 993px) {
          [data-item="video"] .img-holder video {
            height: 100%; } }
  .hero-banner-slider .slick-prev {
    left: 0; }
    .hero-banner-slider .slick-prev:before {
      content: "\6a";
      color: #04aa84; }
    [dir='rtl'] .slick-prev:before {
      content: "\74"; }
  .hero-banner-slider .slick-next {
    right: 0; }
    .hero-banner-slider .slick-next:before {
      content: "\74";
      color: #04aa84; }
    [dir='rtl'] .slick-next:before {
      content: "\6a"; }
  .hero-banner-slider .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .hero-banner-slider .slick-dots {
    bottom: 8%;
    max-width: 992px;
    text-align: center;
    padding-left: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* Medium devices (desktops, 641px and up) */
    /* mobiles and tablets */
    /* Desktop with smaller resolution */
    /* Desktop with smaller resolution */
    /* Medium devices (desktops, 1100px and 1280) */ }
    @media only screen and (min-width: 993px) {
      .hero-banner-slider .slick-dots {
        max-width: 1280px;
        text-align: left;
        bottom: 10%; } }
    @media only screen and (max-width: 992px) {
      .hero-banner-slider .slick-dots {
        padding-left: 0; } }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .hero-banner-slider .slick-dots {
        bottom: 3%;
        text-align: left;
        max-width: 992px; } }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .hero-banner-slider .slick-dots {
        max-width: 993px;
        text-align: left; } }
    @media only screen and (min-width: 1100px) and (max-width: 1280px) {
      .hero-banner-slider .slick-dots {
        max-width: 1100px;
        text-align: left;
        bottom: 3%; } }
    .hero-banner-slider .slick-dots li {
      width: 0.57rem;
      height: 0.57rem;
      border-radius: 50%;
      background-color: #A9A8A3;
      margin-left: 0; }
      .hero-banner-slider .slick-dots li.slick-active, .hero-banner-slider .slick-dots li:hover {
        background-color: #ffffff; }
      .hero-banner-slider .slick-dots li > button {
        display: none; }
  .hero-banner-slider.loading .slider__item__caption__wraper .container .slider__item__caption {
    opacity: 0; }

.hero-banner-slider .slider__item__caption__wraper .slider__item__caption-eyebro-txt + .slider__item__caption__head {
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .hero-banner-slider .slider__item__caption__wraper .slider__item__caption-eyebro-txt + .slider__item__caption__head {
      margin-top: 0; } }

.hero-banner-slider .community-banner .slider__item__caption__wraper .container .slider__item__caption-eyebro-txt {
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .hero-banner-slider .community-banner .slider__item__caption__wraper .container .slider__item__caption-eyebro-txt {
      margin-top: 1rem; } }

.hero-banner-slider .community-banner .slider__item__caption__wraper .container .slider__item__caption {
  /* Desktop with smaller resolution */ }
  @media only screen and (min-width: 993px) and (max-width: 1100px) {
    .hero-banner-slider .community-banner .slider__item__caption__wraper .container .slider__item__caption {
      width: 48%; } }

.hero-banner-slider .community-banner .slick-dots {
  /* Medium devices (desktops, 1100px and 1280) */ }
  @media only screen and (min-width: 1100px) and (max-width: 1280px) {
    .hero-banner-slider .community-banner .slick-dots {
      bottom: 6%; } }

@media only screen and (min-width: 1560) {
  .hero-banner-slider .slick-dots {
    max-width: 1440px !important; } }

section {
  float: left;
  width: 100%; }

.breadcrumb {
  background-color: #ffffff;
  padding: 0;
  margin: 0.86rem 0;
  /* Desktop with smaller resolution */
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    .breadcrumb {
      margin: 1.14rem 0; } }
  @media only screen and (min-width: 993px) {
    .breadcrumb {
      margin: 2.29rem 0; } }
  .breadcrumb li.breadcrumb-item {
    color: #3a3a3a; }
    .breadcrumb li.breadcrumb-item + .breadcrumb li.breadcrumb-item {
      padding-left: 0; }
    .breadcrumb li.breadcrumb-item:brfore {
      display: none; }
    .breadcrumb li.breadcrumb-item:after {
      content: "\74";
      font-family: "dcu-iconset" !important;
      font-size: 9px;
      color: #01675a;
      display: inline-block;
      padding-right: .5rem;
      padding-left: .5rem; }
    .breadcrumb li.breadcrumb-item.active:after {
      display: none; }
  .breadcrumb li,
  .breadcrumb li a {
    font-size: 0.71rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.43rem;
    color: #3a3a3a;
    text-decoration: none;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .breadcrumb li,
      .breadcrumb li a {
        font-size: 0.86rem;
        line-height: 1rem; } }
  .breadcrumb li.active {
    font-weight: 800; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .breadcrumb-item + .breadcrumb-item {
      line-height: 1.43rem; } }
  .breadcrumb-item + .breadcrumb-item:before {
    content: "\74";
    font-family: "dcu-iconset";
    font-size: 9px;
    color: #01675a;
    display: none; }

div.breadcrumb {
  margin: 0; }

span.rating-stars,
span.rating-stars span {
  display: inline-block;
  background: url("/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/images/svg/Stars.svg") 0px -19px repeat-x;
  width: 114px;
  height: 19px;
  background-size: 23px;
  overflow: hidden;
  margin-right: 0.57rem; }

span.rating-stars span {
  background-position: 0 0px; }

.content-selector {
  float: left;
  width: 100%;
  min-height: 10.07rem;
  background-color: #ffffff;
  padding: 2.29rem 0 1.93rem;
  /* Medium devices (desktops, 641px and up) */
  /* Desktop with smaller resolution */
  color: #ffffff;
  position: relative;
  /* card */ }
  @media only screen and (min-width: 993px) {
    .content-selector {
      padding: 2.86rem 0 1.57rem;
      min-height: 9.43rem; } }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    .content-selector {
      min-height: 8.21rem; } }
  .content-selector--title {
    font-size: 1.71rem;
    line-height: 2rem;
    font-weight: 300;
    margin-bottom: 0.64rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .content-selector--title {
        font-size: 2.71rem;
        line-height: 4rem;
        margin-bottom: 0.5rem; } }
  .content-selector:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10.07rem;
    background-color: #01675a;
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .content-selector:before {
        height: 9.43rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .content-selector:before {
        height: 8.21rem; } }
  .content-selector > .container {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .content-selector > .container {
        padding-left: 0.57rem;
        padding-right: 0.57rem; } }
    .content-selector > .container > .row {
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .content-selector > .container > .row {
          margin: 0 auto; } }
  .content-selector h2 {
    font-size: 1.71rem;
    line-height: 2rem;
    font-weight: 300;
    margin-bottom: 0.64rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .content-selector h2 {
        font-size: 2.71rem;
        line-height: 4rem;
        margin-bottom: 0.5rem; } }
  .content-selector #hiddenCard:before {
    content: "";
    position: absolute;
    top: 10.07rem;
    left: 0;
    right: 0;
    height: 1.64rem;
    background-color: #01675a;
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .content-selector #hiddenCard:before {
        top: 9.43rem;
        height: 2.86rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .content-selector #hiddenCard:before {
        top: 8.21rem; } }
  .content-selector__dropdown span, .content-selector__dropdown {
    -webkit-transition: all 0.6s ease-in 0s;
    -moz-transition: all 0.6s ease-in 0s;
    -ms-transition: all 0.6s ease-in 0s;
    -o-transition: all 0.6s ease-in 0s;
    transition: all 0.6s ease-in 0s; }
  .content-selector__dropdown {
    height: 2.86rem;
    width: 100%;
    background-color: transparent;
    border-bottom: 0.14rem solid #ffffff;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .content-selector__dropdown {
        height: 3.93rem; } }
    .content-selector__dropdown .btn {
      background-color: transparent;
      color: #ffffff;
      text-align: left;
      padding: 0.14rem 0;
      width: 100%;
      height: 2.5rem;
      /* Medium devices (desktops, 641px and up) */
      overflow: hidden; }
      @media only screen and (min-width: 993px) {
        .content-selector__dropdown .btn {
          height: 3.57rem; } }
      .content-selector__dropdown .btn:after {
        top: 0.36rem;
        content: "\6a";
        font-family: "dcu-iconset";
        line-height: 1.43rem;
        display: block;
        position: absolute;
        right: 0;
        font-size: 1.29rem;
        border: none;
        width: 1.43rem;
        height: 1.43rem;
        text-align: center;
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.3s ease-in 0s;
        -moz-transition: all 0.3s ease-in 0s;
        -ms-transition: all 0.3s ease-in 0s;
        -o-transition: all 0.3s ease-in 0s;
        transition: all 0.3s ease-in 0s;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .content-selector__dropdown .btn:after {
            top: 1.43rem;
            font-size: 1.07rem; } }
      .content-selector__dropdown .btn span {
        font-size: 2.29rem;
        line-height: 2.57rem;
        height: 3.36rem;
        font-weight: bold;
        display: block;
        /* mobiles and tablets */
        /* Medium devices (desktops, 641px and up) */
        /* Desktop with smaller resolution */ }
        @media only screen and (max-width: 480px) {
          .content-selector__dropdown .btn span {
            width: 19.29rem;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; } }
        @media only screen and (min-width: 993px) {
          .content-selector__dropdown .btn span {
            font-size: 3.14rem;
            line-height: 3.14rem;
            height: 3.71rem; } }
        @media only screen and (min-width: 720px) and (max-width: 992px) {
          .content-selector__dropdown .btn span {
            width: 21.71rem;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; } }
        .content-selector__dropdown .btn span:first-child {
          margin-top: 0em; }
    .content-selector__dropdown.show .btn:after {
      -moz-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .content-selector__dropdown .dropdown-menu {
      width: 100%;
      border-radius: 0;
      border: 1px solid #e7e8e9;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      background-color: #f8f8f8;
      padding: 0; }
      .content-selector__dropdown .dropdown-menu .dropdown-item {
        padding: 0.86rem 1.29rem;
        line-height: 1.71rem;
        font-size: 1.14rem;
        font-weight: normal;
        -webkit-transition: all 0.3s ease-in 0s;
        -moz-transition: all 0.3s ease-in 0s;
        -ms-transition: all 0.3s ease-in 0s;
        -o-transition: all 0.3s ease-in 0s;
        transition: all 0.3s ease-in 0s;
        color: #3a3a3a;
        border-bottom: 1px solid #cccccc;
        box-shadow: 0 1px 2px 0 rgba(200, 200, 200, 0.3);
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .content-selector__dropdown .dropdown-menu .dropdown-item {
            padding: 1.14rem 1.71rem;
            line-height: 2rem;
            font-size: 1.71rem; } }
        .content-selector__dropdown .dropdown-menu .dropdown-item:hover {
          background-color: #ffffff;
          color: #068765;
          cursor: pointer;
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
        .content-selector__dropdown .dropdown-menu .dropdown-item.active {
          background-color: #f8f8f8;
          color: #3a3a3a;
          cursor: pointer;
          font-weight: bold; }
          .content-selector__dropdown .dropdown-menu .dropdown-item.active:hover {
            background-color: #ffffff;
            color: #068765; }
  .content-selector .mr-top {
    margin-top: -3.71rem !important;
    padding-bottom: 0.36rem; }
  .content-selector .slider-controls {
    display: none;
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .content-selector .slider-controls {
        display: block;
        margin-left: 0.71rem; } }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .content-selector .slider-controls {
        display: block; } }
    .content-selector .slider-controls.invisible {
      height: 0; }
  .content-selector div.p-0.slider-controls.hidden {
    display: none; }
  .content-selector .dynamic-card,
  .content-selector .static-card {
    -webkit-box-shadow: 4px 4px 0px -2px #d9d9d9;
    -moz-box-shadow: 4px 4px 0px -2px #d9d9d9;
    box-shadow: 4px 4px 0px -2px #d9d9d9;
    background: #f8f8f8;
    min-height: 22.86rem;
    color: #3a3a3a;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .content-selector .dynamic-card,
      .content-selector .static-card {
        min-height: 38.57rem; } }
    .content-selector .dynamic-card .btn-group,
    .content-selector .static-card .btn-group {
      margin: 0 0 1.29rem;
      display: block;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .content-selector .dynamic-card .btn-group,
        .content-selector .static-card .btn-group {
          margin: 0 0 1.71rem; } }
    .content-selector .dynamic-card .btn-border-primary:after, .content-selector .dynamic-card .community-carousel__item--content .btn-rt-chopped:after, .community-carousel__item--content .content-selector .dynamic-card .btn-rt-chopped:after,
    .content-selector .dynamic-card .reviews__item--content .btn-rt-chopped:after, .reviews__item--content .content-selector .dynamic-card .btn-rt-chopped:after, .content-selector .dynamic-card .people-shopped--btn-rt-chopped:after, .content-selector .dynamic-card #modalAlert .btn-rt-chopped:after, #modalAlert .content-selector .dynamic-card .btn-rt-chopped:after, .content-selector .dynamic-card .generic-modal .btn-rt-chopped:after, .generic-modal .content-selector .dynamic-card .btn-rt-chopped:after,
    .content-selector .static-card .btn-border-primary:after,
    .content-selector .static-card .community-carousel__item--content .btn-rt-chopped:after,
    .community-carousel__item--content .content-selector .static-card .btn-rt-chopped:after,
    .content-selector .static-card .reviews__item--content .btn-rt-chopped:after,
    .reviews__item--content .content-selector .static-card .btn-rt-chopped:after,
    .content-selector .static-card .people-shopped--btn-rt-chopped:after,
    .content-selector .static-card #modalAlert .btn-rt-chopped:after,
    #modalAlert .content-selector .static-card .btn-rt-chopped:after,
    .content-selector .static-card .generic-modal .btn-rt-chopped:after,
    .generic-modal .content-selector .static-card .btn-rt-chopped:after {
      background-color: #f8f8f8; }
  .content-selector .dynamic-card {
    padding: 2.29rem 1.86rem 1.86rem;
    margin: 0.71rem 0 0.07rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .content-selector .dynamic-card {
        margin: 2.21rem 0 0.71rem 1rem;
        padding: 4.14rem 2.29rem; } }
    .slick-slide .content-selector .dynamic-card {
      margin-right: 0.57rem; }
  .content-selector .slick-slide .dynamic-card {
    margin: 0.71rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .content-selector .slick-slide .dynamic-card {
        margin: 2.21rem 0.86rem 0.71rem 1rem; } }
  .content-selector .previous,
  .content-selector .next {
    display: inline-block;
    cursor: pointer;
    color: #1b1b1b;
    font-size: 0.86rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 0.86rem;
    vertical-align: middle; }
    .content-selector .previous .icon,
    .content-selector .next .icon {
      margin: 0 0.21rem;
      font-size: 0.86rem;
      vertical-align: middle;
      color: #04aa84; }
  .content-selector .slick-disabled.previous,
  .content-selector .slick-disabled.next,
  .content-selector .slick-disabled.previous .icon,
  .content-selector .slick-disabled.next .icon {
    color: #7f7f7f;
    pointer-events: none; }
  .content-selector .previous {
    padding-left: 0;
    padding-right: 0.43rem; }
  .content-selector .next {
    padding-right: 0;
    padding-left: 0.43rem; }
  .content-selector .previous.slick-disabled,
  .content-selector .next.slick-disabled {
    color: #7f7f7f; }
  .content-selector .progress {
    display: inline-block;
    width: 73%;
    height: 2px;
    transform: translateY(-80%);
    border-radius: 0;
    overflow: hidden;
    background-color: #e7e8e9;
    background-image: linear-gradient(to right, #04aa84, #04aa84);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size 0.4s ease-in;
    -moz-transition: background-size 0.4s ease-in;
    -ms-transition: background-size 0.4s ease-in;
    transition: background-size 0.4s ease-in;
    /* Desktop with smaller resolution */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .content-selector .progress {
        width: 67%; } }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .content-selector .progress {
        width: 46%; } }
  .content-selector .col-lg-4.col-xl-3.col-md-4.col-sm-4.px-4.px-md-3 {
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .content-selector .col-lg-4.col-xl-3.col-md-4.col-sm-4.px-4.px-md-3 {
        padding-left: 8px !important; } }

div.slider-controls.hidden {
  display: none; }

.slick-track .slick-track {
  display: none !important; }

@-webkit-keyframes placeholder-shimmer {
  0% {
    background-position: -33.43rem 0; }
  100% {
    background-position: 33.43rem 0; } }

@-moz-keyframes placeholder-shimmer {
  0% {
    background-position: -33.43rem 0; }
  100% {
    background-position: 33.43rem 0; } }

@-ms-keyframes placeholder-shimmer {
  0% {
    background-position: -33.43rem 0; }
  100% {
    background-position: 33.43rem 0; } }

@-o-keyframes placeholder-shimmer {
  0% {
    background-position: -33.43rem 0; }
  100% {
    background-position: 33.43rem 0; } }

@keyframes placeholder-shimmer {
  0% {
    background-position: -33.43rem 0; }
  100% {
    background-position: 33.43rem 0; } }

.placeholder {
  -webkit-animation-name: placeholder-shimmer;
  -moz-animation-name: placeholder-shimmer;
  -ms-animation-name: placeholder-shimmer;
  -o-animation-name: placeholder-shimmer;
  animation-name: placeholder-shimmer;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #d9d9d9), color-stop(20%, #7f7f7f), color-stop(40%, #d9d9d9), color-stop(100%, #d9d9d9));
  background-image: -webkit-linear-gradient(left, #d9d9d9 0%, #7f7f7f 20%, #d9d9d9 40%, #d9d9d9 100%);
  background-image: -moz-linear-gradient(left, #d9d9d9 0%, #7f7f7f 20%, #d9d9d9 40%, #d9d9d9 100%);
  background-image: -o-linear-gradient(left, #d9d9d9 0%, #7f7f7f 20%, #d9d9d9 40%, #d9d9d9 100%);
  background-image: linear-gradient(left, #d9d9d9 0%, #7f7f7f 20%, #d9d9d9 40%, #d9d9d9 100%);
  background-repeat: no-repeat;
  background-size: 57.14rem 14.29rem;
  background-color: #d9d9d9;
  display: inline-block;
  margin-bottom: 1rem; }

.static-card {
  margin: 2.21rem 0 0.07rem;
  padding: 2.29rem 3.71rem 2rem;
  color: #3a3a3a;
  /* Medium devices (desktops, 641px and up) */
  /* Desktop with smaller resolution */ }
  @media only screen and (min-width: 993px) {
    .static-card {
      margin: 2.21rem 0 0.71rem;
      padding: 4rem 2.86rem 3.29rem 5.14rem; } }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    .static-card {
      padding: 2.86rem 2.86rem 0.36rem 1.86rem;
      overflow: auto; } }
  .static-card__topic {
    font-size: 0.71rem;
    line-height: 0.86rem;
    margin-bottom: 0.57rem;
    font-weight: bold;
    display: block;
    letter-spacing: 1px;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .static-card__topic {
        font-size: 0.86rem;
        font-weight: bold;
        line-height: 1rem;
        margin-bottom: 0.71rem; } }
  .static-card__headline {
    width: 100%;
    margin-bottom: 0.86rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .static-card__headline {
        width: 19.86rem;
        margin-bottom: 1.14rem; } }
    .static-card__headline h2 {
      font-size: 2rem;
      line-height: 2.29rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .static-card__headline h2 {
          font-size: 2.71rem;
          font-weight: 300;
          line-height: 3rem; } }
  .static-card__subcopy {
    margin-bottom: 1.43rem;
    width: 100%;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .static-card__subcopy {
        margin-bottom: 1.71rem;
        width: 21.57rem; } }
    .static-card__subcopy p {
      font-size: 1rem;
      line-height: 1.29rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .static-card__subcopy p {
          font-size: 1.14rem;
          line-height: 1.43rem; } }
  .static-card ul {
    max-width: 17.86rem;
    margin-bottom: 0;
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .static-card ul {
        max-width: 25.71rem; } }
    .static-card ul li {
      margin-left: 0rem;
      margin-bottom: 1.21rem;
      /* Medium devices (desktops, 641px and up) */ }
      .static-card ul li:last-child {
        margin-bottom: 0; }
      @media only screen and (min-width: 993px) {
        .static-card ul li {
          margin-bottom: 1.43rem; } }
      .static-card ul li a {
        text-decoration: none;
        font-size: 1.14rem;
        line-height: 1.43rem;
        color: #3a3a3a;
        padding-left: 1.43rem;
        font-weight: 200;
        letter-spacing: normal; }
        .static-card ul li a.btn-link {
          padding-left: 2.14rem; }
        .static-card ul li a .icon {
          display: inline-block;
          margin-left: -2.36rem;
          vertical-align: middle;
          text-align: center;
          color: #068765;
          font-size: 1.29rem;
          height: 1.57rem;
          width: 1.57rem;
          margin-right: 0.57rem; }
          .static-card ul li a .icon:before {
            vertical-align: middle; }
  .static-card__img-holder {
    float: none;
    max-width: 9.5rem;
    margin: 1.5rem 0 2.14rem;
    /* Desktop with smaller resolution */
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .static-card__img-holder {
        max-width: 11.79rem;
        float: right;
        margin-top: 0; } }
    @media only screen and (min-width: 993px) {
      .static-card__img-holder {
        max-width: 14.14rem;
        margin-left: 3rem;
        float: right;
        margin-top: -11%;
        max-height: 15.57rem; } }

.dynamic-card__topic {
  font-size: 1.14rem;
  line-height: 1.43rem;
  height: 2.86rem;
  position: relative;
  margin-bottom: 1.43rem;
  font-weight: bold;
  letter-spacing: 1px;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .dynamic-card__topic {
      font-size: 1.14rem;
      letter-spacing: 1px;
      line-height: 1.57rem;
      height: 3.14rem;
      margin-bottom: 3rem; } }
  .dynamic-card__topic:after {
    position: absolute;
    content: "";
    height: 0.14rem;
    width: 1.71rem;
    bottom: -0.71rem;
    left: 0;
    background-color: #01675a; }

.dynamic-card__heading {
  margin-bottom: 0.71rem;
  font-size: 2.86rem;
  line-height: 2.86rem;
  color: #01675a;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .dynamic-card__heading {
      color: #01675a;
      font-size: 3.43rem;
      letter-spacing: -0.5px;
      line-height: 3.71rem;
      margin-bottom: 1.14rem; } }
  .dynamic-card__heading small {
    font-size: 1.43rem;
    line-height: 2rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .dynamic-card__heading small {
        font-size: 1.71rem;
        line-height: 1.86rem; } }

.dynamic-card__subheading {
  font-size: 0.71rem;
  line-height: 0.86rem;
  margin-bottom: 0.57rem;
  font-weight: bold;
  letter-spacing: 1px;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .dynamic-card__subheading {
      font-size: 0.86rem;
      line-height: 1rem;
      margin-bottom: 0.43rem;
      display: block; } }

.dynamic-card__subcopy {
  font-size: 1rem;
  line-height: 1.29rem;
  margin-bottom: 2.29rem;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .dynamic-card__subcopy {
      font-size: 1.14rem;
      line-height: 1.43rem;
      min-height: 4.29rem; } }

.dynamic-card .learn-more {
  color: #1b1b1b;
  font-size: 0.86rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 0.86rem;
  text-decoration: none; }

.dynamic-card .placeholder {
  display: block;
  max-width: 90%; }

.content-selector .dynamic-card {
  /* Desktop with smaller resolution */
  /* Desktop with smaller resolution */ }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    .content-selector .dynamic-card {
      width: 48%;
      float: left;
      margin: 1%;
      min-height: 26.57rem; } }
  @media only screen and (min-width: 993px) and (max-width: 1100px) {
    .content-selector .dynamic-card {
      padding-bottom: 40px; } }

.content-selector .static-card {
  /* Desktop with smaller resolution */ }
  @media only screen and (min-width: 993px) and (max-width: 1100px) {
    .content-selector .static-card {
      padding-left: 15px;
      padding-right: 25px; } }

.content-selector .slider-content {
  /* Desktop with smaller resolution */
  /* Desktop with smaller resolution */ }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    .content-selector .slider-content {
      padding-left: 5px;
      padding-right: 5px; } }
  @media only screen and (min-width: 993px) and (max-width: 1100px) {
    .content-selector .slider-content {
      padding-left: 0; } }

.cookie-policy-container {
  background-color: #3a3a3a;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  color: #ffffff;
  opacity: 0.9;
  max-width: 1680px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none; }
  .cookie-policy-container .cookie-policy {
    padding: 1.14rem;
    font-family: "Nunito Sans", sans-serif;
    position: relative;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .cookie-policy-container .cookie-policy {
        padding: 1.43rem 0; } }
    .cookie-policy-container .cookie-policy__text {
      width: 100%;
      margin-bottom: 1.29rem;
      padding-right: 1.43rem;
      padding-top: 0.71rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .cookie-policy-container .cookie-policy__text {
          max-width: 55rem;
          padding-right: 2.14rem;
          width: auto;
          padding-right: 0;
          padding-top: 0; } }
      .cookie-policy-container .cookie-policy__text p {
        font-size: 1rem;
        line-height: 1.29rem;
        transform: translateY(0);
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .cookie-policy-container .cookie-policy__text p {
            font-size: 1.14rem;
            line-height: 1.43rem;
            transform: translateY(30%); } }
    .cookie-policy-container .cookie-policy .icon {
      font-size: 0.86rem;
      float: right;
      margin-bottom: 0;
      margin-right: -0.86rem;
      cursor: pointer; }
      .cookie-policy-container .cookie-policy .icon:before {
        padding: 0.43rem;
        margin-top: -0.71rem;
        color: #ffffff; }
    .cookie-policy-container .cookie-policy__close {
      background-color: transparent;
      border: none;
      position: absolute;
      top: 1.43rem;
      right: 0;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .cookie-policy-container .cookie-policy__close {
          right: 1.07rem; } }
    .cookie-policy-container .cookie-policy .button-group {
      width: 100%;
      vertical-align: bottom;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .cookie-policy-container .cookie-policy .button-group {
          width: auto; } }
    .cookie-policy-container .cookie-policy .btn-tilt,
    .cookie-policy-container .cookie-policy .btn-border-tilt {
      padding: 1.14rem 2.29rem;
      max-width: 11.43rem;
      width: auto;
      position: relative;
      font-size: 1rem;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 1rem; }
      .cookie-policy-container .cookie-policy .btn-tilt:before,
      .cookie-policy-container .cookie-policy .btn-border-tilt:before {
        display: none; }
      .cookie-policy-container .cookie-policy .btn-tilt:after,
      .cookie-policy-container .cookie-policy .btn-border-tilt:after {
        content: '';
        position: absolute;
        height: 1.79rem;
        width: 1.79rem;
        bottom: -0.86rem;
        right: -0.93rem;
        transform: rotate(45deg);
        background-color: #3a3a3a; }
    .cookie-policy-container .cookie-policy .btn-tilt {
      color: #3a3a3a;
      border: none;
      margin-right: 1.43rem;
      background: #ffffff;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .cookie-policy-container .cookie-policy .btn-tilt {
          margin-right: 2.86rem; } }
      .cookie-policy-container .cookie-policy .btn-tilt:hover {
        opacity: 0.8;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
    .cookie-policy-container .cookie-policy .btn-border-tilt {
      border: 2px solid #ffffff;
      background-color: transparent;
      color: #ffffff;
      padding: 1.07rem 2.14rem; }
  .cookie-policy-container .cookie-policy.single-btn .cookie-policy__text {
    width: 100%;
    /* Medium devices (desktops, 641px and up) */
    /* Medium devices (desktops, 1100px and 1280) */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .cookie-policy-container .cookie-policy.single-btn .cookie-policy__text {
        max-width: 71.29rem;
        width: auto; } }
    @media only screen and (min-width: 1100px) and (max-width: 1280px) {
      .cookie-policy-container .cookie-policy.single-btn .cookie-policy__text {
        max-width: 57rem; } }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .cookie-policy-container .cookie-policy.single-btn .cookie-policy__text {
        max-width: 57rem; } }
  .cookie-policy-container .cookie-policy.single-btn .btn-tilt {
    max-width: 100%;
    width: 100%;
    margin: 0;
    /* Medium devices (desktops, 641px and up) */
    /* Medium devices (desktops, 1100px and 1280) */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .cookie-policy-container .cookie-policy.single-btn .btn-tilt {
        max-width: 11.43rem;
        width: auto;
        margin-left: 6.86rem; } }
    @media only screen and (min-width: 1100px) and (max-width: 1280px) {
      .cookie-policy-container .cookie-policy.single-btn .btn-tilt {
        margin-left: 0; } }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .cookie-policy-container .cookie-policy.single-btn .btn-tilt {
        margin-left: 0; } }
  .cookie-policy-container .cookie-policy.single-btn .btn-border-tilt {
    display: none; }

.cookie-policy-author.cookie-policy-container {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  z-index: 1; }

.btn-border-primary, .community-carousel__item--content .btn-rt-chopped,
.reviews__item--content .btn-rt-chopped, .people-shopped--btn-rt-chopped, #modalAlert .btn-rt-chopped, .generic-modal .btn-rt-chopped {
  position: relative;
  border: 3px solid #3a3a3a;
  padding: 1.21rem 2.29rem;
  font-weight: bold;
  color: #3a3a3a;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block; }
  .btn-border-primary:after, .community-carousel__item--content .btn-rt-chopped:after,
  .reviews__item--content .btn-rt-chopped:after, .people-shopped--btn-rt-chopped:after, #modalAlert .btn-rt-chopped:after, .generic-modal .btn-rt-chopped:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: -7px;
    bottom: -7px;
    z-index: 3;
    border-width: 11px;
    border-style: solid;
    border-color: transparent;
    background: #ffffff;
    pointer-events: none;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  .btn-border-primary:hover, .community-carousel__item--content .btn-rt-chopped:hover,
  .reviews__item--content .btn-rt-chopped:hover, .people-shopped--btn-rt-chopped:hover, #modalAlert .btn-rt-chopped:hover, .generic-modal .btn-rt-chopped:hover {
    text-decoration: none;
    color: #3a3a3a; }
  .btn-border-primary:active, .community-carousel__item--content .btn-rt-chopped:active,
  .reviews__item--content .btn-rt-chopped:active, .people-shopped--btn-rt-chopped:active, #modalAlert .btn-rt-chopped:active, .generic-modal .btn-rt-chopped:active {
    background-color: #3a3a3a;
    color: #ffffff; }
  .btn-border-primary:hover:after, .community-carousel__item--content .btn-rt-chopped:hover:after,
  .reviews__item--content .btn-rt-chopped:hover:after, .people-shopped--btn-rt-chopped:hover:after, #modalAlert .btn-rt-chopped:hover:after, .generic-modal .btn-rt-chopped:hover:after, .btn-border-primary:focus:after, .community-carousel__item--content .btn-rt-chopped:focus:after,
  .reviews__item--content .btn-rt-chopped:focus:after, .people-shopped--btn-rt-chopped:focus:after, #modalAlert .btn-rt-chopped:focus:after, .generic-modal .btn-rt-chopped:focus:after, .btn-border-primary:active:after, .community-carousel__item--content .btn-rt-chopped:active:after,
  .reviews__item--content .btn-rt-chopped:active:after, .people-shopped--btn-rt-chopped:active:after, #modalAlert .btn-rt-chopped:active:after, .generic-modal .btn-rt-chopped:active:after {
    border-width: 0;
    outline: none; }
  .btn-border-primary.disabled, .community-carousel__item--content .disabled.btn-rt-chopped,
  .reviews__item--content .disabled.btn-rt-chopped, .disabled.people-shopped--btn-rt-chopped, #modalAlert .disabled.btn-rt-chopped, .generic-modal .disabled.btn-rt-chopped {
    border: 2px solid #7f7f7f;
    color: #7f7f7f; }

.btn-link {
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.86rem;
  line-height: 1;
  display: inline-block;
  color: #1b1b1b;
  padding: 0.21rem 1.43rem 0.14rem 0;
  margin-bottom: -0.14rem;
  margin-top: -0.21rem;
  cursor: pointer; }
  .btn-link span:last-child {
    position: relative;
    display: inline-block; }
  .btn-link span:last-child:after {
    position: absolute;
    content: "";
    bottom: -1px;
    height: 11px;
    width: 2px;
    right: -10px;
    display: block;
    background: #068765;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  .btn-link span:last-child:before {
    position: absolute;
    font-family: "dcu-iconset" !important;
    content: "t";
    text-transform: none !important;
    color: #068765;
    font-weight: normal;
    right: -19px;
    font-size: 10px;
    line-height: 10px;
    top: -10px;
    overflow: hidden;
    width: 9px;
    height: 10px;
    display: block;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s; }
  .btn-link:hover {
    text-decoration: none;
    color: #3a3a3a; }
    .btn-link:hover span:last-child:before {
      opacity: 1;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.1s ease 0;
      -moz-transition: all 0.1s ease 0;
      -ms-transition: all 0.1s ease 0;
      -o-transition: all 0.1s ease 0;
      transition: all 0.1s ease 0;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      -webkit-transform-origin: left center;
      transform-origin: left center;
      right: -20px; }
    .btn-link:hover span:last-child:after {
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      right: -12px;
      bottom: -1px;
      height: 12px; }

.page-hero {
  width: 100%;
  float: left;
  position: relative;
  font-family: "Nunito Sans"; }
  .page-hero .img-holder {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 16.43rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .page-hero .img-holder {
        min-height: 15.29rem; } }
    .page-hero .img-holder:after {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, black 0, rgba(0, 0, 0, 0.98) 1%, rgba(0, 0, 0, 0.02) 53%, rgba(0, 0, 0, 0) 54%);
      color: #ffffff;
      position: absolute;
      z-index: 2;
      /* mobiles and tablets */
      /* mobiles and tablets */ }
      @media only screen and (max-width: 480px) {
        .page-hero .img-holder:after {
          background: linear-gradient(to top, black 0, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.02) 53%, rgba(0, 0, 0, 0) 50%); } }
      @media only screen and (min-width: 480px) and (max-width: 720px) {
        .page-hero .img-holder:after {
          background: linear-gradient(to top, black 0, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.02) 53%, rgba(0, 0, 0, 0) 50%); } }
    .page-hero .img-holder img {
      width: 100%;
      height: auto; }
  .page-hero__branch-landing .img-holder {
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .page-hero__branch-landing .img-holder {
        min-height: 17.86rem; } }
  .page-hero__caption {
    width: 100%;
    color: #ffffff;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.86rem;
    flex-direction: column;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .page-hero__caption {
        padding: 0; } }
    .page-hero__caption-head {
      max-width: 100%;
      float: left;
      width: 100%;
      /* mobiles and tablets */
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (max-width: 992px) {
        .page-hero__caption-head {
          margin-top: 0.86rem; } }
      @media only screen and (min-width: 993px) {
        .page-hero__caption-head {
          max-width: 39.29rem; } }
      .page-hero__caption-head h2, .page-hero__caption-head h1 {
        font-size: 2.14rem;
        line-height: 2.43rem;
        margin-bottom: 1.14rem;
        /* Medium devices (desktops, 641px and up) */
        font-weight: 400; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .page-hero__caption-head h2, .page-hero__caption-head h1 {
            margin-bottom: 0; } }
        @media only screen and (min-width: 993px) {
          .page-hero__caption-head h2, .page-hero__caption-head h1 {
            font-size: 2.86rem;
            line-height: 3.57rem; } }
    .page-hero__caption-subcopy {
      max-width: 30.43rem; }
      .page-hero__caption-subcopy p {
        font-size: 1.29rem;
        line-height: 1.57rem;
        font-weight: 300; }
    .page-hero__caption-desktop {
      float: left;
      /* mobiles and tablets */
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (max-width: 992px) {
        .page-hero__caption-desktop {
          margin-bottom: 2.29rem;
          width: 100%; } }
      @media only screen and (min-width: 993px) {
        .page-hero__caption-desktop {
          display: block;
          width: 100%; } }
      .page-hero__caption-desktop__stars {
        float: left;
        width: 100%;
        margin-bottom: 1.71rem; }
        .page-hero__caption-desktop__stars a {
          font-size: 1rem;
          color: #ffffff;
          text-decoration: none; }
      .page-hero__caption-desktop__rating-label {
        color: #ffffff;
        font-size: 1rem;
        line-height: 1.29rem;
        padding-left: 0.71rem;
        vertical-align: super;
        /* mobiles and tablets */
        /* Desktop with smaller resolution */ }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .page-hero__caption-desktop__rating-label {
            vertical-align: bottom; } }
        .page-hero__caption-desktop__rating-label:hover {
          cursor: pointer;
          color: #ffffff;
          text-decoration: none; }
        .page-hero__caption-desktop__rating-label:focus {
          color: #ffffff;
          text-decoration: none; }
        @media only screen and (max-width: 992px) {
          .page-hero__caption-desktop__rating-label {
            color: #3a3a3a; } }
        @media only screen and (min-width: 720px) and (max-width: 992px) {
          .page-hero__caption-desktop__rating-label {
            color: #3a3a3a; } }
      .page-hero__caption-desktop__review-copy {
        float: left;
        width: 23.14rem;
        margin-bottom: 1.14rem;
        /* Medium devices (desktops, 641px and up) */
        font-size: 1rem;
        line-height: 1.29rem;
        color: #3a3a3a; }
        @media only screen and (min-width: 993px) {
          .page-hero__caption-desktop__review-copy {
            margin-bottom: 1.43rem;
            color: #ffffff;
            font-size: 1.29rem;
            line-height: 1.57rem; } }
      .page-hero__caption-desktop__rte {
        float: left;
        width: 100%;
        margin-bottom: 1.14rem;
        margin-top: 1.14rem;
        /* Medium devices (desktops, 641px and up) */
        font-size: 1rem;
        line-height: 1.29rem;
        color: #3a3a3a; }
        @media only screen and (min-width: 993px) {
          .page-hero__caption-desktop__rte {
            margin-top: 1.71rem;
            margin-bottom: 1.71rem;
            color: #ffffff;
            font-size: 1.29rem;
            line-height: 1.57rem; } }
        .page-hero__caption-desktop__rte a {
          color: #04aa84; }
        .page-hero__caption-desktop__rte p {
          /* mobiles and tablets */
          margin: 0;
          font-size: 1.29rem;
          line-height: 1.57rem; }
          @media only screen and (max-width: 992px) {
            .page-hero__caption-desktop__rte p {
              font-size: 1rem;
              line-height: 1.29rem; } }
      .page-hero__caption-desktop__btns {
        float: left;
        width: 100%; }
        .page-hero__caption-desktop__btns .btn-green-chopped {
          /* mobiles and tablets */
          /* Desktop with smaller resolution */
          text-align: center;
          padding: 1.14rem 2.14rem;
          color: #ffffff;
          letter-spacing: 1px;
          font-size: 1rem;
          line-height: 1;
          font-weight: bold;
          text-transform: uppercase;
          position: relative;
          display: inline-block;
          background: white;
          border: none;
          background: -webkit-linear-gradient(135deg, transparent 10px, #07926d 10px, #07926d 100%);
          background: -moz-linear-gradient(135deg, transparent 10px, #07926d 10px, #07926d 100%);
          background: -o-linear-gradient(135deg, transparent 10px, #07926d 10px, #07926d 100%);
          background: linear-gradient(-45deg, transparent 10px, #07926d 10px, #07926d 100%); }
          @media only screen and (max-width: 992px) {
            .page-hero__caption-desktop__btns .btn-green-chopped {
              width: inherit; } }
          @media only screen and (min-width: 720px) and (max-width: 992px) {
            .page-hero__caption-desktop__btns .btn-green-chopped {
              width: auto; } }
          .page-hero__caption-desktop__btns .btn-green-chopped:hover {
            text-decoration: none; }
        .page-hero__caption-desktop__btns .btn-trans-chopped {
          text-align: center;
          margin-left: 1.71rem;
          display: inline-block;
          text-transform: uppercase;
          text-decoration: none;
          padding: 1.14rem 2.29rem;
          color: #ffffff;
          letter-spacing: 1px;
          font-weight: bold;
          line-height: 1;
          background: url("/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/images/btn.png");
          background-size: 100% 100%;
          min-width: 160px;
          /* mobiles and tablets */
          /* Desktop with smaller resolution */ }
          .page-hero__caption-desktop__btns .btn-trans-chopped:hover {
            background-image: url("/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/images/btn-hover.png"); }
          .page-hero__caption-desktop__btns .btn-trans-chopped:after {
            opacity: 0;
            content: "";
            position: absolute;
            width: 0px;
            height: 0px;
            right: -7px;
            bottom: -7px;
            z-index: 3;
            border-width: 11px;
            border-style: solid;
            border-color: transparent;
            background: #ffffff;
            pointer-events: none;
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all 0.2s ease-out 0s;
            -moz-transition: all 0.2s ease-out 0s;
            -ms-transition: all 0.2s ease-out 0s;
            -o-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s; }
          @media only screen and (max-width: 992px) {
            .page-hero__caption-desktop__btns .btn-trans-chopped {
              margin-top: 0.86rem;
              margin-left: 0;
              width: inherit;
              color: #3a3a3a;
              background-image: none;
              border: 3px solid #3a3a3a; }
              .page-hero__caption-desktop__btns .btn-trans-chopped:hover {
                background-image: none; }
              .page-hero__caption-desktop__btns .btn-trans-chopped:after {
                opacity: 1; } }
          @media only screen and (min-width: 720px) and (max-width: 992px) {
            .page-hero__caption-desktop__btns .btn-trans-chopped {
              width: auto;
              margin-left: 1.71rem;
              border: 3px solid #3a3a3a;
              padding: 0.93rem 2.07rem;
              background-image: none; }
              .page-hero__caption-desktop__btns .btn-trans-chopped:hover {
                background-image: none; }
              .page-hero__caption-desktop__btns .btn-trans-chopped:after {
                opacity: 1; } }
    .page-hero__caption-mobile {
      float: left;
      display: block;
      /* mobiles and tablets */
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (max-width: 992px) {
        .page-hero__caption-mobile {
          position: absolute;
          bottom: 1.43rem;
          margin-right: 2.5rem; } }
      @media only screen and (min-width: 993px) {
        .page-hero__caption-mobile {
          display: none; } }
      .page-hero__caption-mobile h2, .page-hero__caption-mobile h1 {
        /* mobiles and tablets */
        font-size: 2.14rem;
        line-height: 2.43rem;
        /* Medium devices (desktops, 641px and up) */
        font-weight: 400; }
        @media only screen and (max-width: 992px) {
          .page-hero__caption-mobile h2, .page-hero__caption-mobile h1 {
            margin-bottom: 0; } }
        @media only screen and (min-width: 993px) {
          .page-hero__caption-mobile h2, .page-hero__caption-mobile h1 {
            font-size: 2.86rem;
            line-height: 3.57rem; } }
  .page-hero__reviews {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .page-hero__reviews.v-center {
        position: relative;
        top: auto;
        transform: none; } }
    .page-hero__reviews .bv_main_container .bv_main_container_CTA_row,
    .page-hero__reviews .bv_main_container .bv_main_container_line_break,
    .page-hero__reviews .bv_main_container .bv_main_container_row_normal {
      display: none !important; }
    .page-hero__reviews .bv_main_container .bv_main_container_row_flex .bv_numReviews_component_container,
    .page-hero__reviews .bv_main_container .bv_main_container_row_flex .bv_avgRating_component_container {
      display: none !important; }
    .page-hero__reviews [data-bv-show=rating_summary] .bv_main_container .bv_main_container_CTA_row {
      display: none !important; }
    .page-hero__reviews div.bv_modal_component_container[data-bv-modal] {
      display: none !important; }
    .page-hero__reviews #bazaarVoice--page-hero {
      max-width: 7.86rem;
      display: inline-block; }
      .page-hero__reviews #bazaarVoice--page-hero .container {
        padding-left: 0rem; }
      .page-hero__reviews #bazaarVoice--page-hero .bv_averageRating_component_container,
      .page-hero__reviews #bazaarVoice--page-hero .bv_numReviews_component_container,
      .page-hero__reviews #bazaarVoice--page-hero .bv-off-screen {
        display: none !important; }
  .page-hero__career--caption {
    /* mobiles and tablets */
    /* Desktop with smaller resolution */
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (max-width: 720px) {
      .page-hero__career--caption {
        float: left;
        display: block;
        position: absolute;
        bottom: 1.43rem;
        margin-right: 3.07rem; }
        .page-hero__career--caption h2, .page-hero__career--caption h1 {
          margin-bottom: 0;
          font-size: 2.14rem;
          line-height: 2.43rem;
          font-weight: normal; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .page-hero__career--caption {
        float: left;
        max-width: 23.29rem; }
        .page-hero__career--caption h2, .page-hero__career--caption h1 {
          margin-bottom: 1.14rem;
          font-size: 2.86rem;
          line-height: 3.57rem;
          font-weight: normal; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) and (-ms-high-contrast: active) {
      .page-hero__career--caption h2, .page-hero__career--caption h1 {
        margin-bottom: 0; } }
    @media only screen and (min-width: 993px) {
      .page-hero__career--caption {
        float: left;
        max-width: 23.29rem; }
        .page-hero__career--caption h2, .page-hero__career--caption h1 {
          margin-bottom: 1.14rem;
          font-size: 2.86rem;
          line-height: 3.57rem;
          font-weight: normal; } }
    @media only screen and (min-width: 993px) and (-ms-high-contrast: active) {
      .page-hero__career--caption h2, .page-hero__career--caption h1 {
        margin-bottom: 0; } }

.edge .page-hero__caption-desktop__rating-label {
  vertical-align: bottom; }

.disclaimer-footer {
  background: #eff0f1;
  padding: 1.14rem 0;
  width: 100%;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .disclaimer-footer {
      padding: 1.71rem 0; } }
  .disclaimer-footer p {
    font-size: 0.71rem;
    line-height: 0.86rem;
    /* Medium devices (desktops, 641px and up) */
    color: #3a3a3a; }
    @media only screen and (min-width: 993px) {
      .disclaimer-footer p {
        font-size: 1rem;
        line-height: 1.29rem; } }
  .disclaimer-footer a {
    color: #01675a; }

.member-referral {
  background: #f8f8f8;
  padding: 1.71rem 0;
  width: 100%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0.21rem;
  /* Medium devices (desktops, 641px and up) */ }
  .member-referral > .container {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .member-referral > .container {
        padding-left: 0.57rem;
        padding-right: 0.57rem; } }
  @media only screen and (min-width: 993px) {
    .member-referral {
      padding: 2.86rem 0; } }
  .member-referral__wrapper {
    background: #01675a;
    padding: 2.29rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .member-referral__wrapper {
        padding: 2.29rem; } }
  .member-referral__content {
    color: #ffffff;
    padding: 0.57rem 0 0;
    margin: 0 auto;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .member-referral__content {
        max-width: 90%;
        min-width: 63.29rem;
        padding: 0.71rem 0.57rem; } }
    .member-referral__content--heading {
      padding-bottom: 0.29rem;
      /* Medium devices (desktops, 641px and up) */ }
      .member-referral__content--heading img {
        max-width: 4.29rem;
        width: auto;
        height: 100%; }
      @media only screen and (min-width: 993px) {
        .member-referral__content--heading {
          padding-bottom: 0; } }
      .member-referral__content--heading .member-referral__content--sub-text {
        display: none;
        /* Desktop with smaller resolution */ }
        @media only screen and (min-width: 720px) and (max-width: 992px) {
          .member-referral__content--heading .member-referral__content--sub-text {
            min-width: 28.86rem;
            max-width: 66%;
            padding: 0.86rem 3.43rem;
            display: block; } }
    .member-referral__content--title {
      font-size: 1.3rem;
      max-width: 148px;
      margin-top: 0.71rem;
      margin-bottom: 1rem;
      font-weight: bold;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .member-referral__content--title {
          max-width: 202px;
          font-size: 1.71rem;
          line-height: 2rem;
          margin-top: 0;
          margin-bottom: 0;
          margin-left: 0.71rem; } }
    .member-referral__content--sub-text {
      font-size: 1rem;
      line-height: 1.29rem;
      padding-bottom: 1.71rem;
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 993px) {
        .member-referral__content--sub-text {
          font-size: 1.14rem;
          line-height: 1.43rem;
          padding-bottom: 0; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .member-referral__content--sub-text {
          display: none; } }
    .member-referral__content--button-wrapper {
      text-align: left;
      overflow: hidden;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .member-referral__content--button-wrapper {
          text-align: right; } }
      .member-referral__content--button-wrapper .btn-chopped-white {
        text-transform: uppercase;
        position: relative;
        color: #3a3a3a;
        background: #ffffff;
        border-radius: 0;
        font-size: 1rem;
        font-weight: bold;
        padding: 1.21rem 2.29rem;
        text-decoration: none;
        display: inline-block;
        line-height: 1;
        border: none;
        letter-spacing: 1px;
        letter-spacing: 1px;
        line-height: 1;
        padding: 1.21rem 2.29rem; }
        .member-referral__content--button-wrapper .btn-chopped-white.disabled {
          background: #7f7f7f;
          color: #ffffff; }
        .member-referral__content--button-wrapper .btn-chopped-white:after {
          content: "";
          width: 1.79rem;
          height: 1.79rem;
          background: #01675a;
          transform: rotate(-132deg);
          position: absolute;
          border-top: 0;
          border-left: 0;
          border-bottom: 0;
          top: auto;
          right: -0.93rem;
          bottom: -1.07rem;
          border: none;
          outline: none;
          pointer-events: none; }
        .member-referral__content--button-wrapper .btn-chopped-white:hover {
          color: #3a3a3a;
          opacity: 0.8;
          transition: opacity 0.4s ease-in-out; }
        .member-referral__content--button-wrapper .btn-chopped-white:active {
          border: none;
          opacity: 1;
          transition: opacity 0.4s ease-in-out; }

.community-carousel,
.reviews {
  width: 100%;
  position: relative;
  padding: 2rem 0 2.36rem;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .community-carousel,
    .reviews {
      padding-top: 2.57rem;
      padding-bottom: 1.93rem; } }
  .community-carousel__heading,
  .reviews__heading {
    color: #3a3a3a; }
    .community-carousel__heading:after,
    .reviews__heading:after {
      content: "";
      display: block;
      width: 2.29rem;
      /* Medium devices (desktops, 641px and up) */
      padding-top: 0.86rem;
      border-bottom: 3px solid #04aa84; }
      @media only screen and (min-width: 993px) {
        .community-carousel__heading:after,
        .reviews__heading:after {
          width: 3.43rem; } }
    .community-carousel__heading--title,
    .reviews__heading--title {
      font-size: 2rem;
      font-weight: 300;
      line-height: 2.29rem;
      /* Medium devices (desktops, 641px and up) */
      /* mobiles and tablets */ }
      @media only screen and (min-width: 993px) {
        .community-carousel__heading--title,
        .reviews__heading--title {
          font-size: 2.71rem;
          line-height: 3rem; } }
      @media only screen and (max-width: 992px) {
        .community-carousel__heading--title,
        .reviews__heading--title {
          max-width: 100%; } }
    .community-carousel__heading--sub-text,
    .reviews__heading--sub-text {
      font-size: 1rem;
      line-height: 1.29rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .community-carousel__heading--sub-text,
        .reviews__heading--sub-text {
          font-size: 1.29rem;
          line-height: 1.57rem; } }
  .community-carousel__item,
  .reviews__item {
    margin: 0 0.29rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .community-carousel__item,
      .reviews__item {
        margin: 0 0.57rem 0.5rem; } }
    .community-carousel__item--wrapper,
    .reviews__item--wrapper {
      position: relative;
      background: #ffffff; }
    .community-carousel__item--image,
    .reviews__item--image {
      opacity: 0.5; }
      .community-carousel__item--image img,
      .reviews__item--image img {
        width: 100%;
        height: auto;
        max-width: 100%; }
    .community-carousel__item--content,
    .reviews__item--content {
      position: relative;
      margin: -20% 0.57rem 1.14rem 0;
      float: right;
      max-width: 90%;
      overflow: hidden;
      background: #f8f8f8;
      opacity: 0;
      padding: 3.2rem;
      min-height: 18.86rem;
      background: linear-gradient(135deg, rgba(248, 248, 248, 0) 6%, #f8f8f8 4%);
      /* mobiles and tablets */
      /* mobiles and tablets */
      /* Desktop with smaller resolution */
      /* Desktop with smaller resolution */
      /* Medium devices (desktops, 641px and up) */ }
      .community-carousel__item--content__title,
      .reviews__item--content__title {
        font-size: 1.3rem;
        font-weight: bold;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .community-carousel__item--content__title,
          .reviews__item--content__title {
            font-size: 1.72rem;
            line-height: 2rem; } }
      .community-carousel__item--content__sub-text,
      .reviews__item--content__sub-text {
        min-height: 5.36rem;
        margin-bottom: 1.14rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .community-carousel__item--content__sub-text,
          .reviews__item--content__sub-text {
            min-height: auto;
            margin-bottom: 0;
            line-height: 1.29rem; } }
      @media only screen and (max-width: 992px) {
        .community-carousel__item--content,
        .reviews__item--content {
          background: linear-gradient(135deg, rgba(248, 248, 248, 0) 4%, #f8f8f8 4%); } }
      @media only screen and (max-width: 480px) {
        .community-carousel__item--content,
        .reviews__item--content {
          padding: 2.29rem; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .community-carousel__item--content,
        .reviews__item--content {
          min-height: 11.71rem;
          max-width: 80%; } }
      @media only screen and (min-width: 993px) and (max-width: 1100px) {
        .community-carousel__item--content,
        .reviews__item--content {
          min-height: 11.71rem;
          max-width: 80%; } }
      @media only screen and (min-width: 993px) {
        .community-carousel__item--content,
        .reviews__item--content {
          position: absolute;
          float: none;
          max-width: 47.14rem;
          width: 47.14rem;
          min-height: auto;
          right: 0.86rem;
          margin: 0;
          bottom: 0;
          padding: 4rem; } }
      .community-carousel__item--content .btn-rt-chopped,
      .reviews__item--content .btn-rt-chopped {
        background: #f8f8f8;
        border-radius: 0;
        font-size: 1rem;
        padding: 1rem 2rem; }
        .community-carousel__item--content .btn-rt-chopped:after,
        .reviews__item--content .btn-rt-chopped:after {
          background: #f8f8f8; }
        .community-carousel__item--content .btn-rt-chopped:active,
        .reviews__item--content .btn-rt-chopped:active {
          transition: background-color 0.4s ease-in-out; }
  .community-carousel__explore .btn-rt-chopped-green,
  .reviews__explore .btn-rt-chopped-green {
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    background: #068765;
    border-radius: 0;
    font-size: 1rem;
    font-weight: bold;
    padding: 1.21rem 2.29rem;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    border: none;
    letter-spacing: 1px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 1.14rem 2.29rem;
    /* Desktop with smaller resolution */
    /* Desktop with smaller resolution */ }
    .community-carousel__explore .btn-rt-chopped-green.disabled,
    .reviews__explore .btn-rt-chopped-green.disabled {
      background: #7f7f7f;
      color: #ffffff; }
    .community-carousel__explore .btn-rt-chopped-green:after,
    .reviews__explore .btn-rt-chopped-green:after {
      content: "";
      width: 1.79rem;
      height: 1.79rem;
      background: #ffffff;
      transform: rotate(-132deg);
      position: absolute;
      border-top: 0;
      border-left: 0;
      border-bottom: 0;
      top: auto;
      right: -0.93rem;
      bottom: -1.07rem;
      border: none;
      outline: none;
      pointer-events: none; }
    .community-carousel__explore .btn-rt-chopped-green:hover,
    .reviews__explore .btn-rt-chopped-green:hover {
      color: #ffffff;
      opacity: 0.8;
      transition: opacity 0.4s ease-in-out; }
    .community-carousel__explore .btn-rt-chopped-green:active,
    .reviews__explore .btn-rt-chopped-green:active {
      border: none;
      opacity: 1;
      transition: opacity 0.4s ease-in-out; }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .community-carousel__explore .btn-rt-chopped-green,
      .reviews__explore .btn-rt-chopped-green {
        width: auto !important;
        float: left;
        margin-left: 1.43rem; } }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .community-carousel__explore .btn-rt-chopped-green,
      .reviews__explore .btn-rt-chopped-green {
        width: auto !important; } }
  .community-carousel .slider-content,
  .reviews .slider-content {
    padding-top: 1.71rem;
    padding-bottom: 0.29rem;
    /* Medium devices (desktops, 641px and up) */
    /* mobiles and tablets */ }
    @media only screen and (min-width: 993px) {
      .community-carousel .slider-content,
      .reviews .slider-content {
        padding-top: 2.29rem;
        padding-bottom: 0; } }
    @media only screen and (max-width: 992px) {
      .community-carousel .slider-content,
      .reviews .slider-content {
        padding-left: 0.57rem;
        padding-right: 0.57rem; } }
  .community-carousel .slick-current .community-carousel__item--image,
  .reviews .slick-current .community-carousel__item--image {
    opacity: 1;
    transition: opacity 0.4s ease-in-out; }
  .community-carousel .slick-current .community-carousel__item--content,
  .reviews .slick-current .community-carousel__item--content {
    opacity: 1;
    transition: opacity 0.4s ease-in-out; }
  .community-carousel .slider-controls-centered,
  .reviews .slider-controls-centered {
    margin: 0 auto;
    display: flex;
    padding: 0 0 1.14rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .community-carousel .slider-controls-centered,
      .reviews .slider-controls-centered {
        padding: 1.14rem 0; } }
    .community-carousel .slider-controls-centered .previous,
    .community-carousel .slider-controls-centered .next,
    .reviews .slider-controls-centered .previous,
    .reviews .slider-controls-centered .next {
      cursor: pointer;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.86rem;
      line-height: 1;
      letter-spacing: 1px; }
      .community-carousel .slider-controls-centered .previous a,
      .community-carousel .slider-controls-centered .next a,
      .reviews .slider-controls-centered .previous a,
      .reviews .slider-controls-centered .next a {
        text-decoration: none;
        font-weight: bold; }
      .community-carousel .slider-controls-centered .previous .icon,
      .community-carousel .slider-controls-centered .next .icon,
      .reviews .slider-controls-centered .previous .icon,
      .reviews .slider-controls-centered .next .icon {
        font-size: 0.8rem;
        color: #04aa84; }
        .community-carousel .slider-controls-centered .previous .icon:before,
        .community-carousel .slider-controls-centered .next .icon:before,
        .reviews .slider-controls-centered .previous .icon:before,
        .reviews .slider-controls-centered .next .icon:before {
          width: 1rem;
          display: inline-block;
          vertical-align: middle; }
    .community-carousel .slider-controls-centered .previous,
    .reviews .slider-controls-centered .previous {
      padding: 0 1.14rem 0 0;
      float: left; }
      .community-carousel .slider-controls-centered .previous a,
      .reviews .slider-controls-centered .previous a {
        text-decoration: none;
        font-weight: bold; }
      .community-carousel .slider-controls-centered .previous .icon,
      .reviews .slider-controls-centered .previous .icon {
        margin-right: 0.5rem; }
    .community-carousel .slider-controls-centered .next,
    .reviews .slider-controls-centered .next {
      padding: 0 0 0 1.14rem;
      float: right; }
      .community-carousel .slider-controls-centered .next .icon,
      .reviews .slider-controls-centered .next .icon {
        margin-left: 0.5rem;
        margin-right: 0; }
    .community-carousel .slider-controls-centered .previous.slick-disabled,
    .community-carousel .slider-controls-centered .next.slick-disabled,
    .reviews .slider-controls-centered .previous.slick-disabled,
    .reviews .slider-controls-centered .next.slick-disabled {
      color: #3a3a3a; }
    .community-carousel .slider-controls-centered .progress,
    .reviews .slider-controls-centered .progress {
      margin-top: 6px;
      float: left;
      width: 100%;
      margin-bottom: 1.14rem;
      height: 2px;
      overflow: hidden;
      background-color: #e7e8e9;
      background-image: linear-gradient(to right, #04aa84, #04aa84);
      background-repeat: no-repeat;
      background-size: 0 100%;
      transition: background-size 0.4s ease-in-out;
      /* Desktop with smaller resolution */
      /* mobiles and tablets */ }
      @media only screen and (min-width: 993px) and (max-width: 1100px) {
        .community-carousel .slider-controls-centered .progress,
        .reviews .slider-controls-centered .progress {
          max-width: 75%; } }
      @media only screen and (max-width: 992px) {
        .community-carousel .slider-controls-centered .progress,
        .reviews .slider-controls-centered .progress {
          max-width: 100%; } }
  .community-carousel .explore-btn,
  .reviews .explore-btn {
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .community-carousel .explore-btn,
      .reviews .explore-btn {
        width: auto !important; } }

.notification-alert {
  background-color: #3a3a3a;
  padding-top: 0.71rem;
  padding-bottom: 0.71rem; }
  .notification-alert .container {
    position: relative; }
    .notification-alert .container p {
      color: #ffffff;
      text-align: center;
      font-size: 0.93rem;
      /* Medium devices (desktops, 641px and up) */
      /* mobiles and tablets */ }
      @media only screen and (min-width: 993px) {
        .notification-alert .container p {
          font-size: 1.14rem;
          line-height: 1.43rem; } }
      @media only screen and (max-width: 992px) {
        .notification-alert .container p {
          padding-right: 1.57rem; } }
      .notification-alert .container p .icon-dcu-bell {
        margin-bottom: -0.57rem;
        display: inline-block;
        color: #04aa84;
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .notification-alert .container p .icon-dcu-bell {
            vertical-align: middle;
            margin-top: 0.29rem;
            margin-bottom: 0;
            overflow: visible; }
            .notification-alert .container p .icon-dcu-bell .icon {
              margin-right: 0rem;
              overflow: visible;
              font-size: 1.2rem;
              line-height: normal; } }
      .notification-alert .container p a {
        color: #ffffff;
        text-decoration: underline; }
        .notification-alert .container p a:hover {
          text-decoration: underline; }
    .notification-alert .container .alert_close {
      color: #ffffff;
      position: absolute;
      right: 0;
      font-size: 1.14rem;
      cursor: pointer;
      padding: 0.29rem;
      background-color: transparent;
      border: none;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .notification-alert .container .alert_close {
          font-size: 0.86rem;
          top: 0; } }

.plp-contact-banner {
  width: 100%;
  position: relative;
  font-size: 1rem;
  padding: 2.29rem 0;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .plp-contact-banner {
      padding: 2.86rem 0 3.43rem 0; } }
  .plp-contact-banner--weekend-time {
    padding-top: 0.43rem; }
  .plp-contact-banner--caption h2 {
    color: #3a3a3a;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.29rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .plp-contact-banner--caption h2 {
        font-size: 2.71rem;
        line-height: 3rem; } }
  .plp-contact-banner--caption:after {
    content: "";
    display: block;
    width: 2.29rem;
    padding-top: 0.36rem;
    border-bottom: 0.21rem solid #04aa84;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .plp-contact-banner--caption:after {
        width: 4.29rem;
        padding-top: 0.71rem;
        border-bottom: 0.29rem solid #04aa84; } }
  .plp-contact-banner--wrapper {
    background: #f8f8f8;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    margin-top: 1.71rem;
    padding-top: 2.29rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .plp-contact-banner--wrapper {
        margin-top: 2.29rem;
        padding-top: 3.43rem;
        padding-bottom: 3.43rem;
        padding-left: 5.43rem;
        padding-right: 5.43rem;
        margin-left: 0;
        margin-right: 0; } }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .plp-contact-banner--wrapper {
        padding-left: 2.5rem; } }
  .plp-contact-banner--item {
    font-size: 1rem;
    padding: 0 1.86rem 2.29rem 1.86rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .plp-contact-banner--item {
        font-size: 1.15rem;
        padding: 0 2.86rem 0 2.86rem; } }
    .plp-contact-banner--item__block, .plp-contact-banner--item__logo {
      padding: 0 0.57rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .plp-contact-banner--item__block, .plp-contact-banner--item__logo {
          padding: 0 0.86rem; } }
    .plp-contact-banner--item__logo {
      /* mobiles and tablets */
      /* Desktop with smaller resolution */ }
      @media only screen and (max-width: 992px) {
        .plp-contact-banner--item__logo {
          padding-right: 1rem; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .plp-contact-banner--item__logo {
          text-align: left !important;
          margin-bottom: 24px; } }
      .plp-contact-banner--item__logo.mail-ico {
        /* Desktop with smaller resolution */ }
        @media only screen and (min-width: 720px) and (max-width: 992px) {
          .plp-contact-banner--item__logo.mail-ico {
            margin-bottom: 36px; } }
      .plp-contact-banner--item__logo img {
        max-width: 2.57rem; }
      .plp-contact-banner--item__logo img.email-logo {
        width: 2.57rem;
        height: auto;
        padding-right: 1px; }
      .plp-contact-banner--item__logo img.location-logo {
        width: 1.86rem;
        height: 2.57rem; }
      .plp-contact-banner--item__logo img.chat-logo {
        width: 2.57rem;
        height: 2.57rem; }
    .plp-contact-banner--item__title {
      color: #3a3a3a;
      font-size: 1.29rem;
      line-height: 1.57rem;
      font-weight: bold;
      min-width: 12.36rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .plp-contact-banner--item__title {
          font-size: 1.71rem;
          line-height: 2rem;
          min-width: 14.43rem; } }
    .plp-contact-banner--item__sub-text {
      color: #3a3a3a;
      font-size: 1rem;
      line-height: 1.29rem;
      min-width: 14.43rem;
      margin-bottom: 1.43rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .plp-contact-banner--item__sub-text {
          font-size: 1.14rem;
          line-height: 1.43rem;
          min-width: 15.43rem; } }
    .plp-contact-banner--item .btn-chopped-green {
      text-transform: uppercase;
      position: relative;
      color: #ffffff;
      background: #068765;
      border-radius: 0;
      font-size: 1rem;
      font-weight: bold;
      letter-spacing: 0.07rem;
      line-height: 1;
      padding: 1.21rem 2.86rem;
      text-decoration: none;
      display: inline-block;
      outline: none;
      border: none; }
      .plp-contact-banner--item .btn-chopped-green.disabled {
        background: #7f7f7f;
        color: #ffffff; }
      .plp-contact-banner--item .btn-chopped-green:after {
        content: "";
        width: 1.79rem;
        height: 1.79rem;
        background: #f8f8f8;
        transform: rotate(-132deg);
        position: absolute;
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
        top: auto;
        right: -0.93rem;
        bottom: -1.07rem;
        border: none;
        outline: none;
        pointer-events: none; }
      .plp-contact-banner--item .btn-chopped-green:hover {
        color: #ffffff;
        opacity: 0.8;
        -webkit-transition: opacity 0.3s ease-in-out 0s;
        -moz-transition: opacity 0.3s ease-in-out 0s;
        -ms-transition: opacity 0.3s ease-in-out 0s;
        -o-transition: opacity 0.3s ease-in-out 0s;
        transition: opacity 0.3s ease-in-out 0s; }
      .plp-contact-banner--item .btn-chopped-green:active {
        border: none;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-in-out 0s;
        -moz-transition: opacity 0.3s ease-in-out 0s;
        -ms-transition: opacity 0.3s ease-in-out 0s;
        -o-transition: opacity 0.3s ease-in-out 0s;
        transition: opacity 0.3s ease-in-out 0s; }
    .plp-contact-banner--item__outside-working-hour {
      color: #3a3a3a;
      font-weight: bold;
      font-size: 0.86rem;
      line-height: 1.14rem;
      min-width: 14.64rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .plp-contact-banner--item__outside-working-hour {
          font-size: 1rem;
          line-height: 1.29rem;
          min-width: 16.93rem; } }
  .plp-contact-banner--icon {
    font-size: 2.14rem;
    color: #068765; }
  .plp-contact-banner__chat-item {
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .plp-contact-banner__chat-item {
        padding: 0 0 0 2.86rem; } }

.plp-contact-banner--wrapper > div.col-12 {
  /* Desktop with smaller resolution */ }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    .plp-contact-banner--wrapper > div.col-12 {
      float: left;
      display: block;
      max-width: 33%; } }
  .plp-contact-banner--wrapper > div.col-12 > .row {
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .plp-contact-banner--wrapper > div.col-12 > .row {
        flex-direction: column-reverse; } }

.diffrentiator {
  padding: 2.29rem 0 1.86rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  /* Medium devices (desktops, 641px and up) */
  /* Desktop with smaller resolution */ }
  @media only screen and (min-width: 993px) {
    .diffrentiator {
      padding: 2.86rem 0 0.57rem; } }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    .diffrentiator {
      padding: 2.86rem 0 0; } }
  .diffrentiator .link:after {
    height: 0.79rem;
    right: 0;
    bottom: 0.21rem; }
  .diffrentiator .differentiator-block-more {
    padding-top: 0.86rem;
    font-size: 0.86rem;
    font-weight: 500;
    position: relative; }
    .diffrentiator .differentiator-block-more__cta {
      cursor: pointer;
      display: inline-block;
      padding: 0.29rem 1.14rem;
      font-weight: bold;
      font-size: 0.86rem;
      line-height: 1; }
      .diffrentiator .differentiator-block-more__cta span {
        display: inline-block;
        position: relative;
        cursor: pointer; }
        .diffrentiator .differentiator-block-more__cta span:before {
          font-family: "dcu-iconset";
          content: "\74";
          text-transform: none;
          position: absolute;
          right: -1.14rem;
          font-size: 0.71rem;
          color: #068765;
          top: 0.14rem;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
    .diffrentiator .differentiator-block-more:before {
      content: "";
      width: 85%;
      height: 1px;
      background: rgba(127, 127, 127, 0.5);
      left: 2.14rem;
      z-index: 2;
      position: absolute;
      top: 0;
      right: 0; }
    .diffrentiator .differentiator-block-more .hidden {
      display: none; }
  .diffrentiator .heading-title {
    color: #3a3a3a;
    position: relative;
    margin-bottom: 3.71rem;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.29rem;
    /* Medium devices (desktops, 641px and up) */
    /* mobiles and tablets */ }
    @media only screen and (min-width: 993px) {
      .diffrentiator .heading-title {
        font-size: 2.71rem;
        line-height: 3rem; } }
    @media only screen and (max-width: 992px) {
      .diffrentiator .heading-title {
        max-width: 100%; } }
    .diffrentiator .heading-title:after {
      background-color: #04aa84;
      content: "";
      width: 4.29rem;
      height: 0.29rem;
      position: absolute;
      bottom: -1.43rem;
      left: 0; }
  .diffrentiator .differentiator-block {
    width: 100%;
    margin-bottom: 2.86rem;
    padding: 0 1.21rem;
    /* mobiles and tablets */ }
    @media only screen and (min-width: 993px) {
      .diffrentiator .differentiator-block {
        padding: 0;
        margin-bottom: 2.29rem; } }
    .diffrentiator .differentiator-block__img {
      /* mobiles and tablets */
      /* Desktop with smaller resolution */ }
      @media only screen and (max-width: 992px) {
        .diffrentiator .differentiator-block__img {
          text-align: center; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .diffrentiator .differentiator-block__img {
          text-align: left; } }
      .diffrentiator .differentiator-block__img img {
        max-height: 6.57rem;
        height: auto;
        width: auto;
        margin-bottom: 0.71rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .diffrentiator .differentiator-block__img img {
            margin-bottom: 1.43rem; } }
    .diffrentiator .differentiator-block h3 {
      font-size: 1.29rem;
      line-height: 1.57rem;
      color: #3a3a3a;
      font-weight: bold;
      margin-bottom: 0.29rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .diffrentiator .differentiator-block h3 {
          font-size: 1.71rem;
          line-height: 2rem;
          margin-bottom: 0.57rem; } }
    .diffrentiator .differentiator-block p {
      font-size: 1rem;
      line-height: 1.29rem;
      margin-bottom: 1.43rem;
      /* Medium devices (desktops, 641px and up) */
      color: #3a3a3a; }
      @media only screen and (min-width: 993px) {
        .diffrentiator .differentiator-block p {
          font-size: 1.14rem;
          line-height: 1.43rem;
          margin-bottom: 1.71rem; } }
    .diffrentiator .differentiator-block .btn-leanmore {
      color: #1b1b1b;
      font-size: 0.86rem;
      letter-spacing: 0.07rem;
      font-weight: bold;
      text-transform: uppercase; }

.resource {
  background-color: #f8f8f8;
  padding: 2.29rem 0 3.43rem 0;
  color: #3a3a3a;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .resource {
      padding: 2.86rem 0; } }
  .resource .not-accordion {
    pointer-events: none; }
  .resource__heading {
    font-size: 2.71rem;
    font-weight: 300;
    line-height: 3rem; }
  .resource__subCopy {
    max-width: 100%;
    position: relative;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .resource__subCopy {
        max-width: 31.57rem; } }
    .resource__subCopy p {
      font-size: 1.29rem;
      line-height: 1.57rem; }
  .resource__item {
    padding: 0;
    margin-top: 0;
    position: relative;
    /* Medium devices (desktops, 641px and up) */ }
    .resource__item:after {
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      width: 100%;
      height: 1px;
      box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.5);
      background-color: #ccc; }
    .resource__item:first-child:before {
      top: 0; }
    .resource__item:after {
      bottom: 0; }
    @media only screen and (min-width: 993px) {
      .resource__item {
        margin-top: 1.14rem; } }
    .resource__item__content {
      position: relative; }
    .resource__item__content {
      padding: 1.14rem 2.14rem 0 1.71rem;
      padding-top: 0;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .resource__item__content {
          padding: 0 0 0 3.07rem; } }
      .resource__item__content:after {
        content: "";
        width: 100%;
        display: block;
        padding-top: 0.57rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .resource__item__content:after {
            padding-top: 1.71rem; } }
    .resource__item__head {
      position: relative;
      display: block;
      background-color: transparent;
      width: 100%;
      border: none;
      text-align: left;
      padding: 1.14rem 2.14rem 1.14rem 2.29rem;
      cursor: pointer;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .resource__item__head {
          padding: 1.71rem 2.14rem 1.71rem 3.14rem;
          padding-right: 7.14rem; } }
      .resource__item__head:hover {
        text-decoration: none; }
      .resource__item__head:before {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.5);
        background-color: #ccc; }
      .resource__item__head:after {
        content: "\6e";
        font-family: "dcu-iconset";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        position: absolute;
        right: 0;
        font-size: 1rem;
        top: 15%;
        color: #01675a;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .resource__item__head:after {
            top: 34%;
            font-size: 1.36rem;
            right: 0; } }
      .resource__item__head.collapsed:after {
        content: "\71"; }
      .resource__item__head--title {
        font-size: 1.29rem;
        line-height: 1.57rem;
        font-weight: bold;
        color: #01675a;
        padding-left: 0rem;
        margin-bottom: 0.57rem;
        display: block;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .resource__item__head--title {
            font-size: 1.71rem;
            line-height: 2rem;
            padding-left: 3.21rem;
            margin-bottom: 0.86rem; } }
    .resource__item__sub-head {
      font-size: 1rem;
      line-height: 1.29rem;
      margin-bottom: 1.71rem;
      max-width: 100%;
      padding-left: 0rem;
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 993px) {
        .resource__item__sub-head {
          font-size: 1.14rem;
          line-height: 1.43rem;
          margin-bottom: 2.29rem;
          padding-left: 3.21rem;
          max-width: 70%; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .resource__item__sub-head {
          max-width: 80%; } }
    .resource__item__subcontent {
      margin-bottom: 1.14rem;
      padding-left: 3.29rem;
      max-width: 70%;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .resource__item__subcontent {
          padding-left: 1rem;
          max-width: 100%; } }
    .resource__item--icon-img {
      position: absolute;
      top: 1.14rem;
      left: 0.14rem;
      border-radius: 50%;
      height: 1.43rem;
      width: 1.43rem;
      font-size: 0.79rem;
      line-height: 0.07rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .resource__item--icon-img {
          top: 1.71rem;
          left: 2.93rem;
          height: 1.71rem;
          width: 1.71rem; } }
  .resource .accordion {
    color: #3a3a3a; }
    .resource .accordion__sub-btn {
      display: none;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .resource .accordion__sub-btn {
          position: absolute;
          right: 0;
          top: 0;
          display: block;
          width: 12.86rem; } }
      .resource .accordion__sub-btn-mob {
        display: block;
        margin-bottom: 1.71rem;
        font-size: 0.86rem;
        line-height: 0.86rem;
        position: relative;
        left: 0.29rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .resource .accordion__sub-btn-mob {
            display: none;
            margin-bottom: 0; } }
    .resource .accordion__sub-header {
      font-size: 1.14rem;
      line-height: 1.43rem;
      background-color: transparent;
      width: 100%;
      border: none;
      text-align: left;
      padding: 0;
      margin-bottom: 0.57rem;
      padding-left: 1rem;
      position: relative;
      display: block;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .resource .accordion__sub-header {
          font-size: 1.29rem;
          line-height: 1.57rem;
          padding-left: 3.29rem;
          padding-right: 17.86rem;
          padding-top: 0.14rem;
          padding-bottom: 0.14rem;
          margin-bottom: 0.43rem; } }
      .resource .accordion__sub-header:hover {
        text-decoration: none; }
      .resource .accordion__sub-header.icon-dcu-right-arrow:before {
        color: #01675a;
        font-size: 0.86rem;
        position: absolute;
        left: -0.86rem;
        top: 0.29rem;
        display: inline-block;
        -webkit-transition: all 0.3s ease-in 0s;
        -moz-transition: all 0.3s ease-in 0s;
        -ms-transition: all 0.3s ease-in 0s;
        -o-transition: all 0.3s ease-in 0s;
        transition: all 0.3s ease-in 0s;
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        height: 1.14rem;
        width: 1.14rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .resource .accordion__sub-header.icon-dcu-right-arrow:before {
            left: 0.57rem;
            font-size: 1.14rem; } }
      .resource .accordion__sub-header.icon-dcu-right-arrow.collapsed:before {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .resource .accordion__sub-copy {
      font-size: 1rem;
      line-height: 1.29rem;
      margin-bottom: 0.86rem;
      padding-left: 1rem;
      max-width: 100%;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .resource .accordion__sub-copy {
          padding-left: 3.29rem;
          max-width: 48rem;
          font-size: 1.14rem; } }
    .resource .accordion .btn-link {
      font-size: 0.86rem;
      margin-left: 0.71rem; }
  .resource__video--holder {
    position: relative;
    height: 8.29rem;
    width: 14.86rem;
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .resource__video--holder {
        width: 10.71rem;
        height: 6.14rem; } }
    .resource__video--holder video {
      max-width: 100%;
      height: auto; }
    .resource__video--holder .btn-border-primary, .resource__video--holder .community-carousel__item--content .btn-rt-chopped, .community-carousel__item--content .resource__video--holder .btn-rt-chopped,
    .resource__video--holder .reviews__item--content .btn-rt-chopped, .reviews__item--content .resource__video--holder .btn-rt-chopped, .resource__video--holder .people-shopped--btn-rt-chopped, .resource__video--holder #modalAlert .btn-rt-chopped, #modalAlert .resource__video--holder .btn-rt-chopped, .resource__video--holder .generic-modal .btn-rt-chopped, .generic-modal .resource__video--holder .btn-rt-chopped {
      background-color: #ffffff; }
      .resource__video--holder .btn-border-primary:focus, .resource__video--holder .community-carousel__item--content .btn-rt-chopped:focus, .community-carousel__item--content .resource__video--holder .btn-rt-chopped:focus,
      .resource__video--holder .reviews__item--content .btn-rt-chopped:focus, .reviews__item--content .resource__video--holder .btn-rt-chopped:focus, .resource__video--holder .people-shopped--btn-rt-chopped:focus, .resource__video--holder #modalAlert .btn-rt-chopped:focus, #modalAlert .resource__video--holder .btn-rt-chopped:focus, .resource__video--holder .generic-modal .btn-rt-chopped:focus, .generic-modal .resource__video--holder .btn-rt-chopped:focus {
        background-color: #3a3a3a;
        color: #ffffff; }
    .resource__video--holder .modal {
      z-index: 9999; }
  .resource__video--overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    border: none;
    z-index: 6;
    background: rgba(58, 58, 58, 0.7) url(/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/images/play.png) no-repeat center center;
    background-size: 1.57rem 1.57rem;
    /* Medium devices (desktops, 641px and up) */ }
    .resource__video--overlay:hover {
      background: rgba(58, 58, 58, 0.6) url(/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/images/play.png) no-repeat center center;
      background-size: 2.14rem 2.14rem;
      -webkit-transition: background-size 0.3s ease-in 0s;
      -moz-transition: background-size 0.3s ease-in 0s;
      -ms-transition: background-size 0.3s ease-in 0s;
      -o-transition: background-size 0.3s ease-in 0s;
      transition: background-size 0.3s ease-in 0s; }
    @media only screen and (min-width: 993px) {
      .resource__video--overlay {
        background-size: 1.43rem 1.43rem; }
        .resource__video--overlay:hover {
          background-size: 2.14rem 2.14rem; } }
  .resource__video--title {
    font-size: 1.14rem;
    font-weight: bold;
    line-height: 1.43rem;
    margin-bottom: 0.29rem;
    color: #3a3a3a;
    margin-top: 0.86rem;
    /* Medium devices (desktops, 641px and up) */
    /* Medium devices (desktops, 1100px and 1280) */ }
    @media only screen and (min-width: 993px) {
      .resource__video--title {
        margin-top: 0; } }
    @media only screen and (min-width: 1100px) and (max-width: 1280px) {
      .resource__video--title {
        padding-left: 2.29rem; } }
  .resource__video--time {
    color: #1b1b1b;
    font-size: 0.86rem;
    line-height: 1.14rem;
    margin-bottom: 0.86rem;
    /* Medium devices (desktops, 641px and up) */
    /* Medium devices (desktops, 1100px and 1280) */ }
    @media only screen and (min-width: 993px) {
      .resource__video--time {
        margin-bottom: 1.14rem; } }
    @media only screen and (min-width: 1100px) and (max-width: 1280px) {
      .resource__video--time {
        padding-left: 2.29rem; } }
    .resource__video--time .icon {
      color: #01675a;
      margin-right: 0.43rem;
      vertical-align: middle;
      font-size: 1rem; }
  .resource__video--description {
    font-size: 1rem;
    line-height: 1.29rem;
    margin-bottom: 1.71rem;
    /* Medium devices (desktops, 1100px and 1280) */ }
    @media only screen and (min-width: 1100px) and (max-width: 1280px) {
      .resource__video--description {
        padding-left: 2.29rem; } }
  .resource .dont-collapse-panel .resource__item__head:after {
    display: none; }
  .resource .custom-show .resource__item__content {
    display: block; }
  .resource .video-content {
    padding: 0.71rem 0.57rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .resource .video-content {
        padding: 0 3.29rem; } }
  .resource .accordion__sub-head {
    position: relative; }
  .resource .sub-accordion {
    margin-bottom: 1.14rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .resource .sub-accordion {
        margin-bottom: 1rem; } }
  .resource .modal-footer {
    justify-content: flex-start; }
  .resource .transcript-text-scroll {
    max-height: 8.86rem;
    overflow-y: auto;
    padding-right: 0.86rem; }
  .resource .transcript-text h6 {
    margin-top: 0.86rem; }
  .resource .transcript-text .btn-link {
    margin-left: 0;
    padding-left: 0;
    font-size: inherit; }

.collapsing {
  -webkit-transition: height 0.4s ease-out 0s;
  -moz-transition: height 0.4s ease-out 0s;
  -ms-transition: height 0.4s ease-out 0s;
  -o-transition: height 0.4s ease-out 0s;
  transition: height 0.4s ease-out 0s; }

@media screen and (min-width: 0\0) {
  .resource__video--holder video {
    display: block;
    margin: 0 auto;
    max-height: 30.71rem; } }

.sticky-navbar {
  display: inline-block;
  width: 100%;
  background: #01675a;
  max-height: 5.71rem;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .sticky-navbar {
      height: auto;
      max-height: 5.14rem; } }
  .sticky-navbar__wrapper {
    padding: 1.14rem 0 1.14rem 0;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .sticky-navbar__wrapper {
        padding: 0; } }
  .sticky-navbar__nav {
    padding: 0.86rem 1.14rem;
    /* mobiles and tablets */
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (max-width: 992px) {
      .sticky-navbar__nav {
        padding: 0.86rem 1.43rem 0.86rem 1.14rem;
        top: -8px; } }
    @media only screen and (min-width: 993px) {
      .sticky-navbar__nav {
        padding: inherit; } }
    @media only screen and (max-width: 350px) {
      .sticky-navbar__nav {
        max-width: 53%; } }
  .sticky-navbar__button {
    padding-right: 0;
    padding-left: 0.29rem; }
    @media only screen and (max-width: 350px) {
      .sticky-navbar__button {
        max-width: 47%; } }
  .sticky-navbar .btn-rt-chopped {
    margin-right: 1.14rem;
    text-transform: uppercase;
    position: relative;
    color: #3a3a3a;
    background: #f8f8f8;
    border-radius: 0;
    font-size: 1rem;
    padding: 1.14rem 2.29rem;
    overflow: hidden;
    vertical-align: bottom;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: bold;
    display: inline-block;
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    height: 3.43rem;
    /* Medium devices (desktops, 641px and up) */
    /* mobiles and tablets */
    /* Desktop with smaller resolution */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .sticky-navbar .btn-rt-chopped {
        padding: 1.14rem 2.29rem;
        margin-right: 1rem;
        margin-bottom: 0.21rem;
        margin-left: 1.57rem; } }
    @media only screen and (max-width: 992px) {
      .sticky-navbar .btn-rt-chopped {
        min-width: 9.64rem;
        padding: 1.14rem 0.86rem; } }
    @media only screen and (max-width: 350px) {
      .sticky-navbar .btn-rt-chopped {
        min-width: 9.43rem; } }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .sticky-navbar .btn-rt-chopped {
        padding: 1.14rem 1.14rem;
        margin-right: 1.71rem;
        margin-left: 1.57rem;
        margin-bottom: 0.93rem;
        min-width: 9.29rem; } }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .sticky-navbar .btn-rt-chopped {
        margin-bottom: 0.93rem; } }
    .sticky-navbar .btn-rt-chopped:after {
      content: "";
      width: 1.79rem;
      height: 1.79rem;
      background: #01675a;
      transform: rotate(-132deg);
      position: absolute;
      border-top: 0;
      border-left: 0;
      border-bottom: 0;
      top: auto;
      right: -0.93rem;
      bottom: -1.07rem;
      outline: none;
      pointer-events: none; }
    .sticky-navbar .btn-rt-chopped:hover {
      opacity: 0.8;
      color: #3a3a3a;
      transition: opacity 0.4s ease-in-out; }
    .sticky-navbar .btn-rt-chopped:active {
      border: none;
      opacity: 1;
      transition: opacity 0.4s ease-in-out; }
  .sticky-navbar__logo {
    float: left;
    margin: 1.05rem;
    max-width: 9.43rem;
    height: auto; }
    .sticky-navbar__logo--hide {
      visibility: hidden; }
  .sticky-navbar--fixed {
    top: 0;
    z-index: 999;
    position: fixed;
    width: 100%;
    background: #01675a;
    display: block;
    max-width: 1680px; }
  .sticky-navbar__dropdown span, .sticky-navbar__dropdown {
    transition: margin 0.4s; }
  .sticky-navbar__dropdown {
    background-color: transparent;
    border-bottom: 0.14rem solid #ffffff;
    padding-bottom: 0.36rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .sticky-navbar__dropdown {
        border: 0;
        padding-bottom: 0; } }
    .sticky-navbar__dropdown .btn {
      background-color: transparent;
      color: #ffffff;
      text-align: left;
      padding: 0;
      width: 100%;
      overflow: hidden;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .sticky-navbar__dropdown .btn {
          text-indent: 0; } }
      .sticky-navbar__dropdown .btn:after {
        top: 2.43rem;
        content: "\6a";
        font-family: "dcu-iconset";
        line-height: 1;
        transform: rotate(-90deg);
        display: block;
        position: absolute;
        right: 2.14rem;
        font-size: 0.79rem;
        border: none; }
      .sticky-navbar__dropdown .btn span {
        font-size: 1.14rem;
        font-weight: bold;
        display: block;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .sticky-navbar__dropdown .btn span {
            font-size: 2.86rem;
            line-height: 3rem; } }
        .sticky-navbar__dropdown .btn span:first-child {
          margin-top: 0em; }
    .sticky-navbar__dropdown--hide {
      display: none; }
    .sticky-navbar__dropdown__menu {
      z-index: 9;
      position: relative;
      border-radius: 0;
      border: 1px solid #e7e8e9;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      background-color: #f8f8f8;
      padding: 0;
      margin-bottom: 0px;
      list-style: none;
      /* mobiles and tablets */
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (max-width: 992px) {
        .sticky-navbar__dropdown__menu {
          top: 5px; } }
      @media only screen and (min-width: 993px) {
        .sticky-navbar__dropdown__menu {
          padding: 0.79rem 0rem;
          border: 0;
          background-color: transparent;
          box-shadow: none;
          position: relative;
          display: block;
          float: right; } }
      .sticky-navbar__dropdown__menu--item {
        padding: 0.86rem 1.29rem;
        font-size: 1.43rem;
        color: #3a3a3a;
        border-bottom: 1px solid #e7e8e9;
        text-decoration: none;
        list-style: none;
        cursor: pointer;
        /* Medium devices (desktops, 641px and up) */
        /* Desktop with smaller resolution */ }
        @media only screen and (min-width: 993px) {
          .sticky-navbar__dropdown__menu--item {
            display: inline-block;
            padding: 0.86rem 1.57rem 0.14rem;
            color: #ffffff;
            border: 0;
            cursor: auto; } }
        @media only screen and (min-width: 993px) and (max-width: 1100px) {
          .sticky-navbar__dropdown__menu--item {
            display: inline-block;
            padding: 0.86rem 0.86rem 0.86rem 1.43rem;
            color: #ffffff;
            border: 0;
            cursor: auto; } }
        .sticky-navbar__dropdown__menu--item.active {
          background-color: inherit;
          color: #068765;
          cursor: pointer;
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .sticky-navbar__dropdown__menu--item.active {
              cursor: auto; } }
      .sticky-navbar__dropdown__menu--item a {
        font-size: 1.43rem;
        color: #3a3a3a;
        text-decoration: none;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .sticky-navbar__dropdown__menu--item a {
            color: #ffffff;
            font-size: 1.43rem;
            border: 0;
            text-decoration: none;
            padding-bottom: 0.5rem;
            display: inline-block;
            text-align: center; } }
        .sticky-navbar__dropdown__menu--item a.active {
          background-color: inherit;
          color: #068765;
          cursor: pointer;
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .sticky-navbar__dropdown__menu--item a.active {
              color: #ffffff;
              font-weight: bold;
              text-decoration: none;
              padding-bottom: 0.5rem; } }
        .sticky-navbar__dropdown__menu--item a:hover {
          background-color: inherit;
          color: #068765;
          cursor: pointer;
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .sticky-navbar__dropdown__menu--item a:hover {
              color: #ffffff;
              font-weight: bold;
              text-decoration: none; } }
        .sticky-navbar__dropdown__menu--item a:after {
          display: block;
          content: attr(title);
          font-weight: bold;
          height: 0;
          overflow: hidden;
          visibility: hidden; }
  .sticky-navbar #magic-line {
    position: absolute;
    bottom: 1.21rem;
    left: 0;
    width: 7.14rem;
    height: 0.14rem;
    background: #ffffff;
    display: none;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .sticky-navbar #magic-line {
        display: block; } }

.no-scroll .sticky-navbar--fixed {
  opacity: 0; }

.auto-plp-offerings {
  width: 100%;
  position: relative;
  color: #3a3a3a;
  padding-top: 2.29rem;
  padding-bottom: 2.29rem;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .auto-plp-offerings {
      margin-top: 0.86rem; } }
  .auto-plp-offerings a {
    color: #3a3a3a; }
    .auto-plp-offerings a:hover {
      color: inherit;
      text-decoration: none; }
  .auto-plp-offerings__heading {
    color: #3a3a3a;
    padding: 1.14rem;
    padding-bottom: 2.29rem; }
    .auto-plp-offerings__heading--title {
      font-weight: 300;
      font-size: 2.71rem;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .auto-plp-offerings__heading--title {
          max-width: 100%;
          font-size: 2rem; } }
    .auto-plp-offerings__heading--sub-text {
      max-width: 100%;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .auto-plp-offerings__heading--sub-text {
          font-size: 1.29rem; } }
    .auto-plp-offerings__heading:after {
      content: "";
      display: block;
      width: 2.29rem;
      /* Medium devices (desktops, 641px and up) */
      padding-top: 0.86rem;
      border-bottom: 4px solid #04aa84; }
      @media only screen and (min-width: 993px) {
        .auto-plp-offerings__heading:after {
          width: 3.43rem; } }
    .auto-plp-offerings__heading:after {
      padding-top: 16px;
      border-bottom: 4px solid #04aa84; }
  .auto-plp-offerings__item {
    padding: 0 0.57rem 0.57rem 0.57rem;
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .auto-plp-offerings__item {
        padding-bottom: 1.71rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .auto-plp-offerings__item {
        max-width: 50%;
        padding-bottom: 1.14rem; } }
    .auto-plp-offerings__item:nth-child(2n-1) {
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 993px) {
        .auto-plp-offerings__item:nth-child(2n-1) {
          padding-right: 0.86rem;
          padding-left: 1.14rem; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .auto-plp-offerings__item:nth-child(2n-1) {
          padding-right: 0.57rem;
          padding-left: 1.14rem; } }
    .auto-plp-offerings__item:nth-child(2n) {
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 993px) {
        .auto-plp-offerings__item:nth-child(2n) {
          padding-right: 0.86rem;
          padding-left: 1.14rem; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .auto-plp-offerings__item:nth-child(2n) {
          padding-left: 0.57rem;
          padding-right: 1.14rem; } }
    .auto-plp-offerings__item--wrapper {
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
      background: #f8f8f8;
      padding: 0 1.71rem;
      margin: 0;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .auto-plp-offerings__item--wrapper {
          padding: 0 2.86rem; } }
    .auto-plp-offerings__item--title > a {
      padding: 1.71rem 0;
      text-transform: uppercase;
      font-size: 1.15rem;
      font-weight: bold;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .auto-plp-offerings__item--title > a {
          font-size: 1.3rem;
          padding: 2.29rem 0;
          display: block;
          min-height: 8.57rem;
          height: 8.57rem; } }
      .auto-plp-offerings__item--title > a span {
        font-size: 1.14rem;
        letter-spacing: 0.07rem;
        /* Medium devices (desktops, 641px and up) */ }
        .auto-plp-offerings__item--title > a span:after {
          content: "";
          display: block;
          width: 2.29rem;
          /* Medium devices (desktops, 641px and up) */
          padding-top: 0.86rem;
          border-bottom: 2px solid #01675a; }
          @media only screen and (min-width: 993px) {
            .auto-plp-offerings__item--title > a span:after {
              width: 3.43rem; } }
        @media only screen and (min-width: 993px) {
          .auto-plp-offerings__item--title > a span {
            font-size: 1.29rem;
            max-width: 26.43rem;
            display: block;
            position: relative; } }
        .auto-plp-offerings__item--title > a span:after {
          width: 1.71rem;
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .auto-plp-offerings__item--title > a span:after {
              width: 1.71rem;
              position: absolute;
              top: 2.86rem; } }
      .auto-plp-offerings__item--title > a.collapsed {
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .auto-plp-offerings__item--title > a.collapsed {
            min-height: auto;
            height: auto; } }
        .auto-plp-offerings__item--title > a.collapsed span:after {
          display: none; }
    .auto-plp-offerings__item--sub-title {
      text-transform: uppercase;
      font-size: 0.71rem;
      font-weight: bold;
      margin: 0;
      letter-spacing: 0.07rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .auto-plp-offerings__item--sub-title {
          font-size: 0.86rem; } }
    .auto-plp-offerings__item--sub-text {
      font-size: 1.15rem;
      max-height: 4.29rem;
      overflow: hidden;
      line-height: 1.43rem;
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .auto-plp-offerings__item--sub-text {
          min-height: 2.86rem; } }
    .auto-plp-offerings__item--details {
      padding: 0 0 1.71rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .auto-plp-offerings__item--details {
          padding: 0 0 2.29rem; } }
      .auto-plp-offerings__item--details__apr-text {
        font-size: 2.86rem;
        color: #01675a;
        line-height: 2.86rem;
        padding-top: 0.29rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .auto-plp-offerings__item--details__apr-text {
            font-size: 2.29rem;
            line-height: 3.71rem;
            margin-bottom: 16px; } }
        .auto-plp-offerings__item--details__apr-text--value {
          letter-spacing: -0.5px; }
        .auto-plp-offerings__item--details__apr-text .small {
          font-size: 1.14rem;
          padding-left: 0.38rem;
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .auto-plp-offerings__item--details__apr-text .small {
              font-size: 1.29rem; } }
      .auto-plp-offerings__item--details__buttons a {
        float: left;
        clear: both;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .auto-plp-offerings__item--details__buttons a {
            float: none; } }
        .auto-plp-offerings__item--details__buttons a.btn-link {
          /* Desktop with smaller resolution */ }
          @media only screen and (min-width: 993px) and (max-width: 1100px) {
            .auto-plp-offerings__item--details__buttons a.btn-link {
              margin-top: 1.43rem; } }
        .auto-plp-offerings__item--details__buttons a.link {
          font-weight: bold; }
      .auto-plp-offerings__item--details__ratings-stars {
        margin-bottom: 0.29rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .auto-plp-offerings__item--details__ratings-stars {
            margin-bottom: 0; } }
        .auto-plp-offerings__item--details__ratings-stars span {
          font-size: 0.86rem;
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .auto-plp-offerings__item--details__ratings-stars span {
              font-size: 1rem; } }
          .auto-plp-offerings__item--details__ratings-stars span.rating-stars + span {
            font-size: 0.86rem;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            -ms-transform: translateY(-20%);
            -moz-transform: translateY(-20%);
            -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
      .auto-plp-offerings__item--details__rating-stars .rating-stars {
        vertical-align: top; }
      .auto-plp-offerings__item--details__rating-stars .rating-value {
        display: inline-block;
        vertical-align: middle;
        /* mobiles and tablets */ }
        @media only screen and (max-width: 480px) {
          .auto-plp-offerings__item--details__rating-stars .rating-value {
            vertical-align: top;
            padding-top: 1px; } }
      .auto-plp-offerings__item--details .btn-chopped-green {
        margin-right: 0.71rem;
        /* mobiles and tablets */
        text-transform: uppercase;
        position: relative;
        color: #ffffff;
        background: #068765;
        border-radius: 0;
        font-size: 1rem;
        font-weight: bold;
        padding: 1.21rem 2.29rem;
        text-decoration: none;
        display: inline-block;
        line-height: 1;
        border: none;
        letter-spacing: 1px;
        padding: 16px 16px; }
        @media only screen and (max-width: 992px) {
          .auto-plp-offerings__item--details .btn-chopped-green {
            margin-bottom: 1.43rem;
            margin-top: 0.71rem; } }
        .auto-plp-offerings__item--details .btn-chopped-green.disabled {
          background: #7f7f7f;
          color: #ffffff; }
        .auto-plp-offerings__item--details .btn-chopped-green:after {
          content: "";
          width: 1.79rem;
          height: 1.79rem;
          background: #f8f8f8;
          transform: rotate(-132deg);
          position: absolute;
          border-top: 0;
          border-left: 0;
          border-bottom: 0;
          top: auto;
          right: -0.93rem;
          bottom: -1.07rem;
          border: none;
          outline: none;
          pointer-events: none; }
        .auto-plp-offerings__item--details .btn-chopped-green:hover {
          color: #ffffff;
          opacity: 0.8;
          transition: opacity 0.4s ease-in-out; }
        .auto-plp-offerings__item--details .btn-chopped-green:active {
          border: none;
          opacity: 1;
          transition: opacity 0.4s ease-in-out; }
    .auto-plp-offerings__item--discounts {
      background: #ffffff;
      padding: 1.14rem 1.71rem 0.29rem;
      margin-left: -1.71rem;
      margin-right: -1.71rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .auto-plp-offerings__item--discounts {
          padding: 1.14rem 2.86rem 0;
          margin-left: -2.86rem;
          margin-right: -2.86rem; } }
      .auto-plp-offerings__item--discounts__sub-text {
        color: #01675a;
        font-weight: 600;
        font-size: 1.3rem;
        padding-top: 0.29rem;
        /* Medium devices (desktops, 641px and up) */ }
        .auto-plp-offerings__item--discounts__sub-text--value {
          letter-spacing: -0.5px; }
        @media only screen and (min-width: 993px) {
          .auto-plp-offerings__item--discounts__sub-text {
            font-size: 1.72rem;
            padding-top: 0; } }
        .auto-plp-offerings__item--discounts__sub-text .small {
          margin-left: 0;
          color: #3a3a3a;
          font-weight: normal;
          font-size: 0.72rem;
          display: block;
          /* Medium devices (desktops, 641px and up) */
          /* Desktop with smaller resolution */ }
          @media only screen and (min-width: 993px) {
            .auto-plp-offerings__item--discounts__sub-text .small {
              font-size: 1rem;
              display: inline;
              margin-left: 0.29rem; } }
          @media only screen and (min-width: 993px) and (max-width: 1100px) {
            .auto-plp-offerings__item--discounts__sub-text .small {
              display: block;
              margin-left: 0;
              margin-top: -0.29rem; } }
  .auto-plp-offerings .accordion--title > a:before {
    font-size: 1rem;
    color: #068765;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .auto-plp-offerings .accordion--title > a:before {
        display: block; } }
  .auto-plp-offerings .accordion--title > a.collapsed:before {
    color: #068765; }
  .auto-plp-offerings .accordion .dont-collapse-panel .accordion--title > a {
    outline: none; }

.benefits-offers {
  background: #f8f8f8;
  width: 100%;
  float: left;
  padding-bottom: 2.14rem;
  padding-top: 2.29rem;
  box-shadow: 0 0.07rem 0.21rem 0 rgba(0, 0, 0, 0.2);
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .benefits-offers {
      padding-top: 2.43rem;
      padding-bottom: 2.5rem; } }
  .benefits-offers .slick-list {
    padding-left: 2.14rem !important;
    margin-right: 0.57rem; }
  .benefits-offers .slider-item {
    padding: 0 0.36rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .benefits-offers .slider-item {
        padding: 0 0.86rem; }
        .benefits-offers .slider-item:first-child {
          padding-left: 1.14rem; }
        .benefits-offers .slider-item:last-child {
          padding-right: 1.14rem; } }
  .benefits-offers__caption {
    font-family: "Nunito Sans", sans-serif;
    color: #3a3a3a;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .benefits-offers__caption {
        max-width: 100%; } }
    .benefits-offers__caption h2 {
      font-size: 2rem;
      font-weight: 300;
      line-height: 2.29rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .benefits-offers__caption h2 {
          font-size: 2.71rem;
          line-height: 3rem; } }
    .benefits-offers__caption:after {
      content: "";
      display: block;
      width: 2.29rem;
      border-bottom: 0.21rem solid #04aa84;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .benefits-offers__caption:after {
          width: 4.29rem;
          padding-top: 0.71rem;
          border-bottom: 0.29rem solid #04aa84; } }
  .benefits-offers .slider-centered {
    margin-top: 1.71rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .benefits-offers .slider-centered {
        margin-top: 2.29rem; } }
    .benefits-offers .slider-centered img {
      width: 100%;
      height: auto;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
      margin-bottom: 0.21rem; }
  .benefits-offers .slider-controls-centered .progress {
    min-width: 100%; }
  .benefits-offers .slider-controls-centered .next {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .benefits-offers .slider-controls-centered .next {
        padding-right: 0; } }
    .benefits-offers .slider-controls-centered .next .icon {
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .benefits-offers .slider-controls-centered .next .icon {
          margin-right: 0; } }

.slider-controls-centered {
  display: inline-block;
  margin-top: 0.93rem;
  padding: 0 2.5rem; }
  .slider-controls-centered .previous,
  .slider-controls-centered .next {
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    color: #1b1b1b; }
    .slider-controls-centered .previous .icon,
    .slider-controls-centered .next .icon {
      font-size: .8rem;
      color: #01675a; }
      .slider-controls-centered .previous .icon:before,
      .slider-controls-centered .next .icon:before {
        width: 1rem;
        display: inline-block;
        vertical-align: middle; }
  .slider-controls-centered .previous {
    float: left; }
    .slider-controls-centered .previous .icon {
      margin-right: .5rem; }
  .slider-controls-centered .next {
    padding: 0 0.71rem 0 0;
    float: right; }
    .slider-controls-centered .next .icon {
      margin-left: .5rem; }
  .slider-controls-centered .previous.slick-disabled,
  .slider-controls-centered .next.slick-disabled {
    color: #7f7f7f; }
    .slider-controls-centered .previous.slick-disabled .icon,
    .slider-controls-centered .next.slick-disabled .icon {
      color: #7f7f7f; }
  .slider-controls-centered .progress {
    margin-top: 0.43rem;
    float: left;
    width: 100%;
    margin-bottom: 0.64rem;
    height: 0.14rem;
    overflow: hidden;
    background-color: #d8d8d8;
    background-image: linear-gradient(to right, #04aa84, #04aa84);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out; }

.branch-information {
  padding: 2.29rem 0 2.29rem;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .branch-information {
      padding: 2.86rem 0 3.43rem; } }
  .branch-information__caption--title {
    color: #3a3a3a;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.29rem;
    margin-bottom: 0.71rem;
    /* Medium devices (desktops, 641px and up) */
    /* mobiles and tablets */ }
    @media only screen and (min-width: 993px) {
      .branch-information__caption--title {
        font-size: 2.71rem;
        line-height: 3rem;
        margin-bottom: 1.43rem; } }
    @media only screen and (max-width: 992px) {
      .branch-information__caption--title {
        max-width: 100%; } }
  .branch-information__caption:after {
    content: "";
    display: block;
    border-bottom: 0.21rem solid #04aa84;
    width: 2.29rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .branch-information__caption:after {
        width: 4.29rem;
        border-bottom: 0.29rem solid #04aa84; } }
  .branch-information__button {
    margin-top: 0.86rem;
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .branch-information__button {
        margin-top: 1.14rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .branch-information__button {
        margin-top: 1.79rem; }
        .branch-information__button:after {
          content: "";
          display: block;
          border-bottom: 0.07rem solid #7f7f7f;
          opacity: 0.5;
          height: 0.07rem;
          margin-top: 1.29rem; } }
    .branch-information__button .btn-chopped-green {
      text-transform: uppercase;
      position: relative;
      color: #ffffff;
      background: #068765;
      border-radius: 0;
      font-size: 1rem;
      padding: 1.07rem 2.29rem;
      font-weight: bold;
      text-decoration: none;
      display: block;
      text-align: center;
      overflow: hidden;
      letter-spacing: 1px;
      height: 3.43rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .branch-information__button .btn-chopped-green {
          display: inline-block;
          font-size: 1rem; } }
      .branch-information__button .btn-chopped-green:after {
        content: "";
        width: 1.79rem;
        height: 1.79rem;
        background: #ffffff;
        transform: rotate(-132deg);
        position: absolute;
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
        top: auto;
        right: -0.93rem;
        bottom: -1.07rem;
        border: none;
        outline: none; }
      .branch-information__button .btn-chopped-green:hover {
        opacity: 0.8;
        transition: opacity 0.4s ease-in-out; }
      .branch-information__button .btn-chopped-green:active {
        border: none;
        opacity: 1;
        transition: opacity 0.4s ease-in-out; }
  .branch-information__atmfee {
    margin-top: 1.71rem;
    float: left;
    /* Medium devices (desktops, 641px and up) */ }
    .branch-information__atmfee .atm-fees-we-have {
      font-size: 0.71rem;
      line-height: 0.86rem;
      font-family: "Nunito Sans";
      letter-spacing: 0.07rem;
      font-weight: bold;
      color: #3a3a3a;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .branch-information__atmfee .atm-fees-we-have {
          font-size: 0.86rem;
          line-height: 1rem; } }
    .branch-information__atmfee .atm-fee-amount {
      letter-spacing: -0.5px;
      color: #3a3a3a;
      font-size: 0;
      padding-top: 0.57rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .branch-information__atmfee .atm-fee-amount {
          padding-top: 0.71rem; } }
      .branch-information__atmfee .atm-fee-amount span {
        font-size: 2.86rem;
        line-height: 1;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .branch-information__atmfee .atm-fee-amount span {
            font-size: 3.43rem;
            line-height: 3.71rem; } }
      .branch-information__atmfee .atm-fee-amount .last-char {
        color: #068765; }
    @media only screen and (min-width: 993px) {
      .branch-information__atmfee {
        margin-bottom: 1.71rem; }
        .branch-information__atmfee:after {
          content: "";
          display: block;
          border-bottom: 0.07rem solid #7f7f7f;
          opacity: 0.5;
          margin-top: 24px;
          height: 0.07rem; } }
  .branch-information__map-numbers {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .branch-information__map-numbers {
        margin-top: 0.36rem; } }
    .branch-information__map-numbers ul {
      padding: 0 0;
      margin-bottom: 0;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .branch-information__map-numbers ul {
          float: left; } }
      .branch-information__map-numbers ul:after {
        content: "";
        display: block;
        border-bottom: 0.07rem solid #7f7f7f;
        margin-top: 1.71rem;
        opacity: 0.5;
        height: 0.07rem;
        /* Medium devices (desktops, 641px and up) */
        /* Desktop with smaller resolution */ }
        @media only screen and (min-width: 993px) {
          .branch-information__map-numbers ul:after {
            margin-top: 1.29rem; } }
        @media only screen and (min-width: 720px) and (max-width: 992px) {
          .branch-information__map-numbers ul:after {
            display: none; } }
    .branch-information__map-numbers li {
      text-align: left;
      list-style-type: none;
      cursor: pointer;
      padding-top: 0.86rem;
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 993px) {
        .branch-information__map-numbers li {
          padding-top: 1.75rem; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .branch-information__map-numbers li {
          min-height: 7.14rem; } }
      .branch-information__map-numbers li div {
        display: block;
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        border-bottom: 2px solid #3a3a3a;
        padding: 0;
        margin-top: 0.57rem;
        line-height: 0;
        height: 0.21rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .branch-information__map-numbers li div {
            width: 1.07rem;
            margin-top: 0;
            height: 0;
            padding-top: 0.39rem; } }
      .branch-information__map-numbers li span {
        display: block;
        margin-right: 1.14rem;
        color: #3a3a3a;
        font-size: 2.29rem;
        line-height: 2.57rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .branch-information__map-numbers li span {
            font-size: 2.71rem;
            letter-spacing: -0.5px;
            line-height: 3rem;
            display: inline-block; } }
      .branch-information__map-numbers li strong {
        display: block;
        color: #3a3a3a;
        font-size: 1.14rem;
        font-weight: bold;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .branch-information__map-numbers li strong {
            display: inline-block;
            font-weight: normal; } }
      .branch-information__map-numbers li small {
        display: block;
        color: #3a3a3a;
        font-size: 1.14rem;
        line-height: 1.43rem;
        padding-top: 0.29rem;
        /* Medium devices (desktops, 641px and up) */
        /* Desktop with smaller resolution */ }
        @media only screen and (min-width: 993px) {
          .branch-information__map-numbers li small {
            display: inline-block;
            padding-top: 0; } }
        @media only screen and (min-width: 720px) and (max-width: 992px) {
          .branch-information__map-numbers li small {
            min-height: 3.14rem; } }
      .branch-information__map-numbers li a:hover {
        text-decoration: none; }
      .branch-information__map-numbers li a.map-numbers-link {
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .branch-information__map-numbers li a.map-numbers-link {
            display: inline-block;
            padding-top: 0.36rem;
            margin-top: -0.36rem; } }
    .branch-information__map-numbers li.near-by-atm small {
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .branch-information__map-numbers li.near-by-atm small {
          min-height: 0;
          margin-bottom: 0; } }
  .branch-information__map {
    flex-direction: column-reverse;
    padding-left: 1.21rem;
    padding-right: 1.21rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .branch-information__map {
        flex-direction: inherit;
        padding-left: 0;
        padding-top: 1.29rem; } }
  .branch-information .hide {
    display: none; }
  .branch-information .map-holder {
    /* Desktop with smaller resolution */
    /* mobiles and tablets */ }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .branch-information .map-holder {
        overflow: hidden; } }
    @media only screen and (max-width: 992px) {
      .branch-information .map-holder {
        margin-top: 1.79rem; }
        .branch-information .map-holder:after {
          content: "";
          display: block;
          border-bottom: 0.07rem solid #7f7f7f;
          opacity: 0.5;
          margin-top: 1.14rem;
          height: 0.07rem; } }

.map-numbers li.active span,
.map-numbers li.active small,
.map-numbers li.active strong {
  color: #068765; }

.map-numbers li.active div {
  border-bottom: 2px solid #068765;
  transition: all 0.4s ease; }

.map-numbers {
  /* Desktop with smaller resolution */ }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    .map-numbers {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; } }

.map-static {
  /* Medium devices (desktops, 641px and up) */
  /* Desktop with smaller resolution */
  /* mobiles and tablets */ }
  .map-static picture {
    display: block; }
    .map-static picture img {
      width: 100%; }
  @media only screen and (min-width: 993px) {
    .map-static {
      padding: 8px; } }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    .map-static {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 992px) {
    .map-static {
      margin-right: 1.07rem; } }

div.branch-information__button {
  display: none;
  /* Desktop with smaller resolution */ }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    div.branch-information__button {
      display: block;
      width: 49%; } }

li:nth-child(4).branch-information__button {
  /* Desktop with smaller resolution */ }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    li:nth-child(4).branch-information__button {
      visibility: hidden; } }

li:nth-child(5).branch-information__button {
  /* Desktop with smaller resolution */ }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    li:nth-child(5).branch-information__button {
      display: none; } }

.atm-count-hide {
  display: none;
  /* Desktop with smaller resolution */ }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    .atm-count-hide {
      display: block;
      visibility: hidden; } }

.map-image-disclaimer {
  margin-top: 1.14rem;
  /* mobiles and tablets */ }
  .map-image-disclaimer span {
    font-size: 0.86rem;
    line-height: 1.14rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .map-image-disclaimer span {
        font-size: 1rem;
        line-height: 1.29rem; } }
  @media only screen and (max-width: 992px) {
    .map-image-disclaimer {
      width: 80%; } }

.reviews {
  float: left;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff; }
  .reviews__heading--title {
    color: #3a3a3a;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.29rem;
    margin-bottom: 0;
    /* mobiles and tablets */
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (max-width: 992px) {
      .reviews__heading--title {
        width: 100%; } }
    @media only screen and (min-width: 993px) {
      .reviews__heading--title {
        font-size: 2.71rem;
        line-height: 3rem; } }
  .reviews__heading--subcopy {
    font-size: 1rem;
    line-height: 1.29rem;
    padding-top: 0.57rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .reviews__heading--subcopy {
        padding-top: 1.14rem;
        font-size: 1.29rem;
        line-height: 1.57rem; } }
  .reviews__heading:after {
    content: "";
    display: block;
    width: 2.29rem;
    border-bottom: 0.21rem solid #04aa84;
    padding-top: 1rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .reviews__heading:after {
        width: 4.29rem;
        padding-top: 1.43rem;
        border-bottom: 0.29rem solid #04aa84; } }
  .reviews__item {
    margin: 0 0.29rem 0.29rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .reviews__item {
        margin: 0 0.57rem 0.5rem; } }
  .reviews__slider {
    /* mobiles and tablets */
    /* Desktop with smaller resolution */ }
    @media only screen and (max-width: 992px) {
      .reviews__slider {
        padding: 0 0.5rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .reviews__slider {
        padding: 0 1.14rem; } }
  .reviews .start-quote,
  .reviews .end-quote {
    color: #01675a;
    overflow: visible; }
  .reviews .start-quote {
    float: left;
    margin-left: -1.43rem;
    padding-top: 0.14rem;
    font-size: 1rem;
    margin-right: 0;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .reviews .start-quote {
        padding-top: 0rem;
        margin-left: -2.57rem;
        font-size: 1.5rem; } }
  .reviews .end-quote {
    float: right;
    font-size: 1rem;
    margin-right: 0;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .reviews .end-quote {
        font-size: 1.5rem; } }
  .reviews__slider-content {
    padding-top: 1.71rem;
    padding-bottom: 2.29rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .reviews__slider-content {
        padding-top: 2.29rem;
        padding-bottom: 3.43rem; } }
  .reviews__item {
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .reviews__item {
        margin: 0.43rem; } }
    .reviews__item--wrapper {
      padding: 2.29rem 0.86rem 2.29rem 2.29rem;
      background-color: #f8f8f8;
      color: #3a3a3a;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */
      /* mobiles and tablets */ }
      @media only screen and (min-width: 993px) {
        .reviews__item--wrapper {
          padding: 3.43rem 8.36rem 3.43rem 10.86rem; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .reviews__item--wrapper {
          padding: 2.29rem 2.86rem 2.29rem 4.29rem; } }
      @media only screen and (max-width: 480px) {
        .reviews__item--wrapper {
          min-height: 31.43rem; } }
    .reviews__item--head {
      color: #01675a;
      margin-bottom: 0;
      font-size: 1.29rem;
      min-height: 3.14rem;
      font-weight: bold;
      line-height: 1.57rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .reviews__item--head {
          font-size: 1.71rem;
          min-height: 2rem; } }
    .reviews__item--rating {
      margin-bottom: 1.14rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .reviews__item--rating {
          margin-bottom: 1.71rem; } }
      .reviews__item--rating__text, .reviews__item--rating__value {
        font-size: 0.71rem;
        line-height: 0.86rem;
        vertical-align: middle; }
      .reviews__item--rating__text {
        font-weight: bold;
        letter-spacing: 1px;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .reviews__item--rating__text {
            font-size: 0.86rem;
            line-height: 1rem; } }
      .reviews__item--rating__value {
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .reviews__item--rating__value {
            font-size: 1rem;
            line-height: 1.29rem; } }
      .reviews__item--rating__star {
        vertical-align: middle; }
      .reviews__item--rating span.rating-stars,
      .reviews__item--rating span.rating-stars span {
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .reviews__item--rating span.rating-stars,
          .reviews__item--rating span.rating-stars span {
            width: 90px;
            height: 16px;
            background-size: 18px;
            background-position: 0px -15px; } }
      .reviews__item--rating span.rating-stars span {
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .reviews__item--rating span.rating-stars span {
            background-position: 0 0px; } }
    .reviews__item--comment {
      font-size: 1rem;
      line-height: 1.29rem;
      margin-bottom: 0.86rem;
      padding-right: 1.14rem;
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */
      /* mobiles and tablets */
      /* mobiles and tablets */ }
      @media only screen and (min-width: 993px) {
        .reviews__item--comment {
          font-size: 1.14rem;
          line-height: 1.43rem;
          margin-bottom: 1.14rem;
          min-height: 10rem;
          padding-right: 1.71rem; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .reviews__item--comment {
          min-height: 7.57rem; } }
      @media only screen and (min-width: 993px) and (max-width: 1280px) {
        .reviews__item--comment {
          min-height: 11.43rem; } }
      @media only screen and (min-width: 480px) and (max-width: 720px) {
        .reviews__item--comment {
          min-height: 9.14rem; } }
      @media only screen and (max-width: 480px) {
        .reviews__item--comment {
          min-height: 19.29rem; } }
    .reviews__item--author {
      font-size: 0.86rem;
      line-height: 1.14rem;
      color: #01675a;
      margin-bottom: 1.71rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .reviews__item--author {
          font-size: 1rem;
          line-height: 1.29rem;
          margin-bottom: 1.71rem;
          min-height: 1.29rem; } }
    .reviews__item--more-reviews {
      display: inline-block;
      font-size: 0.86rem;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 0.86rem;
      text-transform: uppercase;
      color: #1b1b1b;
      cursor: pointer; }
      .reviews__item--more-reviews:hover {
        text-decoration: none;
        color: #1b1b1b; }
      .reviews__item--more-reviews span {
        font-size: 0.86rem;
        vertical-align: middle; }
  .reviews__bazaar-voice {
    padding: 0; }
  .reviews .slider-controls-centered {
    margin-top: 1.14rem;
    padding-bottom: 0;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .reviews .slider-controls-centered {
        margin-top: 0; } }
    .reviews .slider-controls-centered .progress {
      margin-bottom: 0.79rem;
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */
      /* mobiles and tablets */ }
      @media only screen and (min-width: 993px) {
        .reviews .slider-controls-centered .progress {
          margin-bottom: 0.71rem; } }
      @media only screen and (min-width: 993px) and (max-width: 1100px) {
        .reviews .slider-controls-centered .progress {
          max-width: 74%; } }
      @media only screen and (max-width: 992px) {
        .reviews .slider-controls-centered .progress {
          max-width: 100%; } }
    .reviews .slider-controls-centered .previous,
    .reviews .slider-controls-centered .next {
      font-size: 0.71rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .reviews .slider-controls-centered .previous,
        .reviews .slider-controls-centered .next {
          font-size: 0.86rem;
          padding-top: 0.21rem;
          padding-bottom: 0.21rem;
          margin-top: -0.21rem; } }
      .reviews .slider-controls-centered .previous .icon,
      .reviews .slider-controls-centered .next .icon {
        color: #07926d; }
    .reviews .slider-controls-centered .previous .previous-txt {
      vertical-align: middle;
      text-decoration: none;
      font-weight: bold; }
      .reviews .slider-controls-centered .previous .previous-txt:hover {
        color: #01675a; }
    .reviews .slider-controls-centered .next .next-txt {
      vertical-align: middle;
      text-decoration: none;
      font-weight: bold; }
      .reviews .slider-controls-centered .next .next-txt:hover {
        color: #01675a; }
  .reviews--career__wrapper {
    background-color: #f8f8f8;
    color: #3a3a3a;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    /* Medium devices (desktops, 641px and up) */
    /* mobiles and tablets */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .reviews--career__wrapper {
        padding: 0; } }
    @media only screen and (max-width: 720px) {
      .reviews--career__wrapper {
        flex-direction: column; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .reviews--career__wrapper {
        flex-direction: row; } }
  .reviews--career__content {
    flex-basis: 100%;
    /* Desktop with smaller resolution */
    /* Medium devices (desktops, 1100px and 1280) */
    /* Medium devices (desktops, 641px and up) */
    /* mobiles and tablets */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .reviews--career__content {
        padding: 2rem 1.86rem 2rem 3.29rem; } }
    @media only screen and (min-width: 1100px) and (max-width: 1280px) {
      .reviews--career__content {
        padding: 3rem 1.86rem 3rem 3.29rem; } }
    @media only screen and (min-width: 1280px) {
      .reviews--career__content {
        padding: 3.43rem 7.5rem 5.14rem 7.5rem; } }
    @media only screen and (max-width: 720px) {
      .reviews--career__content {
        padding: 1.43rem 0.86rem 2.57rem 2.29rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .reviews--career__content {
        padding: 1rem 1.86rem 1rem 3.29rem; } }
  .reviews--career__comment {
    font-size: 1rem;
    line-height: 1.29rem;
    margin-bottom: 1.71rem;
    /* Medium devices (desktops, 641px and up) */
    /* mobiles and tablets */
    /* Desktop with smaller resolution */
    /* Desktop with smaller resolution */
    padding-top: 3px; }
    @media only screen and (min-width: 993px) {
      .reviews--career__comment {
        font-size: 1.14rem;
        line-height: 1.43rem;
        min-height: 4.5rem; } }
    @media only screen and (max-width: 720px) {
      .reviews--career__comment {
        min-height: 9.29rem; } }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .reviews--career__comment {
        min-height: 8.57rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .reviews--career__comment {
        min-height: 4.14rem; } }
  .reviews--career__author {
    font-size: 1.29rem;
    line-height: 1.57rem;
    /* Medium devices (desktops, 641px and up) */
    margin-bottom: 0.29rem;
    font-weight: bold; }
    @media only screen and (min-width: 993px) {
      .reviews--career__author {
        font-size: 1.71rem;
        line-height: 2rem;
        margin-bottom: 0.57rem; } }
  .reviews--career__designation {
    font-size: 0.86rem;
    line-height: 1rem;
    /* Medium devices (desktops, 641px and up) */
    font-weight: bold; }
    @media only screen and (min-width: 993px) {
      .reviews--career__designation {
        font-size: 1.29rem;
        line-height: 1.57rem; } }
  .reviews img {
    /* Medium devices (desktops, 641px and up) */
    /* mobiles and tablets */ }
    @media only screen and (min-width: 993px) {
      .reviews img {
        max-height: 20.71rem; } }
    @media only screen and (min-width: 759px) and (max-width: 992px) {
      .reviews img {
        max-width: 100%;
        height: auto; } }
    @media only screen and (min-width: 720px) and (max-width: 758px) {
      .reviews img {
        min-height: 13.43rem; } }
    @media only screen and (max-width: 720px) {
      .reviews img {
        width: 100%;
        height: auto; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .reviews img {
        max-height: 20.71rem; } }

.reviews .plp-reviews {
  padding-top: 2.29rem;
  padding-bottom: 2.29rem;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .reviews .plp-reviews {
      padding: 2.86rem 0 3.43rem; } }

.rates-table {
  width: 100%;
  position: relative;
  color: #3a3a3a;
  background: #f8f8f8;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.2);
  padding: 2.29rem 1.14rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  /* mobiles and tablets */
  /* mobiles and tablets */
  /* Medium devices (desktops, 641px and up) */
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (max-width: 992px) {
    .rates-table {
      padding: 2.29rem 0.14rem;
      overflow-y: hidden; } }
  @media only screen and (max-width: 720px) {
    .rates-table {
      padding: 2.29rem 0.57rem; } }
  @media only screen and (min-width: 993px) {
    .rates-table {
      padding: 2.86rem 0 0 0; } }
  .rates-table:last-child {
    padding-bottom: 2.86rem;
    border-bottom: 0; }
  .rates-table a {
    color: #04aa84; }
    .rates-table a:hover {
      color: #38a78a; }
    .rates-table a:focus {
      color: #0a795c; }
  .rates-table--title {
    font-size: 2rem;
    margin-bottom: 1.14rem;
    font-weight: 300;
    /* Medium devices (desktops, 641px and up) */
    /* mobiles and tablets */ }
    @media only screen and (min-width: 993px) {
      .rates-table--title {
        font-size: 2.7rem;
        margin-bottom: 2.86rem; } }
    @media only screen and (max-width: 992px) {
      .rates-table--title {
        margin-left: -0.57rem; } }
    .rates-table--title:after {
      content: "";
      display: block;
      width: 2.29rem;
      /* Medium devices (desktops, 641px and up) */
      padding-top: 0.86rem;
      border-bottom: 3px solid #04aa84; }
      @media only screen and (min-width: 993px) {
        .rates-table--title:after {
          width: 3.43rem; } }
  .rates-table--tab {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 720px) {
      .rates-table--tab {
        padding: 0 0.57rem; } }
    .rates-table--tab .nav-tabs {
      padding-bottom: 1.14rem;
      border: none;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .rates-table--tab .nav-tabs {
          padding-bottom: 1.71rem;
          padding-left: 0.43rem; } }
      .rates-table--tab .nav-tabs .nav-item:first-child {
        border-right: 1px solid #000;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .rates-table--tab .nav-tabs .nav-item:first-child {
            border: none; } }
      .rates-table--tab .nav-tabs .nav-link {
        border: none;
        padding: 0 0 0.29rem;
        color: #3a3a3a;
        /* Medium devices (desktops, 641px and up) */ }
        .rates-table--tab .nav-tabs .nav-link.active {
          color: #068765;
          border-bottom: 2px solid #068765;
          background: inherit; }
        @media only screen and (min-width: 993px) {
          .rates-table--tab .nav-tabs .nav-link {
            cursor: initial;
            pointer-events: none;
            outline: none; }
            .rates-table--tab .nav-tabs .nav-link.active {
              color: #3a3a3a;
              border: none; } }
      .rates-table--tab .nav-tabs .nav-item {
        margin-bottom: 0; }
        .rates-table--tab .nav-tabs .nav-item.show .nav-link {
          border: none;
          background: inherit; }
    .rates-table--tab__info {
      margin-bottom: 1.14rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .rates-table--tab__info {
          font-size: 1.3rem;
          margin-bottom: 1.71rem; } }
    .rates-table--tab__title {
      /* mobiles and tablets */
      font-weight: bold;
      font-size: 1.3rem;
      display: block;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (max-width: 992px) {
        .rates-table--tab__title {
          padding: 0; } }
      @media only screen and (min-width: 993px) {
        .rates-table--tab__title {
          font-size: 1.7rem;
          max-width: none;
          margin-bottom: 1.14rem; } }
      .rates-table--tab__title--sub-text {
        font-size: 1.29rem;
        font-weight: bold;
        text-transform: uppercase;
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .rates-table--tab__title--sub-text {
            font-size: 1rem; } }
        .rates-table--tab__title--sub-text > p:last-child {
          margin-bottom: 15px; }
        .rates-table--tab__title--sub-text .small {
          font-size: 0.86rem;
          /* mobiles and tablets */ }
          @media only screen and (max-width: 992px) {
            .rates-table--tab__title--sub-text .small {
              font-size: 0.71rem; } }
  .rates-table--content {
    overflow: hidden;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 720px) {
      .rates-table--content {
        padding: 0; } }
    .rates-table--content__button {
      padding: 0.29rem 0;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .rates-table--content__button {
          padding-left: 1.14rem; } }
      .rates-table--content__button .btn-chopped-green {
        margin-right: 1.14rem;
        text-transform: uppercase;
        position: relative;
        color: #ffffff;
        background: #068765;
        border-radius: 0;
        font-size: 1rem;
        font-weight: bold;
        padding: 1.21rem 2.29rem;
        text-decoration: none;
        display: inline-block;
        line-height: 1;
        border: none;
        letter-spacing: 1px;
        /* mobiles and tablets */ }
        .rates-table--content__button .btn-chopped-green.disabled {
          background: #7f7f7f;
          color: #ffffff; }
        .rates-table--content__button .btn-chopped-green:after {
          content: "";
          width: 1.79rem;
          height: 1.79rem;
          background: #f8f8f8;
          transform: rotate(-132deg);
          position: absolute;
          border-top: 0;
          border-left: 0;
          border-bottom: 0;
          top: auto;
          right: -0.93rem;
          bottom: -1.07rem;
          border: none;
          outline: none;
          pointer-events: none; }
        .rates-table--content__button .btn-chopped-green:hover {
          color: #ffffff;
          opacity: 0.8;
          transition: opacity 0.4s ease-in-out; }
        .rates-table--content__button .btn-chopped-green:active {
          border: none;
          opacity: 1;
          transition: opacity 0.4s ease-in-out; }
    .rates-table--content__sub-text {
      font-size: 0.72rem;
      margin-top: 1rem;
      /* mobiles and tablets */
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (max-width: 720px) {
        .rates-table--content__sub-text {
          padding-left: 0.57rem;
          padding-right: 0.57rem; } }
      @media only screen and (min-width: 993px) {
        .rates-table--content__sub-text {
          font-size: 0.86rem; } }
      .rates-table--content__sub-text a {
        color: #01675a; }
        .rates-table--content__sub-text a:hover {
          color: #01675a; }
        .rates-table--content__sub-text a:focus {
          color: #01675a; }
    .rates-table--content .tab-content .tab-pane {
      overflow: hidden; }
  @media only screen and (min-width: 993px) {
    .rates-table .do-not-fade-md {
      opacity: 1;
      display: block; } }

/* Scrollable table */
.tcontainer {
  position: relative;
  overflow: hidden; }

.fixed-th-table-wrapper td,
.fixed-th-table-wrapper th,
.scrolled-td-table-wrapper td,
.scrolled-td-table-wrapper th {
  background: #ffffff; }

.fixed-th-table-wrapper {
  position: absolute;
  width: 100%; }

.fixed-th-table-wrapper th {
  position: relative;
  z-index: 1; }

.scrolled-td-table-wrapper td {
  position: relative; }

.scrolled-td-table-wrapper {
  overflow-x: auto;
  position: relative; }
  .scrolled-td-table-wrapper:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: -3px;
    left: 0;
    box-shadow: 0 4px 6px 0 rgba(200, 200, 200, 0.5);
    z-index: 2; }
  .scrolled-td-table-wrapper:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 20px;
    left: 0;
    box-shadow: 0 4px 6px 0 rgba(200, 200, 200, 0.5);
    z-index: 2; }

table {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 16px; }

tr:first-child td,
tr:first-child th {
  vertical-align: top;
  font-size: 18px;
  color: #3a3a3a;
  font-weight: bold; }

tr:last-child td,
tr:last-child th {
  /* border-bottom: 1px solid #cccccc; */
  }

/*STYLING TO FIX FIVISION MANAGEMENT CONSOLE DISPLAY ISSUES*/

.AdminContent > table > tbody > tr > td

{ min-width: 0; }

/*
*************************************************/

td,
th {
  border-top: 1px solid #cccccc;
  padding: 12px 20px;
  vertical-align: middle;
  min-width: 232px;
  font-size: 16px;
  color: #3a3a3a;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    td,
    th {
      min-width: 106px; } }


tr:nth-child(even) td,
th {
  background: #ffffff; }

tr:nth-child(odd) td,
th {
  background: #f8f8f7; }

.fixed-th-table-wrapper th {
  background: #f0f0ef; }

/* Normal Table*/
.equal-table {
  border-collapse: separate;
  table-layout: fixed;
  width: 100%; }

.table-normal {
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse; }
  .table-normal tr:nth-child(even) th,
  .table-normal tr:nth-child(even) td {
    background: transparent; }
  .table-normal tr:nth-child(odd) th,
  .table-normal tr:nth-child(odd) td {
    background: transparent; }
  .table-normal tr:first-child th,
  .table-normal tr:first-child td {
    vertical-align: middle;
    font-size: 16px;
    color: #3a3a3a; }
  .table-normal tr:first-child th {
    font-weight: bold; }
  .table-normal tr:first-child td {
    font-weight: normal; }
  .table-normal tr:last-child th,
  .table-normal tr:last-child td {
    border-bottom: 1px solid #cccccc; }
  .table-normal th,
  .table-normal td {
    padding: 0.86rem 0;
    vertical-align: top;
    border-top: 1px solid #cccccc;
    font-size: 1.14rem;
    min-width: initial;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .table-normal th,
      .table-normal td {
        padding-left: 1.14rem; } }
  .table-normal thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #cccccc;
    padding: 1.36rem 0;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .table-normal thead th {
        padding: 0.86rem 0;
        padding-left: 1.14rem; } }
  .table-normal tbody + tbody {
    border-top: 1px solid #cccccc; }

.plp-column-container {
  width: 100%;
  position: relative;
  font-size: 1rem;
  margin: 2.86rem 0;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .plp-column-container {
      margin: 1.71rem 0; } }
  .plp-column-container .container--wrapper {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .plp-column-container .container--wrapper {
        margin: 0 -0.57rem; } }
  .plp-column-container--wrapper {
    background: #f8f8f8;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 1.14rem;
    /* mobiles and tablets */
    /* Desktop with smaller resolution */
    /* mobiles and tablets */ }
    @media only screen and (min-width: 993px) {
      .plp-column-container--wrapper {
        padding: 1.71rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .plp-column-container--wrapper {
        padding: 1.43rem 1.79rem; } }
    @media only screen and (max-width: 992px) {
      .plp-column-container--wrapper {
        margin: 0 0.57rem;
        padding: 1.14rem 0.43rem; } }
    .plp-column-container--wrapper.two-column {
      margin: auto;
      /* mobiles and tablets */
      /* Desktop with smaller resolution */
      /* mobiles and tablets */ }
      @media only screen and (min-width: 993px) {
        .plp-column-container--wrapper.two-column {
          padding: 1.71rem; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .plp-column-container--wrapper.two-column {
          padding: 1.43rem 1.79rem; } }
      @media only screen and (max-width: 480px) {
        .plp-column-container--wrapper.two-column {
          margin: 0 -0.57rem;
          padding: inherit; } }
      .plp-column-container--wrapper.two-column .plp-column-container--item__image img {
        /* mobiles and tablets */ }
        @media only screen and (min-width: 993px) {
          .plp-column-container--wrapper.two-column .plp-column-container--item__image img {
            max-width: 4rem; } }
  .plp-column-container--item {
    font-size: 1rem;
    padding: 1.14rem;
    /* mobiles and tablets */ }
    .plp-column-container--item p {
      line-height: 1.29rem;
      /* mobiles and tablets */ }
      @media only screen and (min-width: 993px) {
        .plp-column-container--item p {
          line-height: 1.43rem; } }
    @media only screen and (min-width: 993px) {
      .plp-column-container--item {
        font-size: 1.15rem;
        padding: 1.71rem 0.86rem; } }
    .plp-column-container--item__title {
      font-size: 1.3rem;
      font-weight: bold;
      max-width: 13.57rem;
      /* mobiles and tablets */
      /* Desktop with smaller resolution */
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 993px) {
        .plp-column-container--item__title {
          font-size: 1.71rem;
          max-width: 19.29rem;
          line-height: 2rem; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .plp-column-container--item__title {
          max-width: 100%; } }
      @media only screen and (min-width: 993px) and (max-width: 1100px) {
        .plp-column-container--item__title {
          max-width: 100%; } }
    .plp-column-container--item__image img {
      max-width: 4.14rem;
      width: 4.14rem;
      height: auto;
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .plp-column-container--item__image img {
          width: 100%;
          max-width: 4rem;
          margin-right: 1.14rem; } }
    .plp-column-container--item .btn-chopped-green {
      text-transform: uppercase;
      position: relative;
      color: #ffffff;
      background: #068765;
      border-radius: 0;
      font-size: 1rem;
      font-weight: bold;
      padding: 1.21rem 2.29rem;
      text-decoration: none;
      display: inline-block;
      line-height: 1;
      border: none;
      letter-spacing: 1px; }
      .plp-column-container--item .btn-chopped-green.disabled {
        background: #7f7f7f;
        color: #ffffff; }
      .plp-column-container--item .btn-chopped-green:after {
        content: "";
        width: 1.79rem;
        height: 1.79rem;
        background: #f8f8f8;
        transform: rotate(-132deg);
        position: absolute;
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
        top: auto;
        right: -0.93rem;
        bottom: -1.07rem;
        border: none;
        outline: none;
        pointer-events: none; }
      .plp-column-container--item .btn-chopped-green:hover {
        color: #ffffff;
        opacity: 0.8;
        transition: opacity 0.4s ease-in-out; }
      .plp-column-container--item .btn-chopped-green:active {
        border: none;
        opacity: 1;
        transition: opacity 0.4s ease-in-out; }

.our-offerings {
  width: 100%;
  position: relative;
  color: #3a3a3a; }
  .our-offerings--title {
    font-size: 2rem;
    margin-bottom: 1.71rem;
    font-weight: 300;
    padding-right: 1.14rem;
    /* Medium devices (desktops, 641px and up) */
    /* mobiles and tablets */ }
    @media only screen and (min-width: 993px) {
      .our-offerings--title {
        margin-bottom: 2.86rem;
        font-size: 2.7rem; }
        .our-offerings--title:after {
          content: "";
          display: block;
          width: 4.29rem;
          padding-top: 1.43rem;
          border-bottom: 4px solid #04aa84; } }
    @media only screen and (max-width: 992px) {
      .our-offerings--title:after {
        content: "";
        display: block;
        width: 2.29rem;
        /* Medium devices (desktops, 641px and up) */
        padding-top: 0.86rem;
        border-bottom: 3px solid #04aa84; } }
  @media only screen and (max-width: 992px) and (min-width: 993px) {
    .our-offerings--title:after {
      width: 3.43rem; } }
  .our-offerings--tab .nav-tabs {
    padding-bottom: 1.14rem;
    border: none; }
    .our-offerings--tab .nav-tabs .nav-item {
      margin-bottom: 0;
      border-right: 1px solid #7f7f7f; }
      .our-offerings--tab .nav-tabs .nav-item .nav-link {
        border: none;
        padding: 0;
        margin: 0 0.86rem 0.43rem;
        color: #3a3a3a;
        display: block;
        align-items: center;
        height: 100%;
        border-bottom: 2px solid #ffffff;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .our-offerings--tab .nav-tabs .nav-item .nav-link {
            display: flex;
            flex-wrap: wrap;
            margin: 0;
            padding: 0 2.86rem 0.57rem; } }
        .our-offerings--tab .nav-tabs .nav-item .nav-link.active {
          color: #068765;
          border-bottom: 2px solid #068765;
          /* Medium devices (desktops, 641px and up) */
          background: inherit; }
          @media only screen and (min-width: 993px) {
            .our-offerings--tab .nav-tabs .nav-item .nav-link.active {
              border-bottom: 3px solid #068765; } }
      .our-offerings--tab .nav-tabs .nav-item:last-child {
        border-right: none; }
        .our-offerings--tab .nav-tabs .nav-item:last-child .nav-link {
          margin-right: 0; }
      .our-offerings--tab .nav-tabs .nav-item:first-child .nav-link {
        margin-left: 0; }
      .our-offerings--tab .nav-tabs .nav-item.show .nav-link {
        border: none;
        background: inherit; }
  .our-offerings--tab__link--title {
    font-weight: bold;
    font-size: 0.86rem;
    display: block;
    /* Medium devices (desktops, 641px and up) */
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .our-offerings--tab__link--title {
        font-size: 1.3rem;
        width: 66%;
        order: 1; } }
    @media only screen and (min-width: 1280px) {
      .our-offerings--tab__link--title {
        width: 70%; } }
  .our-offerings--tab__link--icon {
    max-width: 3.63rem;
    width: 100%;
    height: auto;
    margin-bottom: 0.38rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .our-offerings--tab__link--icon {
        max-width: 6.49rem;
        order: 2;
        margin-bottom: 0; } }
  .our-offerings--content {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .our-offerings--content {
        padding: 0 1.14rem; } }
    .our-offerings--content .auto-plp-offerings__wrapper > .container {
      padding: 0; }
  .our-offerings__item {
    padding-bottom: 1.14rem; }
    .our-offerings__item:nth-child(2n-1) {
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .our-offerings__item:nth-child(2n-1) {
          padding-right: 1.14rem; } }
    .our-offerings__item:nth-child(2n) {
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .our-offerings__item:nth-child(2n) {
          padding-left: 0; } }
    .our-offerings__item--wrapper {
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
      background: #f8f8f8;
      padding: 0 1.71rem;
      margin: 0;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .our-offerings__item--wrapper {
          padding: 0 2.29rem; } }
    .our-offerings__item--title {
      padding: 1.71rem 0;
      max-width: 17.14rem;
      text-transform: uppercase;
      font-size: 1.15rem;
      font-weight: bold;
      /* Medium devices (desktops, 641px and up) */ }
      .our-offerings__item--title:after {
        content: "";
        display: block;
        width: 2.29rem;
        /* Medium devices (desktops, 641px and up) */
        padding-top: 0.86rem;
        border-bottom: 2px solid #01675a; }
        @media only screen and (min-width: 993px) {
          .our-offerings__item--title:after {
            width: 3.43rem; } }
      .our-offerings__item--title:after {
        width: 1.71rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .our-offerings__item--title:after {
            width: 1.71rem; } }
      @media only screen and (min-width: 993px) {
        .our-offerings__item--title {
          font-size: 1.3rem;
          max-width: 23.57rem;
          padding: 2.29rem 0; }
          .our-offerings__item--title span {
            min-height: 3.14rem;
            height: 3.14rem;
            display: block; } }
    .our-offerings__item--sub-title {
      text-transform: uppercase;
      font-size: 0.72rem;
      margin: 0;
      font-weight: bold;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .our-offerings__item--sub-title {
          font-size: 0.86rem; } }
    .our-offerings__item--sub-text {
      font-size: 1.15rem;
      max-height: 5.29rem;
      overflow: hidden; }
    .our-offerings__item--details {
      padding: 0 0 1.71rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .our-offerings__item--details {
          padding: 0 0 2.29rem; } }
      .our-offerings__item--details__apr-text {
        font-size: 2.85rem;
        color: #01675a;
        line-height: 2.85rem; }
        .our-offerings__item--details__apr-text .small {
          font-size: 1.45rem;
          padding-left: 0.38rem;
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .our-offerings__item--details__apr-text .small {
              font-size: 1.72rem; } }
      .our-offerings__item--details__buttons a {
        float: left;
        clear: both;
        font-size: 0.86rem;
        text-transform: uppercase;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .our-offerings__item--details__buttons a {
            float: none; } }
        .our-offerings__item--details__buttons a.link {
          font-weight: bold; }
      .our-offerings__item--details__rating-stars .small {
        font-size: 0.86rem; }
      .our-offerings__item--details .btn-chopped-green {
        margin-right: 1.14rem;
        text-transform: uppercase;
        position: relative;
        color: #ffffff;
        background: #068765;
        border-radius: 0;
        font-size: 1rem;
        font-weight: bold;
        padding: 1.21rem 2.29rem;
        text-decoration: none;
        display: inline-block;
        line-height: 1;
        border: none;
        letter-spacing: 1px; }
        .our-offerings__item--details .btn-chopped-green.disabled {
          background: #7f7f7f;
          color: #ffffff; }
        .our-offerings__item--details .btn-chopped-green:after {
          content: "";
          width: 1.79rem;
          height: 1.79rem;
          background: #f8f8f8;
          transform: rotate(-132deg);
          position: absolute;
          border-top: 0;
          border-left: 0;
          border-bottom: 0;
          top: auto;
          right: -0.93rem;
          bottom: -1.07rem;
          border: none;
          outline: none;
          pointer-events: none; }
        .our-offerings__item--details .btn-chopped-green:hover {
          color: #ffffff;
          opacity: 0.8;
          transition: opacity 0.4s ease-in-out; }
        .our-offerings__item--details .btn-chopped-green:active {
          border: none;
          opacity: 1;
          transition: opacity 0.4s ease-in-out; }
    .our-offerings__item--discounts {
      background: #ffffff;
      padding: 1.71rem;
      margin-left: -1.71rem;
      margin-right: -1.71rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .our-offerings__item--discounts {
          padding: 2.29rem;
          margin-left: -2.29rem;
          margin-right: -2.29rem; } }
      .our-offerings__item--discounts__sub-text {
        color: #01675a;
        font-weight: 600;
        font-size: 1.3rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .our-offerings__item--discounts__sub-text {
            font-size: 1.72rem; } }
        .our-offerings__item--discounts__sub-text .small {
          margin-left: 0;
          color: #3a3a3a;
          font-weight: normal;
          font-size: 0.86rem;
          display: block;
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .our-offerings__item--discounts__sub-text .small {
              font-size: 1rem;
              display: inline;
              margin-left: 0.29rem; } }

.calculators {
  float: left;
  width: 100%;
  padding-top: 2.86rem;
  padding-bottom: 32px;
  margin-bottom: 4px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .calculators--items {
    float: left;
    width: 100%;
    margin-bottom: 1.14rem;
    /* mobiles and tablets */
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (max-width: 992px) {
      .calculators--items {
        margin-bottom: 1.14rem; } }
    @media only screen and (min-width: 993px) {
      .calculators--items {
        margin-top: 1.07rem; } }
    .calculators--items__title {
      width: 100%;
      display: block;
      border-bottom: 0.07rem solid #cccccc;
      font-size: 1.71rem;
      text-decoration: none;
      color: #068765;
      font-weight: bold;
      line-height: 2rem;
      padding: 1.71rem 1.29rem 1.86rem 0;
      position: relative;
      box-shadow: 0 3px 4px -4px rgba(200, 200, 200, 0.5);
      -webkit-box-shadow: 0 3px 4px -4px rgba(200, 200, 200, 0.5);
      -moz-box-shadow: 0 3px 4px -4px rgba(200, 200, 200, 0.5);
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .calculators--items__title {
          font-size: 1rem;
          line-height: 1.29rem;
          padding: 0.86rem 2.29rem 0.86rem 0; } }
      .calculators--items__title:first-child {
        border-top: 0.07rem solid #cccccc;
        box-shadow: 0 3px 4px -4px rgba(200, 200, 200, 0.5), 0 -3px 4px -4px rgba(200, 200, 200, 0.5);
        -webkit-box-shadow: 0 3px 4px -4px rgba(200, 200, 200, 0.5), 0 -3px 4px -4px rgba(200, 200, 200, 0.5);
        -moz-box-shadow: 0 3px 4px -4px rgba(200, 200, 200, 0.5), 0 -3px 4px -4px rgba(200, 200, 200, 0.5); }
      .calculators--items__title:hover {
        color: #068765;
        text-decoration: none; }
      .calculators--items__title:active, .calculators--items__title:visited, .calculators--items__title:focus {
        color: #068765; }
      .calculators--items__title:after {
        font-family: "dcu-iconset" !important;
        content: "\6d";
        text-transform: none;
        position: absolute;
        right: 0;
        font-size: 1rem;
        color: #068765;
        top: 50%;
        transform: translateY(-50%); }
    .calculators--items__title.collapsed:after {
      font-family: "dcu-iconset" !important;
      content: "\70";
      text-transform: none;
      position: absolute;
      right: 0;
      font-size: 1rem;
      color: #068765;
      top: 50%;
      transform: translateY(-50%); }
    .calculators--items__content {
      padding: 0.57rem 0;
      background-color: #ffffff; }
  .calculators--footer {
    float: left;
    width: 100%;
    color: #3a3a3a; }
    .calculators--footer p {
      margin-bottom: 8px;
      font-size: 1rem;
      line-height: 1.14rem;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .calculators--footer p {
          font-size: 0.86rem; } }
    .calculators--footer small {
      font-size: 0.86rem;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .calculators--footer small {
          font-size: 0.71rem; } }
      .calculators--footer small a {
        color: #3a3a3a;
        text-decoration: none;
        margin-right: 1rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .calculators--footer small a {
            margin-right: 1.71rem; } }
  .calculators .embed-responsive {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .calculators .embed-responsive {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; } }

.people-shopped {
  padding: 2.29rem 0;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .people-shopped {
      padding: 3.43rem 0; } }
  .people-shopped .container {
    position: relative; }
    .people-shopped .container:after {
      content: '';
      position: absolute;
      height: 1px;
      left: 0.71rem;
      right: 0.71rem;
      box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.5);
      background-color: #ccc;
      bottom: -48px;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .people-shopped .container:after {
          bottom: -32px; } }
  .people-shopped .btn-border-primary:after, .people-shopped .community-carousel__item--content .btn-rt-chopped:after, .community-carousel__item--content .people-shopped .btn-rt-chopped:after,
  .people-shopped .reviews__item--content .btn-rt-chopped:after, .reviews__item--content .people-shopped .btn-rt-chopped:after, .people-shopped .people-shopped--btn-rt-chopped:after, .people-shopped #modalAlert .btn-rt-chopped:after, #modalAlert .people-shopped .btn-rt-chopped:after, .people-shopped .generic-modal .btn-rt-chopped:after, .generic-modal .people-shopped .btn-rt-chopped:after {
    background: #f8f8f8; }
  .people-shopped__heading {
    color: #3a3a3a;
    /* mobiles and tablets */
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (max-width: 992px) {
      .people-shopped__heading:after {
        content: "";
        display: block;
        width: 2.29rem;
        /* Medium devices (desktops, 641px and up) */
        padding-top: 0.86rem;
        border-bottom: 0.21rem solid #04aa84; } }
  @media only screen and (max-width: 992px) and (min-width: 993px) {
    .people-shopped__heading:after {
      width: 3.43rem; } }
    @media only screen and (min-width: 993px) {
      .people-shopped__heading:after {
        content: "";
        display: block;
        width: 4.29rem;
        padding-top: 1.43rem;
        border-bottom: 4px solid #04aa84; } }
    .people-shopped__heading--title {
      max-width: 100%;
      font-size: 2rem;
      font-weight: 300;
      margin-bottom: 0.57rem;
      /* Desktop with smaller resolution */
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .people-shopped__heading--title {
          max-width: 100%; } }
      @media only screen and (min-width: 993px) {
        .people-shopped__heading--title {
          font-size: 2.71rem;
          margin-bottom: 1.14rem; } }
    .people-shopped__heading--sub-text {
      font-weight: normal;
      font-size: 1rem;
      min-height: 2rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .people-shopped__heading--sub-text {
          min-height: 28px;
          font-size: 1.29rem;
          line-height: 1.57rem; } }
  .people-shopped--previous.slick-hidden, .people-shopped--next.slick-hidden {
    display: block; }
  .people-shopped__slider {
    overflow: hidden;
    margin-top: 1.71rem;
    /* Medium devices (desktops, 641px and up) */
    /* mobiles and tablets */ }
    @media only screen and (min-width: 993px) {
      .people-shopped__slider {
        margin-top: 2.29rem; } }
    .people-shopped__slider .slick-list {
      /* Medium devices (desktops, 641px and up) */
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .people-shopped__slider .slick-list {
          margin: 0 -0.93rem; } }
      @media only screen and (min-width: 993px) {
        .people-shopped__slider .slick-list {
          margin: 0 -0.93rem; } }
    @media only screen and (max-width: 992px) {
      .people-shopped__slider {
        padding: 0 0.5rem; } }
  .people-shopped .slider__item {
    margin: 0 0.21rem;
    /* Medium devices (desktops, 641px and up) */
    /* Medium devices (desktops, 641px and up) */
    padding: 2.29rem 1rem 2.29rem 1.86rem;
    background-color: #f8f8f8;
    box-shadow: inset -0.14rem -0.14rem 0 0 #d9d9d9; }
    @media only screen and (min-width: 993px) {
      .people-shopped .slider__item {
        margin: 0 0.93rem;
        padding: 4.14rem 2.14rem 4.57rem 2.14rem; } }
    @media only screen and (min-width: 993px) {
      .people-shopped .slider__item {
        margin: 0 0.93rem;
        padding: 4.14rem 2.14rem 4.57rem 2.14rem;
        min-height: 35.57rem; } }
    .people-shopped .slider__item--title {
      font-size: 1.14rem;
      font-weight: bold;
      color: #3a3a3a;
      height: 2.86rem;
      line-height: 1.43rem;
      text-transform: uppercase;
      position: relative;
      /* Medium devices (desktops, 641px and up) */
      /* Devices (desktops, 1281px to 1440px) */ }
      .people-shopped .slider__item--title:after {
        content: "";
        display: block;
        width: 1.71rem;
        letter-spacing: 1px;
        border-bottom: 2px solid #01675a;
        position: absolute;
        bottom: -0.86rem; }
      @media only screen and (min-width: 993px) {
        .people-shopped .slider__item--title {
          height: 3.14rem;
          font-size: 1.29rem;
          line-height: 1.57rem; } }
      @media only screen and (min-width: 1281px) and (max-width: 1440px) {
        .people-shopped .slider__item--title {
          font-size: 1.14rem; } }
    .people-shopped .slider__item--sub-text {
      font-size: 0.71rem;
      font-weight: bold;
      margin-top: 0.71rem;
      /* mobiles and tablets */
      /* Medium devices (desktops, 641px and up) */
      text-transform: uppercase; }
      @media only screen and (max-width: 992px) {
        .people-shopped .slider__item--sub-text {
          min-height: 1.71rem;
          padding-top: 1.43rem; } }
      @media only screen and (min-width: 993px) {
        .people-shopped .slider__item--sub-text {
          font-size: 0.86rem;
          min-height: 2rem;
          padding-top: 2.86rem; } }
    .people-shopped .slider__item__rate {
      margin-top: 0.57rem; }
      .people-shopped .slider__item__rate--percentage {
        font-size: 2.86rem;
        line-height: 2.86rem;
        margin-left: -0.36rem;
        /* Medium devices (desktops, 641px and up) */
        /* Desktop with smaller resolution */
        /* Desktop with smaller resolution */
        color: #01675a;
        letter-spacing: -0.5px; }
        @media only screen and (min-width: 993px) {
          .people-shopped .slider__item__rate--percentage {
            font-size: 3.43rem;
            line-height: 3.71rem; } }
        @media only screen and (min-width: 993px) and (max-width: 1100px) {
          .people-shopped .slider__item__rate--percentage {
            font-size: 2.57rem; } }
        @media only screen and (min-width: 993px) and (max-width: 1100px) {
          .people-shopped .slider__item__rate--percentage {
            font-size: 2.57rem; } }
      .people-shopped .slider__item__rate--sub-text {
        margin-top: 0.86rem;
        font-size: 1.43rem;
        /* Medium devices (desktops, 641px and up) */
        /* Desktop with smaller resolution */
        /* Desktop with smaller resolution */
        color: #01675a; }
        @media only screen and (min-width: 993px) {
          .people-shopped .slider__item__rate--sub-text {
            font-size: 1.43rem; } }
        @media only screen and (min-width: 993px) and (max-width: 1100px) {
          .people-shopped .slider__item__rate--sub-text {
            font-size: 1.29rem; } }
        @media only screen and (min-width: 993px) and (max-width: 1100px) {
          .people-shopped .slider__item__rate--sub-text {
            font-size: 1.29rem; } }
    .people-shopped .slider__item--description {
      margin-top: 0.71rem;
      height: 3.86rem;
      font-size: 1rem;
      line-height: 1.29rem;
      /* Medium devices (desktops, 641px and up) */
      color: #3a3a3a;
      line-height: 1.29rem; }
      @media only screen and (min-width: 993px) {
        .people-shopped .slider__item--description {
          font-size: 1.14rem;
          height: 3.86rem;
          line-height: 1.43rem; } }
    .people-shopped .slider__item--apply-now {
      margin-top: 2.29rem;
      /* Desktop with smaller resolution */
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .people-shopped .slider__item--apply-now {
          margin-bottom: 0.57rem; } }
      @media only screen and (min-width: 993px) {
        .people-shopped .slider__item--apply-now {
          margin-top: 2.57rem;
          margin-bottom: 0.57rem; } }
      .people-shopped .slider__item--apply-now a {
        padding: 1rem 2.29rem; }
    .people-shopped .slider__item__learn-more--button {
      float: left;
      margin-top: 1.71rem; }
    .people-shopped .slider__item__learn-more img {
      float: right;
      margin-top: 0.36rem;
      height: 2.29rem;
      width: 4rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .people-shopped .slider__item__learn-more img {
          height: 2.86rem;
          width: 5rem; } }
  .people-shopped .slider-controls-centered {
    display: inline-block;
    padding: 0 0 1.14rem;
    margin-top: 1.14rem;
    padding: 0 2.5rem;
    /* mobiles and tablets */
    /* Desktop with smaller resolution */
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (max-width: 992px) {
      .people-shopped .slider-controls-centered {
        padding: 0 2.57rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .people-shopped .slider-controls-centered {
        padding: 0 3.86rem; } }
    @media only screen and (min-width: 993px) {
      .people-shopped .slider-controls-centered {
        padding: 0 0.86rem; } }
    .people-shopped .slider-controls-centered .previous,
    .people-shopped .slider-controls-centered .next {
      cursor: pointer;
      font-weight: bold;
      text-transform: uppercase;
      color: #1b1b1b;
      letter-spacing: 1px;
      line-height: 0.86rem;
      font-size: 0.71rem;
      padding: 0 0 0 0;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .people-shopped .slider-controls-centered .previous,
        .people-shopped .slider-controls-centered .next {
          font-size: 0.86rem;
          line-height: 1rem;
          padding-top: 0.07rem;
          padding-bottom: 0.07rem;
          margin-top: -0.07rem;
          margin-bottom: -0.07rem; } }
      .people-shopped .slider-controls-centered .previous .icon,
      .people-shopped .slider-controls-centered .next .icon {
        font-size: 0.71rem;
        color: #01675a;
        margin-left: 0;
        margin-right: 0; }
        .people-shopped .slider-controls-centered .previous .icon:before,
        .people-shopped .slider-controls-centered .next .icon:before {
          width: 1rem;
          display: inline-block;
          vertical-align: middle; }
    .people-shopped .slider-controls-centered .previous {
      padding-right: 1.43rem;
      float: left; }
      .people-shopped .slider-controls-centered .previous .previous-txt {
        text-decoration: none;
        font-weight: bold; }
      .people-shopped .slider-controls-centered .previous .icon {
        margin-right: 0;
        display: inline-block;
        vertical-align: top;
        margin-top: 0.14rem; }
    .people-shopped .slider-controls-centered .next {
      padding-left: 1.43rem;
      float: right; }
      .people-shopped .slider-controls-centered .next .next-txt {
        text-decoration: none;
        font-weight: bold; }
      .people-shopped .slider-controls-centered .next .icon {
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
        vertical-align: top;
        margin-top: 0.14rem; }
    .people-shopped .slider-controls-centered .previous.slick-disabled,
    .people-shopped .slider-controls-centered .next.slick-disabled {
      color: #7d7d7d;
      cursor: default;
      pointer-events: none; }
      .people-shopped .slider-controls-centered .previous.slick-disabled .icon,
      .people-shopped .slider-controls-centered .previous.slick-disabled a,
      .people-shopped .slider-controls-centered .next.slick-disabled .icon,
      .people-shopped .slider-controls-centered .next.slick-disabled a {
        color: #7d7d7d;
        cursor: default; }
    .people-shopped .slider-controls-centered .progress {
      margin-top: 0.43rem;
      float: left;
      width: 100%;
      margin-bottom: unset;
      height: 0.14rem;
      /* Medium devices (desktops, 641px and up) */
      overflow: hidden;
      background-color: #d8d8d8;
      background-image: linear-gradient(to right, #04aa84, #04aa84);
      background-repeat: no-repeat;
      background-size: 0 100%;
      transition: background-size 0.4s ease-in-out; }
      @media only screen and (min-width: 993px) {
        .people-shopped .slider-controls-centered .progress {
          height: 0.21rem; } }
  .people-shopped--btn-rt-chopped {
    background: #f8f8f8;
    border-radius: 0;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1rem;
    padding: 0.86rem 1.71rem; }
    .people-shopped--btn-rt-chopped:after {
      background: #f8f8f8; }
    .people-shopped--btn-rt-chopped:active {
      transition: background-color 0.4s ease-in-out; }
    .people-shopped--btn-rt-chopped:hover {
      cursor: pointer; }

.slider__item--title + .slider__item__rate {
  margin-top: 5.57rem; }

.product-overview {
  background-color: #f8f8f8;
  padding-top: 2.29rem;
  padding-bottom: 2.29rem;
  /* Medium devices (desktops, 641px and up) */
  /* Desktop with smaller resolution */
  /* mobiles and tablets */ }
  @media only screen and (min-width: 993px) {
    .product-overview {
      padding-top: 2.86rem;
      padding-bottom: 2.86rem; } }
  .product-overview__header {
    color: #3a3a3a;
    /* Medium devices (desktops, 641px and up) */
    /* Medium devices (desktops, 641px and up) */ }
    .product-overview__header:after {
      content: "";
      display: block;
      width: 2.29rem;
      /* Medium devices (desktops, 641px and up) */
      padding-top: 0.86rem;
      border-bottom: 3px solid #04aa84; }
      @media only screen and (min-width: 993px) {
        .product-overview__header:after {
          width: 3.43rem; } }
    @media only screen and (min-width: 993px) {
      .product-overview__header:after {
        content: "";
        display: block;
        width: 2.29rem;
        /* Medium devices (desktops, 641px and up) */
        padding-top: 0.86rem;
        border-bottom: 4px solid #04aa84; } }
  @media only screen and (min-width: 993px) and (min-width: 993px) {
    .product-overview__header:after {
      width: 3.43rem; } }
    .product-overview__header--title {
      font-weight: 300;
      font-size: 2rem;
      line-height: 2.29rem;
      min-height: 2.29rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .product-overview__header--title {
          font-size: 2.71rem;
          line-height: 3rem;
          min-height: 3rem;
          margin-bottom: 1.14rem; } }
    .product-overview__header--sub-text {
      margin-top: 0.57rem;
      font-size: 1rem;
      line-height: 1.29rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .product-overview__header--sub-text {
          margin-top: 1.14rem;
          font-size: 1.29rem;
          line-height: 1.57rem; } }
    @media only screen and (min-width: 993px) {
      .product-overview__header:after {
        padding-top: 1.43rem; } }
  .product-overview__benefits {
    color: #3a3a3a;
    margin-top: 1.71rem;
    padding-bottom: 1.43rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .product-overview__benefits {
        margin-top: 2.29rem;
        margin-right: 4.29rem; } }
    .product-overview__benefits--title {
      font-weight: bold;
      font-size: 1.29rem;
      line-height: 1.57rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .product-overview__benefits--title {
          font-size: 1.71rem;
          line-height: 2rem; } }
    .product-overview__benefits__item {
      margin-top: 1.14rem;
      line-height: 1.29rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .product-overview__benefits__item {
          margin-top: 1.71rem;
          line-height: 1.43rem; } }
      .product-overview__benefits__item div {
        padding-left: 2.29rem;
        padding-top: 2px; }
      .product-overview__benefits__item--icon {
        float: left;
        color: #01675a;
        margin-right: 0.43rem;
        padding: 2px 2px;
        font-size: 1.29rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .product-overview__benefits__item--icon {
            font-size: 1.43rem; } }
      .product-overview__benefits__item--bold {
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.29rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .product-overview__benefits__item--bold {
            font-size: 1.14rem;
            line-height: 1.43rem;
            max-width: 58.43rem; } }
      .product-overview__benefits__item--normal {
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.29rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .product-overview__benefits__item--normal {
            font-size: 1.14rem;
            line-height: 1.43rem;
            max-width: 58.43rem; } }
  .product-overview__offer {
    background-color: #ffffff;
    padding: 1.71rem 1.71rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .product-overview__offer {
        padding: 2.29rem 2.86rem; } }
    .product-overview__offer--rate-specification {
      font-weight: bold;
      font-size: 0.71rem;
      line-height: 0.86rem;
      letter-spacing: 1px;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .product-overview__offer--rate-specification {
          font-size: 0.86rem;
          line-height: 1rem; } }
    .product-overview__offer__rate {
      margin-top: 4px; }
    .product-overview__offer--rate {
      color: #01675a;
      font-size: 2.86rem;
      line-height: 2.86rem;
      letter-spacing: -0.5px;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .product-overview__offer--rate {
          font-size: 3.43rem;
          line-height: 3.71rem; } }
    .product-overview__offer--rate-text {
      color: #01675a;
      font-size: 1.43rem;
      line-height: 2rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .product-overview__offer--rate-text {
          font-size: 1.71rem;
          line-height: 2rem; } }
    .product-overview__offer__rating {
      margin-top: 0.71rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .product-overview__offer__rating {
          margin-top: 1.14rem; } }
      .product-overview__offer__rating--text {
        color: #3a3a3a;
        font-weight: bold;
        font-size: 0.71rem;
        line-height: 0.86rem;
        letter-spacing: 1px;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .product-overview__offer__rating--text {
            font-size: 0.86rem;
            line-height: 1rem; } }
      .product-overview__offer__rating--value {
        color: #3a3a3a;
        font-size: 0.86rem;
        line-height: 1.14rem;
        vertical-align: text-top;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .product-overview__offer__rating--value {
            font-size: 1rem;
            line-height: 1.29rem;
            vertical-align: top;
            display: inline-block;
            padding-top: 3px; } }
      .product-overview__offer__rating:after {
        content: "";
        display: block;
        border-bottom: 0.07rem solid #cccccc;
        margin-top: 1.14rem;
        height: 1px;
        box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.5); }
    .product-overview__offer__specification {
      margin-top: 1.14rem; }
      .product-overview__offer__specification:first-child {
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .product-overview__offer__specification:first-child {
            margin-top: 1.14rem; } }
      .product-overview__offer__specification--label {
        color: #3a3a3a;
        font-weight: bold;
        font-size: 0.71rem;
        line-height: 0.86rem;
        letter-spacing: 1px;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .product-overview__offer__specification--label {
            font-size: 0.86rem;
            line-height: 1rem; } }
      .product-overview__offer__specification--bold {
        color: #01675a;
        font-weight: 600;
        font-size: 1.29rem;
        line-height: 1.29rem;
        letter-spacing: -0.5px;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .product-overview__offer__specification--bold {
            font-size: 1.71rem;
            line-height: 1.71rem; } }
      .product-overview__offer__specification--normal {
        color: #3a3a3a;
        font-size: 0.86rem;
        line-height: 1.14rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .product-overview__offer__specification--normal {
            font-size: 1rem;
            line-height: 1.29rem; } }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    .product-overview--benefits {
      flex: 0 0 50%; }
    .product-overview--offer {
      flex: 0 0 48%; } }
  @media only screen and (min-width: 480px) and (max-width: 720px) {
    .product-overview--benefits {
      flex: 0 0 50%; }
    .product-overview--offer {
      flex: 0 0 48%; } }

.contactus {
  position: relative;
  float: left;
  width: 100%;
  padding: 2.86rem 0;
  /* Medium devices (desktops, 641px and up) */ }
  .contactus section {
    float: none; }
  .contactus h2 {
    font-size: 1.71rem;
    color: #3a3a3a;
    font-weight: bold; }
  .contactus h3 {
    font-size: 1.29rem;
    color: #3a3a3a;
    font-weight: bold; }
  .contactus a {
    color: #01675a;
    text-decoration: none; }
  .contactus .item-content li {
    padding-bottom: 1.1rem; }
  .contactus .btn-rt-chopped-green {
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    background: #068765;
    border-radius: 0;
    font-size: 1rem;
    font-weight: bold;
    padding: 1.21rem 2.29rem;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    border: none;
    letter-spacing: 1px; }
    .contactus .btn-rt-chopped-green.disabled {
      background: #7f7f7f;
      color: #ffffff; }
    .contactus .btn-rt-chopped-green:after {
      content: "";
      width: 1.79rem;
      height: 1.79rem;
      background: #ffffff;
      transform: rotate(-132deg);
      position: absolute;
      border-top: 0;
      border-left: 0;
      border-bottom: 0;
      top: auto;
      right: -0.93rem;
      bottom: -1.07rem;
      border: none;
      outline: none;
      pointer-events: none; }
    .contactus .btn-rt-chopped-green:hover {
      color: #ffffff;
      opacity: 0.8;
      transition: opacity 0.4s ease-in-out; }
    .contactus .btn-rt-chopped-green:active {
      border: none;
      opacity: 1;
      transition: opacity 0.4s ease-in-out; }
  .contactus__heading {
    color: #3a3a3a; }
    .contactus__heading:after {
      content: "";
      display: block;
      width: 2.29rem;
      /* Medium devices (desktops, 641px and up) */
      padding-top: 0.86rem;
      border-bottom: 3px solid #04aa84; }
      @media only screen and (min-width: 993px) {
        .contactus__heading:after {
          width: 3.43rem; } }
    .contactus__heading--title {
      font-weight: normal;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .contactus__heading--title {
          font-size: 2.7rem; } }
    .contactus__heading--sub-text {
      max-width: 17.5rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .contactus__heading--sub-text {
          font-size: 1.29rem;
          max-width: 31.43rem; } }
  .contactus__form label.error {
    color: #960000; }
  .contactus__content {
    padding: 1em 0;
    margin: 2em auto; }
  .contactus .feedback-text {
    margin-bottom: 2.86rem; }
  .contactus .tabs ul {
    margin: 0 0 2em 0;
    padding: 0 0 1em 0;
    font-weight: bold;
    font-size: 1rem; }
    .contactus .tabs ul:after {
      content: "";
      display: block;
      width: 100%;
      padding-top: 0.1rem;
      border-bottom: 3px solid #04aa84; }
    .contactus .tabs ul li {
      background: #eff0f1; }
      .contactus .tabs ul li a {
        padding: 0.5em 1em;
        color: #3a3a3a; }
        .contactus .tabs ul li a:hover {
          background: #01675a;
          color: #ffffff;
          text-decoration: none; }
        .contactus .tabs ul li a.active {
          background: #01675a;
          color: #ffffff;
          cursor: default; }
  .contactus .tabbed-content {
    padding: 1em 0;
    margin: 2em auto; }
    .contactus .tabbed-content .tabs {
      display: none; }
    .contactus .tabbed-content .item {
      min-height: 2em;
      margin-bottom: 2px;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .contactus .tabbed-content .item {
          display: none; } }
      .contactus .tabbed-content .item::before {
        cursor: pointer;
        font-weight: bold;
        background: #eff0f1;
        padding: 0.5em;
        display: block;
        content: " + " attr(data-title); }
      .contactus .tabbed-content .item .item-content {
        opacity: 0;
        visibility: hidden;
        height: 0; }
    .contactus .tabbed-content .item.active {
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .contactus .tabbed-content .item.active {
          display: block; } }
      .contactus .tabbed-content .item.active::before {
        background: #01675a;
        color: #eff0f1;
        content: " - " attr(data-title);
        color: #ffffff; }
      .contactus .tabbed-content .item.active .item-content {
        padding: 1em;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        opacity: 1;
        visibility: visible;
        height: auto; }
  @media only screen and (min-width: 993px) {
    .contactus .item.active .item-content {
      padding-top: 0; }
    .contactus .tabs-side .tabs li {
      margin-bottom: 0.14rem; }
    .contactus .tabbed-content .tabs {
      display: block; }
      .contactus .tabbed-content .tabs li {
        display: inline-block; }
        .contactus .tabbed-content .tabs li a {
          display: block; }
    .contactus .tabbed-content .item {
      min-height: 0; }
      .contactus .tabbed-content .item::before {
        display: none; }
    .contactus .tabbed-content .item.active .item-content {
      max-width: 70%; }
    .contactus .tabbed-content .item.active .item-content.feedback-content {
      max-width: 100%; }
      .contactus .tabbed-content .item.active .item-content.feedback-content .form-group.required > label:after {
        content: "*";
        color: #ee0000; }
    .contactus .tabbed-content.tabs-side .tabs {
      width: 10.71rem;
      float: left; }
      .contactus .tabbed-content.tabs-side .tabs li {
        display: block; }
    .contactus .tabbed-content.tabs-side .item {
      margin-left: 10.71rem; } }

#modalAlert .btn-rt-chopped-green {
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
  background: #068765;
  border-radius: 0;
  font-size: 1rem;
  font-weight: bold;
  padding: 1.21rem 2.29rem;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  border: none;
  letter-spacing: 1px;
  margin-right: 0.57rem; }
  #modalAlert .btn-rt-chopped-green.disabled {
    background: #7f7f7f;
    color: #ffffff; }
  #modalAlert .btn-rt-chopped-green:after {
    content: "";
    width: 1.79rem;
    height: 1.79rem;
    background: #ffffff;
    transform: rotate(-132deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -0.93rem;
    bottom: -1.07rem;
    border: none;
    outline: none;
    pointer-events: none; }
  #modalAlert .btn-rt-chopped-green:hover {
    color: #ffffff;
    opacity: 0.8;
    transition: opacity 0.4s ease-in-out; }
  #modalAlert .btn-rt-chopped-green:active {
    border: none;
    opacity: 1;
    transition: opacity 0.4s ease-in-out; }

#modalAlert .btn-rt-chopped {
  border-radius: 0;
  letter-spacing: normal;
  padding: 0.71rem 1.57rem; }

#modalAlert .modal-title {
  font-weight: bold; }

#modalAlert .modal-footer {
  padding: 20px; }

.searchModal {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: none;
  overflow: auto;
  max-width: 1680px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow-x: hidden !important;
  /** Start: For Experience fragment **/
  /** End: For Experience fragment **/ }
  .searchModal.author-mode {
    position: relative;
    top: auto;
    right: auto;
    display: block; }
  .searchModal--top {
    float: left;
    width: 100%;
    padding: 3rem 0 1.36rem;
    background-color: #01675a;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .searchModal--top {
        padding: 3.14rem 0 3rem; } }
    .searchModal--top .search-close {
      background: transparent;
      border-radius: 0;
      color: #ffffff;
      font-size: 0.86rem;
      font-weight: bold;
      letter-spacing: 0.07rem;
      line-height: 1rem;
      margin-left: 0.71rem;
      margin-top: -3.21rem;
      /* mobiles and tablets */
      /* Desktop with smaller resolution */
      /* Medium devices (desktops, 641px and up) */
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (max-width: 992px) {
        .searchModal--top .search-close {
          position: absolute;
          right: 0;
          top: -2.07rem; } }
      @media only screen and (min-width: 993px) and (max-width: 1100px) {
        .searchModal--top .search-close {
          margin-left: -1.43rem; } }
      @media only screen and (min-width: 993px) {
        .searchModal--top .search-close {
          font-size: 1rem; } }
      @media only screen and (min-width: 1280px) {
        .searchModal--top .search-close {
          margin-left: 0; } }
      .searchModal--top .search-close .icon {
        margin-right: 0;
        margin-left: 0.14rem;
        font-size: 0.86rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .searchModal--top .search-close .icon {
            font-size: 1.07rem; } }
        .searchModal--top .search-close .icon:before {
          vertical-align: top;
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .searchModal--top .search-close .icon:before {
              vertical-align: bottom; } }
  .searchModal--content {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .searchModal--content {
        padding: 3.43rem 0 3.14rem; } }
    .searchModal--content > .container > .row > .col-md-10 {
      position: static; }
    .searchModal--content .search-links {
      width: 100%;
      float: left;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .searchModal--content .search-links {
          padding: 0 1.14rem; } }
      .searchModal--content .search-links h3 {
        font-size: 1.29rem;
        line-height: 1.57rem;
        color: #3a3a3a;
        font-weight: bold;
        margin-bottom: 0.86rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .searchModal--content .search-links h3 {
            font-size: 1.71rem;
            line-height: 2rem;
            margin-bottom: 1.71rem; } }
      .searchModal--content .search-links ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin: 0.29rem 0;
        /* mobiles and tablets */
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (max-width: 992px) {
          .searchModal--content .search-links ul {
            display: block;
            max-height: 100%; } }
        @media only screen and (min-width: 993px) {
          .searchModal--content .search-links ul {
            margin: 0; } }
        .searchModal--content .search-links ul li {
          font-size: 1rem;
          line-height: 1.29rem;
          font-weight: normal;
          display: block;
          padding: 0.43rem 0;
          text-overflow: ellipsis;
          overflow: hidden;
          margin-bottom: 0.29rem;
          /* Medium devices (desktops, 641px and up) */
          /* Medium devices (desktops, 641px and up) */ }
          .searchModal--content .search-links ul li:last-child {
            margin-bottom: 0; }
          @media only screen and (min-width: 993px) {
            .searchModal--content .search-links ul li {
              max-width: 90%;
              font-size: 1.14rem;
              line-height: 1.43rem; } }
          @media only screen and (min-width: 1280px) {
            .searchModal--content .search-links ul li {
              max-width: 79%; } }
          .searchModal--content .search-links ul li a {
            color: #3a3a3a;
            text-decoration: none;
            font-weight: normal; }
            .searchModal--content .search-links ul li a:hover {
              color: #01675a; }
    .searchModal--content .recent-row {
      margin-left: 0;
      margin-right: 0; }
    .searchModal--content .recent-searches {
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .searchModal--content .recent-searches {
          margin-bottom: 48px;
          position: relative;
          padding: 0 1.14rem; } }
      .searchModal--content .recent-searches:after {
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .searchModal--content .recent-searches:after {
            content: "";
            width: calc(100% - 32px);
            height: 1px;
            background: #cccccc;
            position: absolute;
            bottom: -16px;
            box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.5); } }
    .searchModal--content .most-popular {
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .searchModal--content .most-popular {
          position: relative;
          background: #ffffff;
          width: calc(100% + 24px) !important;
          margin-left: -12px !important;
          margin-right: -12px !important;
          padding: 2.29rem 2.29rem 1.14rem !important; } }
      .searchModal--content .most-popular:before {
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .searchModal--content .most-popular:before {
            content: "";
            height: 1px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            box-shadow: 0px 2px 4px 0px rgba(200, 200, 200, 0.5);
            background-color: #e7e8e9; } }
    .searchModal--content__defaultState {
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .searchModal--content__defaultState {
          padding: 2.07rem 0 0; } }
      .searchModal--content__defaultState .search-link-incorrect {
        display: none;
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .searchModal--content__defaultState .search-link-incorrect {
            padding: 0.29rem 1.14rem 1.29rem; } }
        .searchModal--content__defaultState .search-link-incorrect .search-correct-suggestion {
          font-size: 1.14rem;
          line-height: 1.43rem;
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .searchModal--content__defaultState .search-link-incorrect .search-correct-suggestion {
              font-size: 1.71rem;
              line-height: 2rem; } }
          .searchModal--content__defaultState .search-link-incorrect .search-correct-suggestion__value a {
            text-decoration: none;
            color: #068765; }
        .searchModal--content__defaultState .search-link-incorrect h3 {
          margin-bottom: 20px;
          margin-top: 28px;
          font-weight: bold;
          /* mobiles and tablets */ }
          @media only screen and (max-width: 992px) {
            .searchModal--content__defaultState .search-link-incorrect h3 {
              font-size: 1.29rem;
              line-height: 1.43rem;
              margin-top: 24px; } }
      .searchModal--content__defaultState .recent-search-availablity {
        font-size: 1rem;
        margin-bottom: 1.71rem;
        padding: 0 1.14rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .searchModal--content__defaultState .recent-search-availablity {
            font-size: 1.14rem; } }
        .searchModal--content__defaultState .recent-search-availablity h3 {
          font-size: 1.29rem;
          line-height: 1.57rem;
          color: #3a3a3a;
          font-weight: bold;
          margin-bottom: 0.86rem;
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .searchModal--content__defaultState .recent-search-availablity h3 {
              font-size: 1.71rem;
              line-height: 2rem;
              margin-bottom: 1.43rem; } }
      .searchModal--content__defaultState .search-link-notfound {
        display: none;
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .searchModal--content__defaultState .search-link-notfound {
            padding: 0 1.43rem; } }
      .searchModal--content__defaultState .no-results {
        color: #3a3a3a;
        margin-bottom: 1.43rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .searchModal--content__defaultState .no-results {
            min-height: 21.43rem; } }
        .searchModal--content__defaultState .no-results--error-text {
          font-size: 1rem;
          line-height: 1.29rem;
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .searchModal--content__defaultState .no-results--error-text {
              font-size: 1.14rem;
              line-height: 1.43rem; } }
        .searchModal--content__defaultState .no-results--title {
          font-weight: bold;
          font-size: 1.29rem;
          line-height: 1.57rem;
          margin-top: 1.71rem;
          margin-bottom: 1.14rem;
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .searchModal--content__defaultState .no-results--title {
              font-size: 1.71rem;
              line-height: 2rem;
              margin-top: 2.29rem;
              margin-bottom: 1.71rem; } }
        .searchModal--content__defaultState .no-results__hints {
          padding-left: 0; }
          .searchModal--content__defaultState .no-results__hints--icon {
            color: #01675a;
            padding-right: 0.71rem;
            vertical-align: top;
            display: inline-block;
            margin-right: 0;
            overflow: visible;
            font-size: 1.14rem;
            /* Medium devices (desktops, 641px and up) */ }
            @media only screen and (min-width: 993px) {
              .searchModal--content__defaultState .no-results__hints--icon {
                padding-right: 0.57rem;
                font-size: 1.43rem; } }
            .searchModal--content__defaultState .no-results__hints--icon::before {
              /* mobiles and tablets */ }
              @media only screen and (max-width: 992px) {
                .searchModal--content__defaultState .no-results__hints--icon::before {
                  vertical-align: middle; } }
          .searchModal--content__defaultState .no-results__hints--text {
            font-size: 1rem;
            line-height: 1.29rem;
            /* Medium devices (desktops, 641px and up) */ }
            @media only screen and (min-width: 993px) {
              .searchModal--content__defaultState .no-results__hints--text {
                font-size: 1.14rem;
                line-height: 1.43rem; } }
          .searchModal--content__defaultState .no-results__hints li {
            list-style: none;
            padding-bottom: 1.14rem;
            display: flex;
            /* Medium devices (desktops, 641px and up) */ }
            @media only screen and (min-width: 993px) {
              .searchModal--content__defaultState .no-results__hints li {
                padding-bottom: 1.43rem; } }
    .searchModal--content__resultState {
      display: none;
      padding-top: 1.71rem;
      min-height: 15.07rem;
      /* Desktop with smaller resolution */
      /* mobiles and tablets */
      /* Desktop with smaller resolution */
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 993px) and (max-width: 1100px) {
        .searchModal--content__resultState {
          padding-top: 3.43rem;
          min-height: 15.07rem; } }
      @media only screen and (max-width: 992px) {
        .searchModal--content__resultState {
          min-height: 0; } }
      @media only screen and (min-width: 993px) and (max-width: 1100px) {
        .searchModal--content__resultState {
          padding-top: 3.43rem;
          min-height: 16.43rem; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .searchModal--content__resultState {
          min-height: 40.71rem; } }
      .searchModal--content__resultState .search-filter {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        /* mobiles and tablets */ }
        .searchModal--content__resultState .search-filter ul {
          list-style: none;
          margin: 0;
          padding: 0;
          font-size: 0;
          float: left;
          width: 100%;
          /* mobiles and tablets */ }
          @media only screen and (max-width: 992px) {
            .searchModal--content__resultState .search-filter ul {
              white-space: nowrap;
              overflow-x: auto;
              overflow-y: hidden; } }
          .searchModal--content__resultState .search-filter ul li {
            list-style: none;
            display: inline-block; }
            .searchModal--content__resultState .search-filter ul li a {
              color: #3a3a3a;
              font-size: 1.43rem;
              line-height: 1.71rem;
              border-bottom: 0.43rem solid transparent;
              text-align: center;
              display: block;
              padding: 1.14rem 0 0.71rem 0;
              margin: 0 1.71rem;
              /* mobiles and tablets */
              text-decoration: none;
              text-transform: capitalize;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s; }
              @media only screen and (max-width: 992px) {
                .searchModal--content__resultState .search-filter ul li a {
                  margin: 0 0.86rem;
                  font-size: 1.14rem;
                  line-height: 1.43rem; } }
              .searchModal--content__resultState .search-filter ul li a:hover {
                font-weight: 700;
                /* mobiles and tablets */
                border-bottom: 0.43rem solid #04aa84; }
                @media only screen and (max-width: 992px) {
                  .searchModal--content__resultState .search-filter ul li a:hover {
                    font-weight: bold; } }
              .searchModal--content__resultState .search-filter ul li a:after {
                display: block;
                content: attr(title);
                font-weight: 700;
                /* mobiles and tablets */
                height: 0;
                overflow: hidden;
                visibility: hidden;
                padding: 0 3px; }
                @media only screen and (max-width: 992px) {
                  .searchModal--content__resultState .search-filter ul li a:after {
                    font-weight: bold; } }
              .searchModal--content__resultState .search-filter ul li a.active {
                border-bottom: 0.43rem solid #04aa84;
                font-weight: 700; }
            .searchModal--content__resultState .search-filter ul li:first-child a {
              margin-left: 0; }
        @media only screen and (max-width: 992px) {
          .searchModal--content__resultState .search-filter:after {
            content: "";
            background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #ffffff 100%);
            height: 40px;
            width: 52px;
            position: absolute;
            right: 0;
            bottom: 0; } }
      .searchModal--content__resultState .search-result__block {
        width: 100%;
        float: left;
        position: relative;
        /* Medium devices (desktops, 641px and up) */
        /* Desktop with smaller resolution */
        /* mobiles and tablets */ }
        @media only screen and (min-width: 993px) {
          .searchModal--content__resultState .search-result__block {
            width: 60%;
            min-height: 17.71rem; } }
        @media only screen and (min-width: 993px) and (max-width: 1100px) {
          .searchModal--content__resultState .search-result__block {
            width: 80%; } }
        @media only screen and (max-width: 992px) {
          .searchModal--content__resultState .search-result__block {
            margin-top: 3.29rem; } }
      .searchModal--content__resultState .search-result-text {
        font-size: 0.86rem;
        text-transform: uppercase;
        color: #3a3a3a;
        letter-spacing: 0.07rem;
        float: left;
        padding-top: 0.86rem;
        /* mobiles and tablets */ }
        .searchModal--content__resultState .search-result-text p {
          font-weight: 600; }
          .searchModal--content__resultState .search-result-text p strong {
            font-weight: 800; }
        @media only screen and (max-width: 992px) {
          .searchModal--content__resultState .search-result-text {
            font-size: 0.71rem;
            line-height: 0.86rem;
            width: 100%; } }
      .searchModal--content__resultState .search-result__notfound {
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .searchModal--content__resultState .search-result__notfound {
            margin-top: 3.71rem;
            padding-bottom: 2.29rem; } }
      .searchModal--content__resultState .search-sortby {
        float: right;
        position: relative;
        margin-top: 0;
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .searchModal--content__resultState .search-sortby {
            float: left;
            margin-top: 1.14rem; } }
        .searchModal--content__resultState .search-sortby .dropdown-toggle {
          background: transparent;
          border: 0.07rem solid #cccccc;
          border-radius: 0;
          padding: 0.5rem 1.14rem;
          /* mobiles and tablets */ }
          @media only screen and (max-width: 992px) {
            .searchModal--content__resultState .search-sortby .dropdown-toggle {
              height: 2.86rem; } }
          .searchModal--content__resultState .search-sortby .dropdown-toggle .selected {
            text-transform: uppercase;
            font-size: 0.86rem;
            letter-spacing: 0.07rem;
            line-height: 1rem;
            font-weight: bold;
            color: #3a3a3a; }
            .searchModal--content__resultState .search-sortby .dropdown-toggle .selected strong {
              color: #1b1b1b;
              font-weight: bold; }
          .searchModal--content__resultState .search-sortby .dropdown-toggle:after {
            display: inline-block;
            width: auto;
            height: auto;
            vertical-align: top;
            content: "\6e";
            border: none;
            border-color: transparent;
            font-family: "dcu-icon";
            margin-top: 1px;
            color: #068765;
            font-size: 0.86rem; }
        .searchModal--content__resultState .search-sortby .dropdown-menu.option {
          width: 100%;
          border-radius: 0;
          margin-top: -0.14rem;
          padding: 0;
          border-bottom: 0;
          background-color: #f8f8f8; }
          .searchModal--content__resultState .search-sortby .dropdown-menu.option li {
            color: #3a3a3a;
            border-bottom: 1px solid #cccccc;
            box-shadow: 0 1px 2px 0 rgba(200, 200, 200, 0.3); }
            .searchModal--content__resultState .search-sortby .dropdown-menu.option li a {
              color: #000;
              display: block;
              padding: 0.75rem 2.57rem; }
              .searchModal--content__resultState .search-sortby .dropdown-menu.option li a:active {
                background-color: #ffffff; }
              .searchModal--content__resultState .search-sortby .dropdown-menu.option li a:hover, .searchModal--content__resultState .search-sortby .dropdown-menu.option li a:focus {
                background-color: #ffffff;
                color: #068765; }
            .searchModal--content__resultState .search-sortby .dropdown-menu.option li:hover {
              background-color: #ffffff;
              color: #068765;
              cursor: pointer;
              box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
            .searchModal--content__resultState .search-sortby .dropdown-menu.option li.active {
              background-color: #f8f8f8;
              color: #3a3a3a;
              cursor: pointer;
              font-weight: bold; }
              .searchModal--content__resultState .search-sortby .dropdown-menu.option li.active:hover {
                background-color: #ffffff;
                color: #068765; }
      .searchModal--content__resultState .search-results {
        float: left;
        width: 100%;
        margin-top: 1.71rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .searchModal--content__resultState .search-results {
            margin-top: 3.71rem; } }
        .searchModal--content__resultState .search-results--item {
          border-bottom: 0.07rem solid #ccc;
          margin-bottom: 2.29rem;
          margin-left: 0;
          margin-right: 0;
          /* mobiles and tablets */ }
          @media only screen and (max-width: 992px) {
            .searchModal--content__resultState .search-results--item {
              margin-bottom: 1.71rem; } }
          .searchModal--content__resultState .search-results--item:last-child {
            /* mobiles and tablets */ }
            @media only screen and (max-width: 992px) {
              .searchModal--content__resultState .search-results--item:last-child {
                margin-bottom: 1.43rem; } }
          .searchModal--content__resultState .search-results--item .icon__dcu-global {
            margin: 0.29rem 0 0 0;
            display: inline-block;
            vertical-align: top;
            color: #01675a; }
          .searchModal--content__resultState .search-results--item__title {
            color: #3a3a3a;
            font-size: 1.71rem;
            font-weight: bold;
            line-height: 2rem;
            text-decoration: none;
            margin-bottom: 1.14rem;
            display: block;
            /* mobiles and tablets */
            /* Desktop with smaller resolution */ }
            @media only screen and (max-width: 992px) {
              .searchModal--content__resultState .search-results--item__title {
                margin-left: 1.43rem;
                margin-bottom: 0.57rem;
                font-size: 1.29rem; } }
            @media only screen and (min-width: 720px) and (max-width: 992px) {
              .searchModal--content__resultState .search-results--item__title {
                margin-left: 0; } }
          .searchModal--content__resultState .search-results--item__caption {
            color: #3a3a3a;
            font-size: 1rem;
            line-height: 1.29rem;
            margin-bottom: 2.29rem;
            /* mobiles and tablets */ }
            @media only screen and (max-width: 992px) {
              .searchModal--content__resultState .search-results--item__caption {
                margin-left: 1.43rem;
                font-size: 0.86rem;
                line-height: 1.14rem;
                margin-bottom: 1.71rem; } }
          .searchModal--content__resultState .search-results--item .search-icon {
            flex: 6%;
            max-width: 6%; }
            .searchModal--content__resultState .search-results--item .search-icon img {
              width: 1.71rem;
              height: auto; }
      .searchModal--content__resultState .search-pagination {
        float: left;
        width: 100%;
        display: none;
        text-align: center;
        /* Medium devices (desktops, 641px and up) */
        /* mobiles and tablets */ }
        @media only screen and (min-width: 993px) {
          .searchModal--content__resultState .search-pagination {
            margin-top: 0rem;
            padding-top: 0.71rem; } }
        @media only screen and (max-width: 992px) {
          .searchModal--content__resultState .search-pagination {
            margin-bottom: 1.86rem; } }
        .searchModal--content__resultState .search-pagination .result-prev {
          display: none;
          float: left;
          color: #1b1b1b;
          font-size: 0.86rem;
          font-weight: bold;
          letter-spacing: 1px;
          line-height: 0.86rem;
          position: relative;
          top: 5px;
          left: 1.14rem;
          /* mobiles and tablets */
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (max-width: 992px) {
            .searchModal--content__resultState .search-pagination .result-prev {
              font-size: 0.71rem; } }
          @media only screen and (min-width: 993px) {
            .searchModal--content__resultState .search-pagination .result-prev {
              left: 0; } }
          .searchModal--content__resultState .search-pagination .result-prev a {
            text-decoration: none;
            font-weight: bold; }
            .searchModal--content__resultState .search-pagination .result-prev a:hover {
              text-decoration: none; }
            .searchModal--content__resultState .search-pagination .result-prev a span {
              font-size: 0.93rem;
              margin-right: 0;
              color: #068765;
              vertical-align: sub; }
        .searchModal--content__resultState .search-pagination .paging-numbers {
          display: block;
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (min-width: 993px) {
            .searchModal--content__resultState .search-pagination .paging-numbers {
              display: inline-block; } }
          .searchModal--content__resultState .search-pagination .paging-numbers .page {
            font-size: 0.71rem;
            font-weight: 600;
            letter-spacing: 1px;
            display: inline-block;
            margin-right: 0.86rem;
            /* Medium devices (desktops, 641px and up) */ }
            @media only screen and (min-width: 993px) {
              .searchModal--content__resultState .search-pagination .paging-numbers .page {
                margin-right: 1.07rem;
                font-size: 0.86rem; } }
            .searchModal--content__resultState .search-pagination .paging-numbers .page.selected {
              color: #068765;
              font-weight: bold; }
            .searchModal--content__resultState .search-pagination .paging-numbers .page:after {
              content: "|";
              margin-left: 0.86rem;
              font-size: 0.71rem;
              color: #3a3a3a;
              display: inline-block;
              /* Medium devices (desktops, 641px and up) */ }
              @media only screen and (min-width: 993px) {
                .searchModal--content__resultState .search-pagination .paging-numbers .page:after {
                  margin-left: 1.07rem;
                  font-size: 0.86rem; } }
            .searchModal--content__resultState .search-pagination .paging-numbers .page:last-child {
              margin-right: 0; }
              .searchModal--content__resultState .search-pagination .paging-numbers .page:last-child:after {
                content: "";
                margin-left: 0; }
          .searchModal--content__resultState .search-pagination .paging-numbers a.page {
            color: #3a3a3a; }
        .searchModal--content__resultState .search-pagination .result-next {
          display: none;
          float: right;
          color: #1b1b1b;
          font-size: 0.86rem;
          font-weight: bold;
          letter-spacing: 1px;
          line-height: 0.86rem;
          position: relative;
          top: 5px;
          right: 1.14rem;
          /* mobiles and tablets */
          /* Medium devices (desktops, 641px and up) */ }
          @media only screen and (max-width: 992px) {
            .searchModal--content__resultState .search-pagination .result-next {
              font-size: 0.71rem; } }
          @media only screen and (min-width: 993px) {
            .searchModal--content__resultState .search-pagination .result-next {
              right: 0; } }
          .searchModal--content__resultState .search-pagination .result-next a {
            text-decoration: none;
            font-weight: bold; }
            .searchModal--content__resultState .search-pagination .result-next a:hover {
              text-decoration: none; }
            .searchModal--content__resultState .search-pagination .result-next a span {
              font-size: 0.93rem;
              margin-right: 0;
              color: #068765;
              vertical-align: sub; }
  .searchModal--bottom {
    width: 100%;
    float: left;
    background-color: #f8f8f8;
    display: none;
    /** Start: For Experience fragment **/
    /** End: For Experience fragment **/
    /* mobiles and tablets */ }
    .searchModal--bottom.author-mode {
      display: block; }
      .searchModal--bottom.author-mode section {
        float: none; }
    @media only screen and (max-width: 992px) {
      .searchModal--bottom {
        transform: none; } }
    .searchModal--bottom .plp-contact-banner {
      padding: 0; }
      .searchModal--bottom .plp-contact-banner--item {
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .searchModal--bottom .plp-contact-banner--item {
            padding: 0rem 2.14rem 2.29rem; } }
    .searchModal--bottom .plp-contact-banner--caption {
      display: none; }
    .searchModal--bottom .plp-contact-banner--wrapper {
      box-shadow: none;
      margin-top: 0; }

.searchModal.searchAuthor {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: block; }

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

.typeahead__container optgroup {
  font-weight: bold; }

.typeahead__container button,
.typeahead__container input {
  overflow: visible; }

.typeahead__container button,
.typeahead__container select {
  text-transform: none; }

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

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

.typeahead__container button:-moz-focusring,
.typeahead__container [type="button"]:-moz-focusring,
.typeahead__container [type="reset"]:-moz-focusring,
.typeahead__container [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

.typeahead__container legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

.typeahead__container textarea {
  overflow: auto; }

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

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

.typeahead__container [type="search"] {
  outline-offset: -2px; }

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

.typeahead__container ::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

.typeahead__container ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.typeahead__container {
  position: relative; }

.typeahead__container * {
  box-sizing: border-box;
  outline: 0; }

.typeahead__query {
  position: relative;
  z-index: 2;
  width: 100%; }

.typeahead__filter {
  position: relative; }
  .typeahead__filter button {
    min-width: 100%;
    white-space: nowrap; }
    .typeahead__filter button:after {
      display: inline-block;
      margin-left: 4px;
      width: 0;
      height: 0;
      vertical-align: -2px;
      content: "\6e";
      font-family: "dcu-iconset";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /*border: 4px solid;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
                */ }

.typeahead__field {
  display: flex;
  position: relative;
  width: 100%; }

.typeahead__button button {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.typeahead__field {
  color: #555; }
  .typeahead__field input,
  .typeahead__field textarea,
  .typeahead__field [contenteditable],
  .typeahead__field .typeahead__hint {
    display: block;
    width: 100%;
    line-height: 1.25;
    min-height: 4.14rem;
    padding: 0.57rem 0;
    background: transparent;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0.14rem solid #ffffff;
    border-radius: 0;
    appearance: none;
    font-size: 2.71rem;
    color: #ffffff;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .typeahead__field input,
      .typeahead__field textarea,
      .typeahead__field [contenteditable],
      .typeahead__field .typeahead__hint {
        font-size: 1.36rem;
        list-style: 2rem;
        min-height: 2.86rem; } }

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

.typeahead__field input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

.typeahead__container.hint .typeahead__field input,
.typeahead__container.hint .typeahead__field textarea,
.typeahead__container.hint .typeahead__field [contenteditable] {
  background: transparent; }

.typeahead__container.hint .typeahead__query > :last-child, .typeahead__hint {
  background: #fff; }

.typeahead__container button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background: transparent;
  border: none;
  line-height: 1.25;
  padding: 0.5rem 0.75rem;
  user-select: none;
  color: #ffffff;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .typeahead__container button {
      padding: 0.29rem 0.75rem; } }
  .typeahead__container button:hover, .typeahead__container button:focus {
    color: #ffffff; }

.typeahead__container input.disabled,
.typeahead__container input[disabled],
.typeahead__container button.disabled,
.typeahead__container button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
  background-color: #fff;
  border-color: #ccc; }

.typeahead__container .typeahead__field input,
.typeahead__container .typeahead__field textarea,
.typeahead__container .typeahead__field [contenteditable],
.typeahead__container .typeahead__field .typeahead__hint,
.typeahead__container .typeahead__field .typeahead__label-container {
  padding-right: 6rem;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .typeahead__container .typeahead__field input,
    .typeahead__container .typeahead__field textarea,
    .typeahead__container .typeahead__field [contenteditable],
    .typeahead__container .typeahead__field .typeahead__hint,
    .typeahead__container .typeahead__field .typeahead__label-container {
      padding-right: 4.86rem;
      padding-bottom: 0.21rem; } }

.typeahead__container .typeahead__field input {
  font-weight: 300;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .typeahead__container .typeahead__field input {
      font-size: 1.57rem;
      padding-right: 2.29rem; } }

.typeahead__container .typeahead__field .typeahead__button {
  position: absolute;
  right: -0.71rem;
  background: transparent;
  bottom: 0;
  z-index: 2; }
  .typeahead__container .typeahead__field .typeahead__button .icon-dcu-search {
    font-size: 2rem;
    font-weight: normal;
    position: relative;
    top: -0.14rem;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .typeahead__container .typeahead__field .typeahead__button .icon-dcu-search {
        font-size: 1.71rem; } }

.typeahead__filter, .typeahead__button {
  z-index: 1; }
  .typeahead__filter button, .typeahead__button button {
    margin-left: -1px; }
    .typeahead__filter button .icon-dcu-search, .typeahead__button button .icon-dcu-search {
      margin-right: 0; }
  .typeahead__filter:hover, .typeahead__filter:active, .typeahead__filter:focus, .typeahead__button:hover, .typeahead__button:active, .typeahead__button:focus {
    z-index: 1001; }
    .typeahead__filter:hover button:focus, .typeahead__filter:hover button:active, .typeahead__filter:active button:focus, .typeahead__filter:active button:active, .typeahead__filter:focus button:focus, .typeahead__filter:focus button:active, .typeahead__button:hover button:focus, .typeahead__button:hover button:active, .typeahead__button:active button:focus, .typeahead__button:active button:active, .typeahead__button:focus button:focus, .typeahead__button:focus button:active {
      z-index: 1001; }

.typeahead__filter + .typeahead__button button {
  margin-left: -2px; }

.typeahead__container.filter .typeahead__filter {
  z-index: 1001; }

.typeahead__list, .typeahead__dropdown {
  position: absolute;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-clip: padding-box; }

.typeahead__result .typeahead__list {
  width: 100%;
  border-radius: 0;
  border: 1px solid #e7e8e9;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background-color: #f8f8f8;
  padding: 0;
  margin-top: -0.14rem; }
  .typeahead__result .typeahead__list .typeahead__item {
    padding: 0.57rem 1.14rem;
    line-height: 2.5rem;
    font-size: 1.14rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    color: #3a3a3a;
    border-bottom: 1px solid #e7e8e9;
    font-weight: normal;
    /* Medium devices (desktops, 641px and up) */ }
    .typeahead__result .typeahead__list .typeahead__item:last-child {
      border-bottom: none; }
    @media only screen and (min-width: 993px) {
      .typeahead__result .typeahead__list .typeahead__item {
        padding: 1.14rem 1.71rem;
        line-height: 2rem;
        font-size: 1.71rem; } }
    .typeahead__result .typeahead__list .typeahead__item.active, .typeahead__result .typeahead__list .typeahead__item:hover {
      background-color: #ffffff;
      color: #068765;
      cursor: pointer; }
    .typeahead__result .typeahead__list .typeahead__item.active {
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
    .typeahead__result .typeahead__list .typeahead__item strong {
      font-weight: bold; }

.typeahead__result.detached .typeahead__list {
  position: relative;
  z-index: 1041;
  top: initial;
  left: initial; }

.typeahead__dropdown {
  right: 0;
  left: initial;
  z-index: 1001; }

.typeahead__list > li {
  position: relative;
  border-top: solid 1px #ccc; }
  .typeahead__list > li:first-child {
    border-top: none; }

.typeahead__list .typeahead__item[disabled] > a,
.typeahead__dropdown .typeahead__dropdown-item[disabled] > a {
  cursor: not-allowed;
  color: #bababa;
  background-color: #fafafa; }

.typeahead__list .typeahead__item > a,
.typeahead__dropdown .typeahead__dropdown-item > a {
  display: block;
  color: #3a3a3a;
  text-decoration: none;
  font-weight: normal; }
  .typeahead__list .typeahead__item > a:hover,
  .typeahead__dropdown .typeahead__dropdown-item > a:hover {
    text-decoration: none; }

.typeahead__list .typeahead__item:not([disabled]) > a:hover,
.typeahead__list .typeahead__item:not([disabled]) > a:focus,
.typeahead__list .typeahead__item:not([disabled]).active > a,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:hover,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:focus,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active > a {
  text-decoration: none;
  color: #068765; }

.typeahead__list.empty > li {
  padding: 0.5rem 0.75rem;
  color: #333; }

.typeahead__list > .typeahead__group {
  border-color: #bfdef6;
  font-weight: bold; }
  .typeahead__list > .typeahead__group:first-child {
    border-top: solid 1px #bfdef6; }
  .typeahead__list > .typeahead__group > a,
  .typeahead__list > .typeahead__group > a:hover,
  .typeahead__list > .typeahead__group > a:focus,
  .typeahead__list > .typeahead__group.active > a {
    cursor: default;
    color: #17639f;
    background: #ecf5fc;
    display: block;
    padding: 0.5rem 0.75rem;
    clear: both;
    text-decoration: none; }

.typeahead__list > li.typeahead__group + li.typeahead__item {
  border-color: #bfdef6; }

.typeahead__container.result .typeahead__list,
.typeahead__container.filter .typeahead__dropdown,
.typeahead__container.hint .typeahead__hint,
.typeahead__container.backdrop + .typeahead__backdrop {
  display: block !important; }

.typeahead__container .typeahead__list,
.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container + .typeahead__backdrop {
  display: none !important; }

.typeahead__dropdown li:last-child {
  margin-top: 5px;
  padding-top: 5px;
  border-top: solid 1px #ccc; }

.typeahead__cancel-button {
  user-select: none;
  position: absolute;
  right: 4.14rem;
  top: 0;
  cursor: pointer;
  line-height: 1;
  visibility: hidden;
  margin-right: 0;
  overflow: hidden;
  font-size: 3.43rem;
  font-family: "dcu-iconset" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  color: #ffffff;
  height: 3.57rem;
  padding: 0;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .typeahead__cancel-button {
      font-size: 2.43rem;
      right: 2.71rem;
      top: -3px;
      display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .typeahead__cancel-button {
      top: 8px; } }
  .typeahead__label .typeahead__cancel-button {
    visibility: visible;
    right: 4px; }

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button, .typeahead__label .typeahead__cancel-button {
  visibility: visible; }
  .typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover, .typeahead__label .typeahead__cancel-button:hover {
    color: #ffffff; }

.typeahead__search-icon {
  padding: 0 1.25rem;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent; }

.typeahead__container.loading .typeahead__query:before, .typeahead__container.loading .typeahead__query:after {
  transition: all 0s linear, opacity 0.2s ease;
  position: absolute;
  z-index: 3;
  content: "";
  top: 50%;
  right: 0.55em;
  margin-top: -0.675rem;
  width: 1.35rem;
  height: 1.35rem;
  box-sizing: border-box;
  border-radius: 500rem;
  border-style: solid;
  border-width: 0.1em; }

.typeahead__container.loading .typeahead__query:before {
  border-color: rgba(0, 0, 0, 0.35); }

.typeahead__container.loading .typeahead__query:after {
  animation: button-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-color: #fff transparent transparent;
  box-shadow: 0 0 0 1px transparent; }

@keyframes button-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.typeahead__label-container {
  list-style: none;
  position: absolute;
  padding-top: calc(1rem * 0.375);
  padding-left: 6px;
  width: 100%;
  flex-wrap: wrap;
  display: flex; }

.typeahead__label {
  display: flex;
  font-size: calc(1rem * 0.875);
  position: relative;
  background: #ecf5fc;
  border: solid 1px #c2e0ff;
  padding-left: 4px;
  border-radius: 2px;
  margin-right: 4px;
  margin-bottom: calc(1rem * 0.375); }
  .typeahead__label > * {
    align-self: center; }
  .typeahead__label .typeahead__cancel-button {
    line-height: normal;
    height: auto;
    position: static;
    padding-top: calc(1rem * 0.25 - 1px);
    padding-bottom: calc(1rem * 0.25 + 1px);
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 4px;
    font-size: calc(1rem * 0.875);
    border-left: solid 1px #c2e0ff; }
    .typeahead__label .typeahead__cancel-button:hover {
      background-color: #d5e9f9; }

.js-typeahead-search:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  outline: 0;
  box-shadow: none; }

.js-typeahead-search::placeholder {
  color: #ffffff;
  opacity: 1; }

.js-typeahead-search:disabled,
.js-typeahead-search[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

.focus-menu {
  display: none; }

.typeahead-cancel {
  visibility: visible; }

.search-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 999; }

.branch-locator {
  width: 100%;
  padding: 2.29rem 0; }
  .branch-locator .heading-caption {
    float: none; }
  .branch-locator--content .btn-rt-chopped-green {
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    background: #068765;
    border-radius: 0;
    font-size: 1rem;
    font-weight: bold;
    padding: 1.21rem 2.29rem;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    border: none;
    letter-spacing: 1px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 1.14rem 2.29rem; }
    .branch-locator--content .btn-rt-chopped-green.disabled {
      background: #7f7f7f;
      color: #ffffff; }
    .branch-locator--content .btn-rt-chopped-green:after {
      content: "";
      width: 1.79rem;
      height: 1.79rem;
      background: #ffffff;
      transform: rotate(-132deg);
      position: absolute;
      border-top: 0;
      border-left: 0;
      border-bottom: 0;
      top: auto;
      right: -0.93rem;
      bottom: -1.07rem;
      border: none;
      outline: none;
      pointer-events: none; }
    .branch-locator--content .btn-rt-chopped-green:hover {
      color: #ffffff;
      opacity: 0.8;
      transition: opacity 0.4s ease-in-out; }
    .branch-locator--content .btn-rt-chopped-green:active {
      border: none;
      opacity: 1;
      transition: opacity 0.4s ease-in-out; }
  .branch-locator--content .embedded-iframe-branch-locator {
    border: none;
    width: 100%; }

.generic-modal .btn-rt-chopped-green {
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
  background: #068765;
  border-radius: 0;
  font-size: 1rem;
  font-weight: bold;
  padding: 1.21rem 2.29rem;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  border: none;
  letter-spacing: 1px;
  margin-right: 0;
  margin-bottom: 0.86rem;
  display: block;
  /* Medium devices (desktops, 641px and up) */ }
  .generic-modal .btn-rt-chopped-green.disabled {
    background: #7f7f7f;
    color: #ffffff; }
  .generic-modal .btn-rt-chopped-green:after {
    content: "";
    width: 1.79rem;
    height: 1.79rem;
    background: #ffffff;
    transform: rotate(-132deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    right: -0.93rem;
    bottom: -1.07rem;
    border: none;
    outline: none;
    pointer-events: none; }
  .generic-modal .btn-rt-chopped-green:hover {
    color: #ffffff;
    opacity: 0.8;
    transition: opacity 0.4s ease-in-out; }
  .generic-modal .btn-rt-chopped-green:active {
    border: none;
    opacity: 1;
    transition: opacity 0.4s ease-in-out; }
  @media only screen and (min-width: 993px) {
    .generic-modal .btn-rt-chopped-green {
      margin-right: 1.71rem;
      margin-bottom: 0;
      display: inline-block; } }

.generic-modal .btn-rt-chopped {
  border-radius: 0;
  letter-spacing: normal;
  padding: 1.07rem 2.29rem;
  display: block;
  margin-left: 0;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .generic-modal .btn-rt-chopped {
      display: inline-block; } }

.generic-modal .modal-content {
  border-radius: 0;
  padding: 0.86rem;
  border: none;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .generic-modal .modal-content {
      padding: 1.14rem; } }
  .generic-modal .modal-content .modal-header {
    border: none;
    padding-left: 1.14rem;
    padding-bottom: 0;
    padding-top: 1.43rem;
    position: relative;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .generic-modal .modal-content .modal-header {
        padding-left: 1.71rem;
        padding-top: 1.71rem; } }
    .generic-modal .modal-content .modal-header .modal-title {
      font-weight: bold;
      font-size: 1.29rem;
      line-height: 1.57rem;
      padding-top: 0.29rem;
      width: 94%;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .generic-modal .modal-content .modal-header .modal-title {
          font-size: 1.71rem;
          line-height: 2rem; } }
    .generic-modal .modal-content .modal-header .close {
      color: #3a3a3a;
      font-size: 0.86rem;
      font-weight: bold;
      letter-spacing: 1px;
      text-shadow: none;
      text-transform: uppercase;
      opacity: 1;
      position: absolute;
      right: 0.14rem;
      top: 0.14rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .generic-modal .modal-content .modal-header .close {
          font-size: 1rem;
          right: 0.64rem;
          top: 0.64rem; } }
      .generic-modal .modal-content .modal-header .close .icon {
        color: #068765;
        font-size: 0.86rem;
        margin-right: 0;
        /* Medium devices (desktops, 641px and up) */ }
        .generic-modal .modal-content .modal-header .close .icon:before {
          vertical-align: top; }
        @media only screen and (min-width: 993px) {
          .generic-modal .modal-content .modal-header .close .icon {
            font-size: 0.93rem; } }
  .generic-modal .modal-content .modal-body {
    font-size: 1rem;
    line-height: 1.29rem;
    padding: 0.57rem 1.14rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .generic-modal .modal-content .modal-body {
        font-size: 1.14rem;
        line-height: 1.43rem;
        padding: 1.14rem 1.71rem 1.71rem; } }
  .generic-modal .modal-content .modal-footer {
    padding: 1.14rem 1.14rem 1.29rem;
    border: none;
    display: block;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .generic-modal .modal-content .modal-footer {
        display: flex;
        justify-content: flex-start;
        padding: 1.14rem 1.71rem 2.29rem; } }

.error-handler {
  padding: 2.29rem 0;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .error-handler {
      padding: 3.43rem 0; } }
  .error-handler__heading {
    color: #3a3a3a; }
    .error-handler__heading--title {
      max-width: 15.36rem;
      font-size: 2rem;
      font-weight: 300;
      margin-bottom: 0.57rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .error-handler__heading--title {
          max-width: 47.93rem;
          font-size: 2.71rem;
          margin-bottom: 1.14rem; } }
    .error-handler__heading--sub-text {
      max-width: 16.71rem;
      font-weight: normal;
      font-size: 1rem;
      margin-bottom: 1.71rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .error-handler__heading--sub-text {
          font-size: 1.29rem;
          max-width: 39.71rem;
          margin-bottom: 2.29rem; } }
  .error-handler a {
    color: #04aa84; }
    .error-handler a:hover {
      color: #38a78a;
      text-decoration: underline; }
    .error-handler a:focus {
      color: #0a795c; }

.bank-Services {
  color: #3a3a3a;
  margin-bottom: 0.86rem;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .bank-Services {
      margin-bottom: 2.14rem; } }
  .bank-Services .heading {
    margin-bottom: 2.57rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .bank-Services .heading {
        margin-bottom: 3.36rem; } }
  .bank-Services--heading {
    margin-top: 2.29rem;
    margin-bottom: 0.86rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .bank-Services--heading {
        margin-top: 2.86rem; } }
    .bank-Services--heading h2 {
      font-size: 2rem;
      line-height: 2.29rem;
      font-weight: 300;
      margin-bottom: 0.57rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .bank-Services--heading h2 {
          font-size: 2.71rem;
          line-height: 3rem;
          margin-bottom: 1.14rem; } }
    .bank-Services--heading p {
      font-size: 1rem;
      line-height: 1.29rem;
      margin-bottom: 0.71rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .bank-Services--heading p {
          font-size: 1.29rem;
          line-height: 1.57rem;
          margin-bottom: 1.57rem; } }
    .bank-Services--heading:after {
      background-color: #04aa84;
      content: "";
      width: 2.29rem;
      height: 3px;
      /* Medium devices (desktops, 641px and up) */
      position: absolute;
      left: 1.14rem; }
      @media only screen and (min-width: 993px) {
        .bank-Services--heading:after {
          height: 4px;
          width: 4.29rem; } }
  .bank-Services .heading-title {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.29rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .bank-Services .heading-title {
        font-size: 2.71rem;
        font-weight: 300;
        line-height: 3rem; } }
    .bank-Services .heading-title:after {
      background-color: #04aa84;
      content: "";
      width: 2.29rem;
      height: 0.21rem;
      /* Medium devices (desktops, 641px and up) */
      position: absolute;
      bottom: -0.5rem;
      left: 1.14rem; }
      @media only screen and (min-width: 993px) {
        .bank-Services .heading-title:after {
          height: 0.29rem;
          width: 2.79rem; } }
  .bank-Services .heading-title:empty {
    height: 2.29rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .bank-Services .heading-title:empty {
        height: 3rem; } }
    .bank-Services .heading-title:empty:after {
      display: none; }
  .bank-Services--items ul {
    list-style: none;
    padding-left: 0; }
  .bank-Services--items__title {
    font-size: 1.29rem;
    font-weight: bold;
    line-height: 1.57rem;
    margin-bottom: 1.14rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .bank-Services--items__title {
        font-size: 1.71rem;
        line-height: 2rem;
        margin-bottom: 1.71rem; } }
  .bank-Services--items__two-column-layout {
    /* mobiles and tablets */
    /* Desktop with smaller resolution */
    margin-bottom: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 2.29rem; }
    @media only screen and (max-width: 992px) {
      .bank-Services--items__two-column-layout {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        margin-bottom: 0.86rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .bank-Services--items__two-column-layout {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 2.29rem; } }
  .bank-Services--items__annotated {
    box-shadow: 0 5px 2px -5px #c8c8c8;
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .bank-Services--items__annotated {
        padding-bottom: 1.14rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .bank-Services--items__annotated {
        padding-bottom: 0.57rem; } }
  .bank-Services--items__viewMore {
    padding: 0 1.14rem; }
  .bank-Services--item {
    font-size: 1rem;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
    line-height: 1.29rem;
    margin-bottom: 0.86rem;
    text-indent: -1.57rem;
    margin-left: 1.57rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .bank-Services--item {
        font-size: 1.14rem;
        line-height: 1.57rem;
        margin-bottom: 1.14rem;
        text-indent: -2rem;
        margin-left: 2rem; } }
    .bank-Services--item a {
      font-size: 1rem;
      line-height: 1.29rem;
      font-weight: normal;
      /* Medium devices (desktops, 641px and up) */
      color: #068765; }
      @media only screen and (min-width: 993px) {
        .bank-Services--item a {
          font-size: 1.14rem;
          line-height: 1.43rem; } }
      .bank-Services--item a:hover {
        text-decoration: none; }
    .bank-Services--item a:not([href]) {
      color: #3a3a3a; }
    .bank-Services--item__circle:before {
      content: "\2022";
      color: #068765;
      font-size: 1.29rem;
      margin-right: 0.57rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .bank-Services--item__circle:before {
          font-size: 1.57rem;
          margin-right: 0.86rem; } }
    .bank-Services--item__checked {
      /* mobiles and tablets */
      color: #01675a;
      font-size: 1.43rem;
      margin-right: 0.57rem;
      vertical-align: sub; }
      @media only screen and (max-width: 992px) {
        .bank-Services--item__checked {
          font-size: 1.29rem; } }
    .bank-Services--item__checkedItem {
      text-indent: -2.21rem;
      margin-left: 2.21rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .bank-Services--item__checkedItem {
          text-indent: -2.36rem;
          margin-left: 2.36rem; } }
  .bank-Services .map {
    margin-top: 0;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .bank-Services .map {
        margin-top: 0.57rem; } }
  .bank-Services__rte {
    padding-top: 0.86rem;
    font-size: 0.71rem;
    line-height: 0.86rem;
    margin-bottom: 1.43rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .bank-Services__rte {
        font-size: 1rem;
        line-height: 1.29rem;
        padding-top: 1.14rem;
        margin-bottom: 1.29rem; } }
    .bank-Services__rte p {
      margin-bottom: 0.57rem; }
  .bank-Services--more {
    padding-top: 1.14rem;
    padding-bottom: 1.71rem;
    font-size: 0.86rem;
    font-weight: 500;
    position: relative; }
    .bank-Services--more__cta {
      cursor: pointer;
      display: inline-block;
      padding: 0.29rem 1.14rem;
      font-weight: bold;
      font-size: 0.86rem;
      line-height: 1; }
      .bank-Services--more__cta span {
        display: inline-block;
        position: relative;
        cursor: pointer;
        letter-spacing: 1px; }
        .bank-Services--more__cta span:before {
          font-family: "dcu-iconset";
          content: "\74";
          text-transform: none;
          position: absolute;
          right: -1.14rem;
          font-size: 0.71rem;
          color: #068765;
          top: 0.14rem;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
    .bank-Services--more:before {
      content: "";
      width: 100%;
      height: 1px;
      background: rgba(127, 127, 127, 0.5);
      left: 0;
      z-index: 2;
      position: absolute;
      top: 0;
      right: 0; }
    .bank-Services--more .hidden {
      display: none; }

.richText {
  padding: 2.86rem 0;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .richText {
      padding: 1.43rem 0; } }
  .richText--content {
    text-align: left;
    width: 100%; }
    .richText--content h1 {
      font-size: 2.71rem;
      font-weight: 300;
      line-height: 3rem;
      color: #3a3a3a;
      margin-bottom: 1.14rem;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .richText--content h1 {
          font-size: 2rem;
          line-height: 2.29rem; } }
    .richText--content h2 {
      font-size: 1.71rem;
      font-weight: bold;
      line-height: 2rem;
      color: #3a3a3a;
      margin-bottom: 1.71rem;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .richText--content h2 {
          font-size: 1.29rem;
          line-height: 1.57rem; } }
    .richText--content p {
      font-size: 1.29rem;
      font-weight: normal;
      line-height: 1.57rem;
      color: #3a3a3a;
      margin-bottom: 1.43rem;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .richText--content p {
          font-size: 1rem;
          line-height: 1.29rem; } }
    .richText--content .bottomBar {
      position: relative;
      margin-bottom: 0.71rem; }
      .richText--content .bottomBar:after {
        content: "";
        position: absolute;
        width: 4.29rem;
        height: 0.29rem;
        margin-bottom: 0.71rem;
        background-color: #04aa84;
        left: 0;
        top: 115%;
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .richText--content .bottomBar:after {
            width: 2.29rem;
            height: 0.21rem;
            top: 122%; } }
    .richText--content a {
      color: #04aa84; }
    .richText--content ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .richText--content ul li {
        list-style: none;
        font-size: 1.14rem;
        line-height: 1.43rem;
        text-align: left;
        color: #3a3a3a;
        margin-bottom: 1.71rem;
        padding-left: 2rem;
        position: relative;
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .richText--content ul li {
            font-size: 1rem;
            line-height: 1.29rem; } }
        .richText--content ul li:before {
          font-family: "dcu-icon" !important;
          content: "\46";
          text-transform: none;
          position: absolute;
          left: 0;
          font-size: 1.43rem;
          color: #068765; }
        .richText--content ul li:last-child {
          margin-bottom: 0; }

.branch-map {
  /* mobiles and tablets */ }
  .branch-map__title {
    font-size: 1.29rem;
    font-weight: bold;
    line-height: 1.57rem;
    margin-bottom: 1.14rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .branch-map__title {
        font-size: 1.71rem;
        line-height: 2rem;
        margin-bottom: 1.14rem; } }
  @media only screen and (max-width: 992px) {
    .branch-map__direction-title {
      font-size: 1.29rem;
      line-height: 1.57rem;
      font-weight: bold; } }
  .branch-map ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.71rem;
    /* Medium devices (desktops, 641px and up) */
    border-bottom: 1px solid rgba(200, 200, 200, 0.5);
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .branch-map ul {
        margin-bottom: 3rem;
        max-width: 28.14rem; } }
    @media only screen and (min-width: 993px) {
      .branch-map ul {
        margin-bottom: 2.29rem !important;
        border-bottom: 1px solid rgba(127, 127, 127, 0.5); } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .branch-map ul {
        border: none; } }
    .branch-map ul li:last-child {
      margin-bottom: 1.71rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .branch-map ul li:last-child {
          margin-bottom: 2.29rem; } }
    .branch-map ul li {
      font-size: 1rem;
      line-height: 1.29rem;
      margin-bottom: 0.86rem;
      text-indent: -1.29rem;
      margin-left: 1.29rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .branch-map ul li {
          font-size: 1.14rem;
          line-height: 1.57rem;
          margin-bottom: 1.14rem; } }
      .branch-map ul li:before {
        content: "\2022";
        color: #01675a;
        font-size: 1.29rem;
        margin-right: 0.57rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .branch-map ul li:before {
            font-size: 1.57rem;
            margin-right: 0.86rem; } }
      .branch-map ul li a {
        color: #068765; }
        .branch-map ul li a:hover {
          text-decoration: none; }
      .branch-map ul li a:not([href]) {
        color: #3a3a3a; }
  .branch-map__direction-link {
    font-size: 0.86rem;
    font-weight: bold;
    line-height: 0.86rem;
    margin-top: 1.14rem;
    letter-spacing: 1px;
    margin-bottom: 2.14rem;
    margin-top: 1.14rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .branch-map__direction-link {
        margin-top: 1.71rem; } }
  .branch-map .custom-google-map {
    height: 14.57rem;
    width: 100%;
    /* Medium devices (desktops, 641px and up) */
    background-color: #ccc; }
    @media only screen and (min-width: 993px) {
      .branch-map .custom-google-map {
        max-width: 28.14rem;
        height: 22.36rem; } }

/* mobiles and tablets */
@media only screen and (max-width: 992px) {
  .map-aem-container {
    order: 1; }
  .combination-aem-container {
    order: 3; }
  .text {
    order: 2; }
  .reviews {
    order: 4; }
  .banch-landing-aem-container {
    display: flex;
    flex-direction: column; } }

/* Desktop with smaller resolution */
@media only screen and (min-width: 720px) and (max-width: 992px) {
  .map-aem-container {
    order: 1; }
  .combination-aem-container {
    order: 3; }
  .text {
    order: 2; }
  .reviews {
    order: 4; }
  .banch-landing-aem-container {
    display: flex;
    flex-direction: column; }
  .combination-immediate-parent {
    display: flex;
    flex-wrap: wrap; } }

/* Medium devices (desktops, 641px and up) */
@media only screen and (min-width: 993px) {
  .combination-immediate-parent {
    display: flex;
    flex-wrap: wrap; } }

.banch-landing-aem-container .richText {
  padding-top: 0; }

.safariCombinationList {
  /* Desktop with smaller resolution */
  /* Desktop with smaller resolution */
  /* Medium devices (desktops, 1100px and 1280) */
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    .safariCombinationList {
      flex: 1 1 24rem; } }
  @media only screen and (min-width: 993px) and (max-width: 1100px) {
    .safariCombinationList {
      flex: 1 1 22rem; } }
  @media only screen and (min-width: 1100px) and (max-width: 1280px) {
    .safariCombinationList {
      flex: 1 1 22rem; } }
  @media only screen and (min-width: 1280px) {
    .safariCombinationList {
      flex: 1 1 25rem; } }

.custom-google-map {
  height: 100%; }
  .custom-google-map .gm-style .controls {
    font-size: 2rem;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px -1px;
    box-sizing: border-box;
    border-radius: 0;
    cursor: pointer;
    height: 1em;
    margin: 0.57rem;
    text-align: center;
    user-select: none;
    font-family: "Nunito Sans", sans-serif; }
    .custom-google-map .gm-style .controls a[rel='noopener']:focus {
      outline: none; }
    .custom-google-map .gm-style .controls button {
      border: 0;
      background-color: #ffffff;
      color: #3a3a3a;
      cursor: pointer; }
      .custom-google-map .gm-style .controls button:focus {
        color: #3a3a3a;
        -webkit-transition: all 0.35s ease-in 0s;
        -moz-transition: all 0.35s ease-in 0s;
        -ms-transition: all 0.35s ease-in 0s;
        -o-transition: all 0.35s ease-in 0s;
        transition: all 0.35s ease-in 0s; }
      .custom-google-map .gm-style .controls button:hover {
        color: rgba(58, 58, 58, 0.9); }
    .custom-google-map .gm-style .controls.zoom-control {
      display: flex;
      flex-direction: column;
      height: 4.86rem;
      width: 2.43rem;
      margin: 0.86rem; }
      .custom-google-map .gm-style .controls.zoom-control button:focus {
        color: #3a3a3a;
        -webkit-transition: all 0.35s ease-in 0s;
        -moz-transition: all 0.35s ease-in 0s;
        -ms-transition: all 0.35s ease-in 0s;
        -o-transition: all 0.35s ease-in 0s;
        transition: all 0.35s ease-in 0s; }
      .custom-google-map .gm-style .controls.zoom-control button .icon {
        font-size: 1.29rem;
        margin: 0; }
    .custom-google-map .gm-style .controls.maptype-control {
      display: flex;
      flex-direction: row;
      width: auto;
      top: 2.86rem !important;
      left: -2.79rem !important;
      margin: 0;
      padding: 0.07rem;
      background: #068765; }
      .custom-google-map .gm-style .controls.maptype-control button {
        display: inline-block;
        font-size: 0.71rem;
        margin: 0;
        padding: 0 0.57rem;
        border: 1px solid #068765;
        background: #f8f8f8;
        font-weight: bold;
        color: #3a3a3a;
        letter-spacing: 1px; }
        .custom-google-map .gm-style .controls.maptype-control button:focus {
          color: #3a3a3a;
          -webkit-transition: all 0.35s ease-in 0s;
          -moz-transition: all 0.35s ease-in 0s;
          -ms-transition: all 0.35s ease-in 0s;
          -o-transition: all 0.35s ease-in 0s;
          transition: all 0.35s ease-in 0s; }
      .custom-google-map .gm-style .controls.maptype-control.maptype-control-is-map .maptype-control-map {
        background: #068765;
        color: #ffffff; }
      .custom-google-map .gm-style .controls.maptype-control.maptype-control-is-satellite .maptype-control-satellite {
        background: #068765;
        color: #ffffff; }

.priorities {
  /* mobiles and tablets */ }
  .priorities.one {
    margin-top: 2.29rem;
    margin-bottom: 1.71rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .priorities.one {
        margin-top: 2.86rem;
        margin-bottom: 3.43rem;
        position: relative; }
        .priorities.one:after {
          content: '';
          position: absolute;
          left: 1.14rem;
          right: 1.14rem;
          bottom: 0;
          height: 1px;
          background-color: #cccccc;
          box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.5); } }
  .priorities.first {
    margin-top: 2.29rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .priorities.first {
        margin-top: 2.86rem; } }
  .priorities.last {
    margin-bottom: 0;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .priorities.last .container {
        position: relative;
        padding-bottom: 1.14rem; }
        .priorities.last .container:after {
          content: '';
          position: absolute;
          left: 1.14rem;
          right: 1.14rem;
          bottom: 0;
          height: 1px;
          background-color: #cccccc;
          box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.5); } }
  @media only screen and (max-width: 992px) {
    .priorities {
      position: relative;
      padding-bottom: 1.71rem;
      margin-bottom: 1.71rem; }
      .priorities:after {
        content: '';
        position: absolute;
        left: 1.14rem;
        right: 1.14rem;
        bottom: 0;
        height: 1px;
        background-color: #cccccc;
        box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.5); } }
  .priorities .v-center {
    padding-bottom: 4rem;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .priorities .v-center {
        position: relative;
        top: 0;
        transform: translateY(0);
        padding-bottom: 0; } }
  .priorities .heading-caption {
    max-width: 100%; }
    .priorities .heading-caption h2 {
      font-weight: 300;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .priorities .heading-caption h2 {
          font-size: 2.71rem;
          line-height: 3rem; } }
  .priorities__side.right {
    padding-left: 7.71rem;
    /* mobiles and tablets */
    /* Desktop with smaller resolution */ }
    @media only screen and (max-width: 992px) {
      .priorities__side.right {
        padding-left: 0; } }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .priorities__side.right {
        padding-left: 2.29rem; } }
  .priorities__side h3 {
    font-weight: bold;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .priorities__side h3 {
        font-size: 1.29rem;
        line-height: 1.57rem;
        margin-bottom: 0.57rem; } }
  .priorities__side-subcopy {
    max-width: 31.43rem;
    margin-top: 1.71rem;
    margin-bottom: 2.86rem;
    width: 100%;
    /* mobiles and tablets */
    /* Desktop with smaller resolution */ }
    @media only screen and (max-width: 992px) {
      .priorities__side-subcopy {
        margin-top: 0;
        margin-bottom: 1.14rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .priorities__side-subcopy {
        max-width: 100%; } }
    .priorities__side-subcopy p {
      font-size: 1.14rem;
      line-height: 1.43rem;
      margin-bottom: 0;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .priorities__side-subcopy p {
          font-size: 1rem;
          line-height: 1.29rem; } }
  .priorities__carousel__caption--wrapper {
    position: absolute;
    padding: 1.71rem 2.86rem;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #1b1b1b);
    color: #ffffff;
    /* mobiles and tablets */
    /* Desktop with smaller resolution */ }
    @media only screen and (max-width: 992px) {
      .priorities__carousel__caption--wrapper {
        padding: 1.14rem 1.14rem 1rem 1.14rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .priorities__carousel__caption--wrapper {
        padding: 1.71rem; } }
  .priorities__carousel__caption h4 {
    margin-bottom: 0.57rem;
    font-size: 1.29rem;
    line-height: 1.57rem;
    font-weight: bold;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .priorities__carousel__caption h4 {
        font-size: 1.14rem;
        line-height: 1.43rem; } }
  .priorities__carousel__caption p {
    margin-bottom: 1.14rem;
    line-height: 1.29rem;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .priorities__carousel__caption p {
        font-size: 0.86rem;
        line-height: 1.14rem;
        margin-bottom: 0.57rem; } }
  .priorities__carousel__caption a {
    /* mobiles and tablets */ }
    .priorities__carousel__caption a, .priorities__carousel__caption a:hover {
      color: #ffffff; }
    @media only screen and (max-width: 992px) {
      .priorities__carousel__caption a:focus {
        outline: none;
        border: none; } }
  .priorities .slider-controls-centered__wrapper .progress {
    min-width: 73%;
    max-width: 74%;
    margin-left: 0.57rem;
    margin-right: 0.57rem;
    /* mobiles and tablets */
    /* Desktop with smaller resolution */
    /* Medium devices (desktops, 1100px and 1280) */ }
    @media only screen and (max-width: 992px) {
      .priorities .slider-controls-centered__wrapper .progress {
        max-width: 100%;
        margin-left: 0; } }
    @media only screen and (min-width: 993px) and (max-width: 1100px) {
      .priorities .slider-controls-centered__wrapper .progress {
        min-width: 67%;
        max-width: 67%; } }
    @media only screen and (min-width: 1100px) and (max-width: 1280px) {
      .priorities .slider-controls-centered__wrapper .progress {
        min-width: 69%;
        max-width: 69%; } }
  .priorities .community-carousel__item {
    margin: 0; }
    .priorities .community-carousel__item--image {
      opacity: 1;
      box-shadow: 0 0 1px 0 #C2C5C9; }
      .priorities .community-carousel__item--image img {
        max-height: 27rem; }
  .priorities .slider-content {
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .priorities .slider-content {
        padding: 0 3.14rem; } }
  .priorities .slider-controls-centered {
    /* mobiles and tablets */
    /* Desktop with smaller resolution */
    /* Medium devices (desktops, 641px and up) */
    margin-bottom: 1.71rem;
    padding: 0; }
    @media only screen and (max-width: 992px) {
      .priorities .slider-controls-centered {
        margin-top: 1.14rem;
        margin-bottom: 1.14rem;
        overflow: hidden;
        padding: 0 1.14rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .priorities .slider-controls-centered {
        padding: 0;
        margin-top: 1.71rem;
        margin-bottom: 1.71rem; } }
    @media only screen and (min-width: 993px) {
      .priorities .slider-controls-centered {
        margin-top: 1.71rem; } }
    .priorities .slider-controls-centered.invisible {
      margin-bottom: 0;
      padding: 0;
      height: 0;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .priorities .slider-controls-centered.invisible {
          margin-bottom: 0.14rem; } }
    .priorities .slider-controls-centered a {
      font-weight: bold;
      font-size: 0.86rem;
      line-height: 1;
      vertical-align: middle;
      display: inline-block;
      letter-spacing: 1px; }
      .priorities .slider-controls-centered a:hover {
        text-decoration: none; }
    .priorities .slider-controls-centered .next .icon,
    .priorities .slider-controls-centered .previous .icon {
      margin: 0;
      font-size: 0.79rem;
      line-height: 1;
      color: #068765; }
    .priorities .slider-controls-centered .next {
      padding: 0; }
    .priorities .slider-controls-centered .previous {
      padding-left: 0;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .priorities .slider-controls-centered .previous {
          padding-left: 0; } }
  .priorities .show-m {
    margin-left: 1.14rem;
    padding: 1rem 2.29rem;
    /* mobiles and tablets */
    /* Desktop with smaller resolution */ }
    @media only screen and (max-width: 992px) {
      .priorities .show-m {
        margin-top: -0.43rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .priorities .show-m {
        margin-left: 0;
        margin-top: 0; } }

.dcu-impact {
  padding: 2.29rem 0 1.14rem 0;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .dcu-impact {
      padding: 2.86rem 0 3.43rem 0; } }
  .dcu-impact--header {
    margin-bottom: 1.71rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .dcu-impact--header {
        margin-bottom: 2.29rem; } }
    .dcu-impact--header__heading {
      font-size: 2rem;
      line-height: 2.29rem;
      font-weight: 300;
      margin-bottom: 0.57rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .dcu-impact--header__heading {
          font-size: 2.71rem;
          line-height: 3rem;
          margin-bottom: 1.14rem; } }
    .dcu-impact--header__subcopy {
      font-size: 1rem;
      line-height: 1.29rem;
      margin-bottom: 0.71rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .dcu-impact--header__subcopy {
          font-size: 1.29rem;
          line-height: 1.57rem; } }
    .dcu-impact--header:after {
      content: "";
      display: block;
      width: 2.29rem;
      border-bottom: 0.21rem solid #04aa84;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .dcu-impact--header:after {
          width: 4.29rem;
          padding-top: 1rem;
          border-bottom: 0.29rem solid #04aa84; } }
  .dcu-impact--statistics-list {
    /* mobiles and tablets */
    /* mobiles and tablets */ }
    @media only screen and (max-width: 720px) {
      .dcu-impact--statistics-list {
        margin: 0 1.14rem; } }
    @media only screen and (max-width: 480px) {
      .dcu-impact--statistics-list {
        margin: 0; } }
  .dcu-impact--statistics {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .dcu-impact--statistics {
        margin-bottom: 1.14rem; } }
    .dcu-impact--statistics h4 {
      font-size: 2.29rem;
      letter-spacing: -0.33px;
      line-height: 2.57rem;
      color: #01675a;
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 993px) {
        .dcu-impact--statistics h4 {
          font-size: 2.43rem;
          letter-spacing: -0.5px;
          line-height: 3.71rem;
          margin-bottom: 1.14rem; } }
      @media only screen and (min-width: 993px) and (max-width: 1100px) {
        .dcu-impact--statistics h4 {
          font-size: 2.14rem;
          line-height: 3rem; } }
    .dcu-impact--statistics span {
      font-size: 1rem;
      line-height: 1.29rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .dcu-impact--statistics span {
          font-size: 1.14rem;
          line-height: 1.43rem; } }

.three-column-tile {
  padding: 2.29rem 0;
  /* Medium devices (desktops, 641px and up) */
  /* Desktop with smaller resolution */ }
  @media only screen and (min-width: 993px) {
    .three-column-tile {
      padding: 2.86rem 0.43rem 3.43rem; }
      .three-column-tile .heading-caption {
        margin-bottom: 3.71rem; }
        .three-column-tile .heading-caption::after {
          bottom: -1.57rem; } }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    .three-column-tile {
      padding: 2.29rem 0; } }
  .three-column-tile__card {
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .three-column-tile__card {
        padding: 0 0.86rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .three-column-tile__card:nth-child(odd) {
        padding: 0 0.57rem 0 1.14rem; }
      .three-column-tile__card:nth-child(even) {
        padding: 0 1.14rem 0 0.57rem; } }
    .three-column-tile__card--wrapper {
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .three-column-tile__card--wrapper {
          margin: 0 0.29rem; } }
    .three-column-tile__card--img-holder {
      background-color: #f8f8f8;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
      margin-bottom: 1.14rem;
      /* Desktop with smaller resolution */
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .three-column-tile__card--img-holder {
          margin-bottom: 0.86rem; } }
      @media only screen and (min-width: 993px) {
        .three-column-tile__card--img-holder {
          margin-bottom: 0; } }
      .three-column-tile__card--img-holder img {
        width: 100%; }
    .three-column-tile__card--caption {
      padding: 1.14rem 1.14rem 1.71rem;
      color: #3a3a3a;
      font-size: 1rem;
      line-height: 1.29rem;
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */ }
      .three-column-tile__card--caption figure {
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .three-column-tile__card--caption figure {
            margin-bottom: 1.14rem; } }
      @media only screen and (min-width: 993px) {
        .three-column-tile__card--caption {
          padding: 2.29rem 1.71rem 2.86rem 1.71rem;
          font-size: 1.14rem;
          line-height: 1.43rem; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .three-column-tile__card--caption {
          padding: 1.14rem 1.14rem 1.71rem;
          font-size: 1rem;
          line-height: 1.29rem; } }
      .three-column-tile__card--caption__title {
        font-size: 1.29rem;
        font-weight: bold;
        line-height: 1.57rem;
        color: #3a3a3a;
        margin-bottom: 0;
        font-weight: bold;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .three-column-tile__card--caption__title {
            font-size: 1.71rem;
            line-height: 2rem; } }
        .three-column-tile__card--caption__title a {
          color: #01675a;
          font-weight: bold;
          display: block;
          padding: 0.14rem 0; }
      .three-column-tile__card--caption__text {
        margin-bottom: 0.86rem;
        /* Medium devices (desktops, 641px and up) */
        /* Desktop with smaller resolution */
        /* Desktop with smaller resolution */ }
        @media only screen and (min-width: 993px) {
          .three-column-tile__card--caption__text {
            min-height: 4.29rem;
            margin-bottom: 1.21rem; } }
        @media only screen and (min-width: 993px) and (max-width: 1100px) {
          .three-column-tile__card--caption__text {
            min-height: 5.71rem; } }
        @media only screen and (min-width: 720px) and (max-width: 992px) {
          .three-column-tile__card--caption__text {
            min-height: 3.86rem; } }
  .three-column-tile .btn-rt-chopped-green {
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    background: #068765;
    border-radius: 0;
    font-size: 1rem;
    font-weight: bold;
    padding: 1.21rem 2.29rem;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    border: none;
    letter-spacing: 1px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 1.14rem 2.29rem;
    /* mobiles and tablets */
    /* Desktop with smaller resolution */
    /* Medium devices (desktops, 641px and up) */ }
    .three-column-tile .btn-rt-chopped-green.disabled {
      background: #7f7f7f;
      color: #ffffff; }
    .three-column-tile .btn-rt-chopped-green:after {
      content: "";
      width: 1.79rem;
      height: 1.79rem;
      background: #ffffff;
      transform: rotate(-132deg);
      position: absolute;
      border-top: 0;
      border-left: 0;
      border-bottom: 0;
      top: auto;
      right: -0.93rem;
      bottom: -1.07rem;
      border: none;
      outline: none;
      pointer-events: none; }
    .three-column-tile .btn-rt-chopped-green:hover {
      color: #ffffff;
      opacity: 0.8;
      transition: opacity 0.4s ease-in-out; }
    .three-column-tile .btn-rt-chopped-green:active {
      border: none;
      opacity: 1;
      transition: opacity 0.4s ease-in-out; }
    @media only screen and (max-width: 720px) {
      .three-column-tile .btn-rt-chopped-green {
        width: calc(100% - 32px);
        margin: 0.57rem 1.14rem 0; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .three-column-tile .btn-rt-chopped-green {
        margin-top: 0.57rem; } }
    @media only screen and (min-width: 993px) {
      .three-column-tile .btn-rt-chopped-green {
        margin-top: 0.86rem; } }
  .three-column-tile.who-we-are .three-column-tile__card--caption {
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .three-column-tile.who-we-are .three-column-tile__card--caption {
        padding: 1.71rem 1.71rem 2.29rem 1.71rem;
        min-height: 13.79rem; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .three-column-tile.who-we-are .three-column-tile__card--caption {
        min-height: 10.93rem; } }
    .three-column-tile.who-we-are .three-column-tile__card--caption__title {
      margin-bottom: 0.57rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .three-column-tile.who-we-are .three-column-tile__card--caption__title {
          margin-bottom: 0.86rem; } }

.accolades {
  background-color: #f8f8f8;
  color: #3a3a3a;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 1.71rem 0 2.29rem 0;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .accolades {
      padding: 2.86rem 0 3.43rem 0; } }
  .accolades--header {
    margin-bottom: 1.71rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .accolades--header {
        margin-bottom: 2.29rem; } }
    .accolades--header .btn-see-all {
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .accolades--header .btn-see-all {
          display: none !important; } }
    .accolades--header__heading {
      font-size: 2rem;
      line-height: 2.29rem;
      font-weight: 300;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .accolades--header__heading {
          font-size: 2.71rem;
          line-height: 3rem;
          max-width: 48.14rem;
          display: inline-block; } }
    .accolades--header a {
      float: right;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .accolades--header a {
          display: none !important; } }
    .accolades--header:after {
      content: "";
      display: block;
      width: 2.29rem;
      border-bottom: 0.21rem solid #04aa84;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .accolades--header:after {
          width: 4.29rem;
          padding-top: 0.71rem;
          border-bottom: 0.29rem solid #04aa84; } }
  .accolades .btn-see-all {
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    background: #068765;
    border-radius: 0;
    font-size: 1rem;
    font-weight: bold;
    padding: 1.21rem 2.29rem;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    border: none;
    letter-spacing: 1px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 1.14rem 2.29rem; }
    .accolades .btn-see-all.disabled {
      background: #7f7f7f;
      color: #ffffff; }
    .accolades .btn-see-all:after {
      content: "";
      width: 1.79rem;
      height: 1.79rem;
      background: #f8f8f8;
      transform: rotate(-132deg);
      position: absolute;
      border-top: 0;
      border-left: 0;
      border-bottom: 0;
      top: auto;
      right: -0.93rem;
      bottom: -1.07rem;
      border: none;
      outline: none;
      pointer-events: none; }
    .accolades .btn-see-all:hover {
      color: #ffffff;
      opacity: 0.8;
      transition: opacity 0.4s ease-in-out; }
    .accolades .btn-see-all:active {
      border: none;
      opacity: 1;
      transition: opacity 0.4s ease-in-out; }
  .accolades--awards {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .accolades--awards {
        margin: 0; } }
    .accolades--awards .btn-see-all {
      /* mobiles and tablets */ }
      @media only screen and (max-width: 720px) {
        .accolades--awards .btn-see-all {
          width: inherit; } }
  .accolades--award {
    align-items: center;
    display: flex;
    flex-direction: column;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .accolades--award {
        margin-bottom: 2.29rem; } }
    .accolades--award img {
      height: 8.29rem;
      width: auto; }
    .accolades--award h4 {
      font-size: 1.29rem;
      line-height: 1.57rem;
      font-weight: bold;
      margin-top: 1.14rem;
      text-align: center;
      margin-bottom: 0;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .accolades--award h4 {
          font-size: 1.71rem;
          line-height: 2rem;
          max-width: 22.29rem;
          margin-top: 1.71rem;
          min-height: 4rem; } }
    .accolades--award span {
      font-size: 1rem;
      line-height: 1.29rem;
      font-weight: bold;
      margin-top: 0.57rem;
      font-weight: normal;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .accolades--award span {
          font-size: 1.14rem;
          line-height: 1.43rem;
          margin-top: 0.71rem; } }

.dcu-way {
  color: #3a3a3a;
  background-color: #f8f8f8;
  padding-bottom: 2.29rem;
  padding-top: 1.71rem;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .dcu-way {
      padding-bottom: 3.43rem;
      padding-top: 2.29rem; } }
  .dcu-way__title {
    font-size: 2rem;
    line-height: 2.29rem;
    font-weight: 300;
    margin-bottom: 0.57rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .dcu-way__title {
        font-size: 2.71rem;
        line-height: 3rem;
        margin-bottom: 1.14rem; } }
  .dcu-way__rte {
    font-size: 1rem;
    line-height: 1.29rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .dcu-way__rte {
        font-size: 1.29rem;
        line-height: 1.57rem; } }
    .dcu-way__rte p {
      margin: 0; }
  .dcu-way--head:after {
    background-color: #04aa84;
    content: "";
    width: 4.29rem;
    height: 3px;
    /* Medium devices (desktops, 641px and up) */
    position: absolute;
    bottom: -0.71rem;
    left: 1.14rem; }
    @media only screen and (min-width: 993px) {
      .dcu-way--head:after {
        height: 4px;
        bottom: -1.57rem; } }
  .dcu-way__heading {
    font-size: 1.29rem;
    line-height: 1.57rem;
    font-weight: bold;
    margin-top: 2.29rem;
    margin-bottom: 0;
    /* mobiles and tablets */
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (max-width: 992px) {
      .dcu-way__heading {
        margin-bottom: 0.57rem; } }
    @media only screen and (min-width: 993px) {
      .dcu-way__heading {
        display: inline-block;
        font-size: 1.71rem;
        line-height: 2rem;
        margin-top: 4.14rem; } }
  .dcu-way__subCopy {
    font-size: 1rem;
    line-height: 1.29rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .dcu-way__subCopy {
        margin-top: -0.14rem;
        font-size: 1.14rem;
        line-height: 1.43rem; } }
  .dcu-way--philosophy {
    margin-top: 1.14rem;
    display: flex;
    flex-direction: column;
    /* mobiles and tablets */
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */ }
    @media only screen and (max-width: 992px) {
      .dcu-way--philosophy {
        align-items: center; } }
    @media only screen and (min-width: 993px) {
      .dcu-way--philosophy {
        margin-top: 2.29rem;
        flex-direction: row;
        align-items: center; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .dcu-way--philosophy {
        margin-top: 1.14rem;
        flex-direction: row; } }
    .dcu-way--philosophy img {
      max-width: 3.21rem;
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */
      height: 2.86rem;
      width: auto; }
      @media only screen and (min-width: 993px) {
        .dcu-way--philosophy img {
          max-width: 4.79rem;
          height: 4.29rem; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .dcu-way--philosophy img {
          order: 2; } }
    .dcu-way--philosophy span {
      /* mobiles and tablets */
      /* Desktop with smaller resolution */
      /* Medium devices (desktops, 641px and up) */
      font-size: 0.86rem;
      line-height: 1.14rem;
      font-weight: bold; }
      @media only screen and (max-width: 992px) {
        .dcu-way--philosophy span {
          order: 2;
          margin-top: 0.57rem;
          text-align: center; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .dcu-way--philosophy span {
          margin-top: 0.57rem;
          order: 1;
          margin-right: 2.29rem; } }
      @media only screen and (min-width: 993px) {
        .dcu-way--philosophy span {
          margin-top: 1.43rem;
          margin-right: 2.29rem;
          font-size: 1.29rem;
          line-height: 1.57rem; } }
  .dcu-way .btn-chopped-green {
    float: right;
    margin-top: 4rem;
    margin-right: 1.14rem;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    background: #068765;
    border-radius: 0;
    font-size: 1rem;
    font-weight: bold;
    padding: 1.21rem 2.29rem;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    border: none;
    letter-spacing: 1px; }
    .dcu-way .btn-chopped-green.disabled {
      background: #7f7f7f;
      color: #ffffff; }
    .dcu-way .btn-chopped-green:after {
      content: "";
      width: 1.79rem;
      height: 1.79rem;
      background: #f8f8f8;
      transform: rotate(-132deg);
      position: absolute;
      border-top: 0;
      border-left: 0;
      border-bottom: 0;
      top: auto;
      right: -0.93rem;
      bottom: -1.07rem;
      border: none;
      outline: none;
      pointer-events: none; }
    .dcu-way .btn-chopped-green:hover {
      color: #ffffff;
      opacity: 0.8;
      transition: opacity 0.4s ease-in-out; }
    .dcu-way .btn-chopped-green:active {
      border: none;
      opacity: 1;
      transition: opacity 0.4s ease-in-out; }
  .dcu-way--video {
    margin-top: 1.14rem;
    width: 100%;
    height: 13.93rem;
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */
    /* mobiles and tablets */ }
    @media only screen and (min-width: 993px) {
      .dcu-way--video {
        margin-top: 2.29rem;
        height: 31.07rem;
        margin-left: 0; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .dcu-way--video {
        height: 18.36rem; } }
    @media only screen and (max-width: 720px) {
      .dcu-way--video {
        height: auto !important; } }
    .dcu-way--video__btn,
    .dcu-way--video__btn > span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      border: none;
      cursor: pointer; }
    .dcu-way--video__btn > span {
      background-image: url(/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/images/play.png);
      background-size: 3.21rem 3.21rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .dcu-way--video__btn > span {
          background-size: 2.86rem 2.86rem; } }
      .dcu-way--video__btn > span:hover {
        background-size: 3.21rem 3.21rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .dcu-way--video__btn > span:hover {
            background-size: 5.71rem 5.71rem; } }
    .dcu-way--video video {
      height: 13.93rem !important;
      width: 100%;
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */
      /* mobiles and tablets */ }
      @media only screen and (min-width: 993px) {
        .dcu-way--video video {
          height: 31.07rem !important; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .dcu-way--video video {
          height: 18.36rem !important; } }
      @media only screen and (max-width: 720px) {
        .dcu-way--video video {
          max-width: 100%;
          height: auto !important; } }
    .dcu-way--video .modal video {
      height: auto !important;
      max-width: 100%; }
  .dcu-way__video-description {
    font-size: 0.86rem;
    line-height: 1.14rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .dcu-way__video-description {
        font-size: 1.14rem;
        line-height: 1.43rem; } }
  .dcu-way__mobile-btn {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .dcu-way__mobile-btn {
        margin: 0 1.14rem; } }
  .dcu-way--bottom {
    margin: 0.86rem 1.14rem 0 1.14rem;
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .dcu-way--bottom {
        margin-top: 1.71rem;
        margin-left: 0; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .dcu-way--bottom {
        margin-left: 0; } }
    .dcu-way--bottom a {
      width: 100%;
      margin: 0;
      margin-top: 1.14rem !important;
      float: none !important;
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .dcu-way--bottom a {
          width: auto; } }
  .dcu-way__learn-more-desktop {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .dcu-way__learn-more-desktop {
        display: none !important; } }
  .dcu-way .transcript-text-scroll {
    max-height: 8.86rem;
    overflow-y: auto;
    padding-right: 0.86rem; }
  .dcu-way .transcript-text h6 {
    margin-top: 0.86rem; }
  .dcu-way .transcript-text .btn-link {
    margin-left: 0;
    padding-left: 0;
    font-size: inherit; }

.cultural-benefit {
  padding: 2.86rem 0 1.71rem;
  background-color: #f8f8f8;
  /* mobiles and tablets */ }
  @media only screen and (max-width: 992px) {
    .cultural-benefit {
      padding: 2.29rem 0; } }
  .cultural-benefit .modified-col {
    padding-left: 0.29rem; }
    .cultural-benefit .modified-col .first {
      padding-right: 0.86rem;
      padding-left: 0.86rem; }
    .cultural-benefit .modified-col .mid {
      padding-left: 0.86rem;
      padding-right: 0.86rem; }
    .cultural-benefit .modified-col .last {
      padding-left: 0.86rem;
      padding-right: 0.86rem; }
      .cultural-benefit .modified-col .last > video {
        opacity: 0; }
    .cultural-benefit .modified-col .spcl-grid .col-lg-6.col-md-6:first-child {
      padding-left: 1.14rem;
      padding-right: 0.86rem; }
    .cultural-benefit .modified-col .spcl-grid .col-lg-6.col-md-6:last-child {
      padding-right: 1.14rem;
      padding-left: 0.86rem; }
  .cultural-benefit .community-carousel {
    /* mobiles and tablets */ }
    .cultural-benefit .community-carousel .slider-controls-centered {
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .cultural-benefit .community-carousel .slider-controls-centered {
          margin-top: -0.57rem; } }
      .cultural-benefit .community-carousel .slider-controls-centered .previous .icon {
        /* mobiles and tablets */ }
        @media only screen and (max-width: 992px) {
          .cultural-benefit .community-carousel .slider-controls-centered .previous .icon {
            margin-right: 0; } }
        .cultural-benefit .community-carousel .slider-controls-centered .previous .icon .icon-dcu-left-arrow {
          display: inline-block;
          vertical-align: bottom; }
      .cultural-benefit .community-carousel .slider-controls-centered .next .icon {
        margin-left: 0; }
        .cultural-benefit .community-carousel .slider-controls-centered .next .icon .icon-dcu-right-arrow {
          display: inline-block;
          vertical-align: bottom; }
    @media only screen and (max-width: 992px) {
      .cultural-benefit .community-carousel {
        padding-top: 0;
        padding-bottom: 1.14rem; } }
  .cultural-benefit .differentiator-block-more {
    padding-top: 1.14rem;
    font-size: .86rem;
    font-weight: 500;
    position: relative; }
    .cultural-benefit .differentiator-block-more:before {
      content: "";
      max-width: 100%;
      height: 1px;
      background: rgba(127, 127, 127, 0.5);
      left: 1.14rem;
      z-index: 2;
      position: absolute;
      top: 0;
      right: 1.14rem; }
  .cultural-benefit .differentiator-block-more__cta {
    cursor: pointer;
    display: inline-block;
    padding: .29rem 1.14rem;
    font-weight: bold;
    font-size: .86rem;
    line-height: 1; }
    .cultural-benefit .differentiator-block-more__cta span {
      display: inline-block;
      position: relative;
      cursor: pointer;
      letter-spacing: 1px; }
      .cultural-benefit .differentiator-block-more__cta span:before {
        font-family: "dcu-iconset";
        content: "\74";
        text-transform: none;
        position: absolute;
        right: -1.14rem;
        font-size: .71rem;
        color: #068765;
        top: .14rem;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .cultural-benefit .btn-link {
    font-size: 1.14rem;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .cultural-benefit .btn-link {
        font-size: 1rem; } }
  .cultural-benefit .heading-caption {
    max-width: 100%;
    margin-bottom: 4.14rem;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .cultural-benefit .heading-caption {
        margin-bottom: 2.71rem; } }
    .cultural-benefit .heading-caption h2 {
      /* mobiles and tablets */
      font-size: 2.71rem;
      font-weight: 300;
      line-height: 3rem;
      margin-bottom: 1.14rem; }
      @media only screen and (max-width: 992px) {
        .cultural-benefit .heading-caption h2 {
          font-size: 2rem;
          line-height: 2.29rem;
          margin-bottom: 0.57rem; } }
    .cultural-benefit .heading-caption p {
      font-size: 1.29rem;
      line-height: 1.57rem;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .cultural-benefit .heading-caption p {
          font-size: 1rem;
          line-height: 1.29rem; } }
  .cultural-benefit figure {
    margin-bottom: 1.71rem;
    display: inline-block;
    position: relative;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .cultural-benefit figure {
        display: inherit; } }
    .cultural-benefit figure img {
      max-width: 100%;
      width: 100%; }
  .cultural-benefit .caption {
    position: absolute;
    padding: 2.86rem 2.86rem;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #1b1b1b);
    font-size: 1.29rem;
    font-weight: bold;
    line-height: 1.57rem;
    z-index: 2;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .cultural-benefit .caption {
        min-height: 1.43rem;
        font-size: 1rem; } }
  .cultural-benefit--video__btn,
  .cultural-benefit--video__btn > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: none;
    cursor: pointer; }
  .cultural-benefit--video__btn > span {
    background-image: url(/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/images/play.png);
    background-size: 3rem 3rem; }
  .cultural-benefit video {
    max-width: 100%;
    margin-bottom: 1.71rem;
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .cultural-benefit video {
        margin-bottom: 0; } }
  .cultural-benefit .modal-body video {
    margin-bottom: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .cultural-benefit .modal-body video {
        display: block;
        margin: 0 auto;
        max-height: 30.93rem; } }
  .cultural-benefit .video-placeholder {
    width: 100%;
    max-height: 43.57rem;
    position: relative;
    margin-bottom: 1.71rem;
    overflow: hidden;
    /* Medium devices (desktops, 641px and up) */
    /* mobiles and tablets */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .cultural-benefit .video-placeholder {
        min-height: 14.86rem; } }
    @media only screen and (max-width: 992px) {
      .cultural-benefit .video-placeholder {
        margin-bottom: 0; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .cultural-benefit .video-placeholder {
        min-height: 30rem; } }
    .cultural-benefit .video-placeholder video {
      opacity: 0; }
  .cultural-benefit__text {
    padding-right: 0;
    margin-bottom: 1.14rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .cultural-benefit__text {
        padding-right: 3.43rem;
        margin-bottom: 1.71rem; } }
    .cultural-benefit__text h3 {
      font-size: 1.29rem;
      line-height: 1.57rem;
      margin-bottom: 0.57rem;
      font-weight: bold;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .cultural-benefit__text h3 {
          font-size: 1.71rem;
          line-height: 2rem;
          margin-bottom: 0.71rem; } }
    .cultural-benefit__text p {
      font-size: 1.14rem;
      line-height: 1.43rem;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .cultural-benefit__text p {
          font-size: 1rem;
          line-height: 1.29rem; } }

.transcript-text-scroll {
  max-height: 120px;
  overflow-y: auto;
  padding-right: 1.71rem; }

.carrer-benefits {
  padding-bottom: 2rem;
  /* Desktop with smaller resolution */
  padding-top: 2.29rem;
  font-family: "Nunito Sans";
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  /* Medium devices (desktops, 641px and up) */
  background-color: #f8f8f8; }
  @media only screen and (min-width: 720px) and (max-width: 992px) {
    .carrer-benefits {
      padding-bottom: 1.14rem; } }
  @media only screen and (min-width: 993px) {
    .carrer-benefits {
      padding-bottom: 1.71rem;
      padding-top: 2.86rem; } }
  .carrer-benefits--header {
    margin-bottom: 1.71rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .carrer-benefits--header {
        margin-bottom: 2.29rem; } }
    .carrer-benefits--header__heading {
      font-size: 2rem;
      line-height: 2.29rem;
      font-weight: 300;
      margin-bottom: 0.57rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .carrer-benefits--header__heading {
          font-size: 2.71rem;
          line-height: 3rem;
          margin-bottom: 1.14rem; } }
    .carrer-benefits--header__subcopy {
      font-size: 1rem;
      line-height: 1.29rem;
      margin-bottom: 0.71rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .carrer-benefits--header__subcopy {
          font-size: 1.29rem;
          line-height: 1.57rem; } }
    .carrer-benefits--header:after {
      content: "";
      display: block;
      width: 2.29rem;
      border-bottom: 0.21rem solid #04aa84;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .carrer-benefits--header:after {
          width: 4.29rem;
          padding-top: 0.71rem;
          border-bottom: 0.29rem solid #04aa84; } }
  .carrer-benefits--video {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 720px) {
      .carrer-benefits--video {
        padding: 0 1.14rem; } }
    .carrer-benefits--video__link {
      font-size: 1.14rem;
      line-height: 1.43rem;
      font-weight: normal;
      letter-spacing: 0;
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .carrer-benefits--video__link {
          text-indent: -2.36rem;
          margin-left: 2.36rem; } }
    .carrer-benefits--video__icon {
      color: #068765;
      vertical-align: sub;
      margin-right: 0.57rem;
      font-size: 1.43rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .carrer-benefits--video__icon {
          margin-right: 0.86rem; } }
  .carrer-benefits--items {
    margin-top: 1.71rem;
    /* mobiles and tablets */
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (max-width: 720px) {
      .carrer-benefits--items {
        padding: 0 1.14rem; } }
    @media only screen and (min-width: 993px) {
      .carrer-benefits--items {
        margin-top: 2.29rem; } }
    .carrer-benefits--items__wrapper:before {
      content: "";
      width: 100%;
      height: 1px;
      background: rgba(127, 127, 127, 0.5);
      box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.5);
      left: 0;
      z-index: 2;
      position: absolute;
      top: 0;
      right: 0; }
  .carrer-benefits--item {
    margin-bottom: 1.14rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .carrer-benefits--item {
        margin-bottom: 1.71rem; } }
    .carrer-benefits--item__title {
      font-size: 1.29rem;
      line-height: 1.57rem;
      font-weight: bold;
      margin-bottom: 0.57rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .carrer-benefits--item__title {
          font-size: 1.71rem;
          line-height: 2rem;
          margin-bottom: 0.71rem; } }
    .carrer-benefits--item__subcopy {
      font-size: 1rem;
      line-height: 1.29rem;
      font-weight: normal;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .carrer-benefits--item__subcopy {
          font-size: 1.14rem;
          line-height: 1.43rem; } }
    .carrer-benefits--item__link {
      font-size: 1rem;
      line-height: 1.29rem;
      font-weight: bold;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .carrer-benefits--item__link {
          font-size: 1.14rem;
          line-height: 1.43rem; } }
      .carrer-benefits--item__link:hover {
        cursor: pointer; }
      .carrer-benefits--item__link:fcous {
        text-decoration: none; }
  .carrer-benefits .modal video {
    height: auto;
    max-width: 100%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .carrer-benefits .modal video {
        display: block;
        margin: 0 auto;
        max-height: 30.71rem; } }
  .carrer-benefits--more {
    padding-top: 1.43rem;
    font-size: 0.86rem;
    font-weight: 500;
    position: relative; }
    .carrer-benefits--more__cta {
      cursor: pointer;
      display: inline-block;
      padding: 0.29rem 1.14rem;
      font-weight: bold;
      letter-spacing: 1px;
      font-size: 0.86rem;
      line-height: 0.86rem; }
      .carrer-benefits--more__cta span {
        display: inline-block;
        position: relative;
        cursor: pointer; }
        .carrer-benefits--more__cta span:before {
          font-family: "dcu-iconset";
          content: "\74";
          text-transform: none;
          position: absolute;
          right: -1.14rem;
          font-size: 0.71rem;
          color: #068765;
          top: 0.14rem;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
    .carrer-benefits--more:before {
      content: "";
      width: 100%;
      height: 1px;
      background: rgba(127, 127, 127, 0.5);
      left: 0;
      z-index: 2;
      position: absolute;
      top: 0.57rem;
      right: 0; }
    .carrer-benefits--more .hidden {
      display: none; }
  .carrer-benefits .transcript-text-scroll {
    max-height: 8.86rem;
    overflow-y: auto;
    padding-right: 0.86rem; }
  .carrer-benefits .transcript-text h6 {
    margin-top: 0.86rem; }
  .carrer-benefits .transcript-text .btn-link {
    margin-left: 0;
    padding-left: 0;
    font-size: inherit; }
  .carrer-benefits__seperator {
    margin: 1.71rem 0 0;
    background-color: #cccccc;
    box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.5);
    border-top: 0; }

.career-growth {
  padding: 2.29rem 0;
  margin-bottom: 4px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  background: #f8f8f8;
  margin-bottom: 2.29rem;
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .career-growth {
      padding: 2.86rem 0 3.43rem;
      margin-bottom: 2rem; } }
  .career-growth .heading-caption {
    margin-bottom: 2.71rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .career-growth .heading-caption {
        margin-bottom: 4rem; } }
    .career-growth .heading-caption:after {
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .career-growth .heading-caption:after {
          bottom: -1rem; } }
    .career-growth .heading-caption h3 {
      /* mobiles and tablets */ }
      @media only screen and (max-width: 992px) {
        .career-growth .heading-caption h3 {
          line-height: 2.29rem; } }
    .career-growth .heading-caption p {
      margin-top: 0.57rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .career-growth .heading-caption p {
          margin-top: 1.14rem; } }
  .career-growth__accordion {
    position: relative; }
    .career-growth__accordion:after {
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      width: 100%;
      height: 1px;
      box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.5);
      background-color: #cccccc; }
    .career-growth__accordion--title {
      width: 100%;
      display: block;
      font-size: 1rem;
      text-decoration: none;
      color: #01675a;
      font-weight: bold;
      line-height: 1.29rem;
      position: relative;
      padding: 1.14rem 2.29rem 1.14rem 0;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .career-growth__accordion--title {
          font-size: 1.71rem;
          line-height: 2rem;
          padding: 1.71rem 1.29rem 1.71rem 0; } }
      .career-growth__accordion--title:hover, .career-growth__accordion--title:focus {
        color: #01675a;
        text-decoration: none; }
      .career-growth__accordion--title:after {
        font-family: "dcu-iconset" !important;
        content: "\6d";
        text-transform: none;
        position: absolute;
        right: 0;
        font-size: 1rem;
        color: #068765;
        top: 50%;
        transform: translateY(-50%);
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .career-growth__accordion--title:after {
            font-size: 1.43rem; } }
      .career-growth__accordion--title:before {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        box-shadow: 0 1px 4px 0 rgba(200, 200, 200, 0.5);
        background-color: #cccccc; }
      .career-growth__accordion--title.collapsed:after {
        content: "\70"; }
    .career-growth__accordion--content {
      padding: 0 0 1.14rem;
      font-size: 1rem;
      line-height: 1.29rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .career-growth__accordion--content {
          padding: 0 0 1.71rem; } }

.dcu-way {
  color: #3a3a3a;
  background-color: #f8f8f8;
  padding-bottom: 2.29rem;
  padding-top: 1.71rem;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  /* Medium devices (desktops, 641px and up) */ }
  @media only screen and (min-width: 993px) {
    .dcu-way {
      padding-bottom: 3.43rem;
      padding-top: 2.29rem; } }
  .dcu-way__title {
    font-size: 2rem;
    line-height: 2.29rem;
    font-weight: 300;
    margin-bottom: 0.57rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .dcu-way__title {
        font-size: 2.71rem;
        line-height: 3rem;
        margin-bottom: 1.14rem; } }
  .dcu-way__rte {
    font-size: 1rem;
    line-height: 1.29rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .dcu-way__rte {
        font-size: 1.29rem;
        line-height: 1.57rem; } }
    .dcu-way__rte p {
      margin: 0; }
  .dcu-way--head:after {
    background-color: #04aa84;
    content: "";
    width: 4.29rem;
    height: 3px;
    /* Medium devices (desktops, 641px and up) */
    position: absolute;
    bottom: -0.71rem;
    left: 1.14rem; }
    @media only screen and (min-width: 993px) {
      .dcu-way--head:after {
        height: 4px;
        bottom: -1.57rem; } }
  .dcu-way__heading {
    font-size: 1.29rem;
    line-height: 1.57rem;
    font-weight: bold;
    margin-top: 2.29rem;
    margin-bottom: 0;
    /* mobiles and tablets */
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (max-width: 992px) {
      .dcu-way__heading {
        margin-bottom: 0.57rem; } }
    @media only screen and (min-width: 993px) {
      .dcu-way__heading {
        display: inline-block;
        font-size: 1.71rem;
        line-height: 2rem;
        margin-top: 4.14rem; } }
  .dcu-way__subCopy {
    font-size: 1rem;
    line-height: 1.29rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .dcu-way__subCopy {
        margin-top: -0.14rem;
        font-size: 1.14rem;
        line-height: 1.43rem; } }
  .dcu-way--philosophy {
    margin-top: 1.14rem;
    display: flex;
    flex-direction: column;
    /* mobiles and tablets */
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */ }
    @media only screen and (max-width: 992px) {
      .dcu-way--philosophy {
        align-items: center; } }
    @media only screen and (min-width: 993px) {
      .dcu-way--philosophy {
        margin-top: 2.29rem;
        flex-direction: row;
        align-items: center; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .dcu-way--philosophy {
        margin-top: 1.14rem;
        flex-direction: row; } }
    .dcu-way--philosophy img {
      max-width: 3.21rem;
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */
      height: 2.86rem;
      width: auto; }
      @media only screen and (min-width: 993px) {
        .dcu-way--philosophy img {
          max-width: 4.79rem;
          height: 4.29rem; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .dcu-way--philosophy img {
          order: 2; } }
    .dcu-way--philosophy span {
      /* mobiles and tablets */
      /* Desktop with smaller resolution */
      /* Medium devices (desktops, 641px and up) */
      font-size: 0.86rem;
      line-height: 1.14rem;
      font-weight: bold; }
      @media only screen and (max-width: 992px) {
        .dcu-way--philosophy span {
          order: 2;
          margin-top: 0.57rem;
          text-align: center; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .dcu-way--philosophy span {
          margin-top: 0.57rem;
          order: 1;
          margin-right: 2.29rem; } }
      @media only screen and (min-width: 993px) {
        .dcu-way--philosophy span {
          margin-top: 1.43rem;
          margin-right: 2.29rem;
          font-size: 1.29rem;
          line-height: 1.57rem; } }
  .dcu-way .btn-chopped-green {
    float: right;
    margin-top: 4rem;
    margin-right: 1.14rem;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    background: #068765;
    border-radius: 0;
    font-size: 1rem;
    font-weight: bold;
    padding: 1.21rem 2.29rem;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    border: none;
    letter-spacing: 1px; }
    .dcu-way .btn-chopped-green.disabled {
      background: #7f7f7f;
      color: #ffffff; }
    .dcu-way .btn-chopped-green:after {
      content: "";
      width: 1.79rem;
      height: 1.79rem;
      background: #f8f8f8;
      transform: rotate(-132deg);
      position: absolute;
      border-top: 0;
      border-left: 0;
      border-bottom: 0;
      top: auto;
      right: -0.93rem;
      bottom: -1.07rem;
      border: none;
      outline: none;
      pointer-events: none; }
    .dcu-way .btn-chopped-green:hover {
      color: #ffffff;
      opacity: 0.8;
      transition: opacity 0.4s ease-in-out; }
    .dcu-way .btn-chopped-green:active {
      border: none;
      opacity: 1;
      transition: opacity 0.4s ease-in-out; }
  .dcu-way--video {
    margin-top: 1.14rem;
    width: 100%;
    height: 13.93rem;
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */
    /* mobiles and tablets */ }
    @media only screen and (min-width: 993px) {
      .dcu-way--video {
        margin-top: 2.29rem;
        height: 31.07rem;
        margin-left: 0; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .dcu-way--video {
        height: 18.36rem; } }
    @media only screen and (max-width: 720px) {
      .dcu-way--video {
        height: auto !important; } }
    .dcu-way--video__btn,
    .dcu-way--video__btn > span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      border: none;
      cursor: pointer; }
    .dcu-way--video__btn > span {
      background-image: url(/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/images/play.png);
      background-size: 3.21rem 3.21rem;
      /* Medium devices (desktops, 641px and up) */ }
      @media only screen and (min-width: 993px) {
        .dcu-way--video__btn > span {
          background-size: 2.86rem 2.86rem; } }
      .dcu-way--video__btn > span:hover {
        background-size: 3.21rem 3.21rem;
        /* Medium devices (desktops, 641px and up) */ }
        @media only screen and (min-width: 993px) {
          .dcu-way--video__btn > span:hover {
            background-size: 5.71rem 5.71rem; } }
    .dcu-way--video video {
      height: 13.93rem !important;
      width: 100%;
      /* Medium devices (desktops, 641px and up) */
      /* Desktop with smaller resolution */
      /* mobiles and tablets */ }
      @media only screen and (min-width: 993px) {
        .dcu-way--video video {
          height: 31.07rem !important; } }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .dcu-way--video video {
          height: 18.36rem !important; } }
      @media only screen and (max-width: 720px) {
        .dcu-way--video video {
          max-width: 100%;
          height: auto !important; } }
    .dcu-way--video .modal video {
      height: auto !important;
      max-width: 100%; }
  .dcu-way__video-description {
    font-size: 0.86rem;
    line-height: 1.14rem;
    /* Medium devices (desktops, 641px and up) */ }
    @media only screen and (min-width: 993px) {
      .dcu-way__video-description {
        font-size: 1.14rem;
        line-height: 1.43rem; } }
  .dcu-way__mobile-btn {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .dcu-way__mobile-btn {
        margin: 0 1.14rem; } }
  .dcu-way--bottom {
    margin: 0.86rem 1.14rem 0 1.14rem;
    /* Medium devices (desktops, 641px and up) */
    /* Desktop with smaller resolution */ }
    @media only screen and (min-width: 993px) {
      .dcu-way--bottom {
        margin-top: 1.71rem;
        margin-left: 0; } }
    @media only screen and (min-width: 720px) and (max-width: 992px) {
      .dcu-way--bottom {
        margin-left: 0; } }
    .dcu-way--bottom a {
      width: 100%;
      margin: 0;
      margin-top: 1.14rem !important;
      float: none !important;
      /* Desktop with smaller resolution */ }
      @media only screen and (min-width: 720px) and (max-width: 992px) {
        .dcu-way--bottom a {
          width: auto; } }
  .dcu-way__learn-more-desktop {
    /* mobiles and tablets */ }
    @media only screen and (max-width: 992px) {
      .dcu-way__learn-more-desktop {
        display: none !important; } }
  .dcu-way .transcript-text-scroll {
    max-height: 8.86rem;
    overflow-y: auto;
    padding-right: 0.86rem; }
  .dcu-way .transcript-text h6 {
    margin-top: 0.86rem; }
  .dcu-way .transcript-text .btn-link {
    margin-left: 0;
    padding-left: 0;
    font-size: inherit; }

.rte, .rte > * {
  font-family: "Nunito Sans", sans-serif;
  color: #3a3a3a; }

.rte ul, .rte ol {
  padding-left: 1.07rem; }

.rte h1, .rte h2, .rte h3 {
  margin: 15px 0; }

.rte sub, .rte sup {
  font-size: 85%; }

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

#bazaarVoice {
  font-family: "Nunito Sans" !important; }
  #bazaarVoice [data-bv-show=rating_summary] .bv_main_container,
  #bazaarVoice .bv-cv2-cleanslate .bv-content-search .bv-masthead .bv-masthead-product .bv-stars-container {
    border-color: transparent !important; }
  #bazaarVoice .bv_main_container .bv_button_buttonFull,
  #bazaarVoice .bv-cv2-cleanslate .bv-action-bar button,
  #bazaarVoice .bv-cv2-cleanslate button.bv-write-review.bv-submission-button {
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    position: relative !important;
    color: #ffffff !important;
    background: #068765 !important;
    border-radius: 0 !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    padding: 0.86rem 2.14rem !important;
    text-decoration: none !important;
    display: inline-block !important;
    line-height: 1 !important;
    border: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    user-select: none !important;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    #bazaarVoice .bv_main_container .bv_button_buttonFull:before,
    #bazaarVoice .bv-cv2-cleanslate .bv-action-bar button:before,
    #bazaarVoice .bv-cv2-cleanslate button.bv-write-review.bv-submission-button:before {
      content: "";
      width: 1.79rem;
      height: 1.79rem;
      background: #ffffff;
      -webkit-transform: rotate(-132deg);
      -moz-ransform: rotate(-132deg);
      -ms-transform: rotate(-132deg);
      -o-transform: rotate(-132deg);
      transform: rotate(-132deg);
      position: absolute;
      border-top: 0;
      border-left: 0;
      border-bottom: 0;
      top: auto;
      right: -0.93rem;
      bottom: -1.07rem;
      border: none;
      outline: none;
      pointer-events: none; }
    #bazaarVoice .bv_main_container .bv_button_buttonFull:hover,
    #bazaarVoice .bv-cv2-cleanslate .bv-action-bar button:hover,
    #bazaarVoice .bv-cv2-cleanslate button.bv-write-review.bv-submission-button:hover {
      opacity: 0.89; }
  #bazaarVoice .bv-cv2-cleanslate .bv-content-item .bv-content-btn, #bazaarVoice .bv-cv2-cleanslate .bv-content-item .bv-content-btn:hover,
  #bazaarVoice .bv-cv2-cleanslate .bv-content-item .bv-content-report-btn,
  #bazaarVoice .bv-cv2-cleanslate .bv-content-item .bv-content-report-btn:hover {
    padding: 0.71rem 1.43rem !important;
    color: #1b1b1b !important;
    font-size: 0.86rem !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
    background-color: transparent !important;
    border: 1px solid #3a3a3a !important;
    box-shadow: none !important; }
  #bazaarVoice .bv-cv2-cleanslate .bv-content-data-label-container .bv-content-data-icon {
    font-size: 1.29rem !important;
    color: #01675a !important;
    vertical-align: middle !important; }
  #bazaarVoice .bv-cv2-cleanslate .bv-content-secondary-ratings-container {
    height: 8px !important;
    border-radius: 0 !important;
    box-shadow: none !important; }
  #bazaarVoice .bv-cv2-cleanslate .bv-content-secondary-ratings-value {
    background-image: none !important;
    background-color: #04aa84 !important;
    position: relative !important;
    height: 8px !important; }
    #bazaarVoice .bv-cv2-cleanslate .bv-content-secondary-ratings-value:before {
      content: '' !important;
      position: absolute !important;
      right: -3px !important;
      height: 8px !important;
      width: 8px !important;
      -webkit-transform: skewX(-45deg) !important;
      -moz-transform: skewX(-45deg) !important;
      -o-transform: skewX(-45deg) !important;
      -ms-transform: skewX(-45deg) !important;
      transform: skewX(-45deg) !important;
      background-color: #04aa84 !important;
      opacity: 1 !important; }
  #bazaarVoice .bv-cv2-cleanslate .bv-content-data-label-container .bv-content-data-label {
    font-weight: 300 !important;
    padding-left: 3px !important;
    vertical-align: middle !important; }
  #bazaarVoice .bv-cv2-cleanslate .bv-content-data .bv-content-data-value {
    font-weight: 300 !important;
    vertical-align: middle !important;
    text-decoration: none !important; }
  #bazaarVoice .bv-cv2-cleanslate td[data-bv-histogram-rating-count="0"] .bv-content-secondary-ratings-container .bv-content-secondary-ratings-value:before {
    opacity: 0 !important; }
  #bazaarVoice .bv-cv2-cleanslate .bv-content-secondary-ratings-container {
    background-color: #cccccc; }

.financial-calculator {
  padding: 40px 0; }
  .financial-calculator form a:link, .financial-calculator form a:visited {
    color: #01675a;
    text-decoration: underline; }
  .financial-calculator label[for="SHOWAMORTIZATIONSCHEDULE"] {
    margin-left: .5rem; }
  @media screen and (max-width: 993px) {
    .financial-calculator {
      padding: 30px 0; } }
  @media screen and (max-width: 420px) {
    .financial-calculator {
      padding: 20px 0; } }
  .financial-calculator .heading-caption {
    float: none; }
  .financial-calculator .embed-responsive.embed-responsive-item.bg-white {
    padding: 40px; }
    @media screen and (max-width: 800px) {
      .financial-calculator .embed-responsive.embed-responsive-item.bg-white {
        padding: 10px; } }
  .financial-calculator .Title h2, .financial-calculator .heading-caption h3 {
    color: #01675a; }
  .financial-calculator .culookup {
    background: #ffffff; }
    .financial-calculator .culookup iframe {
      display: block;
      margin: 0 auto;
      min-height: 750px; }
      @media screen and (max-width: 750px) {
        .financial-calculator .culookup iframe {
          width: 100%; } }
  .financial-calculator form {
    width: 660px;
    margin: 0 auto;
    padding: 40px;
    border: 1px solid #ccc;
    /*Which mortgage is better for me Calculator*/
    /*End Which mortgage is better for me Calculator*/ }
    @media screen and (max-width: 800px) {
      .financial-calculator form {
        width: 100%;
        padding: 20px; } }
    @media screen and (max-width: 420px) {
      .financial-calculator form img {
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 420px) {
      .financial-calculator form .cTableWrapper img {
        width: auto; } }
    .financial-calculator form h3 {
      color: #068765; }
    .financial-calculator form .Description {
      position: relative; }
      .financial-calculator form .Description:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1.71rem;
        background: #04aa84;
        width: 4.29rem;
        height: 0.29rem; }
    .financial-calculator form table tr td, .financial-calculator form table tr th {
      border: none;
      font-size: 16px;
      background: #ffffff;
      font-weight: normal; }
      @media screen and (max-width: 420px) {
        .financial-calculator form table tr td, .financial-calculator form table tr th {
          font-size: 12px; } }
    .financial-calculator form .InputContainer {
      padding-top: 30px; }
      .financial-calculator form .InputContainer table tr td {
        vertical-align: top; }
        .financial-calculator form .InputContainer table tr td input, .financial-calculator form .InputContainer table tr td button, .financial-calculator form .InputContainer table tr td select, .financial-calculator form .InputContainer table tr td optgroup, .financial-calculator form .InputContainer table tr td textarea, .financial-calculator form .InputContainer table tr td legend {
          font-size: 16px; }
        .financial-calculator form .InputContainer table tr td legend {
          padding-top: 1rem; }
        .financial-calculator form .InputContainer table tr td select {
          display: block; }
        .financial-calculator form .InputContainer table tr td:first-child {
          min-width: 5%; }
          @media screen and (max-width: 800px) {
            .financial-calculator form .InputContainer table tr td:first-child {
              min-width: 0;
              width: 0;
              padding-left: 0;
              padding-right: 0; } }
        .financial-calculator form .InputContainer table tr td:nth-child(2), .financial-calculator form .InputContainer table tr td:nth-child(3) {
          width: 45%; }
          @media screen and (max-width: 800px) {
            .financial-calculator form .InputContainer table tr td:nth-child(2), .financial-calculator form .InputContainer table tr td:nth-child(3) {
              padding-left: 0; } }
        @media screen and (max-width: 420px) {
          .financial-calculator form .InputContainer table tr td:nth-child(3) {
            padding-right: 0; } }
        .financial-calculator form .InputContainer table tr td p {
          border: none;
          width: auto;
          padding: 0;
          text-align: right;
          position: relative; }
          .financial-calculator form .InputContainer table tr td p input {
            position: absolute;
            top: 0;
            left: 0; }
            @media screen and (max-width: 420px) {
              .financial-calculator form .InputContainer table tr td p input {
                position: relative;
                top: 0;
                left: 0; } }
          .financial-calculator form .InputContainer table tr td p#tvcLOANSTARTDATE {
            text-align: left; }
        .financial-calculator form .InputContainer table tr td fieldset.InputCollection legend {
          font-size: 1.75rem;
          color: #068765; }
        .financial-calculator form .InputContainer table tr td fieldset.tvcFieldsetForRadioClass legend {
          color: #3a3a3a;
          font-size: inherit; }
      .financial-calculator form .InputContainer table tr:nth-child(odd) td, .financial-calculator form .InputContainer table tr:nth-child(odd) th {
        background: #ffffff; }
      .financial-calculator form .InputContainer p {
        margin: 0 auto;
        padding: 12px 20px; }
        .financial-calculator form .InputContainer p input[type="submit"] {
          cursor: pointer;
          display: inline-block;
          font-weight: 400;
          text-align: center;
          white-space: nowrap;
          vertical-align: middle;
          user-select: none;
          border: 1px solid transparent;
          padding: 0.375rem 0.75rem;
          font-size: 1rem;
          line-height: 1.5;
          border-radius: 0.25rem;
          transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
          margin-right: 0.71rem;
          /* mobiles and tablets */
          text-transform: uppercase;
          position: relative;
          color: #ffffff;
          background: #068765;
          border-radius: 0;
          font-size: 1rem;
          font-weight: bold;
          padding: 1.21rem 2.29rem;
          text-decoration: none;
          display: inline-block;
          line-height: 1;
          border: none;
          letter-spacing: 1px;
          padding: 16px 16px; }
          .financial-calculator form .InputContainer p input[type="submit"]::after {
            content: "";
            width: 1.79rem;
            height: 1.79rem;
            background: #f8f8f8;
            transform: rotate(-132deg);
            position: absolute;
            border-top: 0;
            border-left: 0;
            border-bottom: 0;
            top: auto;
            right: -0.93rem;
            bottom: -1.07rem;
            border: none;
            outline: none;
            pointer-events: none; }
          .financial-calculator form .InputContainer p input[type="submit"]:hover {
            color: #ffffff;
            opacity: 0.8;
            transition: opacity 0.4s ease-in-out; }
      .financial-calculator form .InputContainer #AmortizableLoansTable table table tr td:first-child, .financial-calculator form .InputContainer #RevolvingAccountsTable table table tr td:first-child {
        display: none; }
    @media screen and (max-width: 420px) {
      .financial-calculator form .DetailContainer {
        overflow: auto; } }
    @media screen and (max-width: 420px) {
      .financial-calculator form #Panel_Results {
        overflow: auto; } }
    .financial-calculator form #Panel_Results table {
      margin-bottom: 0; }
      .financial-calculator form #Panel_Results table tr td, .financial-calculator form #Panel_Results table tr th {
        min-width: 0; }
        @media screen and (max-width: 420px) {
          .financial-calculator form #Panel_Results table tr td, .financial-calculator form #Panel_Results table tr th {
            font-size: 12px; } }
        .financial-calculator form #Panel_Results table tr td legend, .financial-calculator form #Panel_Results table tr th legend {
          color: #068765; }
    .financial-calculator form #Panel_Results table.DetailTable tr td, .financial-calculator form #Panel_Results table.DetailTable tr th, .financial-calculator form #Panel_Results table.cAmortContainer tr td, .financial-calculator form #Panel_Results table.cAmortContainer tr th {
      padding-left: 0;
      padding-right: 0; }
    .financial-calculator form #Panel_Results table.SubDetailTable tr th, .financial-calculator form #Panel_Results table.cAmortContainer tr th {
      background-color: #abacab;
      color: white;
      font-weight: bold;
      border-right: 1px solid white; }
      .financial-calculator form #Panel_Results table.SubDetailTable tr th:last-child, .financial-calculator form #Panel_Results table.cAmortContainer tr th:last-child {
        border-right: none; }
    .financial-calculator form #Panel_Results table.SubDetailTable tr td, .financial-calculator form #Panel_Results table.cAmortContainer tr td {
      border-right: 1px solid #abacab; }
      .financial-calculator form #Panel_Results table.SubDetailTable tr td:last-child, .financial-calculator form #Panel_Results table.cAmortContainer tr td:last-child {
        border-right: none; }
    .financial-calculator form #Panel_Results table.SubDetailTable table.cTableWrapper {
      width: 100%; }
      .financial-calculator form #Panel_Results table.SubDetailTable table.cTableWrapper tr td, .financial-calculator form #Panel_Results table.SubDetailTable table.cTableWrapper tr th {
        padding: 10px; }
    .financial-calculator form #Panel_Results table.SubDetailTable, .financial-calculator form #Panel_Results table.cAmortTable {
      border: 1px solid #abacab;
      text-align: center; }
      .financial-calculator form #Panel_Results table.SubDetailTable tr td, .financial-calculator form #Panel_Results table.cAmortTable tr td {
        font-size: 14px; }
      .financial-calculator form #Panel_Results table.SubDetailTable tr:nth-child(odd) td, .financial-calculator form #Panel_Results table.cAmortTable tr:nth-child(odd) td {
        background-color: #f8f8f7; }
      .financial-calculator form #Panel_Results table.SubDetailTable tr:last-child td[headers], .financial-calculator form #Panel_Results table.cAmortTable tr:last-child td[headers] {
        background-color: #068765;
        color: white;
        font-weight: bold;
        border-right: 1px solid #ffffff; }
        .financial-calculator form #Panel_Results table.SubDetailTable tr:last-child td[headers]:last-child, .financial-calculator form #Panel_Results table.cAmortTable tr:last-child td[headers]:last-child {
          border-right: none; }
    .financial-calculator form #Panel_Results table.SubDetailTable tr td hr {
      display: none !important; }
    .financial-calculator form #Panel_Results table.SubDetailTable.altered tr th {
      background-color: transparent;
      font-weight: normal;
      font-size: 14px;
      border-right: 1px solid #abacab; }
    .financial-calculator form #Panel_Results table.SubDetailTable.altered tr td, .financial-calculator form #Panel_Results table.SubDetailTable.altered tr th {
      color: #3a3a3a; }
    .financial-calculator form #Panel_Results table.SubDetailTable.altered tr:nth-child(odd) th {
      background-color: #f8f8f7; }
    .financial-calculator form #Panel_Results table.SubDetailTable.altered tr:first-child th, .financial-calculator form #Panel_Results table.SubDetailTable.altered tr:first-child td {
      background-color: #abacab;
      color: white;
      border-right: 1px solid #ffffff;
      font-size: 16px;
      font-weight: bold; }
      @media screen and (max-width: 420px) {
        .financial-calculator form #Panel_Results table.SubDetailTable.altered tr:first-child th, .financial-calculator form #Panel_Results table.SubDetailTable.altered tr:first-child td {
          font-size: 12px; } }
      .financial-calculator form #Panel_Results table.SubDetailTable.altered tr:first-child th:last-child, .financial-calculator form #Panel_Results table.SubDetailTable.altered tr:first-child td:last-child {
        border-right: none; }
    .financial-calculator form #Panel_Results table.SubDetailTable tr:last-child td, .financial-calculator form #Panel_Results table.SubDetailTable tr:last-child th {
      background-color: #068765;
      color: #ffffff;
      font-size: 16px;
      font-weight: bold;
      border-right: 1px solid #ffffff; }
      @media screen and (max-width: 420px) {
        .financial-calculator form #Panel_Results table.SubDetailTable tr:last-child td, .financial-calculator form #Panel_Results table.SubDetailTable tr:last-child th {
          font-size: 12px; } }
      .financial-calculator form #Panel_Results table.SubDetailTable tr:last-child td:last-child, .financial-calculator form #Panel_Results table.SubDetailTable tr:last-child th:last-child {
        border-right: none; }
    .financial-calculator form #tvcHF06 .InputContainer table tr td:nth-child(4) {
      display: none; }

.rte.ootb-rte {
  padding: 20px 0 35px 0;
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone X ----------- */
  /* Portrait and Landscape */
  /* ----------- Galaxy S4, S5 and Note 3 ----------- */
  /* Portrait and Landscape */
  /* ----------- Galaxy S6 ----------- */
  /* Portrait and Landscape */
  /*Do not show this image in mobile view*/ }
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .rte.ootb-rte .erase {
      display: none; } }
  @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .rte.ootb-rte .erase {
      display: none; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .rte.ootb-rte .erase {
      display: none; } }
  @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .rte.ootb-rte .erase {
      display: none; } }
  @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
    .rte.ootb-rte .erase {
      display: none; } }
  .rte.ootb-rte .rte-footnote {
    font-size: .86rem;
    line-height: 1.29rem; }
  .rte.ootb-rte a {
    text-decoration: none;
    color: #068765;
    transition: color 300ms ease-in-out; }
    .rte.ootb-rte a:hover {
      text-decoration: underline; }
    .rte.ootb-rte a.btn-rt-chopped {
      margin-right: 1.14rem;
      text-transform: uppercase;
      position: relative;
      border-radius: 0;
      font-size: 1rem;
      padding: 1.14rem 2.29rem;
      overflow: hidden;
      vertical-align: bottom;
      line-height: normal;
      letter-spacing: 1px;
      font-weight: bold;
      display: inline-block;
      border-radius: 0;
      text-decoration: none;
      outline: 0;
      text-align: center;
      height: 3.43rem;
      color: #ffffff;
      background: #01675a; }
      .rte.ootb-rte a.btn-rt-chopped:after {
        content: "";
        width: 1.79rem;
        height: 1.79rem;
        transform: rotate(-132deg);
        position: absolute;
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
        top: auto;
        right: -0.93rem;
        bottom: -1.07rem;
        outline: 0;
        pointer-events: none;
        background: #ffffff; }
      .rte.ootb-rte a.btn-rt-chopped:hover {
        color: #fff;
        opacity: .8;
        transition: opacity .4s ease-in-out; }
  .rte.ootb-rte h2 {
    font-size: 2.71rem;
    line-height: 3rem;
    margin-bottom: 2.29rem;
    position: relative;
    color: #3a3a3a;
    font-weight: 300; }
    .rte.ootb-rte h2:after {
      content: '';
      width: 4.29rem;
      padding-top: 1.18rem;
      border-bottom: .29rem solid #04aa84;
      display: block; }
  .rte.ootb-rte h3 {
    margin-bottom: 1.14rem;
    margin-top: 2rem;
    font-weight: bold; }
  .rte.ootb-rte p {
    font-size: 1.3rem; }
  .rte.ootb-rte ul, .rte.ootb-rte ol {
    padding-left: 20px; }
    .rte.ootb-rte ul li, .rte.ootb-rte ol li {
      font-size: 1.14rem;
      line-height: 2rem; }
    .rte.ootb-rte ul.check-mark, .rte.ootb-rte ol.check-mark {
      padding-left: 0;
      list-style: none; }
      .rte.ootb-rte ul.check-mark li, .rte.ootb-rte ol.check-mark li {
        line-height: 2.5rem;
        padding-left: 30px;
        background: transparent url(/etc.clientlibs/dcu/clientlibs/clientlib-site/resources/images/check-mark.png) 0 7px no-repeat;
        background-size: 20px 20px; }
        .rte.ootb-rte ul.check-mark li ul li, .rte.ootb-rte ol.check-mark li ul li {
          background: none; }
    .rte.ootb-rte ul.columns, .rte.ootb-rte ol.columns {
      column-count: 3;
      column-gap: 40px;
      margin-bottom: 50px; }
      @media screen and (max-width: 993px) {
        .rte.ootb-rte ul.columns, .rte.ootb-rte ol.columns {
          column-count: 2; } }
      @media screen and (max-width: 600px) {
        .rte.ootb-rte ul.columns, .rte.ootb-rte ol.columns {
          column-count: 1;
          column-gap: 0; } }
    .rte.ootb-rte ul.free_checking, .rte.ootb-rte ol.free_checking {
      padding: 0;
      list-style: none;
      clear: both;
      float: none; }
      .rte.ootb-rte ul.free_checking .font-26, .rte.ootb-rte ol.free_checking .font-26 {
        font-size: 26px; }
      .rte.ootb-rte ul.free_checking .font-24, .rte.ootb-rte ol.free_checking .font-24 {
        font-size: 24px; }
      .rte.ootb-rte ul.free_checking .font-22, .rte.ootb-rte ol.free_checking .font-22 {
        font-size: 22px; }
      .rte.ootb-rte ul.free_checking .font-20, .rte.ootb-rte ol.free_checking .font-20 {
        font-size: 20px; }
      .rte.ootb-rte ul.free_checking .font-18, .rte.ootb-rte ol.free_checking .font-18 {
        font-size: 18px; }
      .rte.ootb-rte ul.free_checking .font-14, .rte.ootb-rte ol.free_checking .font-14 {
        font-size: 14px; }
      .rte.ootb-rte ul.free_checking li, .rte.ootb-rte ol.free_checking li {
        float: left;
        width: 33.33%;
        padding: 1.2%; }
        @media screen and (max-width: 992px) {
          .rte.ootb-rte ul.free_checking li, .rte.ootb-rte ol.free_checking li {
            float: none;
            width: 400px;
            margin: 0 auto; } }
        @media screen and (max-width: 420px) {
          .rte.ootb-rte ul.free_checking li, .rte.ootb-rte ol.free_checking li {
            width: 100%; } }
        .rte.ootb-rte ul.free_checking li ul, .rte.ootb-rte ol.free_checking li ul {
          list-style-type: disc;
          padding-left: 40px;
          margin-bottom: 30px; }
          .rte.ootb-rte ul.free_checking li ul li, .rte.ootb-rte ol.free_checking li ul li {
            float: none;
            padding: 0;
            width: 100%; }
        .rte.ootb-rte ul.free_checking li div, .rte.ootb-rte ol.free_checking li div {
          border: 1px solid #068765;
          width: 100%;
          padding: 2rem; }
          .rte.ootb-rte ul.free_checking li div h3, .rte.ootb-rte ol.free_checking li div h3 {
            /*font-size: 26px;*/
            padding-bottom: .75rem;
            border-bottom: 1px solid #424242; }
          .rte.ootb-rte ul.free_checking li div .subhead, .rte.ootb-rte ol.free_checking li div .subhead {
            /*font-size: 22px;*/
            color: #006f51;
            margin-bottom: 16px; }
          .rte.ootb-rte ul.free_checking li div .htq, .rte.ootb-rte ol.free_checking li div .htq {
            font-weight: bold;
            color: #068765;
            margin-top: 31px; }
          .rte.ootb-rte ul.free_checking li div p, .rte.ootb-rte ol.free_checking li div p {
            /*font-size: 18px;*/
            line-height: 1.25; }
        .rte.ootb-rte ul.free_checking li:last-child div, .rte.ootb-rte ol.free_checking li:last-child div {
          border: 2px solid #e37500; }
          .rte.ootb-rte ul.free_checking li:last-child div h3, .rte.ootb-rte ol.free_checking li:last-child div h3 {
            margin-top: -2rem; }
          .rte.ootb-rte ul.free_checking li:last-child div .featuredTitle, .rte.ootb-rte ol.free_checking li:last-child div .featuredTitle {
            border: none;
            position: relative;
            position: relative;
            top: -44px;
            padding: 6px;
            background: #fff;
            width: 200px;
            margin: 0 auto; }
            .rte.ootb-rte ul.free_checking li:last-child div .featuredTitle h2, .rte.ootb-rte ol.free_checking li:last-child div .featuredTitle h2 {
              text-transform: uppercase;
              font-weight: 800;
              text-align: center;
              font-size: 18px;
              color: #ffffff;
              background-color: #e37500;
              margin-bottom: 0;
              margin-top: 5px; }
              .rte.ootb-rte ul.free_checking li:last-child div .featuredTitle h2:after, .rte.ootb-rte ol.free_checking li:last-child div .featuredTitle h2:after {
                display: none; }
            .rte.ootb-rte ul.free_checking li:last-child div .featuredTitle:after, .rte.ootb-rte ol.free_checking li:last-child div .featuredTitle:after {
              content: "";
              position: absolute;
              bottom: -5px;
              right: 85px;
              border-width: 12px 12px 0 12px;
              border-style: solid;
              display: block;
              width: 0; }
            .rte.ootb-rte ul.free_checking li:last-child div .featuredTitle.orange:after, .rte.ootb-rte ol.free_checking li:last-child div .featuredTitle.orange:after {
              border-color: #e37500 transparent; }
  .rte.ootb-rte.grey-bg {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 400px) {
    .rte.ootb-rte .no-mobile {
      display: none; } }

.m_auto {
  margin: 0 auto; }

.martop-15 {
  margin-top: 1rem;
  font-size: 11px;
  font-weight: bold;
  padding-left: 1rem; }

.discount-prescription-card-form {
  padding: 20px 0 20px 0; }
  .discount-prescription-card-form h2 {
    font-size: 2.71rem;
    line-height: 3rem;
    margin-bottom: 2.29rem;
    position: relative;
    color: #3a3a3a; }
    .discount-prescription-card-form h2:after {
      content: '';
      width: 4.29rem;
      padding-top: 1.18rem;
      border-bottom: .29rem solid #04aa84;
      display: block; }

#prescriptionform {
  margin: 0 auto; }
  #prescriptionform .row {
    margin-left: 0;
    margin-right: 0; }
  #prescriptionform .form-group {
    padding-left: 1rem; }
  #prescriptionform .submit-reset {
    padding-left: 1rem; }
    #prescriptionform .submit-reset input {
      cursor: pointer;
      display: inline-block;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      user-select: none;
      border: 1px solid transparent;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: 0.25rem;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      margin-right: 0.71rem;
      /* mobiles and tablets */
      text-transform: uppercase;
      position: relative;
      color: #ffffff;
      background: #068765;
      border-radius: 0;
      font-size: 1rem;
      font-weight: bold;
      padding: 1.21rem 2.29rem;
      text-decoration: none;
      display: inline-block;
      line-height: 1;
      border: none;
      letter-spacing: 1px;
      padding: 16px 16px; }
      #prescriptionform .submit-reset input:hover {
        color: #ffffff;
        opacity: 0.8;
        transition: opacity 0.4s ease-in-out; }

.dcu-video-container {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .dcu-video-container .video-wrapper {
    background-color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 1rem 0;
    overflow: hidden; }
    .dcu-video-container .video-wrapper img {
      float: left;
      margin-right: 1rem;
      cursor: pointer; }
    @media screen and (max-width: 993px) {
      .dcu-video-container .video-wrapper h3 {
        font-size: 1.25rem; }
      .dcu-video-container .video-wrapper img {
        width: 125px; } }
    .dcu-video-container .video-wrapper .transcript {
      display: none; }
    .dcu-video-container .video-wrapper .dcuvideo-iframe-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      height: 0; }
    .dcu-video-container .video-wrapper .dcuvideo-iframe-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.aem-Grid.aem-Grid--default--12 > .customootbRTE.aem-GridColumn.aem-GridColumn--offset--default--1 ul, .aem-Grid.aem-Grid--default--12 > .customootbRTE.aem-GridColumn.aem-GridColumn--offset--default--0 ul {
  list-style: none;
  padding-left: 0 !important; }

@media only screen and (max-width: 992px) {
  .aem-Grid.aem-Grid--default--12 > .customootbRTE.aem-GridColumn.aem-GridColumn--offset--default--1, .aem-Grid.aem-Grid--default--12 > .customootbRTE.aem-GridColumn.aem-GridColumn--offset--default--0 {
    float: none;
    clear: both;
    margin-left: 0;
    margin: 0 auto;
    width: 425px; } }

@media only screen and (max-width: 450px) {
  .aem-Grid.aem-Grid--default--12 > .customootbRTE.aem-GridColumn.aem-GridColumn--offset--default--1, .aem-Grid.aem-Grid--default--12 > .customootbRTE.aem-GridColumn.aem-GridColumn--offset--default--0 {
    width: 100%; } }

@media only screen and (max-width: 1100px) and (min-width: 993px) {
  .brand-header--navbar nav .mega-navigation--level-one li {
    padding: 0 .60rem; }
  .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption {
    width: 50%; } }

.hero {
  position: relative; }

.hero-carousel-controls {
  position: absolute;
  padding-left: 16px;
  left: 0;
  bottom: 1%;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  z-index: 8; }

.button-container {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0 auto; }
  .button-container:hover {
    background-color: white; }
    .button-container:hover #hero-carousel-activate {
      border-color: #4d4d4d; }
    .button-container:hover #hero-carousel-activate.play {
      border-color: transparent transparent transparent #4d4d4d; }

@media only screen and (max-width: 992px) {
  .button-container {
    width: 26px;
    height: 26px; } }

#hero-carousel-activate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin: auto;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;
  border-style: double;
  border-color: #068765;
  border-width: 0px 0 0px 20px; }
  #hero-carousel-activate.play {
    border-color: transparent transparent transparent #068765;
    border-style: solid;
    width: 0;
    height: 0;
    left: 3px;
    border-width: 10px 0 10px 17.3px; }

@media only screen and (max-width: 992px) {
  #hero-carousel-activate {
    width: 14px;
    height: 14px;
    border-width: 0px 0 0px 14px; }
    #hero-carousel-activate.play {
      border-width: 7px 0 7px 14px; } }

/*Adjust slider content in mobile */
@media only screen and (max-width: 992px) {
  .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption__head {
    margin-top: 0rem; } }

@media only screen and (max-width: 992px) and (min-width: 720px) {
  .hero-banner-slider .slider__item__caption__wraper .container .slider__item__caption__head {
    margin-top: 0rem; } }

/* Scss Document */
/* Button class to trigger Login modal to come down */
button.login-instruction {
  text-decoration: none;
  background: none;
  border: none;
  color: #04aa84;
  transition: color 300ms ease-in-out;
  cursor: pointer; }
  button.login-instruction:hover {
    text-decoration: underline; }

/*# sourceMappingURL=style.css.map */