/**
  Custom Mixins
 */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0277bd;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #d0a52b;
  --green: #28a745;
  --teal: #26A69A;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #9e9e9e;
  --gray-dark: #565656;
  --blue: #039BE5;
  --indigo: #6610f2;
  --purple: #ab47bc;
  --pink: #E91E63;
  --red: #ef5350;
  --orange: #ffa726;
  --yellow: #d0a52b;
  --green: #66bb6a;
  --teal: #26A69A;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #9e9e9e;
  --primary: #039BE5;
  --secondary: #E91E63;
  --success: #66bb6a;
  --info: #26A69A;
  --warning: #ffa726;
  --danger: #ef5350;
  --light: #607D8B;
  --dark: #565656;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --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: "Source Sans Pro", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #565656;
  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; }

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: #039BE5;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #026899;
    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: #9e9e9e;
  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;
  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: #9e9e9e; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  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: #9e9e9e; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

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

pre {
  display: block;
  font-size: 87.5%;
  color: #565656; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

.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: 15px;
  padding-left: 15px; }

.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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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 #EEEEEE; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #EEEEEE; }
  .table tbody + tbody {
    border-top: 2px solid #EEEEEE; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 1px solid #EEEEEE; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #EEEEEE; }
  .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: #b8e3f8; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #565656;
  border-color: dimgray; }

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

.table-dark {
  color: #fff;
  background-color: #565656; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: dimgray; }
  .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: 575.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: 767.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: 991.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: 1199.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, .hubspot-form .hs-input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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, .hubspot-form .hs-input {
      transition: none; } }
  .form-control::-ms-expand, .hubspot-form .hs-input::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .hubspot-form .hs-input:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #6acdfd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(3, 155, 229, 0.25); }
  .form-control::placeholder, .hubspot-form .hs-input::placeholder {
    color: #9e9e9e;
    opacity: 1; }
  .form-control:disabled, .hubspot-form .hs-input:disabled, .form-control[readonly], .hubspot-form .hs-input[readonly] {
    background-color: #eeeeee;
    opacity: 1; }

select.form-control:focus::-ms-value, .hubspot-form select.hs-input:focus::-ms-value {
  color: #55595c;
  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: #565656;
  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], .hubspot-form select.hs-input[size], select.form-control[multiple], .hubspot-form select.hs-input[multiple] {
  height: auto; }

textarea.form-control, .hubspot-form textarea.hs-input {
  height: auto; }

.form-group, .hubspot-form .hs-form-field {
  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: #9e9e9e; }

.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: 100%;
  color: #66bb6a; }

.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: #565656;
  background-color: rgba(102, 187, 106, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .was-validated .hubspot-form .hs-input:valid, .hubspot-form .was-validated .hs-input:valid, .form-control.is-valid, .hubspot-form .is-valid.hs-input, .was-validated .custom-select:valid,
.custom-select.is-valid,
select.is-valid.custom-select.hcr-select {
  border-color: #66bb6a; }
  .was-validated .form-control:valid:focus, .was-validated .hubspot-form .hs-input:valid:focus, .hubspot-form .was-validated .hs-input:valid:focus, .form-control.is-valid:focus, .hubspot-form .is-valid.hs-input:focus, .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #66bb6a;
    box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .hubspot-form .hs-input:valid ~ .valid-feedback, .hubspot-form .was-validated .hs-input:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .hubspot-form .hs-input:valid ~ .valid-tooltip,
  .hubspot-form .was-validated .hs-input:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .hubspot-form .is-valid.hs-input ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .hubspot-form .is-valid.hs-input ~ .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: #66bb6a; }

.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: #66bb6a; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #bee2c0; }

.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: #89cb8c; }

.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(102, 187, 106, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #66bb6a; }
  .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(102, 187, 106, 0.25); }

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

.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(239, 83, 80, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .was-validated .hubspot-form .hs-input:invalid, .hubspot-form .was-validated .hs-input:invalid, .form-control.is-invalid, .hubspot-form .is-invalid.hs-input, .was-validated .custom-select:invalid,
.custom-select.is-invalid,
select.is-invalid.custom-select.hcr-select {
  border-color: #ef5350; }
  .was-validated .form-control:invalid:focus, .was-validated .hubspot-form .hs-input:invalid:focus, .hubspot-form .was-validated .hs-input:invalid:focus, .form-control.is-invalid:focus, .hubspot-form .is-invalid.hs-input:focus, .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #ef5350;
    box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .hubspot-form .hs-input:invalid ~ .invalid-feedback, .hubspot-form .was-validated .hs-input:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .hubspot-form .hs-input:invalid ~ .invalid-tooltip,
  .hubspot-form .was-validated .hs-input:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .hubspot-form .is-invalid.hs-input ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .hubspot-form .is-invalid.hs-input ~ .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: #ef5350; }

.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: #ef5350; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #fac6c5; }

.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: #f3817f; }

.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(239, 83, 80, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ef5350; }
  .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(239, 83, 80, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group, .form-inline .hubspot-form .hs-form-field, .hubspot-form .form-inline .hs-form-field {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .hubspot-form .hs-input, .hubspot-form .form-inline .hs-input {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select,
    .form-inline select.custom-select.hcr-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, .hubspot-form .hs-button {
  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, .hubspot-form .hs-button {
      transition: none; } }
  .btn:hover, .hubspot-form .hs-button:hover, .btn:focus, .hubspot-form .hs-button:focus {
    text-decoration: none; }
  .btn:focus, .hubspot-form .hs-button:focus, .btn.focus, .hubspot-form .focus.hs-button {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(3, 155, 229, 0.25); }
  .btn.disabled, .hubspot-form .disabled.hs-button, .btn:disabled, .hubspot-form .hs-button:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .hubspot-form .hs-button:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled, .hubspot-form a.disabled.hs-button,
fieldset:disabled a.btn,
fieldset:disabled .hubspot-form a.hs-button,
.hubspot-form fieldset:disabled a.hs-button {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #039BE5;
  border-color: #039BE5; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0381bf;
    border-color: #0279b3; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 155, 229, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #039BE5;
    border-color: #039BE5; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0279b3;
    border-color: #0270a6; }
    .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(3, 155, 229, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #E91E63;
  border-color: #E91E63; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #cd1453;
    border-color: #c1134e; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #E91E63;
    border-color: #E91E63; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #c1134e;
    border-color: #b61249; }
    .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(233, 30, 99, 0.5); }

.btn-success {
  color: #565656;
  background-color: #66bb6a;
  border-color: #66bb6a; }
  .btn-success:hover {
    color: #fff;
    background-color: #4dae52;
    border-color: #49a54e; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #565656;
    background-color: #66bb6a;
    border-color: #66bb6a; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #49a54e;
    border-color: #459c49; }
    .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(102, 187, 106, 0.5); }

.btn-info {
  color: #fff;
  background-color: #26A69A;
  border-color: #26A69A; }
  .btn-info:hover {
    color: #fff;
    background-color: #1f877d;
    border-color: #1d7d74; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 166, 154, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #26A69A;
    border-color: #26A69A; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1d7d74;
    border-color: #1a726a; }
    .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(38, 166, 154, 0.5); }

.btn-warning {
  color: #565656;
  background-color: #ffa726;
  border-color: #ffa726; }
  .btn-warning:hover {
    color: #565656;
    background-color: #ff9700;
    border-color: #f29000; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 167, 38, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #565656;
    background-color: #ffa726;
    border-color: #ffa726; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #565656;
    background-color: #f29000;
    border-color: #e58800; }
    .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, 167, 38, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #ef5350;
  border-color: #ef5350; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ec312d;
    border-color: #eb2521; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ef5350;
    border-color: #ef5350; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #eb2521;
    border-color: #ea1a16; }
    .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(239, 83, 80, 0.5); }

.btn-light {
  color: #fff;
  background-color: #607D8B;
  border-color: #607D8B; }
  .btn-light:hover {
    color: #fff;
    background-color: #506974;
    border-color: #4b626d; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(96, 125, 139, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #fff;
    background-color: #607D8B;
    border-color: #607D8B; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #fff;
    background-color: #4b626d;
    border-color: #465b65; }
    .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(96, 125, 139, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #565656;
  border-color: #565656; }
  .btn-dark:hover {
    color: #fff;
    background-color: #434343;
    border-color: #3d3d3d; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(86, 86, 86, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #565656;
    border-color: #565656; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #363636; }
    .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(86, 86, 86, 0.5); }

.btn-outline-primary {
  color: #039BE5;
  background-color: transparent;
  background-image: none;
  border-color: #039BE5; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #039BE5;
    border-color: #039BE5; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 155, 229, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #039BE5;
    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: #039BE5;
    border-color: #039BE5; }
    .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(3, 155, 229, 0.5); }

.btn-outline-secondary {
  color: #E91E63;
  background-color: transparent;
  background-image: none;
  border-color: #E91E63; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #E91E63;
    border-color: #E91E63; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #E91E63;
    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: #E91E63;
    border-color: #E91E63; }
    .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(233, 30, 99, 0.5); }

.btn-outline-success {
  color: #66bb6a;
  background-color: transparent;
  background-image: none;
  border-color: #66bb6a; }
  .btn-outline-success:hover {
    color: #565656;
    background-color: #66bb6a;
    border-color: #66bb6a; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #66bb6a;
    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: #565656;
    background-color: #66bb6a;
    border-color: #66bb6a; }
    .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(102, 187, 106, 0.5); }

.btn-outline-info {
  color: #26A69A;
  background-color: transparent;
  background-image: none;
  border-color: #26A69A; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #26A69A;
    border-color: #26A69A; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 166, 154, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #26A69A;
    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: #26A69A;
    border-color: #26A69A; }
    .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(38, 166, 154, 0.5); }

.btn-outline-warning {
  color: #ffa726;
  background-color: transparent;
  background-image: none;
  border-color: #ffa726; }
  .btn-outline-warning:hover {
    color: #565656;
    background-color: #ffa726;
    border-color: #ffa726; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 167, 38, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffa726;
    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: #565656;
    background-color: #ffa726;
    border-color: #ffa726; }
    .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, 167, 38, 0.5); }

.btn-outline-danger {
  color: #ef5350;
  background-color: transparent;
  background-image: none;
  border-color: #ef5350; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ef5350;
    border-color: #ef5350; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ef5350;
    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: #ef5350;
    border-color: #ef5350; }
    .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(239, 83, 80, 0.5); }

.btn-outline-light {
  color: #607D8B;
  background-color: transparent;
  background-image: none;
  border-color: #607D8B; }
  .btn-outline-light:hover {
    color: #fff;
    background-color: #607D8B;
    border-color: #607D8B; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(96, 125, 139, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #607D8B;
    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: #fff;
    background-color: #607D8B;
    border-color: #607D8B; }
    .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(96, 125, 139, 0.5); }

.btn-outline-dark {
  color: #565656;
  background-color: transparent;
  background-image: none;
  border-color: #565656; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #565656;
    border-color: #565656; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(86, 86, 86, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #565656;
    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: #565656;
    border-color: #565656; }
    .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(86, 86, 86, 0.5); }

.btn-link {
  font-weight: 400;
  color: #039BE5;
  background-color: transparent; }
  .btn-link:hover {
    color: #026899;
    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: #9e9e9e;
    pointer-events: none; }

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

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

.btn-block, .hubspot-form .hs-button {
  display: block;
  width: 100%; }
  .btn-block + .btn-block, .hubspot-form .hs-button + .btn-block, .hubspot-form .btn-block + .hs-button, .hubspot-form .hs-button + .hs-button {
    margin-top: 0.5rem; }

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

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

.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: #565656;
  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 #eeeeee; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #565656;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #494949;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #039BE5; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #9e9e9e;
    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: #9e9e9e;
  white-space: nowrap; }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .hubspot-form .btn-group > .hs-button,
  .btn-group-vertical > .btn,
  .hubspot-form .btn-group-vertical > .hs-button {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover, .hubspot-form .btn-group > .hs-button:hover,
    .btn-group-vertical > .btn:hover,
    .hubspot-form .btn-group-vertical > .hs-button:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .hubspot-form .btn-group > .hs-button:focus, .btn-group > .btn:active, .hubspot-form .btn-group > .hs-button:active, .btn-group > .btn.active, .hubspot-form .btn-group > .active.hs-button,
    .btn-group-vertical > .btn:focus,
    .hubspot-form .btn-group-vertical > .hs-button:focus,
    .btn-group-vertical > .btn:active,
    .hubspot-form .btn-group-vertical > .hs-button:active,
    .btn-group-vertical > .btn.active,
    .hubspot-form .btn-group-vertical > .active.hs-button {
      z-index: 1; }
  .btn-group .btn + .btn, .btn-group .hubspot-form .hs-button + .btn, .hubspot-form .btn-group .hs-button + .btn, .btn-group .hubspot-form .btn + .hs-button, .hubspot-form .btn-group .btn + .hs-button, .btn-group .hubspot-form .hs-button + .hs-button, .hubspot-form .btn-group .hs-button + .hs-button,
  .btn-group .btn + .btn-group,
  .btn-group .hubspot-form .hs-button + .btn-group,
  .hubspot-form .btn-group .hs-button + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .hubspot-form .btn-group + .hs-button,
  .hubspot-form .btn-group .btn-group + .hs-button,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .hubspot-form .hs-button + .btn,
  .hubspot-form .btn-group-vertical .hs-button + .btn,
  .btn-group-vertical .hubspot-form .btn + .hs-button,
  .hubspot-form .btn-group-vertical .btn + .hs-button,
  .btn-group-vertical .hubspot-form .hs-button + .hs-button,
  .hubspot-form .btn-group-vertical .hs-button + .hs-button,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .hubspot-form .hs-button + .btn-group,
  .hubspot-form .btn-group-vertical .hs-button + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .hubspot-form .btn-group + .hs-button,
  .hubspot-form .btn-group-vertical .btn-group + .hs-button,
  .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, .hubspot-form .btn-group > .hs-button:first-child {
  margin-left: 0; }

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

.btn-group > .btn:not(:first-child), .hubspot-form .btn-group > .hs-button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.hubspot-form .btn-group > .btn-group:not(:first-child) > .hs-button {
  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, .hubspot-form .btn-group-sm > .hs-button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .hubspot-form .btn-group-lg > .hs-button + .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 .hubspot-form .hs-button, .hubspot-form .btn-group-vertical .hs-button,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .hubspot-form .btn-group-vertical > .hs-button + .btn, .hubspot-form .btn-group-vertical > .btn + .hs-button, .hubspot-form .btn-group-vertical > .hs-button + .hs-button,
  .btn-group-vertical > .btn + .btn-group,
  .hubspot-form .btn-group-vertical > .hs-button + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .hubspot-form .btn-group-vertical > .btn-group + .hs-button,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .hubspot-form .btn-group-vertical > .hs-button:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .hubspot-form .btn-group-vertical > .btn-group:not(:last-child) > .hs-button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .hubspot-form .btn-group-vertical > .hs-button:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .hubspot-form .btn-group-vertical > .btn-group:not(:first-child) > .hs-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .hubspot-form .btn-group-toggle > .hs-button,
.btn-group-toggle > .btn-group > .btn,
.hubspot-form .btn-group-toggle > .btn-group > .hs-button {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .hubspot-form .btn-group-toggle > .hs-button input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .hubspot-form .btn-group-toggle > .hs-button input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .hubspot-form .btn-group-toggle > .btn-group > .hs-button input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .hubspot-form .btn-group-toggle > .btn-group > .hs-button 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, .hubspot-form .input-group > .hs-input,
  .input-group > .custom-select,
  .input-group > select.custom-select.hcr-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .hubspot-form .input-group > .hs-input + .form-control, .hubspot-form .input-group > .form-control + .hs-input, .hubspot-form .input-group > .hs-input + .hs-input,
    .input-group > .form-control + .custom-select,
    .hubspot-form .input-group > .hs-input + .custom-select,
    .input-group > .form-control + .custom-file,
    .hubspot-form .input-group > .hs-input + .custom-file,
    .input-group > .custom-select + .form-control,
    .hubspot-form .input-group > .custom-select + .hs-input,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .hubspot-form .input-group > .custom-file + .hs-input,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .hubspot-form .input-group > .hs-input: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), .hubspot-form .input-group > .hs-input: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), .hubspot-form .input-group > .hs-input: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-prepend .hubspot-form .hs-button, .hubspot-form .input-group-prepend .hs-button,
  .input-group-append .btn,
  .input-group-append .hubspot-form .hs-button,
  .hubspot-form .input-group-append .hs-button {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn, .input-group-prepend .hubspot-form .hs-button + .btn, .hubspot-form .input-group-prepend .hs-button + .btn, .input-group-prepend .hubspot-form .btn + .hs-button, .hubspot-form .input-group-prepend .btn + .hs-button, .input-group-prepend .hubspot-form .hs-button + .hs-button, .hubspot-form .input-group-prepend .hs-button + .hs-button,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .hubspot-form .hs-button + .input-group-text,
  .hubspot-form .input-group-prepend .hs-button + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .hubspot-form .input-group-text + .hs-button,
  .hubspot-form .input-group-prepend .input-group-text + .hs-button,
  .input-group-append .btn + .btn,
  .input-group-append .hubspot-form .hs-button + .btn,
  .hubspot-form .input-group-append .hs-button + .btn,
  .input-group-append .hubspot-form .btn + .hs-button,
  .hubspot-form .input-group-append .btn + .hs-button,
  .input-group-append .hubspot-form .hs-button + .hs-button,
  .hubspot-form .input-group-append .hs-button + .hs-button,
  .input-group-append .btn + .input-group-text,
  .input-group-append .hubspot-form .hs-button + .input-group-text,
  .hubspot-form .input-group-append .hs-button + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .hubspot-form .input-group-text + .hs-button,
  .hubspot-form .input-group-append .input-group-text + .hs-button {
    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: #55595c;
  text-align: center;
  white-space: nowrap;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control, .hubspot-form .input-group-lg > .hs-input,
.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,
.hubspot-form .input-group-lg > .input-group-prepend > .hs-button,
.input-group-lg > .input-group-append > .btn,
.hubspot-form .input-group-lg > .input-group-append > .hs-button {
  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, .hubspot-form .input-group-sm > .hs-input,
.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,
.hubspot-form .input-group-sm > .input-group-prepend > .hs-button,
.input-group-sm > .input-group-append > .btn,
.hubspot-form .input-group-sm > .input-group-append > .hs-button {
  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, .hubspot-form .input-group > .input-group-prepend > .hs-button,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.hubspot-form .input-group > .input-group-append:not(:last-child) > .hs-button,
.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),
.hubspot-form .input-group > .input-group-append:last-child > .hs-button: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, .hubspot-form .input-group > .input-group-append > .hs-button,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.hubspot-form .input-group > .input-group-prepend:not(:first-child) > .hs-button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.hubspot-form .input-group > .input-group-prepend:first-child > .hs-button: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: #66bb6a; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 155, 229, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #9ddefe; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #9e9e9e; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #eeeeee; }

.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: #e0e0e0; }
  .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: #66bb6a; }

.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: #039BE5; }

.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(3, 155, 229, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(3, 155, 229, 0.5); }

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

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

.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(3, 155, 229, 0.5); }

.custom-select, select.custom-select.hcr-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.5rem 0.375rem 0.5rem;
  line-height: 1.5;
  color: #55595c;
  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.5rem center;
  background-size: 8px 10px;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus, select.custom-select.hcr-select:focus {
    border-color: #6acdfd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(106, 205, 253, 0.5); }
    .custom-select:focus::-ms-value {
      color: #55595c;
      background-color: #fff; }
  .custom-select[multiple], select.custom-select.hcr-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.5rem;
    background-image: none; }
  .custom-select:disabled, select.custom-select.hcr-select:disabled {
    color: #9e9e9e;
    background-color: #eeeeee; }
  .custom-select::-ms-expand, select.custom-select.hcr-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: #6acdfd;
    box-shadow: 0 0 0 0.2rem rgba(3, 155, 229, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #6acdfd; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #eeeeee; }
  .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: #55595c;
  background-color: #fff;
  border: 1px solid #cccccc;
  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: #55595c;
    content: "Browse";
    background-color: #eeeeee;
    border-left: 1px solid #cccccc;
    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(3, 155, 229, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 155, 229, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 155, 229, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #039BE5;
    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: #9ddefe; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e0e0e0;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #039BE5;
    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: #9ddefe; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e0e0e0;
    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: #039BE5;
    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: #9ddefe; }
  .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: #e0e0e0;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #e0e0e0;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label, .custom-select, select.custom-select.hcr-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, select.custom-select.hcr-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: #9e9e9e; }

.nav-tabs {
  border-bottom: 1px solid #e0e0e0; }
  .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: #eeeeee #eeeeee #e0e0e0; }
    .nav-tabs .nav-link.disabled {
      color: #9e9e9e;
      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: #e0e0e0 #e0e0e0 #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: #039BE5; }

.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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .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: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .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: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .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: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .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: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .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: 576px) {
  .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: #eeeeee;
  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: #9e9e9e;
    content: "/"; }

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

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

.breadcrumb-item.active {
  color: #9e9e9e; }

.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: #039BE5;
  background-color: #fff;
  border: 1px solid #e0e0e0; }
  .page-link:hover {
    z-index: 2;
    color: #026899;
    text-decoration: none;
    background-color: #eeeeee;
    border-color: #e0e0e0; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(3, 155, 229, 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: #039BE5;
  border-color: #039BE5; }

.page-item.disabled .page-link {
  color: #9e9e9e;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e0e0e0; }

.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, .hubspot-form .hs-button .badge {
  position: relative;
  top: -1px; }

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

.badge-primary {
  color: #fff;
  background-color: #039BE5; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0279b3; }

.badge-secondary {
  color: #fff;
  background-color: #E91E63; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #c1134e; }

.badge-success {
  color: #565656;
  background-color: #66bb6a; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #565656;
    text-decoration: none;
    background-color: #49a54e; }

.badge-info {
  color: #fff;
  background-color: #26A69A; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d7d74; }

.badge-warning {
  color: #565656;
  background-color: #ffa726; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #565656;
    text-decoration: none;
    background-color: #f29000; }

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

.badge-light {
  color: #fff;
  background-color: #607D8B; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4b626d; }

.badge-dark {
  color: #fff;
  background-color: #565656; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3d3d3d; }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #025177;
  background-color: #cdebfa;
  border-color: #b8e3f8; }
  .alert-primary hr {
    border-top-color: #a1daf6; }
  .alert-primary .alert-link {
    color: #012f45; }

.alert-secondary {
  color: #791033;
  background-color: #fbd2e0;
  border-color: #f9c0d3; }
  .alert-secondary hr {
    border-top-color: #f7a9c3; }
  .alert-secondary .alert-link {
    color: #4c0a20; }

.alert-success {
  color: #356137;
  background-color: #e0f1e1;
  border-color: #d4ecd5; }
  .alert-success hr {
    border-top-color: #c2e4c4; }
  .alert-success .alert-link {
    color: #234024; }

.alert-info {
  color: #145650;
  background-color: #d4edeb;
  border-color: #c2e6e3; }
  .alert-info hr {
    border-top-color: #b0dfdb; }
  .alert-info .alert-link {
    color: #0a2d2a; }

.alert-warning {
  color: #855714;
  background-color: #ffedd4;
  border-color: #ffe6c2; }
  .alert-warning hr {
    border-top-color: #ffdca9; }
  .alert-warning .alert-link {
    color: #593a0d; }

.alert-danger {
  color: #7c2b2a;
  background-color: #fcdddc;
  border-color: #fbcfce; }
  .alert-danger hr {
    border-top-color: #f9b8b6; }
  .alert-danger .alert-link {
    color: #561e1d; }

.alert-light {
  color: #324148;
  background-color: #dfe5e8;
  border-color: #d2dbdf; }
  .alert-light hr {
    border-top-color: #c3cfd4; }
  .alert-light .alert-link {
    color: #1d262a; }

.alert-dark {
  color: #2d2d2d;
  background-color: #dddddd;
  border-color: #d0d0d0; }
  .alert-dark hr {
    border-top-color: #c3c3c3; }
  .alert-dark .alert-link {
    color: #141414; }

@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: #eeeeee;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #039BE5;
  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: #f5f5f5; }
  .list-group-item-action:active {
    color: #565656;
    background-color: #eeeeee; }

.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: #9e9e9e;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #039BE5;
    border-color: #039BE5; }

.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: #025177;
  background-color: #b8e3f8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #025177;
    background-color: #a1daf6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #025177;
    border-color: #025177; }

.list-group-item-secondary {
  color: #791033;
  background-color: #f9c0d3; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #791033;
    background-color: #f7a9c3; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #791033;
    border-color: #791033; }

.list-group-item-success {
  color: #356137;
  background-color: #d4ecd5; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #356137;
    background-color: #c2e4c4; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #356137;
    border-color: #356137; }

.list-group-item-info {
  color: #145650;
  background-color: #c2e6e3; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #145650;
    background-color: #b0dfdb; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #145650;
    border-color: #145650; }

.list-group-item-warning {
  color: #855714;
  background-color: #ffe6c2; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #855714;
    background-color: #ffdca9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #855714;
    border-color: #855714; }

.list-group-item-danger {
  color: #7c2b2a;
  background-color: #fbcfce; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7c2b2a;
    background-color: #f9b8b6; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7c2b2a;
    border-color: #7c2b2a; }

.list-group-item-light {
  color: #324148;
  background-color: #d2dbdf; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #324148;
    background-color: #c3cfd4; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #324148;
    border-color: #324148; }

.list-group-item-dark {
  color: #2d2d2d;
  background-color: #d0d0d0; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #2d2d2d;
    background-color: #c3c3c3; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d; }

.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: 0.5rem;
  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 #eeeeee;
  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 #eeeeee; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 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: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Source Sans Pro", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 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: "Source Sans Pro", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 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: #565656; }

.carousel {
  position: relative; }

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

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #039BE5 !important; }

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

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

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

.bg-success {
  background-color: #66bb6a !important; }

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

.bg-info {
  background-color: #26A69A !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #EEEEEE !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: #039BE5 !important; }

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

.border-success {
  border-color: #66bb6a !important; }

.border-info {
  border-color: #26A69A !important; }

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

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

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

.border-dark {
  border-color: #565656 !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: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

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

@media (min-width: 992px) {
  .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: 1200px) {
  .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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

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

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

@media (min-width: 1200px) {
  .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, .hubspot-form .hs-form-field,
.my-2 {
  margin-bottom: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .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: 1200px) {
  .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: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

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

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

@media (min-width: 1200px) {
  .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: #039BE5 !important; }

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

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

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

.text-success {
  color: #66bb6a !important; }

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

.text-info {
  color: #26A69A !important; }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #9e9e9e !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; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #bdbdbd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e0e0e0 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #EEEEEE; }
  .table .thead-dark th {
    color: inherit;
    border-color: #EEEEEE; } }

.btn-primary {
  color: #fff;
  background-color: #039BE5;
  border-color: #0277BD; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0381bf;
    border-color: #01578b; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 119, 189, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #039BE5;
    border-color: #0277BD; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0279b3;
    border-color: #014f7e; }
    .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(2, 119, 189, 0.5); }

.btn-success, .btn-success.disabled {
  color: #ffffff; }

.btn-primary-alt, .hubspot-form .hs-button.primary {
  color: #fff;
  background-color: #E91E63;
  border-color: #C2185B; }
  .btn-primary-alt:hover, .hubspot-form .hs-button.primary:hover {
    color: #fff;
    background-color: #cd1453;
    border-color: #951246; }
  .btn-primary-alt:focus, .hubspot-form .hs-button.primary:focus, .btn-primary-alt.focus, .hubspot-form .focus.hs-button.primary {
    box-shadow: 0 0 0 0.2rem rgba(194, 24, 91, 0.5); }
  .btn-primary-alt.disabled, .hubspot-form .disabled.hs-button.primary, .btn-primary-alt:disabled, .hubspot-form .hs-button.primary:disabled {
    color: #fff;
    background-color: #E91E63;
    border-color: #C2185B; }
  .btn-primary-alt:not(:disabled):not(.disabled):active, .hubspot-form .hs-button.primary:not(:disabled):not(.disabled):active, .btn-primary-alt:not(:disabled):not(.disabled).active, .hubspot-form .hs-button.primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary-alt.dropdown-toggle,
  .hubspot-form .show > .dropdown-toggle.hs-button.primary {
    color: #fff;
    background-color: #c1134e;
    border-color: #891140; }
    .btn-primary-alt:not(:disabled):not(.disabled):active:focus, .hubspot-form .hs-button.primary:not(:disabled):not(.disabled):active:focus, .btn-primary-alt:not(:disabled):not(.disabled).active:focus, .hubspot-form .hs-button.primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary-alt.dropdown-toggle:focus,
    .hubspot-form .show > .dropdown-toggle.hs-button.primary:focus {
      box-shadow: 0 0 0 0.2rem rgba(194, 24, 91, 0.5); }
  .btn-primary-alt.white-border, .hubspot-form .white-border.hs-button.primary {
    border-color: #ffffff; }

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

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

.btn-outline-teal {
  color: #26A69A;
  background-color: transparent;
  background-image: none;
  border-color: #26A69A; }
  .btn-outline-teal:hover {
    color: #fff;
    background-color: #26A69A;
    border-color: #26A69A; }
  .btn-outline-teal:focus, .btn-outline-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 166, 154, 0.5); }
  .btn-outline-teal.disabled, .btn-outline-teal:disabled {
    color: #26A69A;
    background-color: transparent; }
  .btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal.dropdown-toggle {
    color: #fff;
    background-color: #26A69A;
    border-color: #26A69A; }
    .btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 166, 154, 0.5); }

.btn-teal {
  color: #fff;
  background-color: #26A69A;
  border-color: #73c5be; }
  .btn-teal:hover {
    color: #fff;
    background-color: #1f877d;
    border-color: #4fb6ad; }
  .btn-teal:focus, .btn-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(115, 197, 190, 0.5); }
  .btn-teal.disabled, .btn-teal:disabled {
    color: #fff;
    background-color: #26A69A;
    border-color: #73c5be; }
  .btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active,
  .show > .btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #1d7d74;
    border-color: #49b0a7; }
    .btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(115, 197, 190, 0.5); }

.btn-secondary {
  color: #565656;
  background-color: #fff;
  border-color: #DDDDDD; }
  .btn-secondary:hover {
    color: #565656;
    background-color: #ececec;
    border-color: #c4c4c4; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #565656;
    background-color: #fff;
    border-color: #DDDDDD; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #565656;
    background-color: #e6e6e6;
    border-color: #bdbdbd; }
    .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(221, 221, 221, 0.5); }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #EEEEEE; }
    .btn-secondary:hover[disabled], .btn-secondary:focus[disabled], .btn-secondary:active[disabled] {
      background-color: initial; }

.badge-info {
  color: #26A69A;
  background-color: #e9f6f5; }

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

@media (min-width: 992px) {
  .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1140px; } }

@media (max-width: 767.98px) {
  .btn-block-mobile {
    display: block;
    width: 100%; } }

.text-black {
  color: #212121; }

/**
* ATS status widget styling
**/
[data-widget=ats-status] .selectContainer {
  display: none; }

[data-widget=ats-status] .select2.select2-container .select2-selection.select2-selection--single {
  min-height: initial;
  height: 32px;
  padding-top: 0; }

[data-widget=ats-status] select {
  min-width: 180px;
  width: 100%;
  height: 32px; }

[data-widget=ats-status]:hover .previewContainer, [data-widget=ats-status].active .previewContainer {
  display: none; }

[data-widget=ats-status]:hover .selectContainer, [data-widget=ats-status].active .selectContainer {
  display: inline-block; }

[data-widget=ats-status].updating::before {
  content: url("/templates/mycnajobs/static/img/ats/ajax-loader.gif");
  position: absolute;
  margin-left: 25px;
  margin-top: 10px; }

[data-widget=ats-status].updating .select2.select2-container, [data-widget=ats-status].updating .previewContainer, [data-widget=ats-status].updating .note.has-content {
  opacity: .2; }

/**
* End of status widget styling
**/
/**
* The /ats/ table
**/
table.ats-table.dataTable {
  /**
 * Table Header Styles
 */
  /**
  * Table Row Styles
  */
  /**
  * Add support for hover-on/hover-off classes which hide/show content
  **/ }
  table.ats-table.dataTable thead th, table.ats-table.dataTable thead th {
    padding: 15px 5px 15px 5px;
    background-color: #EEEEEE;
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
    table.ats-table.dataTable thead th:first-of-type, table.ats-table.dataTable thead th:first-of-type {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-left: 1px solid rgba(0, 0, 0, 0.125); }
    table.ats-table.dataTable thead th:last-of-type, table.ats-table.dataTable thead th:last-of-type {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-right: 1px solid rgba(0, 0, 0, 0.125); }
    table.ats-table.dataTable thead th:last-child, table.ats-table.dataTable thead th:last-child {
      padding: 10px; }
    table.ats-table.dataTable thead th.sorting, table.ats-table.dataTable thead th.sorting {
      background-image: none;
      border-right: 1px solid #eeeeee;
      border-left: 1px solid #eeeeee; }
    table.ats-table.dataTable thead th.sorting:hover, table.ats-table.dataTable thead th.sorting_asc:hover, table.ats-table.dataTable thead th.sorting_desc:hover, table.ats-table.dataTable thead th.sorting:hover, table.ats-table.dataTable thead th.sorting_asc:hover, table.ats-table.dataTable thead th.sorting_desc:hover {
      background-color: #cccccc;
      border-right: 1px solid #e6e6e6;
      border-left: 1px solid #e6e6e6; }
    table.ats-table.dataTable thead th.select-all, table.ats-table.dataTable thead th.select-all {
      cursor: pointer; }
      table.ats-table.dataTable thead th.select-all:before, table.ats-table.dataTable thead th.select-all:before {
        content: ' ';
        margin-top: -6px;
        margin-left: 9px;
        border: 1px solid #9E9E9E;
        border-radius: 3px;
        display: block;
        top: 1.2em;
        left: 50%;
        width: 12px;
        height: 12px;
        box-sizing: border-box;
        background-color: white; }
  table.ats-table.dataTable tr {
    /**
    * Table Cell Styles
    */ }
    table.ats-table.dataTable tr td {
      font-size: 15px;
      color: #565656;
      padding: 4px;
      height: 41px;
      vertical-align: middle;
      border-color: #EEEEEE; }
      table.ats-table.dataTable tr td div[data-widget="ats-status"] {
        display: inline-block; }
        table.ats-table.dataTable tr td div[data-widget="ats-status"]:hover .select2-selection.select2-selection--single, table.ats-table.dataTable tr td div[data-widget="ats-status"].active .select2-selection.select2-selection--single {
          border: 1px solid rgba(0, 0, 0, 0.15);
          background: #ffffff; }
          table.ats-table.dataTable tr td div[data-widget="ats-status"]:hover .select2-selection.select2-selection--single .select2-selection__arrow, table.ats-table.dataTable tr td div[data-widget="ats-status"].active .select2-selection.select2-selection--single .select2-selection__arrow {
            display: block; }
        table.ats-table.dataTable tr td div[data-widget="ats-status"] .select2-selection.select2-selection--single {
          border: 0;
          background: none; }
          table.ats-table.dataTable tr td div[data-widget="ats-status"] .select2-selection.select2-selection--single .select2-selection__arrow {
            display: none; }
        table.ats-table.dataTable tr td div[data-widget="ats-status"] select {
          width: 186.5px;
          color: #444;
          border: 0;
          appearance: none;
          background: none; }
      table.ats-table.dataTable tr td .profile-pic {
        max-width: 40px;
        max-height: 40px;
        display: block;
        float: left;
        border-radius: 5px;
        border: 1px solid #E0E0E0; }
      table.ats-table.dataTable tr td .not-viewed {
        position: absolute;
        top: -5px;
        left: -7px;
        height: 55px;
        width: 54px; }
      table.ats-table.dataTable tr td a {
        color: #039BE5; }
      table.ats-table.dataTable tr td span.location-info {
        display: block;
        font-size: 12px; }
      table.ats-table.dataTable tr td .fa-stack {
        font-size: 10px;
        color: #E0E0E0;
        padding-left: 10px;
        margin-top: -3px; }
      table.ats-table.dataTable tr td .badge-pill {
        text-transform: uppercase; }
      table.ats-table.dataTable tr td.select-checkbox:before {
        margin-top: 2px;
        border: 1px solid #9E9E9E; }
      table.ats-table.dataTable tr td.wotc, table.ats-table.dataTable tr td.hascar, table.ats-table.dataTable tr td.extra-options {
        text-align: center; }
      table.ats-table.dataTable tr td.profilePic {
        padding-left: 0; }
      table.ats-table.dataTable tr td.extra-options a {
        padding: 5px 10px;
        margin: 0 4px; }
        table.ats-table.dataTable tr td.extra-options a.bg-check .fa-check {
          font-size: 8px;
          margin-left: -1px; }
      table.ats-table.dataTable tr td.cellAtsStatus [data-widget=ats-status] .previewContainer .select2-container--default .select2-selection--single {
        border: 0;
        background: none; }
      table.ats-table.dataTable tr td.cellAtsStatus [data-widget=ats-status] .previewContainer .select2-selection__arrow {
        display: none; }
    table.ats-table.dataTable tr:hover {
      background-color: #EEEEEE; }
    table.ats-table.dataTable tr.selected td {
      background-color: #EEEEEE !important; }
      table.ats-table.dataTable tr.selected td.select-checkbox:after {
        margin-top: -4px;
        text-shadow: none; }
    table.ats-table.dataTable tr.outOfZone {
      background: rgba(255, 255, 255, 0.7); }
      table.ats-table.dataTable tr.outOfZone td {
        border-top: 1px solid #e890b3;
        border-bottom: 1px solid #e890b3; }
        table.ats-table.dataTable tr.outOfZone td:not(.outOfZoneBadge) {
          cursor: not-allowed; }
        table.ats-table.dataTable tr.outOfZone td img.profile-pic, table.ats-table.dataTable tr.outOfZone td img.not-viewed {
          opacity: .5; }
        table.ats-table.dataTable tr.outOfZone td a.btn.btn-secondary, table.ats-table.dataTable tr.outOfZone td .hubspot-form a.btn-secondary.hs-button, .hubspot-form table.ats-table.dataTable tr.outOfZone td a.btn-secondary.hs-button {
          cursor: not-allowed;
          border-color: #EEEEEE; }
        table.ats-table.dataTable tr.outOfZone td a.outOfZoneBadge {
          text-decoration: none;
          position: absolute;
          margin-top: -40px;
          width: 140px;
          background: rgba(255, 255, 255, 0.9);
          border-radius: 5px; }
          table.ats-table.dataTable tr.outOfZone td a.outOfZoneBadge span {
            padding-left: 5px;
            color: #ff0a6c;
            font-size: 18px; }
          table.ats-table.dataTable tr.outOfZone td a.outOfZoneBadge small {
            color: #039BE5;
            display: block;
            font-weight: 100;
            margin-left: 30px;
            margin-top: -10px; }
        table.ats-table.dataTable tr.outOfZone td, table.ats-table.dataTable tr.outOfZone td a {
          color: rgba(0, 0, 0, 0.2); }
        table.ats-table.dataTable tr.outOfZone td.select-checkbox:before {
          border-color: rgba(0, 0, 0, 0.2); }
        table.ats-table.dataTable tr.outOfZone td:first-child {
          border-left: 1px solid #e890b3; }
        table.ats-table.dataTable tr.outOfZone td:last-child {
          border-right: 1px solid #e890b3; }
  table.ats-table.dataTable td .hover-on, table.ats-table.dataTable tr:hover .hover-off {
    display: none; }
  table.ats-table.dataTable tr:hover .hover-on, table.ats-table.dataTable td .hover-off, table.ats-table.dataTable tr:hover .note.no-content {
    display: inline-block; }
  table.ats-table.dataTable.no-footer {
    border-bottom: 1px solid #eee; }

/*
  Overriding Some DataTables Styles
*/
div.dataTables_wrapper .dataTables_info {
  clear: none; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }
  div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    padding: 0;
    margin: 0;
    border: none !important;
    text-decoration: none; }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap; }

div.dataTables_wrapper.no-footer .dataTables_scroll .dataTables_scrollBody {
  border-bottom: 1px solid #EEEEEE; }

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none; }

.featured-employer {
  font-size: 15px; }
  .featured-employer .btn-primary-alt, .featured-employer .hubspot-form .hs-button.primary, .hubspot-form .featured-employer .hs-button.primary {
    height: 33px;
    padding: 5px 10px; }
  .featured-employer nav.navbar {
    height: 85px; }
  .featured-employer a {
    font-size: 15px; }
  .featured-employer .company-details {
    background-color: #f5f5f5;
    padding: 30px 25px; }
    .featured-employer .company-details h3 {
      margin-bottom: 0; }
  .featured-employer .company-logo img {
    max-height: 85px; }
    @media (max-width: 991.98px) {
      .featured-employer .company-logo img {
        margin: 0 auto;
        display: block; } }
  .featured-employer table.search-results-listings .listing-info {
    max-width: 450px; }
  .featured-employer .featured-employer-nav {
    min-height: 130px;
    padding: 15px 0;
    box-shadow: 0 6px 8px -6px #b9b6b6;
    margin-bottom: 50px; }
  .featured-employer .card {
    border-radius: 13px; }
    .featured-employer .card .card-title {
      font-weight: 600; }

/*
 * Navigation (Header & Footer)
**/
header.header-top {
  height: 70px; }
  header.header-top .utility-links {
    position: relative;
    margin-top: 20px;
    z-index: 20; }
    header.header-top .utility-links .login-link {
      color: #565656; }
    header.header-top .utility-links.dropdown {
      font-size: 14px;
      cursor: pointer; }
      header.header-top .utility-links.dropdown .dropdown-menu {
        z-index: 99999; }
        header.header-top .utility-links.dropdown .dropdown-menu .fa {
          color: #BDBDBD;
          padding-right: 5px; }
        header.header-top .utility-links.dropdown .dropdown-menu .dropdown-item {
          color: #565656;
          font-weight: 600;
          font-size: 14px;
          padding: 5px 20px; }
      header.header-top .utility-links.dropdown .dropdown-toggle:after {
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        margin-left: 0.3em;
        content: "\f078";
        font-size: 12px;
        vertical-align: baseline;
        border: none; }
    header.header-top .utility-links .employers-dropdown {
      margin-right: 65px;
      min-width: 200px; }
      header.header-top .utility-links .employers-dropdown > button {
        font-weight: 600;
        border: 1px solid #cccccc;
        width: 100%;
        border-radius: 5px;
        text-align: left;
        font-size: 15px;
        padding: 2px 2px 2px 10px;
        line-height: 28px;
        cursor: pointer;
        font-family: "Source Sans Pro", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      header.header-top .utility-links .employers-dropdown .dropdown-toggle::after {
        display: none; }
      header.header-top .utility-links .employers-dropdown .dropdown-menu {
        box-shadow: none;
        padding: 10px 0 20px;
        width: 100%;
        border-radius: 5px;
        margin-top: 8px;
        border: 2px solid #d7d7d7;
        color: #565656; }
        header.header-top .utility-links .employers-dropdown .dropdown-menu .dropdown-item {
          color: #565656;
          font-weight: 600;
          font-size: 14px; }
          header.header-top .utility-links .employers-dropdown .dropdown-menu .dropdown-item:hover, header.header-top .utility-links .employers-dropdown .dropdown-menu .dropdown-item:focus {
            background: #f4f4f4;
            color: #039BE5; }
        header.header-top .utility-links .employers-dropdown .dropdown-menu div.dropdown-item:hover {
          background-color: white; }
  header.header-top a.navbar-brand {
    position: absolute;
    top: 15px;
    z-index: 20; }
    header.header-top a.navbar-brand .logo-mycnajobs {
      max-height: 40px; }
  header.header-top #mobileNavIcon {
    width: 32px;
    height: 32px;
    position: relative;
    margin: 23px 0 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    header.header-top #mobileNavIcon.open span:nth-child(1) {
      top: 18px;
      width: 0;
      left: 50%; }
    header.header-top #mobileNavIcon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    header.header-top #mobileNavIcon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header.header-top #mobileNavIcon.open span:nth-child(4) {
      top: 18px;
      width: 0;
      left: 50%; }
    header.header-top #mobileNavIcon span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #039BE5;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      header.header-top #mobileNavIcon span:nth-child(1) {
        top: 0; }
      header.header-top #mobileNavIcon span:nth-child(2), header.header-top #mobileNavIcon span:nth-child(3) {
        top: 10px; }
      header.header-top #mobileNavIcon span:nth-child(4) {
        top: 20px; }
  @media (max-width: 767.98px) {
    header.header-top {
      height: 60px !important; }
      header.header-top a.navbar-brand {
        top: 8px !important; }
      header.header-top #mobileNavIcon {
        margin-top: 16px !important; } }
  @media (max-width: 991.98px) {
    header.header-top.employer-header {
      box-shadow: 0 6px 8px -6px #b9b6b6; } }

nav.navbar.desktop {
  box-shadow: 0 6px 8px -6px #b9b6b6;
  border-radius: 0;
  height: 70px;
  display: block; }
  nav.navbar.desktop:not(.employer-nav) .nav.nav-pills .nav-link {
    font-size: 24px;
    text-transform: uppercase;
    padding: 0.5rem 0.8rem; }
    @media (max-width: 1199.98px) {
      nav.navbar.desktop:not(.employer-nav) .nav.nav-pills .nav-link {
        font-size: 21px;
        padding: 0.5rem; } }
  nav.navbar.desktop ul.nav-pills {
    margin-top: 10px; }
    nav.navbar.desktop ul.nav-pills a.nav-link {
      font-size: 20px; }
    nav.navbar.desktop ul.nav-pills div.dropdown-menu {
      background-color: #ffffff;
      border: 1px solid #e0e0e0;
      border-top: none;
      padding: 0 2px 2px 2px;
      border-radius: 0;
      box-shadow: 0 6px 8px -6px #b9b6b6; }
      nav.navbar.desktop ul.nav-pills div.dropdown-menu .dropdown-item {
        padding: 6px 20px; }
        nav.navbar.desktop ul.nav-pills div.dropdown-menu .dropdown-item:focus, nav.navbar.desktop ul.nav-pills div.dropdown-menu .dropdown-item:hover {
          text-decoration: none; }
    nav.navbar.desktop ul.nav-pills .nav-item.show .nav-link.dropdown-toggle:after {
      content: "\f077"; }
    nav.navbar.desktop ul.nav-pills .nav-item .nav-link.dropdown-toggle {
      padding: 10px 25px 10px 15px;
      border-radius: 0; }
      nav.navbar.desktop ul.nav-pills .nav-item .nav-link.dropdown-toggle:after {
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        margin-left: 10px;
        content: "\f078";
        vertical-align: baseline;
        font-size: 16px;
        border: none; }
  nav.navbar.desktop .find-jobs-cta {
    width: 325px;
    height: 58px;
    background-color: #01579B;
    padding: 10px;
    border-radius: 5px 5px 0 0; }
    nav.navbar.desktop .find-jobs-cta select {
      width: 111px; }

html.healthhire header.header-top {
  background-color: #E91E63; }

html.healthhire nav.navbar.desktop {
  background-color: #E91E63; }
  html.healthhire nav.navbar.desktop a.nav-link {
    color: #ffffff; }
  html.healthhire nav.navbar.desktop .new-ats-ad {
    display: none; }

html.healthhire div.dropdown.utility-links {
  color: white; }
  html.healthhire div.dropdown.utility-links:hover, html.healthhire div.dropdown.utility-links:focus {
    color: white; }

html.mycnajobs nav.navbar.desktop .employer-menu.nav-item.show .nav-link, html.mycnajobs nav.navbar.desktop .employer-menu.nav-item.show .nav-link:focus, html.mycnajobs nav.navbar.desktop .employer-menu .nav-item.show .nav-link:hover, html.mycnajobs nav.navbar.desktop .nav-menu.nav-item.show .nav-link, html.mycnajobs nav.navbar.desktop .nav-menu.nav-item.show .nav-link:focus, html.mycnajobs nav.navbar.desktop .nav-menu .nav-item.show .nav-link:hover {
  color: #01579B; }

html.mycnajobs nav.navbar.desktop ul.nav-pills .light-dropdown .dropdown-toggle {
  color: #039BE5;
  padding-bottom: 0; }

html.mycnajobs nav.navbar.desktop ul.nav-pills .light-dropdown .dropdown-menu {
  top: 52px;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 0 10px 2px rgba(204, 204, 204, 0.75); }
  html.mycnajobs nav.navbar.desktop ul.nav-pills .light-dropdown .dropdown-menu .dropdown-item {
    position: relative;
    width: 315px;
    color: #565656;
    padding: 15px;
    height: 87px; }
    html.mycnajobs nav.navbar.desktop ul.nav-pills .light-dropdown .dropdown-menu .dropdown-item:not(:first-child) {
      border-top: 1px solid #eeeeee; }
    html.mycnajobs nav.navbar.desktop ul.nav-pills .light-dropdown .dropdown-menu .dropdown-item:focus, html.mycnajobs nav.navbar.desktop ul.nav-pills .light-dropdown .dropdown-menu .dropdown-item:hover {
      border-right: 4px solid #039BE5;
      background-color: #fff; }
      html.mycnajobs nav.navbar.desktop ul.nav-pills .light-dropdown .dropdown-menu .dropdown-item:focus h4, html.mycnajobs nav.navbar.desktop ul.nav-pills .light-dropdown .dropdown-menu .dropdown-item:hover h4 {
        color: #039BE5; }
    html.mycnajobs nav.navbar.desktop ul.nav-pills .light-dropdown .dropdown-menu .dropdown-item img {
      position: absolute;
      right: 1rem;
      top: 1rem;
      height: 60px; }
    html.mycnajobs nav.navbar.desktop ul.nav-pills .light-dropdown .dropdown-menu .dropdown-item h4 {
      text-transform: none; }
    html.mycnajobs nav.navbar.desktop ul.nav-pills .light-dropdown .dropdown-menu .dropdown-item small {
      display: inline-block;
      max-width: 190px;
      white-space: normal;
      text-transform: none;
      font-weight: 300; }

html.mycnajobs nav.navbar.desktop ul.nav-pills .light-dropdown.nav-item.show .nav-link, html.mycnajobs nav.navbar.desktop ul.nav-pills .light-dropdown.nav-item.show .nav-link:focus, html.mycnajobs nav.navbar.desktop ul.nav-pills .light-dropdown.nav-item.show .nav-link:hover {
  background-color: #fff; }

html.mycnajobs nav.navbar.desktop div.dropdown.utility-links .dropdown-toggle:after {
  color: #565656; }

html.mycnajobs nav.navbar.desktop div.dropdown.utility-links:hover, html.mycnajobs nav.navbar.desktop div.dropdown.utility-links:focus {
  color: #565656; }

/*
 * Footer
**/
footer.hcr-footer {
  position: relative; }
  footer.hcr-footer .footer-main {
    padding: 32px 0;
    background-color: #f5f5f5; }
    footer.hcr-footer .footer-main h1 {
      width: 350px; }
    footer.hcr-footer .footer-main .btn-secondary {
      width: 34px;
      height: 34px;
      color: #909090;
      border-radius: 50%;
      padding: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
  footer.hcr-footer div.copyright {
    height: 40px; }
    footer.hcr-footer div.copyright ul.footer-links {
      display: inline-table; }
      footer.hcr-footer div.copyright ul.footer-links li {
        font-size: 13px;
        padding-bottom: 0;
        white-space: nowrap;
        width: auto;
        float: left; }
        footer.hcr-footer div.copyright ul.footer-links li a {
          font-size: 11px;
          color: #909090; }
        footer.hcr-footer div.copyright ul.footer-links li:not(:first-child):before {
          content: " | ";
          color: #909090;
          padding: 0 5px;
          font-size: 11px; }
  footer.hcr-footer ul.footer-links {
    list-style-type: none;
    padding-left: 0; }
    footer.hcr-footer ul.footer-links li {
      line-height: 1.4; }
      footer.hcr-footer ul.footer-links li a {
        font-size: 13px;
        line-height: 18px;
        color: #565656;
        text-decoration: none; }
        footer.hcr-footer ul.footer-links li a:hover, footer.hcr-footer ul.footer-links li a:focus {
          color: #039BE5; }
      footer.hcr-footer ul.footer-links li span.btn.btn-social-icon, footer.hcr-footer ul.footer-links li .hubspot-form span.btn-social-icon.hs-button, .hubspot-form footer.hcr-footer ul.footer-links li span.btn-social-icon.hs-button {
        color: white;
        margin-right: 5px;
        border: none; }
        footer.hcr-footer ul.footer-links li span.btn.btn-social-icon.btn-xs > :first-child, footer.hcr-footer ul.footer-links li .hubspot-form span.btn-social-icon.btn-xs.hs-button > :first-child, .hubspot-form footer.hcr-footer ul.footer-links li span.btn-social-icon.btn-xs.hs-button > :first-child {
          font-size: 14px; }
  footer.hcr-footer .footer-mobile .card {
    border-radius: 0;
    border: none;
    background-color: #eceff1; }
    footer.hcr-footer .footer-mobile .card .card-header {
      border-radius: 0;
      color: #01579B;
      background-color: #eceff1;
      border: none;
      padding-bottom: 0; }
      footer.hcr-footer .footer-mobile .card .card-header .collapsed .fa-angle-down {
        display: inline-block; }
      footer.hcr-footer .footer-mobile .card .card-header .collapsed .fa-angle-up {
        display: none; }
      footer.hcr-footer .footer-mobile .card .card-header .fa-angle-down {
        display: none; }
      footer.hcr-footer .footer-mobile .card .card-header .fa-angle-up {
        display: inline-block; }
      footer.hcr-footer .footer-mobile .card .card-header .fa {
        font-size: 1.5rem;
        margin-top: -5px; }
    footer.hcr-footer .footer-mobile .card .collapse {
      background-color: #eceff1;
      padding-bottom: 1rem; }
    footer.hcr-footer .footer-mobile .card hr {
      border-color: white;
      margin-top: 1.2rem;
      margin-bottom: 0.4rem; }

.nav.nav-tabs.grey-tabs {
  border-bottom: 1px solid #ededed; }
  .nav.nav-tabs.grey-tabs .nav-item + .nav-item {
    margin-left: 0.5rem; }
  .nav.nav-tabs.grey-tabs a.nav-link {
    padding: 8px 26px;
    background: #ededed none;
    color: #009cdc;
    font-weight: normal; }
    .nav.nav-tabs.grey-tabs a.nav-link.active {
      background-color: #fff;
      border: solid 1px #efefef;
      border-bottom: solid 1px #fff;
      color: #565656; }
    .nav.nav-tabs.grey-tabs a.nav-link:hover {
      border: 1px solid #ddd; }

@media (max-width: 991.98px) {
  header.header-top a.navbar-brand .logo-mycnajobs {
    max-height: 30px; } }

nav.navbar.mobile {
  padding: 0; }
  nav.navbar.mobile.open .navbar-side {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-box-shadow: -6px 6px 17px -2px #9e9e9e;
    -moz-box-shadow: -6px 6px 17px -2px #9e9e9e;
    box-shadow: -6px 6px 17px -2px #9e9e9e; }
  nav.navbar.mobile.employer-nav #mobileMenuOverlay {
    top: 60px; }
  nav.navbar.mobile.employer-nav .navbar-side {
    top: 60px; }
  nav.navbar.mobile #mobileMenuOverlay {
    position: fixed;
    display: none;
    height: 90%;
    left: 0;
    right: 0;
    top: 130px;
    cursor: pointer;
    background-color: #ccc;
    opacity: 0.75;
    z-index: 990; }
  nav.navbar.mobile .navbar-side {
    height: 100%;
    width: 85%;
    position: fixed;
    right: 0;
    top: 130px;
    padding: 10px 0 0 0;
    list-style: none;
    background-color: #EEEEEE;
    overflow-y: scroll !important;
    z-index: 1000;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    nav.navbar.mobile .navbar-side .navbar-side-item {
      margin: 0;
      border-bottom: 1px solid #EEEEEE;
      background-color: #ffffff; }
      nav.navbar.mobile .navbar-side .navbar-side-item.home {
        border-top: 1px solid #BDBDBD; }
      nav.navbar.mobile .navbar-side .navbar-side-item.user-info {
        background-color: #EEEEEE;
        color: #9E9E9E;
        font-size: 0.875rem;
        line-height: 1.2; }
      nav.navbar.mobile .navbar-side .navbar-side-item:last-child {
        border-bottom: 1px solid #BDBDBD;
        margin-bottom: 10rem; }
      nav.navbar.mobile .navbar-side .navbar-side-item.separator {
        height: 15px;
        width: 100%;
        border-top: 1px solid #BDBDBD;
        border-bottom: 1px solid #BDBDBD;
        background-color: #EEEEEE;
        padding: 0; }
      nav.navbar.mobile .navbar-side .navbar-side-item.side-item-dropdown.open .item-dropdown {
        display: block; }
      nav.navbar.mobile .navbar-side .navbar-side-item.side-item-dropdown.open .dropdown-label {
        padding-bottom: 0.5rem; }
        nav.navbar.mobile .navbar-side .navbar-side-item.side-item-dropdown.open .dropdown-label:after {
          content: "\f077";
          color: #0277bd; }
      nav.navbar.mobile .navbar-side .navbar-side-item.side-item-dropdown ul li {
        list-style: none; }
      nav.navbar.mobile .navbar-side .navbar-side-item.side-item-dropdown .dropdown-label {
        color: #039BE5; }
        nav.navbar.mobile .navbar-side .navbar-side-item.side-item-dropdown .dropdown-label:after {
          display: inline-block;
          font-family: "Font Awesome 5 Pro";
          font-weight: 900;
          float: right;
          content: "\f078";
          font-size: 12px;
          vertical-align: baseline;
          border: none;
          margin-right: 15px; }
      nav.navbar.mobile .navbar-side .navbar-side-item.side-item-dropdown .item-dropdown {
        display: none; }
        nav.navbar.mobile .navbar-side .navbar-side-item.side-item-dropdown .item-dropdown:not(:last-child) {
          border-bottom: 1px solid #eeeeee; }
        nav.navbar.mobile .navbar-side .navbar-side-item.side-item-dropdown .item-dropdown a {
          color: #565656;
          padding: 10px; }
    nav.navbar.mobile .navbar-side .side-link {
      display: block;
      padding: 1rem 0 1rem 1.5rem;
      font-weight: 600; }
  @media (max-width: 767.98px) {
    nav.navbar.mobile .navbar #mobileMenuOverlay {
      top: 120px; } }

#mobileJobSearch, #mobileEmployerFilters {
  height: 60px;
  width: 100%;
  padding: .8rem;
  background-color: #01579B; }
  #mobileJobSearch.open, #mobileEmployerFilters.open {
    height: 155px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    #mobileJobSearch.open form, #mobileEmployerFilters.open form {
      opacity: 1;
      height: auto; }
    #mobileJobSearch.open button#showMobileSearch, #mobileEmployerFilters.open button#showMobileSearch {
      display: none; }
  #mobileJobSearch form, #mobileEmployerFilters form {
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden; }
  #mobileJobSearch button#showMobileSearch, #mobileEmployerFilters button#showMobileSearch {
    height: 36px; }

header .container, nav .container {
  position: relative; }

body.hasTextShoutExt .employer-menu .dropdown-menu a#textShout:before {
  content: url("/templates/mycnajobs/static/img/icon/icon-green-check.png"); }

.employer-menu.nav-menu .dropdown-menu .hcr-menu-item, .nav-menu.nav-menu .dropdown-menu .hcr-menu-item {
  width: 186px;
  height: 219px; }

.employer-menu .dropdown-toggle, .nav-menu .dropdown-toggle {
  color: #039BE5;
  background-color: transparent !important; }

.employer-menu .dropdown-menu.show, .nav-menu .dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.employer-menu .dropdown-menu .dropdown-banner, .nav-menu .dropdown-menu .dropdown-banner {
  background-image: url("/static/img/one-time-use/navigation/jobseeker/nav-drpdwn-banner.png"); }
  .employer-menu .dropdown-menu .dropdown-banner a, .nav-menu .dropdown-menu .dropdown-banner a {
    color: white;
    font-weight: bolder; }
  .employer-menu .dropdown-menu .dropdown-banner a.btn, .employer-menu .dropdown-menu .dropdown-banner .hubspot-form a.hs-button, .hubspot-form .employer-menu .dropdown-menu .dropdown-banner a.hs-button, .nav-menu .dropdown-menu .dropdown-banner a.btn, .nav-menu .dropdown-menu .dropdown-banner .hubspot-form a.hs-button, .hubspot-form .nav-menu .dropdown-menu .dropdown-banner a.hs-button {
    width: 100%; }

.employer-menu .dropdown-menu .hcr-menu-item, .nav-menu .dropdown-menu .hcr-menu-item {
  color: #565656;
  background-color: #ffffff;
  min-width: 160px;
  border-right: 1px solid #EEEEEE;
  padding: 13px;
  display: block;
  text-decoration: none; }
  .employer-menu .dropdown-menu .hcr-menu-item span.d-block, .nav-menu .dropdown-menu .hcr-menu-item span.d-block {
    line-height: 1.2; }
  .employer-menu .dropdown-menu .hcr-menu-item:not(.no-icon):before, .nav-menu .dropdown-menu .hcr-menu-item:not(.no-icon):before {
    content: url("/templates/mycnajobs/static/img/icon/icon-pink-x.png");
    position: absolute;
    top: 6px;
    margin-left: -3px; }
  .employer-menu .dropdown-menu .hcr-menu-item:not(.no-icon).product-active:before, .nav-menu .dropdown-menu .hcr-menu-item:not(.no-icon).product-active:before {
    content: url("/templates/mycnajobs/static/img/icon/icon-green-check.png"); }
  .employer-menu .dropdown-menu .hcr-menu-item[href]:hover, .nav-menu .dropdown-menu .hcr-menu-item[href]:hover {
    background-color: #f5f5f5; }
  .employer-menu .dropdown-menu .hcr-menu-item:last-child, .nav-menu .dropdown-menu .hcr-menu-item:last-child {
    border-right: none; }

@media (max-width: 767.98px) {
  #formSearchSchools .zip-code.fixed-width {
    width: 50%; }
  #formSearchSchools .custom-select.hcr-select {
    width: 46%; } }

.search-results-listings:not(.job-cards-v2) {
  border-top: 1px solid #cccccc; }
  .search-results-listings:not(.job-cards-v2) .row {
    margin: 15px 0; }

.search-results-listings.job-cards-v2 hr.separator {
  display: none; }

.search-results-listings.job-cards-v2 .row.careerFairCard {
  margin: 15px 0; }

.search-results-listings.job-cards-v2 .row.job-listing, .search-results-listings.job-cards-v2 .row.careerFairCard {
  padding: 15px;
  margin: 0 0 15px 0;
  border: 1px solid #f5f5f5;
  box-shadow: 0 4px 6px 0 rgba(86, 86, 86, 0.35);
  border-radius: 5px; }

.search-results-listings a.row:hover {
  text-decoration: none; }

.search-results-listings .listing-info .title {
  font-size: 20px;
  line-height: 1.25;
  max-width: 100%; }
  .search-results-listings .listing-info .title:hover {
    text-decoration: underline; }
  .search-results-listings .listing-info .title .eventDate {
    color: #d0a52b;
    display: inline-block;
    padding-right: 10px; }
    .search-results-listings .listing-info .title .eventDate .fa-flag {
      padding-right: 5px; }

.search-results-listings .listing-info .company {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25rem;
  margin: 10px 0 0 0;
  display: block;
  color: #565656; }
  .search-results-listings .listing-info .company .company-name {
    padding-right: 5px; }

.search-results-listings .listing-info .description {
  font-size: 0.875rem;
  color: #565656;
  display: inline-block;
  width: 100%; }

.search-results-listings .listing-info .fa.fa-bolt {
  padding-right: 5px; }

.search-results-listings .location {
  color: #565656;
  display: inline-block; }
  .search-results-listings .location .fas.fa-map-marker-alt {
    color: #90a4ae;
    padding-right: 3px; }

.search-results-listings .logo-col {
  position: relative; }
  .search-results-listings .logo-col .logo-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0; }

.search-results-listings .careerFairCard {
  border-left: 6px solid #f3e8ca;
  padding-left: 15px; }
  .search-results-listings .careerFairCard .yellow-border {
    height: 125px;
    width: 6px;
    background-color: #f3e8ca;
    position: absolute; }

.search-results-listings .listing-col {
  padding-left: 0;
  align-items: center;
  display: flex; }
  .search-results-listings .listing-col.listing-info {
    flex-direction: column;
    align-items: flex-start; }

.search-results-listings .posted-date {
  display: inline-block;
  font-weight: 100;
  color: #9E9E9E;
  text-transform: capitalize;
  font-size: 1rem; }

.search-results-listings hr.separator {
  border-top: 1px solid #cccccc; }

.search-results-listings .listing-card {
  text-decoration: none; }
  .search-results-listings .listing-card.desktop {
    color: #565656; }
    .search-results-listings .listing-card.desktop .listing-location {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 132px; }
  .search-results-listings .listing-card.training-video .logo-col .logo-container {
    height: 60px;
    width: 60px;
    border: 1px solid #cccccc;
    border-radius: 5px; }
  .search-results-listings .listing-card.listing-card-school .card-img-container {
    height: 115px; }
  .search-results-listings .listing-card .logo-col .logo-container {
    position: relative; }
  .search-results-listings .listing-card .free-icon {
    position: absolute;
    bottom: 1rem;
    right: 1rem; }
  .search-results-listings .listing-card .card {
    height: 310px;
    border-color: #cccccc;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2); }
    .search-results-listings .listing-card .card:hover .card-title {
      text-decoration: underline; }
    .search-results-listings .listing-card .card .card-img-container {
      width: 100%;
      text-align: center;
      border-bottom: 1px solid #cccccc; }
      .search-results-listings .listing-card .card .card-img-container .card-img-top {
        max-width: 80%;
        margin-top: 1rem;
        width: auto; }
      .search-results-listings .listing-card .card .card-img-container .jp-banner {
        position: absolute;
        left: 0;
        top: 0; }
    .search-results-listings .listing-card .card .card-body {
      position: relative;
      padding: 1rem; }
      .search-results-listings .listing-card .card .card-body .card-title {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 90px;
        /* Fallback for non-webkit */
        font-size: 24px;
        line-height: 1.25;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .search-results-listings .listing-card .card .card-body .listing-location {
        position: absolute;
        bottom: 4rem;
        font-size: 13px;
        display: block; }
      .search-results-listings .listing-card .card .card-body .scholarship-verified {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        max-width: 80px; }
      .search-results-listings .listing-card .card .card-body .btn-primary-alt, .search-results-listings .listing-card .card .card-body .hubspot-form .hs-button.primary, .hubspot-form .search-results-listings .listing-card .card .card-body .hs-button.primary {
        position: absolute;
        bottom: 1rem;
        width: 105px;
        height: 35px;
        border: none;
        cursor: pointer;
        line-height: 1; }

@media (max-width: 991.98px) {
  .search-results-listings .listing-col:first-child {
    margin-bottom: .5rem; }
  .search-results-listings .logo-col {
    order: 2; }
  .search-results-listings .listing-info {
    order: 1; }
  .search-results-listings .location {
    order: 3; } }

@media (max-width: 767.98px) {
  .search-results-listings .listing-col.listing-info .title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 67.5px;
    /* Fallback for non-webkit */
    font-size: 18px;
    line-height: 1.25;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .search-results-listings .listing-col.listing-info .company {
    font-size: 16px; }
  .search-results-listings .listing-col.location, .search-results-listings .posted-date {
    font-size: 14px; } }

.fa-icon-border {
  font-size: 18px;
  border: 1px solid #d0a52b;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  padding-top: 3px; }
  .fa-icon-border.sm {
    width: 25px;
    height: 25px;
    font-size: 13px;
    padding-top: 2px; }

.hcr-jobs-container {
  padding: 3px 10px 3px 20px;
  border: solid 1px #e4e4e4;
  border-radius: 5px; }
  .hcr-jobs-container a {
    color: #2f9dd7;
    text-decoration: underline; }
  .hcr-jobs-container #hcr-jobs-list {
    line-height: 1;
    margin-bottom: 10px;
    padding: 0;
    display: block; }
    .hcr-jobs-container #hcr-jobs-list li {
      list-style: none;
      margin: 0 15px 15px 0; }
    .hcr-jobs-container #hcr-jobs-list a {
      display: inline-block;
      font-size: 13px;
      width: 214px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .hcr-jobs-container #hcr-jobs-list .info {
      color: #333333;
      display: block;
      font-size: 11px;
      margin-top: 3px; }
    .hcr-jobs-container #hcr-jobs-list .age {
      display: list-item;
      margin-top: 5px;
      color: #727f8b;
      font-style: italic;
      font-size: 10px; }
  .hcr-jobs-container #hcr-jobs-header {
    border-bottom: solid 1px #e4e4e4;
    padding: 5px 0;
    display: block;
    margin-bottom: 10px; }
    .hcr-jobs-container #hcr-jobs-header h4 {
      font-weight: 600; }
    .hcr-jobs-container #hcr-jobs-header a {
      font-size: 11px; }
  .hcr-jobs-container #hcr-jobs-footer {
    padding: 0; }

.search-results-resumes {
  padding-top: 60px; }
  .search-results-resumes .filter-caregivers {
    max-width: 300px; }
    .search-results-resumes .filter-caregivers form.search-form-resumes label.form-control-label {
      display: inline-block;
      font-size: 16px;
      font-weight: bold; }
    .search-results-resumes .filter-caregivers form.search-form-resumes label.disabled {
      color: #9e9e9e; }
    .search-results-resumes .filter-caregivers form.search-form-resumes .certification-inputs label, .search-results-resumes .filter-caregivers form.search-form-resumes .availability-inputs label {
      display: inline-block;
      width: 110px;
      margin: 3px 0; }
    .search-results-resumes .filter-caregivers form.search-form-resumes .specializations-inputs label, .search-results-resumes .filter-caregivers form.search-form-resumes .training-inputs label {
      display: block; }
    .search-results-resumes .filter-caregivers form.search-form-resumes .name-inputs #FirstName {
      margin-bottom: .5rem; }
  .search-results-resumes .resume-card {
    position: relative;
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
    background: url("/templates/mycnajobs/static/img/listings/resume/not-viewed-ribbon.png") no-repeat top right; }
    .search-results-resumes .resume-card .ats-status-widget .selectContainer {
      width: 100%; }
    .search-results-resumes .resume-card.resume-viewed:not(.out-of-range) {
      background: none; }
    .search-results-resumes .resume-card:hover {
      border-color: #039BE5; }
    .search-results-resumes .resume-card .profile-frame {
      width: 77px;
      height: 77px;
      border: 1px solid #BDBDBD;
      border-radius: 5px;
      max-width: 100%; }
      .search-results-resumes .resume-card .profile-frame .profile-image {
        width: 75px;
        height: 75px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        border-radius: 5px;
        max-width: 100%; }
    .search-results-resumes .resume-card .last-active {
      font-size: 13px; }
      .search-results-resumes .resume-card .last-active .fa-bolt {
        font-size: 11px; }
    .search-results-resumes .resume-card .fa-map-marker-alt, .search-results-resumes .resume-card .fa-heart {
      color: #90a4ae; }
      .search-results-resumes .resume-card .fa-map-marker-alt.fa-map-marker-alt, .search-results-resumes .resume-card .fa-heart.fa-map-marker-alt {
        padding-left: 2px; }
    .search-results-resumes .resume-card .badges-container-small .myjobs-badge {
      width: 38px; }
    .search-results-resumes .resume-card input[name="listingId"] {
      position: absolute;
      top: 15px;
      right: 15px; }
    .search-results-resumes .resume-card .select2-container, .search-results-resumes .resume-card .select2-container[name="statusAndEvent"] {
      width: 100% !important;
      display: block; }
    .search-results-resumes .resume-card .result-detail-overlay {
      position: absolute;
      top: -5px;
      left: 5px;
      width: 101%;
      height: 106%;
      border-radius: 5px;
      margin-left: -10px;
      background: url("/templates/capture/static/img/frame/tile-diagonal-stripe.png");
      z-index: 2; }
      .search-results-resumes .resume-card .result-detail-overlay .listing-teaser {
        right: 0;
        position: absolute; }
        .search-results-resumes .resume-card .result-detail-overlay .listing-teaser p {
          position: absolute;
          font-size: 18px; }
          .search-results-resumes .resume-card .result-detail-overlay .listing-teaser p i {
            font-size: 35px; }
      .search-results-resumes .resume-card .result-detail-overlay.out-of-range {
        border: 3px solid #E91E63; }
        .search-results-resumes .resume-card .result-detail-overlay.out-of-range .listing-teaser p {
          color: #E91E63; }
    .search-results-resumes .resume-card .resume-notes {
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0;
      bottom: 0; }
      .search-results-resumes .resume-card .resume-notes .triangle {
        position: absolute;
        z-index: -1;
        border-style: solid;
        border-color: transparent transparent transparent #e4e4e4;
        border-width: 40px 0 0 40px; }
      .search-results-resumes .resume-card .resume-notes .far {
        color: #fff;
        margin-top: 22px;
        margin-left: 5px; }
  @media (max-width: 991.98px) {
    .search-results-resumes {
      padding-top: 40px; }
      .search-results-resumes .result-count {
        border: none;
        padding: 0;
        margin-top: 0; } }
  @media (max-width: 767.98px) {
    .search-results-resumes .resume-card {
      background: url("/templates/mycnajobs/static/img/listings/resume/not-viewed-ribbon-mobile.png") no-repeat top right; }
      .search-results-resumes .resume-card .profile-frame {
        width: 62px;
        height: 62px; }
        .search-results-resumes .resume-card .profile-frame .profile-image {
          width: 60px;
          height: 60px; }
    .search-results-resumes .badges-container-small .myjobs-badge {
      width: 28px; } }

#mobileEmployerFilters {
  color: #fff; }
  #mobileEmployerFilters.open {
    height: auto; }
  #mobileEmployerFilters .filter-caregivers form.search-form-resumes #Location_ZipCode, #mobileEmployerFilters .filter-caregivers form.search-form-resumes [name="Location_ZipCode[geo][radius]"] {
    width: 48%;
    display: inline-block; }
    #mobileEmployerFilters .filter-caregivers form.search-form-resumes #Location_ZipCode#Location_ZipCode, #mobileEmployerFilters .filter-caregivers form.search-form-resumes [name="Location_ZipCode[geo][radius]"]#Location_ZipCode {
      margin-right: .5rem; }
  #mobileEmployerFilters .filter-caregivers form.search-form-resumes label.form-control-label {
    display: block;
    font-weight: bold; }
  #mobileEmployerFilters .filter-caregivers form.search-form-resumes .specializations-inputs label {
    display: block; }
  #mobileEmployerFilters .filter-caregivers form.search-form-resumes .certification-inputs label, #mobileEmployerFilters .filter-caregivers form.search-form-resumes .availability-inputs label {
    display: inline-block;
    width: 110px;
    margin: 3px 0; }
  #mobileEmployerFilters .filter-caregivers form.search-form-resumes .name-inputs #FirstName {
    margin-bottom: .5rem; }

.user-registration {
  margin-top: 20px; }
  .user-registration h1 {
    font-size: 1.5rem; }
    .user-registration h1 small {
      font-size: 1rem;
      margin-top: 10px; }
  @media (max-width: 767.98px) {
    .user-registration h1 {
      font-size: 1.3rem; } }
  .user-registration form {
    font-size: 1.1rem; }
  .user-registration label[id$="error"].form-control-danger, .user-registration label[id$="error"].invalid-feedback {
    background: none;
    font-weight: bold;
    font-style: italic;
    display: block; }
  .user-registration .form-group.has-success .form-check .custom-control-description, .user-registration .hubspot-form .has-success.hs-form-field .form-check .custom-control-description, .hubspot-form .user-registration .has-success.hs-form-field .form-check .custom-control-description {
    color: initial; }
  .user-registration .form-group.has-danger .form-check .custom-control-description, .user-registration .hubspot-form .has-danger.hs-form-field .form-check .custom-control-description, .hubspot-form .user-registration .has-danger.hs-form-field .form-check .custom-control-description {
    color: initial; }
  .user-registration .form-group .form-check, .user-registration .hubspot-form .hs-form-field .form-check, .hubspot-form .user-registration .hs-form-field .form-check {
    margin-bottom: 12px; }
    .user-registration .form-group .form-check .form-check-label, .user-registration .hubspot-form .hs-form-field .form-check .form-check-label, .hubspot-form .user-registration .hs-form-field .form-check .form-check-label {
      padding: 5px 35px;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .user-registration .form-group .form-check .form-check-label, .user-registration .hubspot-form .hs-form-field .form-check .form-check-label, .hubspot-form .user-registration .hs-form-field .form-check .form-check-label {
          width: 100%;
          background-color: #f5f5f5; } }
      .user-registration .form-group .form-check .form-check-label .custom-control-indicator, .user-registration .hubspot-form .hs-form-field .form-check .form-check-label .custom-control-indicator, .hubspot-form .user-registration .hs-form-field .form-check .form-check-label .custom-control-indicator {
        top: 10px;
        left: 10px; }
  .user-registration select {
    width: 90%;
    margin: 0 auto 10px auto; }

.custom-control-label:before {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #BDBDBD; }

/*
 * General Listing Styles
*/
#displayListing {
  padding-bottom: 75px; }
  #displayListing .search-results-back a {
    font-size: 0.9375rem;
    color: #999999; }
  #displayListing .company-logo-container .company-logo {
    text-align: center; }
    #displayListing .company-logo-container .company-logo img {
      max-width: 200px;
      max-height: 105px;
      margin: 20px 0; }
  #displayListing .hiring-covid {
    border: 1px solid #B0BEC5;
    border-radius: 200px;
    font-size: 13px;
    color: #B0BEC5; }
  @media (max-width: 375px) {
    #displayListing .hiring-covid {
      font-size: 10px; } }
  @media (max-width: 767.98px) {
    #displayListing h1.title {
      font-size: 1.4rem;
      margin-bottom: 0; } }
  @media (max-width: 991.98px) {
    #displayListing .company-logo-container {
      order: -1; } }

/*
 * Career Fair Detail Styles
 * School Detail
 * Free CEU Detail
*/
.listing-card .listing-card-top.listing-career-fair {
  box-shadow: 0 3px 6px #00000029;
  border: 0; }
  .listing-card .listing-card-top.listing-career-fair .card-body {
    padding: 24px; }
    .listing-card .listing-card-top.listing-career-fair .card-body .badge.badge-light {
      color: #607D8B;
      background: rgba(96, 125, 139, 0.08);
      border-radius: 66px;
      font-size: 13px;
      padding: 6px 12px;
      font-weight: 600; }

.listing-card .listing-card-top .google-map {
  width: 100%;
  height: 150px;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-position: center; }

.listing-card .listing-card-top .badge-gold {
  background-color: #d0a52b;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 5px 0; }

.listing-card .listing-card-top.card {
  background-color: rgba(245, 245, 245, 0.14); }

.listing-card a.view-hidden-info {
  color: #039BE5;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600; }

.listing-card .company-logo img {
  max-width: 100%; }

.listing-card .career-fair-detail-card {
  border: 1px solid #EEEEEE;
  box-shadow: 0 1px 2px #00000029;
  border-radius: 8px; }
  .listing-card .career-fair-detail-card .card-body {
    padding: 12px 16px; }
    .listing-card .career-fair-detail-card .card-body .card-title {
      display: flex;
      align-items: center;
      padding-bottom: 1rem;
      border-bottom: 1px solid #ECECEC;
      color: #607D8B;
      font-weight: bold;
      font-size: 13px; }
      .listing-card .career-fair-detail-card .card-body .card-title .fa-flag {
        font-size: 18px;
        color: #b0bec5; }
    .listing-card .career-fair-detail-card .card-body .card-text {
      padding: 0 1rem 1rem 1rem; }
      .listing-card .career-fair-detail-card .card-body .card-text p {
        margin-bottom: 0; }
      .listing-card .career-fair-detail-card .card-body .card-text ul {
        padding-left: 1rem;
        margin-bottom: 0; }

.listing-card .quick-rsvp-top .quick-rsvp .handwriting-note {
  max-height: 150px; }

@media (max-width: 767.98px) {
  .listing-card .event-posted > h2 {
    font-size: 1.25rem;
    margin-bottom: 0; }
  .listing-card .company-logo-container .company-logo img {
    margin-bottom: 10px; }
  .listing-card .company-location {
    padding: .5rem; }
    .listing-card .company-location > h3 {
      font-size: 1.2rem; }
    .listing-card .company-location a.view-hidden-info {
      font-size: 1rem; } }

.registration-widget-sidebar .card-blue .form-group:nth-of-type(2), .registration-widget-sidebar .card-blue .hubspot-form .hs-form-field:nth-of-type(2), .hubspot-form .registration-widget-sidebar .card-blue .hs-form-field:nth-of-type(2) {
  padding-left: 0; }

@media (min-width: 992px) {
  .registration-widget-sidebar .card-blue .form-group, .registration-widget-sidebar .card-blue .hubspot-form .hs-form-field, .hubspot-form .registration-widget-sidebar .card-blue .hs-form-field {
    flex: 100%;
    padding-left: 15px; }
  .registration-widget-sidebar .card-blue input[type=text], .registration-widget-sidebar .card-blue input[type=number] {
    height: 45px; }
  .registration-widget-sidebar .card-blue button.btn-primary-alt, .registration-widget-sidebar .card-blue .hubspot-form button.hs-button.primary, .hubspot-form .registration-widget-sidebar .card-blue button.hs-button.primary {
    height: 45px; } }

/*
 * Job Detail Styles
*/
#displayListing.listing-job .posted-date {
  font-size: 13px;
  color: #9e9e9e; }

#displayListing.listing-job .job-badge {
  border-radius: 23px;
  font-size: 11px;
  padding: 4px 10px; }
  #displayListing.listing-job .job-badge.bg-success {
    background-color: #1C8812 !important; }

@media (min-width: 768px) {
  #displayListing.listing-job.premium-job .head-right {
    min-height: 141px; } }

#displayListing.listing-job .company-info {
  font-size: 14px; }

#displayListing.listing-job .job-detail-header {
  color: #212121; }

#displayListing.listing-job .company-logo-container {
  margin-right: 28px;
  max-width: 178px;
  width: 100%; }
  #displayListing.listing-job .company-logo-container .company-logo {
    padding: 10px 12px;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0 0 11.1px 0 rgba(0, 0, 0, 0.1);
    min-height: 141px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #displayListing.listing-job .company-logo-container .company-logo img {
      max-width: 152px;
      max-height: 121px; }
  @media (max-width: 767px) {
    #displayListing.listing-job .company-logo-container {
      margin: 0 auto 18px; } }

#displayListing.listing-job .card.job-details {
  border-radius: 2px;
  border-color: #D9D9D9;
  color: #212121;
  font-size: 14px; }
  #displayListing.listing-job .card.job-details .card-header {
    background-color: white;
    border-bottom: none;
    border-radius: 5px; }
    #displayListing.listing-job .card.job-details .card-header h3 {
      font-size: 16px;
      font-weight: 600;
      color: #212121; }
    #displayListing.listing-job .card.job-details .card-header hr {
      margin: 15px  0 0 0; }
    #displayListing.listing-job .card.job-details .card-header .fa {
      color: #b0bec5;
      font-size: 18px;
      vertical-align: text-top; }
  #displayListing.listing-job .card.job-details .card-body {
    font-size: 14px;
    color: #212121; }
    #displayListing.listing-job .card.job-details .card-body h3 {
      font-size: 23px;
      font-weight: 600;
      margin-bottom: 16px; }
    #displayListing.listing-job .card.job-details .card-body ul {
      padding-left: 21px;
      margin-bottom: 23px; }
    #displayListing.listing-job .card.job-details .card-body .gray-box-list {
      column-gap: 10px; }
      #displayListing.listing-job .card.job-details .card-body .gray-box-list li {
        background-color: #EDEDED;
        padding: 4px 9px;
        border-radius: 11px;
        display: inline-block;
        margin-bottom: 13px;
        color: #55595C; }
  #displayListing.listing-job .card.job-details .shift-details img.shift-icon {
    vertical-align: top;
    margin-right: 5px; }
  #displayListing.listing-job .card.job-details .shift-details p {
    line-height: 1.3; }

#displayListing.listing-job .caregiver-insight h1 {
  color: #333333; }
  #displayListing.listing-job .caregiver-insight h1.cg-question {
    max-width: 350px; }

#displayListing.listing-job .caregiver-insight small.cg-quote {
  max-width: 70%;
  margin-left: 5px;
  vertical-align: top; }

#displayListing.listing-job .caregiver-insight .fa-quote-left {
  font-size: 55px; }

@media (min-width: 992px) {
  #displayListing.listing-job .company-logo img {
    margin: 0; }
  #displayListing.listing-job .card.job-details .caregiver-insight img.cg-pic {
    margin-top: -50px;
    margin-left: -15px; }
  #displayListing.listing-job .card.job-details .caregiver-insight h1 {
    font-size: 30px; }
  #displayListing.listing-job .card.job-details .caregiver-insight small.cg-quote {
    max-width: 355px; }
  #displayListing.listing-job .card.job-details .shift-details .col-12:first-of-type {
    border-right: 2px solid #eeeeee; }
  #displayListing.listing-job .card.job-details .shift-details .col-12:last-of-type {
    padding-left: 30px; } }

@media (max-width: 991.98px) {
  #displayListing.listing-job .caregiver-insight h1 {
    font-size: 24px; } }

/*
  Registration Widgets Widgets
 */
.registration-widget-extra-wide {
  max-width: 550px; }
  .registration-widget-extra-wide .registration-widget-header {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.21), rgba(255, 255, 255, 0.21) 11%);
    width: 353px;
    min-height: 56px;
    background-color: #0d8ed3;
    border-radius: 5px 5px 0 0;
    padding-top: 5px; }
    .registration-widget-extra-wide .registration-widget-header h2 {
      font-size: 1.375rem;
      color: #fff;
      margin-left: 35px;
      margin-top: 10px;
      padding-bottom: 0; }
    .registration-widget-extra-wide .registration-widget-header h3 {
      font-size: 1.75rem;
      position: absolute;
      margin-left: 370px;
      margin-top: -80px;
      padding-bottom: 0;
      font-weight: bold;
      border: none !important; }
    .registration-widget-extra-wide .registration-widget-header img {
      position: absolute;
      margin-left: 310px;
      margin-top: -110px; }
  .registration-widget-extra-wide .registration-widget-body {
    border: solid 1px #c5c5c5;
    border-radius: 0 0 3px 3px;
    background-color: #eaeaea;
    padding: 20px 35px 10px 35px;
    margin-top: -10px; }
    .registration-widget-extra-wide .registration-widget-body button.btn-primary-alt, .registration-widget-extra-wide .registration-widget-body .hubspot-form button.hs-button.primary, .hubspot-form .registration-widget-extra-wide .registration-widget-body button.hs-button.primary {
      width: 299px;
      height: 38px;
      font-size: 1.25rem;
      padding: 5px;
      margin-top: -3px; }
    .registration-widget-extra-wide .registration-widget-body small.text-muted {
      color: #565656 !important;
      padding-left: 5px; }

.job-apply-inline form button[type='submit'] {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 24px; }

.job-apply-inline form .form-control, .job-apply-inline form .hubspot-form .hs-input, .hubspot-form .job-apply-inline form .hs-input, .job-apply-inline form label {
  font-size: 14px; }

.job-apply-inline .card.card-gray {
  border-radius: 2px;
  background: rgba(235, 235, 235, 0.36); }

#displayListing.resume-detail .container {
  position: relative; }

#displayListing.resume-detail .ats-details {
  margin-bottom: 0; }
  #displayListing.resume-detail .ats-details dt, #displayListing.resume-detail .ats-details dd {
    font-size: 13px;
    font-weight: normal; }

#displayListing.resume-detail .resume-heading {
  color: #01579B;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 0.5rem; }

#displayListing.resume-detail .profile-frame {
  width: 162px;
  height: 162px;
  border: 1px solid #BDBDBD;
  border-radius: 5px;
  max-width: 100%; }
  #displayListing.resume-detail .profile-frame .profile-image {
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border-radius: 5px;
    max-width: 100%; }

#displayListing.resume-detail .myjobs-badge {
  height: 50px;
  width: auto; }

#displayListing.resume-detail .profile-details {
  padding: 30px 32px;
  background-color: #EEEEEE; }
  #displayListing.resume-detail .profile-details .profile-detail-card {
    border-radius: 0;
    box-shadow: 0 3px 3px #00000026;
    border: 1px solid #EEEEEE;
    border-left: 3px solid #039BE5; }
    #displayListing.resume-detail .profile-details .profile-detail-card .card-header {
      padding: 8px 24px;
      background-color: white;
      border: 0; }
    #displayListing.resume-detail .profile-details .profile-detail-card .card-body {
      padding: 8px 24px 16px 24px; }
    #displayListing.resume-detail .profile-details .profile-detail-card .languages-spoken.resume-availability .comma-sep:not(:last-child):after, #displayListing.resume-detail .profile-details .profile-detail-card .resume-availability.resume-availability .comma-sep:not(:last-child):after {
      content: ', '; }
    #displayListing.resume-detail .profile-details .profile-detail-card .languages-spoken ul, #displayListing.resume-detail .profile-details .profile-detail-card .resume-availability ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #displayListing.resume-detail .profile-details .profile-detail-card .languages-spoken ul li, #displayListing.resume-detail .profile-details .profile-detail-card .resume-availability ul li {
        display: inline-block; }
        #displayListing.resume-detail .profile-details .profile-detail-card .languages-spoken ul li:not(:last-child):after, #displayListing.resume-detail .profile-details .profile-detail-card .resume-availability ul li:not(:last-child):after {
          content: ', '; }
    #displayListing.resume-detail .profile-details .profile-detail-card ul.list-specializations li {
      margin-bottom: 0.5rem; }
      #displayListing.resume-detail .profile-details .profile-detail-card ul.list-specializations li .fas, #displayListing.resume-detail .profile-details .profile-detail-card ul.list-specializations li .far, #displayListing.resume-detail .profile-details .profile-detail-card ul.list-specializations li .fal {
        width: 20px;
        color: #b0bec5;
        margin-right: 0.5rem; }

#displayListing.resume-detail .ats-status-widget .select2-container {
  width: 100% !important; }
  #displayListing.resume-detail .ats-status-widget .select2-container .select2-selection.select2-selection--single {
    height: 40px;
    background-color: white;
    border-color: #C2185B;
    color: #E91E63; }
    #displayListing.resume-detail .ats-status-widget .select2-container .select2-selection.select2-selection--single:hover {
      background-color: #E91E63 !important;
      color: #fff !important; }
      #displayListing.resume-detail .ats-status-widget .select2-container .select2-selection.select2-selection--single:hover .select2-selection__rendered, #displayListing.resume-detail .ats-status-widget .select2-container .select2-selection.select2-selection--single:hover .select2-selection__placeholder {
        color: #fff !important; }
      #displayListing.resume-detail .ats-status-widget .select2-container .select2-selection.select2-selection--single:hover .select2-selection__arrow b {
        border-color: #fff transparent transparent transparent; }
    #displayListing.resume-detail .ats-status-widget .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
      line-height: 38px;
      color: #E91E63; }
      #displayListing.resume-detail .ats-status-widget .select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
        color: #E91E63; }
    #displayListing.resume-detail .ats-status-widget .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
      top: 6px; }
      #displayListing.resume-detail .ats-status-widget .select2-container .select2-selection.select2-selection--single .select2-selection__arrow b {
        margin-left: -8px;
        border-width: 8px 6px 0 6px;
        border-color: #E91E63 transparent transparent transparent; }

#displayListing.resume-detail .result-detail-overlay {
  position: absolute;
  top: -10px;
  width: 102%;
  height: 106%;
  border-radius: 5px;
  margin-left: -10px;
  background: url("/templates/capture/static/img/frame/tile-diagonal-stripe.png");
  z-index: 2; }
  #displayListing.resume-detail .result-detail-overlay .listing-teaser {
    right: 0;
    position: absolute; }
    #displayListing.resume-detail .result-detail-overlay .listing-teaser p {
      position: absolute;
      font-size: 18px; }
      #displayListing.resume-detail .result-detail-overlay .listing-teaser p i {
        font-size: 35px; }
  #displayListing.resume-detail .result-detail-overlay.out-of-range {
    border: 3px solid #E91E63; }
    #displayListing.resume-detail .result-detail-overlay.out-of-range .listing-teaser p {
      color: #E91E63; }
  #displayListing.resume-detail .result-detail-overlay.out-of-views {
    border: 3px solid #039BE5; }
    #displayListing.resume-detail .result-detail-overlay.out-of-views .listing-teaser {
      text-decoration: none; }
      #displayListing.resume-detail .result-detail-overlay.out-of-views .listing-teaser .teaser-message {
        width: 250px;
        background-color: #039BE5;
        border-bottom-left-radius: 5px; }
      #displayListing.resume-detail .result-detail-overlay.out-of-views .listing-teaser p {
        color: #039BE5; }

#displayListing.resume-detail .cg-card-detail {
  position: relative; }
  #displayListing.resume-detail .cg-card-detail .fa-map-marker-alt, #displayListing.resume-detail .cg-card-detail .fa-mobile-alt, #displayListing.resume-detail .cg-card-detail .fa-envelope {
    font-size: 26px; }

#displayListing.resume-detail .hubspot-form .fl-label {
  color: white; }

#displayListing.resume-detail #ceuCourseTable td, #displayListing.resume-detail #ceuCourseTable th, #displayListing.resume-detail #freeCertificationTable td, #displayListing.resume-detail #freeCertificationTable th {
  font-size: 13px; }

@media (min-width: 992px) {
  #displayListing.resume-detail ul.list-specializations:not(:last-child) {
    margin-right: 40px; }
  #displayListing.resume-detail .profile-details .profile-detail-card.work-history {
    width: 305px; } }

@media (min-width: 1200px) {
  #displayListing.resume-detail .profile-details .profile-detail-card.work-history {
    width: 445px; } }

@media (max-width: 767.98px) {
  #displayListing.resume-detail .myjobs-badge {
    width: 60px;
    height: auto; }
  #displayListing.resume-detail .cg-card-detail h3 {
    font-size: 16px; }
  #displayListing.resume-detail .cg-card-detail .fa-map-marker-alt, #displayListing.resume-detail .cg-card-detail .fa-mobile-alt {
    font-size: 24px; }
  #displayListing.resume-detail .cg-card-detail .fa-envelope {
    font-size: 20px; } }

@media print {
  #displayListing.resume-detail * {
    color: #565656 !important; }
  #displayListing.resume-detail .profile-frame, #displayListing.resume-detail .cg-badges {
    display: none !important; } }

.mobile-apply {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block; }
  .mobile-apply .finish-applying, .mobile-apply .is-applied {
    display: none; }
  .mobile-apply .quick-apply, .mobile-apply .quick-rsvp {
    display: block; }
    .mobile-apply .quick-apply .apply-card, .mobile-apply .quick-rsvp .apply-card {
      border-radius: 0; }
      .mobile-apply .quick-apply .apply-card .card-body, .mobile-apply .quick-rsvp .apply-card .card-body {
        padding: 16px; }
        .mobile-apply .quick-apply .apply-card .card-body .w-25, .mobile-apply .quick-rsvp .apply-card .card-body .w-25 {
          min-width: 170px; }
        .mobile-apply .quick-apply .apply-card .card-body .btn, .mobile-apply .quick-apply .apply-card .card-body .hubspot-form .hs-button, .hubspot-form .mobile-apply .quick-apply .apply-card .card-body .hs-button, .mobile-apply .quick-rsvp .apply-card .card-body .btn, .mobile-apply .quick-rsvp .apply-card .card-body .hubspot-form .hs-button, .hubspot-form .mobile-apply .quick-rsvp .apply-card .card-body .hs-button {
          height: 50px;
          padding: 10px;
          font-size: 20px; }
  @media (min-width: 992px) {
    .mobile-apply {
      display: none; } }

@-webkit-keyframes pinkPulse {
  from {
    background-color: #E91E63;
    box-shadow: 0 0 5px #E91E63; }
  50% {
    background-color: #D61B5F;
    box-shadow: 0 0 10px #C2185B; }
  to {
    background-color: #E91E63;
    box-shadow: 0 0 5px #E91E63; } }
  .mobile-apply .btn-primary-alt, .mobile-apply .hubspot-form .hs-button.primary, .hubspot-form .mobile-apply .hs-button.primary {
    -webkit-animation-name: pinkPulse;
    -webkit-animation-duration: 2.25s;
    -webkit-animation-iteration-count: infinite; }
  .mobile-apply .rsvp-details {
    font-size: 15px; }
  @media (max-width: 350px) {
    .mobile-apply .rsvp-details .fal {
      display: none; } }
  @media (max-width: 450px) {
    .mobile-apply .rsvp-details {
      font-size: 12px; } }
  @media (max-width: 375px) {
    .mobile-apply .quick-apply .apply-card .card-body .w-25, .mobile-apply .quick-rsvp .apply-card .card-body .w-25 {
      min-width: 140px; }
    .mobile-apply .quick-apply .apply-card .card-body .btn, .mobile-apply .quick-apply .apply-card .card-body .hubspot-form .hs-button, .hubspot-form .mobile-apply .quick-apply .apply-card .card-body .hs-button, .mobile-apply .quick-rsvp .apply-card .card-body .btn, .mobile-apply .quick-rsvp .apply-card .card-body .hubspot-form .hs-button, .hubspot-form .mobile-apply .quick-rsvp .apply-card .card-body .hs-button {
      font-size: 16px; } }
  @media (min-width: 992px) {
    .mobile-apply {
      display: none; } }

@media (max-width: 991.98px) {
  .quick-apply, .quick-rsvp {
    display: none; } }

.quick-apply .apply-card, .quick-rsvp .apply-card {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  box-shadow: 0 3px 5px #00000029; }
  .quick-apply .apply-card .card-body, .quick-rsvp .apply-card .card-body {
    padding: 10px; }
    .quick-apply .apply-card .card-body .w-25, .quick-rsvp .apply-card .card-body .w-25 {
      min-width: 130px; }
    .quick-apply .apply-card .card-body .btn, .quick-apply .apply-card .card-body .hubspot-form .hs-button, .hubspot-form .quick-apply .apply-card .card-body .hs-button, .quick-rsvp .apply-card .card-body .btn, .quick-rsvp .apply-card .card-body .hubspot-form .hs-button, .hubspot-form .quick-rsvp .apply-card .card-body .hs-button {
      font-size: 15px;
      font-weight: 600; }

.notification {
  text-align: center;
  padding: 0 5px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%; }
  .notification .alert {
    border-radius: 0; }

.notification.fixedsticky {
  position: sticky;
  z-index: 999;
  top: 0; }

.notification.transient {
  position: fixed;
  top: 0;
  z-index: 100; }

.ibooking-intake label {
  margin-bottom: 5px; }

.ibooking-intake label[id$="error"].form-control-danger, .ibooking-intake label[id$="error"].invalid-feedback {
  background: none;
  font-weight: bold;
  font-style: italic;
  display: block; }

.ibooking-intake .form-group, .ibooking-intake .hubspot-form .hs-form-field, .hubspot-form .ibooking-intake .hs-form-field {
  font-size: 16px;
  margin-bottom: 2rem; }
  .ibooking-intake .form-group div[data-attach="openAvailabilityDetails"], .ibooking-intake .hubspot-form .hs-form-field div[data-attach="openAvailabilityDetails"], .hubspot-form .ibooking-intake .hs-form-field div[data-attach="openAvailabilityDetails"] {
    padding-left: 15px; }
  .ibooking-intake .form-group.col-6, .ibooking-intake .hubspot-form .col-6.hs-form-field, .hubspot-form .ibooking-intake .col-6.hs-form-field, .ibooking-intake .form-group.col-12, .ibooking-intake .hubspot-form .col-12.hs-form-field, .hubspot-form .ibooking-intake .col-12.hs-form-field, .ibooking-intake .form-group.col-7, .ibooking-intake .hubspot-form .col-7.hs-form-field, .hubspot-form .ibooking-intake .col-7.hs-form-field {
    padding-left: 0; }
  .ibooking-intake .form-group.has-danger .form-check .custom-control-description, .ibooking-intake .hubspot-form .has-danger.hs-form-field .form-check .custom-control-description, .hubspot-form .ibooking-intake .has-danger.hs-form-field .form-check .custom-control-description {
    color: initial; }
  .ibooking-intake .form-group .text-muted, .ibooking-intake .hubspot-form .hs-form-field .text-muted, .hubspot-form .ibooking-intake .hs-form-field .text-muted {
    margin-bottom: 5px; }

.ibooking-intake .form-check {
  padding-left: 0.5rem; }

/**
 Free CEU Course Listing Page / CNA Practice Exam
 */
.ceu-course-list p, .cna-practice-exam p {
  line-height: 1.2;
  margin-bottom: 0; }

.ceu-course-list hr, .cna-practice-exam hr {
  border-color: white;
  margin: 0; }

.ceu-course-list .ceu-header, .ceu-course-list .cna-exam-header, .cna-practice-exam .ceu-header, .cna-practice-exam .cna-exam-header {
  background: url(/templates/mycnajobs/static/img/courses/women-on-laptop.jpg) no-repeat;
  background-position: 0 210px;
  padding-bottom: 250px;
  font-size: 2.125rem; }
  .ceu-course-list .ceu-header.cna-exam-header, .ceu-course-list .cna-exam-header.cna-exam-header, .cna-practice-exam .ceu-header.cna-exam-header, .cna-practice-exam .cna-exam-header.cna-exam-header {
    background: url(/templates/mycnajobs/static/img/one-time-use/practice-exam/paula-white.png) no-repeat;
    background-position: 123% 323px;
    padding-bottom: 450px; }
    .ceu-course-list .ceu-header.cna-exam-header .rating-label, .ceu-course-list .cna-exam-header.cna-exam-header .rating-label, .cna-practice-exam .ceu-header.cna-exam-header .rating-label, .cna-practice-exam .cna-exam-header.cna-exam-header .rating-label {
      font-size: 11px; }
    .ceu-course-list .ceu-header.cna-exam-header .star-rating, .ceu-course-list .cna-exam-header.cna-exam-header .star-rating, .cna-practice-exam .ceu-header.cna-exam-header .star-rating, .cna-practice-exam .cna-exam-header.cna-exam-header .star-rating {
      font-size: 16px; }
      .ceu-course-list .ceu-header.cna-exam-header .star-rating .fa-star, .ceu-course-list .cna-exam-header.cna-exam-header .star-rating .fa-star, .cna-practice-exam .ceu-header.cna-exam-header .star-rating .fa-star, .cna-practice-exam .cna-exam-header.cna-exam-header .star-rating .fa-star {
        margin: 0; }
  .ceu-course-list .ceu-header .star-rating, .ceu-course-list .cna-exam-header .star-rating, .cna-practice-exam .ceu-header .star-rating, .cna-practice-exam .cna-exam-header .star-rating {
    display: block; }
    .ceu-course-list .ceu-header .star-rating .fa-star, .ceu-course-list .cna-exam-header .star-rating .fa-star, .cna-practice-exam .ceu-header .star-rating .fa-star, .cna-practice-exam .cna-exam-header .star-rating .fa-star {
      margin: 0 5px; }
  .ceu-course-list .ceu-header .course-credit, .ceu-course-list .cna-exam-header .course-credit, .cna-practice-exam .ceu-header .course-credit, .cna-practice-exam .cna-exam-header .course-credit {
    font-size: 1.75rem; }
  .ceu-course-list .ceu-header h1, .ceu-course-list .cna-exam-header h1, .cna-practice-exam .ceu-header h1, .cna-practice-exam .cna-exam-header h1 {
    max-width: 700px; }
  @media (min-width: 576px) {
    .ceu-course-list .ceu-header.cna-exam-header, .ceu-course-list .cna-exam-header.cna-exam-header, .cna-practice-exam .ceu-header.cna-exam-header, .cna-practice-exam .cna-exam-header.cna-exam-header {
      background-position: 134% 200px;
      padding-bottom: 400px; } }
  @media (min-width: 768px) {
    .ceu-course-list .ceu-header, .ceu-course-list .cna-exam-header, .cna-practice-exam .ceu-header, .cna-practice-exam .cna-exam-header {
      background-position: 50% 200px; }
      .ceu-course-list .ceu-header.cna-exam-header, .ceu-course-list .cna-exam-header.cna-exam-header, .cna-practice-exam .ceu-header.cna-exam-header, .cna-practice-exam .cna-exam-header.cna-exam-header {
        background-position: 133% 50px;
        padding-bottom: 200px; } }
  @media (min-width: 992px) {
    .ceu-course-list .ceu-header, .ceu-course-list .cna-exam-header, .cna-practice-exam .ceu-header, .cna-practice-exam .cna-exam-header {
      background-position: 90% 0;
      padding-bottom: 200px; }
      .ceu-course-list .ceu-header.cna-exam-header, .ceu-course-list .cna-exam-header.cna-exam-header, .cna-practice-exam .ceu-header.cna-exam-header, .cna-practice-exam .cna-exam-header.cna-exam-header {
        background-position: 105% -7px;
        padding-bottom: 145px; }
        .ceu-course-list .ceu-header.cna-exam-header .star-rating, .ceu-course-list .cna-exam-header.cna-exam-header .star-rating, .cna-practice-exam .ceu-header.cna-exam-header .star-rating, .cna-practice-exam .cna-exam-header.cna-exam-header .star-rating {
          font-size: 24px; }
        .ceu-course-list .ceu-header.cna-exam-header .rating-label, .ceu-course-list .cna-exam-header.cna-exam-header .rating-label, .cna-practice-exam .ceu-header.cna-exam-header .rating-label, .cna-practice-exam .cna-exam-header.cna-exam-header .rating-label {
          font-size: 0.8125rem; }
      .ceu-course-list .ceu-header span:not(.course-credit), .ceu-course-list .cna-exam-header span:not(.course-credit), .cna-practice-exam .ceu-header span:not(.course-credit), .cna-practice-exam .cna-exam-header span:not(.course-credit) {
        display: inline-block; }
      .ceu-course-list .ceu-header .star-rating, .ceu-course-list .cna-exam-header .star-rating, .cna-practice-exam .ceu-header .star-rating, .cna-practice-exam .cna-exam-header .star-rating {
        display: inline-block; } }
  @media (min-width: 1200px) {
    .ceu-course-list .ceu-header, .ceu-course-list .cna-exam-header, .cna-practice-exam .ceu-header, .cna-practice-exam .cna-exam-header {
      padding-bottom: 150px; }
      .ceu-course-list .ceu-header.cna-exam-header, .ceu-course-list .cna-exam-header.cna-exam-header, .cna-practice-exam .ceu-header.cna-exam-header, .cna-practice-exam .cna-exam-header.cna-exam-header {
        background-position: 78% -7px;
        padding-bottom: 145px; }
      .ceu-course-list .ceu-header h1, .ceu-course-list .cna-exam-header h1, .cna-practice-exam .ceu-header h1, .cna-practice-exam .cna-exam-header h1 {
        max-width: none; } }

.ceu-course-list .ceu-banner, .ceu-course-list .cna-exam-banner, .cna-practice-exam .ceu-banner, .cna-practice-exam .cna-exam-banner {
  background-color: rgba(1, 87, 155, 0.7);
  position: relative;
  margin-top: -96px; }
  .ceu-course-list .ceu-banner.cna-exam-banner, .ceu-course-list .cna-exam-banner.cna-exam-banner, .cna-practice-exam .ceu-banner.cna-exam-banner, .cna-practice-exam .cna-exam-banner.cna-exam-banner {
    background-color: #01579B; }
    .ceu-course-list .ceu-banner.cna-exam-banner .fa, .ceu-course-list .cna-exam-banner.cna-exam-banner .fa, .cna-practice-exam .ceu-banner.cna-exam-banner .fa, .cna-practice-exam .cna-exam-banner.cna-exam-banner .fa {
      color: #039BE5;
      text-shadow: none; }
    .ceu-course-list .ceu-banner.cna-exam-banner .fa-usd, .ceu-course-list .ceu-banner.cna-exam-banner .fa-thumbs-up, .ceu-course-list .cna-exam-banner.cna-exam-banner .fa-usd, .ceu-course-list .cna-exam-banner.cna-exam-banner .fa-thumbs-up, .cna-practice-exam .ceu-banner.cna-exam-banner .fa-usd, .cna-practice-exam .ceu-banner.cna-exam-banner .fa-thumbs-up, .cna-practice-exam .cna-exam-banner.cna-exam-banner .fa-usd, .cna-practice-exam .cna-exam-banner.cna-exam-banner .fa-thumbs-up {
      font-size: 55px; }
    .ceu-course-list .ceu-banner.cna-exam-banner .fa-mobile, .ceu-course-list .cna-exam-banner.cna-exam-banner .fa-mobile, .cna-practice-exam .ceu-banner.cna-exam-banner .fa-mobile, .cna-practice-exam .cna-exam-banner.cna-exam-banner .fa-mobile {
      font-size: 70px; }
  .ceu-course-list .ceu-banner p, .ceu-course-list .cna-exam-banner p, .cna-practice-exam .ceu-banner p, .cna-practice-exam .cna-exam-banner p {
    font-size: 1.5rem; }
  .ceu-course-list .ceu-banner .fa, .ceu-course-list .cna-exam-banner .fa, .cna-practice-exam .ceu-banner .fa, .cna-practice-exam .cna-exam-banner .fa {
    color: #4d89b9;
    text-shadow: 0 0 1px #f1dfab, 0 0 1px #f1dfab, 0 0 1px #f1dfab, 0 0 1px #f1dfab, 0 0 1px #f1dfab, 0 0 1px #f1dfab; }
  .ceu-course-list .ceu-banner .fa-mobile, .ceu-course-list .cna-exam-banner .fa-mobile, .cna-practice-exam .ceu-banner .fa-mobile, .cna-practice-exam .cna-exam-banner .fa-mobile {
    font-size: 61px; }
  .ceu-course-list .ceu-banner .fa-users, .ceu-course-list .cna-exam-banner .fa-users, .cna-practice-exam .ceu-banner .fa-users, .cna-practice-exam .cna-exam-banner .fa-users {
    font-size: 37px; }
  .ceu-course-list .ceu-banner .fa-print, .ceu-course-list .cna-exam-banner .fa-print, .cna-practice-exam .ceu-banner .fa-print, .cna-practice-exam .cna-exam-banner .fa-print {
    font-size: 45px; }

.ceu-course-list .nav.nav-tabs.ceu-tabs li, .cna-practice-exam .nav.nav-tabs.ceu-tabs li {
  width: 49%;
  text-align: center; }
  .ceu-course-list .nav.nav-tabs.ceu-tabs li a, .cna-practice-exam .nav.nav-tabs.ceu-tabs li a {
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #cccccc;
    color: #01579B;
    background: #EEEEEE none;
    border-bottom: none; }
  .ceu-course-list .nav.nav-tabs.ceu-tabs li > .nav-link.active, .cna-practice-exam .nav.nav-tabs.ceu-tabs li > .nav-link.active {
    background: #ffffff none; }
    .ceu-course-list .nav.nav-tabs.ceu-tabs li > .nav-link.active .btn-outline-primary, .cna-practice-exam .nav.nav-tabs.ceu-tabs li > .nav-link.active .btn-outline-primary {
      color: #039BE5; }
  .ceu-course-list .nav.nav-tabs.ceu-tabs li:first-child, .cna-practice-exam .nav.nav-tabs.ceu-tabs li:first-child {
    margin-right: 10px; }

.ceu-course-list .btn-group a, .cna-practice-exam .btn-group a {
  color: #ffffff; }

.ceu-course-list .btn-group .btn-outline-primary, .cna-practice-exam .btn-group .btn-outline-primary {
  border-color: #0277bd !important; }
  .ceu-course-list .btn-group .btn-outline-primary a, .cna-practice-exam .btn-group .btn-outline-primary a {
    color: #039BE5; }
  .ceu-course-list .btn-group .btn-outline-primary:hover a, .cna-practice-exam .btn-group .btn-outline-primary:hover a {
    color: #ffffff; }

.ceu-course-list ul.course-list, .cna-practice-exam ul.course-list {
  margin: 0;
  list-style: none;
  padding: 0; }
  .ceu-course-list ul.course-list li.course-item, .cna-practice-exam ul.course-list li.course-item {
    border-radius: 5px;
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #cccccc;
    box-shadow: 0 3px 4px -1px #afafaf; }
    .ceu-course-list ul.course-list li.course-item small, .cna-practice-exam ul.course-list li.course-item small {
      font-size: 0.75rem;
      color: #607D8B; }
    .ceu-course-list ul.course-list li.course-item img.course-thumbnail, .cna-practice-exam ul.course-list li.course-item img.course-thumbnail {
      max-width: 90px;
      max-height: 90px;
      border: 2px solid #BDBDBD;
      border-radius: 5px;
      margin-right: 15px; }
    .ceu-course-list ul.course-list li.course-item .course-details .star-separator, .cna-practice-exam ul.course-list li.course-item .course-details .star-separator {
      font-size: 12px;
      padding: 0 5px; }
    .ceu-course-list ul.course-list li.course-item .course-details span.course-rating, .cna-practice-exam ul.course-list li.course-item .course-details span.course-rating {
      display: block; }
    .ceu-course-list ul.course-list li.course-item .course-details .small-star, .cna-practice-exam ul.course-list li.course-item .course-details .small-star {
      font-size: 12px; }
    .ceu-course-list ul.course-list li.course-item .course-details p, .cna-practice-exam ul.course-list li.course-item .course-details p {
      font-size: 13px;
      line-height: 18px;
      max-width: 380px;
      display: inline-block; }
  .ceu-course-list ul.course-list .course-details h4 a, .cna-practice-exam ul.course-list .course-details h4 a {
    font-size: 18px;
    font-weight: 600; }
  .ceu-course-list ul.course-list li.course-item .course-details ul.course-statistics, .cna-practice-exam ul.course-list li.course-item .course-details ul.course-statistics {
    list-style: none;
    font-size: 13px;
    padding: 0;
    min-width: 150px; }
    .ceu-course-list ul.course-list li.course-item .course-details ul.course-statistics li, .cna-practice-exam ul.course-list li.course-item .course-details ul.course-statistics li {
      margin: 0 0 5px 0; }
      .ceu-course-list ul.course-list li.course-item .course-details ul.course-statistics li i.fa, .cna-practice-exam ul.course-list li.course-item .course-details ul.course-statistics li i.fa {
        color: #0277bd; }
        .ceu-course-list ul.course-list li.course-item .course-details ul.course-statistics li i.fa.fa-university, .cna-practice-exam ul.course-list li.course-item .course-details ul.course-statistics li i.fa.fa-university {
          padding-right: 5px; }
        .ceu-course-list ul.course-list li.course-item .course-details ul.course-statistics li i.fa.fa-usd, .cna-practice-exam ul.course-list li.course-item .course-details ul.course-statistics li i.fa.fa-usd {
          padding-right: 13px; }
        .ceu-course-list ul.course-list li.course-item .course-details ul.course-statistics li i.fa.fa-clock-o, .cna-practice-exam ul.course-list li.course-item .course-details ul.course-statistics li i.fa.fa-clock-o {
          padding-right: 9px; }
  .ceu-course-list ul.course-list li.course-item .course-details p.provider-credit, .cna-practice-exam ul.course-list li.course-item .course-details p.provider-credit {
    vertical-align: top;
    line-height: 1;
    color: #727f8b; }

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

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

/**
 Free CEU Course & Training Video Detail Page
 */
.course-detail img.course-thumbnail {
  max-width: 200px;
  border: 2px solid #cccccc;
  border-radius: 5px; }

.course-detail .course-banner {
  position: relative;
  background-size: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 210px;
  margin-left: -15px;
  margin-right: -15px;
  cursor: pointer; }
  .course-detail .course-banner .btn-primary-alt, .course-detail .course-banner .hubspot-form .hs-button.primary, .hubspot-form .course-detail .course-banner .hs-button.primary {
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin-top: 65px; }

.course-detail small.text-muted {
  vertical-align: top;
  line-height: 1; }

.course-detail .large-star {
  font-size: 18px; }

.course-detail .fa-icon-border {
  font-size: 18px;
  border: 1px solid #d0a52b;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  padding-top: 3px; }

.course-detail .in-the-know-logo {
  max-width: 200px; }

.course-detail .video-iframe {
  width: 100%;
  height: 200px; }

.course-detail .nav.nav-tabs.grey-tabs {
  border-color: #E0E0E0;
  border-bottom-width: 2px; }
  .course-detail .nav.nav-tabs.grey-tabs.ceu-tabs .nav-item {
    width: 31%; }
  .course-detail .nav.nav-tabs.grey-tabs .nav-item {
    width: 48%;
    text-align: center; }
    .course-detail .nav.nav-tabs.grey-tabs .nav-item a.nav-link {
      color: #565656;
      border-color: #E0E0E0;
      font-weight: 600; }
      .course-detail .nav.nav-tabs.grey-tabs .nav-item a.nav-link.active {
        color: #01579B; }

.course-detail .ceu-list {
  list-style: none;
  padding-left: 1rem; }
  .course-detail .ceu-list li:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin: 0 10px 0 -15px;
    color: #565656; }

.course-detail .registration-widget-sidebar .card-blue input[type=text],
.course-detail .registration-widget-sidebar .card-blue input[type=number],
.course-detail .registration-widget-sidebar .card-blue button.btn-primary-alt,
.course-detail .registration-widget-sidebar .card-blue .hubspot-form button.hs-button.primary,
.hubspot-form .course-detail .registration-widget-sidebar .card-blue button.hs-button.primary {
  height: 40px; }

.course-detail .click-to-watch {
  position: absolute;
  color: #E91E63;
  line-height: 1;
  top: 0;
  right: 15px; }
  .course-detail .click-to-watch p, .course-detail .click-to-watch strong {
    display: inline-block;
    margin-top: 5px; }
  .course-detail .click-to-watch p {
    font-size: 14px; }
  .course-detail .click-to-watch .arrow-container {
    position: relative;
    float: right;
    padding-left: 10px; }
    .course-detail .click-to-watch .arrow-container .arrow-horizontal {
      position: absolute;
      bottom: 50px;
      left: 30px;
      max-width: 100px; }
    .course-detail .click-to-watch .arrow-container .arrow-vertical {
      max-height: 30px; }

@media (max-width: 575.98px) {
  .course-detail .nav.nav-tabs.grey-tabs.ceu-tabs .nav-item a.nav-link {
    line-height: 1.2;
    font-size: 12px;
    width: 100px; } }

@media (min-width: 576px) {
  .course-detail .course-banner {
    min-height: 300px; }
  .course-detail .click-to-watch p, .course-detail .click-to-watch strong {
    margin-top: 10px; }
  .course-detail .click-to-watch p {
    font-size: 16px; }
  .course-detail .click-to-watch strong {
    font-size: 24px; }
  .course-detail .click-to-watch .arrow-container .arrow-vertical {
    max-height: 40px; } }

@media (min-width: 768px) {
  .course-detail .course-banner {
    min-height: 380px;
    margin: 0; }
    .course-detail .course-banner .btn-primary-alt, .course-detail .course-banner .hubspot-form .hs-button.primary, .hubspot-form .course-detail .course-banner .hs-button.primary {
      margin-top: 130px; }
  .course-detail .video-iframe {
    margin: 0; } }

@media (min-width: 992px) {
  .course-detail .in-the-know-logo {
    max-width: 280px;
    margin-top: 55px; }
  .course-detail .video-iframe {
    height: 400px; }
  .course-detail .course-banner {
    min-height: 350px; }
    .course-detail .course-banner .btn-primary-alt, .course-detail .course-banner .hubspot-form .hs-button.primary, .hubspot-form .course-detail .course-banner .hs-button.primary {
      margin-top: 190px; }
  .course-detail .registration-widget-sidebar {
    bottom: 0;
    position: absolute;
    width: 100%; }
  .course-detail .click-to-watch {
    bottom: 0;
    top: unset; }
    .course-detail .click-to-watch p {
      display: block;
      font-size: 28px; }
    .course-detail .click-to-watch strong {
      font-size: 44px; }
    .course-detail .click-to-watch .arrow-container {
      float: none; } }

@media (min-width: 1200px) {
  .course-detail .course-banner {
    min-height: 410px; }
  .course-detail .click-to-watch {
    left: 15px; } }

.caregiver-certification .caregiver-certification-header {
  padding-bottom: 32px; }
  .caregiver-certification .caregiver-certification-header .star-rating {
    font-size: 11px; }
  .caregiver-certification .caregiver-certification-header .fa-ul li {
    font-size: 20px;
    font-weight: 300; }
    .caregiver-certification .caregiver-certification-header .fa-ul li .fa-li {
      color: #d0a52b; }
  @media (min-width: 768px) {
    .caregiver-certification .caregiver-certification-header {
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    .caregiver-certification .caregiver-certification-header {
      background: url(/templates/mycnajobs/static/img/caregiver-certification/header-banner.png) no-repeat;
      background-position: 93% 106px;
      background-size: 49%; }
      .caregiver-certification .caregiver-certification-header h1 {
        font-size: 61px; }
      .caregiver-certification .caregiver-certification-header .fa-ul li {
        font-size: 24px; } }
  @media (min-width: 1200px) {
    .caregiver-certification .caregiver-certification-header {
      background-position: 78% 21px;
      background-size: unset; } }

.caregiver-certification .caregiver-certification-banner {
  background-color: #01579B; }
  .caregiver-certification .caregiver-certification-banner .fal {
    font-size: 40px;
    color: #039BE5; }
  .caregiver-certification .caregiver-certification-banner .gold-separator {
    height: 10px;
    background: transparent linear-gradient(270deg, #D0A52B 0%, #685316 100%) 0% 0% no-repeat padding-box; }

.caregiver-certification .circle-number {
  flex: none;
  width: 50px;
  height: 50px;
  border: 1px solid #039BE5;
  border-radius: 50%;
  text-align: center;
  color: #039BE5;
  font-weight: 300;
  font-size: 34px; }

.card-course {
  position: relative;
  box-shadow: 0 3px 6px #00000029;
  border: 1px solid #cccccc;
  border-radius: 10px;
  height: 433px;
  width: 255px;
  max-width: 100%;
  margin: 0 auto; }
  .card-course .card-img-top {
    height: 115px; }
  .card-course .card-body {
    padding: 1rem; }
    .card-course .card-body .fa-ul {
      margin-left: 1.2rem;
      font-size: 13px;
      position: absolute;
      left: 1rem;
      bottom: 60px; }
    .card-course .card-body small {
      font-size: 12px; }
    .card-course .card-body .free-icon {
      font-size: 13px;
      position: absolute;
      bottom: 1.4rem;
      right: 1rem;
      color: #d0a52b; }
      .card-course .card-body .free-icon .icon-border {
        border: 1px solid #d0a52b;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        text-align: center;
        display: inline-block;
        padding-top: 2px; }
    .card-course .card-body .btn-primary-alt, .card-course .card-body .hubspot-form .hs-button.primary, .hubspot-form .card-course .card-body .hs-button.primary, .card-course .card-body .btn-success, .card-course .card-body .btn-link {
      position: absolute;
      bottom: 1rem;
      left: 1rem; }
      .card-course .card-body .btn-primary-alt.btn-success, .card-course .card-body .hubspot-form .btn-success.hs-button.primary, .hubspot-form .card-course .card-body .btn-success.hs-button.primary, .card-course .card-body .btn-success.btn-success, .card-course .card-body .btn-link.btn-success {
        cursor: default; }
        .card-course .card-body .btn-primary-alt.btn-success:hover, .card-course .card-body .hubspot-form .btn-success.hs-button.primary:hover, .hubspot-form .card-course .card-body .btn-success.hs-button.primary:hover, .card-course .card-body .btn-primary-alt.btn-success:focus, .card-course .card-body .hubspot-form .btn-success.hs-button.primary:focus, .hubspot-form .card-course .card-body .btn-success.hs-button.primary:focus, .card-course .card-body .btn-primary-alt.btn-success:active, .card-course .card-body .hubspot-form .btn-success.hs-button.primary:active, .hubspot-form .card-course .card-body .btn-success.hs-button.primary:active, .card-course .card-body .btn-success.btn-success:hover, .card-course .card-body .btn-success.btn-success:focus, .card-course .card-body .btn-success.btn-success:active, .card-course .card-body .btn-link.btn-success:hover, .card-course .card-body .btn-link.btn-success:focus, .card-course .card-body .btn-link.btn-success:active {
          background-color: #66bb6a;
          border-color: #66bb6a; }
      .card-course .card-body .btn-primary-alt.btn-primary-alt, .card-course .card-body .hubspot-form .hs-button.primary, .hubspot-form .card-course .card-body .hs-button.primary, .card-course .card-body .btn-primary-alt .btn-link, .card-course .card-body .hubspot-form .hs-button.primary .btn-link, .hubspot-form .card-course .card-body .hs-button.primary .btn-link, .card-course .card-body .btn-success.btn-primary-alt, .card-course .card-body .hubspot-form .btn-success.hs-button.primary, .hubspot-form .card-course .card-body .btn-success.hs-button.primary, .card-course .card-body .btn-success .btn-link, .card-course .card-body .btn-link.btn-primary-alt, .card-course .card-body .hubspot-form .btn-link.hs-button.primary, .hubspot-form .card-course .card-body .btn-link.hs-button.primary, .card-course .card-body .btn-link .btn-link {
        padding: 0.375rem 1.5rem; }

.covid-training .covid-training-header {
  padding-bottom: 32px; }
  .covid-training .covid-training-header .star-rating {
    font-size: 11px; }
  .covid-training .covid-training-header .fa-ul li {
    font-size: 20px;
    font-weight: 300; }
    .covid-training .covid-training-header .fa-ul li .fa-li {
      color: #d0a52b; }
  @media (min-width: 992px) {
    .covid-training .covid-training-header {
      background: url(/templates/mycnajobs/static/img/covid-training/header-banner.png) no-repeat;
      background-position: 100% 75px; }
      .covid-training .covid-training-header h1 {
        font-size: 61px; }
      .covid-training .covid-training-header .fa-ul li {
        font-size: 24px; } }

.covid-training .nurse-banner {
  background-color: #0a0a0a; }

.covid-training .certificate-preview {
  text-align: center;
  background: transparent linear-gradient(89deg, #26A69A 0%, #0277BD 100%) 0 0 no-repeat padding-box;
  width: 100%;
  min-height: 287px; }
  .covid-training .certificate-preview h3 {
    max-width: 520px; }

.course-table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: none;
  padding: 0.3em 0; }
  .course-table.dataTable > tbody > tr.child ul.dtr-details > li .btn, .course-table.dataTable > tbody > tr.child ul.dtr-details > li .hubspot-form .hs-button, .hubspot-form .course-table.dataTable > tbody > tr.child ul.dtr-details > li .hs-button {
    display: block;
    width: 100%; }

.course-table tr.parent td {
  border-bottom: none;
  padding-top: 1rem; }

.course-table tr.child td {
  padding-bottom: 1rem; }

.course-table th {
  border-top: 0;
  border-bottom: 1px solid #565656; }

.course-table td {
  border-top: 0;
  border-bottom: 1px solid #EEEEEE;
  padding: 0.5rem;
  vertical-align: middle; }
  .course-table td .fa-check-circle, .course-table td .fa-circle {
    font-size: 24px;
    vertical-align: middle; }
  .course-table td a.btn, .course-table td .hubspot-form a.hs-button, .hubspot-form .course-table td a.hs-button {
    float: right; }

.training-center-course .progress-bar {
  background: transparent linear-gradient(90deg, #039BE5 0%, #E91E63 100%) 0 0 no-repeat padding-box; }
  .training-center-course .progress-bar.progress-bar-complete {
    background: #66BB6A; }

.training-center-course .card-body p {
  line-height: 1.2; }

.training-center-course .stamp {
  transform: rotate(12deg);
  color: #555;
  font-size: 3rem;
  font-weight: 700;
  border: 0.25rem solid #555;
  display: inline-block;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  border-radius: 1rem;
  font-family: 'Courier';
  -webkit-mask-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/8399/grunge.png");
  -webkit-mask-size: 944px 604px;
  mix-blend-mode: multiply; }
  .training-center-course .stamp.is-approved {
    color: #66bb6a;
    border: 0.5rem solid #66bb6a;
    -webkit-mask-position: 13rem 6rem;
    z-index: 99999;
    transform: scale(0.6);
    position: absolute;
    left: 70px;
    top: -10px;
    border-radius: 0; }

.training-center-course .training-provider {
  display: flex;
  align-items: center;
  justify-content: center; }
  .training-center-course .training-provider span {
    display: block;
    color: #9E9E9E; }
  .training-center-course .training-provider img {
    max-width: 150px;
    max-height: 70px;
    object-fit: contain; }

.training-center-course .lesson-list {
  border-top: 1px solid #EEEEEE; }
  .training-center-course .lesson-list .lesson-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #EEEEEE; }
    .training-center-course .lesson-list .lesson-item .fa-check-circle, .training-center-course .lesson-list .lesson-item .fa-circle {
      font-size: 24px; }
    .training-center-course .lesson-list .lesson-item .btn, .training-center-course .lesson-list .lesson-item .hubspot-form .hs-button, .hubspot-form .training-center-course .lesson-list .lesson-item .hs-button {
      width: 160px; }

.training-center-course .btn.btn-link, .training-center-course .hubspot-form .btn-link.hs-button, .hubspot-form .training-center-course .btn-link.hs-button {
  white-space: normal;
  text-align: left;
  width: 100%; }

@media (max-width: 991.98px) {
  .training-center-course .btn-dl {
    width: 90%; }
  .training-center-course .lesson-list .lesson-item .dropdown, .training-center-course .lesson-list .lesson-item .btn, .training-center-course .lesson-list .lesson-item .hubspot-form .hs-button, .hubspot-form .training-center-course .lesson-list .lesson-item .hs-button {
    width: 100%; } }

@media (min-width: 992px) {
  .training-center-course .course-details .col-12 {
    padding: 1rem 2rem 0 2rem; }
    .training-center-course .course-details .col-12:nth-of-type(2), .training-center-course .course-details .col-12:nth-of-type(3) {
      border-right: 1px solid #EEEEEE; } }

.ceu-landing-page .ceu-header {
  padding-bottom: 32px; }
  .ceu-landing-page .ceu-header .star-rating {
    font-size: 11px; }
  .ceu-landing-page .ceu-header .fa-ul li {
    font-size: 20px;
    font-weight: 300; }
    .ceu-landing-page .ceu-header .fa-ul li .fa-li {
      color: #d0a52b; }
  @media (min-width: 768px) {
    .ceu-landing-page .ceu-header {
      padding-bottom: 130px; } }
  @media (min-width: 992px) {
    .ceu-landing-page .ceu-header {
      background: url(/templates/mycnajobs/static/img/lms/ceu-courses/girl-logo-header.png) no-repeat;
      background-position: 110% 70px; }
      .ceu-landing-page .ceu-header h1 {
        font-size: 61px; }
      .ceu-landing-page .ceu-header .fa-ul li {
        font-size: 24px; } }
  @media (min-width: 1200px) {
    .ceu-landing-page .ceu-header {
      background-position: 70% 0;
      background-size: unset; } }

.ceu-landing-page .ceu-banner {
  padding: 24px 0;
  background: transparent linear-gradient(90deg, #039BE5 0%, #E91E63 100%) 0 0 no-repeat padding-box; }
  .ceu-landing-page .ceu-banner .circle-number {
    flex: none;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: 300;
    font-size: 34px; }

.ceu-landing-page .card.ceu-course {
  height: 381px;
  width: 255px;
  box-shadow: 0 3px 6px #00000029;
  border-color: #EEEEEE;
  position: relative;
  max-width: 100%;
  margin: 0 auto; }
  .ceu-landing-page .card.ceu-course .card-body {
    padding: 0.5rem 1rem 1rem 1rem; }
    .ceu-landing-page .card.ceu-course .card-body .course-footer {
      position: absolute;
      bottom: 1rem;
      padding-right: 10px; }
    .ceu-landing-page .card.ceu-course .card-body img.nevvon-logo {
      position: absolute;
      right: 1rem;
      bottom: 1rem; }
  .ceu-landing-page .card.ceu-course .card-img-top {
    height: 134px;
    padding: 8px; }

.ceu-landing-page .circle-number {
  flex: none;
  width: 40px;
  height: 40px;
  border: 1px solid #B0BEC5;
  border-radius: 50%;
  text-align: center;
  color: #B0BEC5;
  font-weight: 300;
  font-size: 27px; }

.training-center .course-list .course-card {
  margin-bottom: 8px;
  box-shadow: 0 2px 3px #00000029;
  font-size: 13px; }
  .training-center .course-list .course-card .card-link-container:hover, .training-center .course-list .course-card .card-link-container:hover * {
    text-decoration: none; }
  .training-center .course-list .course-card .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right; }
    .training-center .course-list .course-card .ribbon span {
      font-size: 11px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      line-height: 20px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      width: 100px;
      display: block;
      background: #49A54E;
      box-shadow: 0 3px 10px -5px black;
      position: absolute;
      top: 19px;
      left: -21px; }
      .training-center .course-list .course-card .ribbon span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #49A54E;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #49A54E; }
      .training-center .course-list .course-card .ribbon span::after {
        content: "";
        position: absolute;
        right: 0;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #49A54E;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #49A54E; }
  .training-center .course-list .course-card .card-body {
    display: flex;
    padding: 1rem; }
    .training-center .course-list .course-card .card-body .course-thumbnail .course-image {
      height: 58px;
      width: auto;
      max-width: 102px;
      border-radius: 5px;
      border: 1px solid #EEEEEE; }
    .training-center .course-list .course-card .card-body .course-metadata {
      flex: 0 1 600px; }
      .training-center .course-list .course-card .card-body .course-metadata h4 {
        margin-bottom: 18px; }
      .training-center .course-list .course-card .card-body .course-metadata .list-inline {
        margin-bottom: 0; }
        .training-center .course-list .course-card .card-body .course-metadata .list-inline .list-inline-item {
          margin-right: 16px; }
      .training-center .course-list .course-card .card-body .course-metadata .badge-light {
        background-color: #E1E5E9;
        color: #000;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 0; }
    .training-center .course-list .course-card .card-body .course-completion {
      align-self: flex-end;
      flex: 0 0 270px; }
    .training-center .course-list .course-card .card-body .course-provider {
      justify-content: center;
      align-items: center;
      flex: 0 0 92px; }
      .training-center .course-list .course-card .card-body .course-provider img {
        max-width: 90px;
        max-height: 32px;
        object-fit: contain; }
    @media (max-width: 991.98px) {
      .training-center .course-list .course-card .card-body {
        flex-direction: column; }
        .training-center .course-list .course-card .card-body .course-thumbnail {
          margin-bottom: 12px; }
        .training-center .course-list .course-card .card-body .course-metadata {
          flex: auto; }
          .training-center .course-list .course-card .card-body .course-metadata h4 {
            margin-bottom: 12px; }
          .training-center .course-list .course-card .card-body .course-metadata .list-inline-item {
            margin-bottom: 8px; }
        .training-center .course-list .course-card .card-body .course-completion {
          flex: auto;
          width: 100%; }
          .training-center .course-list .course-card .card-body .course-completion .row {
            justify-content: flex-end; }
        .training-center .course-list .course-card .card-body .course-provider {
          float: right; } }

/**
  Scholarship Landing Page (/scholarships/)
 */
.scholarship-lead h1 {
  font-size: 2.75rem; }

.scholarship-lead .scholarship-header {
  background: url(/templates/mycnajobs/static/img/one-time-use/scholarship/scholarship-pig.jpg) no-repeat;
  background-position: 75% 0;
  min-height: 480px; }
  .scholarship-lead .scholarship-header h3 {
    color: #333333; }
  .scholarship-lead .scholarship-header .money-ticker {
    text-align: center;
    background: #f5f5f5;
    border-radius: 10px;
    max-width: 600px;
    display: block;
    padding: 10px 10px 0 10px;
    border: 1px solid #EEEEEE; }
  .scholarship-lead .scholarship-header .gray-bar {
    height: 80px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center; }

.scholarship-lead .fa-wpforms, .scholarship-lead .fa-graduation-cap, .scholarship-lead .fa-briefcase {
  font-size: 100px;
  color: #cfd8dc; }

.scholarship-lead .border-bottom {
  border-bottom: 1px solid #e4e4e4; }

.scholarship-lead .card.scholarship-winner, .scholarship-lead .card.featured-article, .scholarship-lead .card.featured-school {
  border: 0; }
  .scholarship-lead .card.scholarship-winner.featured-article h4, .scholarship-lead .card.featured-article.featured-article h4, .scholarship-lead .card.featured-school.featured-article h4 {
    line-height: 1.3; }
  .scholarship-lead .card.scholarship-winner h4, .scholarship-lead .card.scholarship-winner small, .scholarship-lead .card.featured-article h4, .scholarship-lead .card.featured-article small, .scholarship-lead .card.featured-school h4, .scholarship-lead .card.featured-school small {
    font-weight: 600; }
  .scholarship-lead .card.scholarship-winner .card-body, .scholarship-lead .card.featured-article .card-body, .scholarship-lead .card.featured-school .card-body {
    padding: 20px 0; }
    .scholarship-lead .card.scholarship-winner .card-body .card-link + .card-link, .scholarship-lead .card.featured-article .card-body .card-link + .card-link, .scholarship-lead .card.featured-school .card-body .card-link + .card-link {
      margin-left: .5rem; }
    .scholarship-lead .card.scholarship-winner .card-body .btn-sm.btn-secondary, .scholarship-lead .card.scholarship-winner .card-body .btn-group-sm > .btn-secondary.btn, .scholarship-lead .card.scholarship-winner .card-body .hubspot-form .btn-group-sm > .btn-secondary.hs-button, .hubspot-form .scholarship-lead .card.scholarship-winner .card-body .btn-group-sm > .btn-secondary.hs-button, .scholarship-lead .card.featured-article .card-body .btn-sm.btn-secondary, .scholarship-lead .card.featured-article .card-body .btn-group-sm > .btn-secondary.btn, .scholarship-lead .card.featured-article .card-body .hubspot-form .btn-group-sm > .btn-secondary.hs-button, .hubspot-form .scholarship-lead .card.featured-article .card-body .btn-group-sm > .btn-secondary.hs-button, .scholarship-lead .card.featured-school .card-body .btn-sm.btn-secondary, .scholarship-lead .card.featured-school .card-body .btn-group-sm > .btn-secondary.btn, .scholarship-lead .card.featured-school .card-body .hubspot-form .btn-group-sm > .btn-secondary.hs-button, .hubspot-form .scholarship-lead .card.featured-school .card-body .btn-group-sm > .btn-secondary.hs-button {
      padding: 0.35rem 0.7rem; }
    .scholarship-lead .card.scholarship-winner .card-body .btn-sm.btn-primary-alt, .scholarship-lead .card.scholarship-winner .card-body .btn-group-sm > .btn-primary-alt.btn, .scholarship-lead .card.scholarship-winner .card-body .hubspot-form .btn-group-sm > .btn-primary-alt.hs-button, .hubspot-form .scholarship-lead .card.scholarship-winner .card-body .btn-group-sm > .btn-primary-alt.hs-button, .scholarship-lead .card.scholarship-winner .card-body .hubspot-form .btn-group-sm > .hs-button.primary, .hubspot-form .scholarship-lead .card.scholarship-winner .card-body .btn-group-sm > .hs-button.primary, .scholarship-lead .card.scholarship-winner .card-body .hubspot-form .btn-sm.hs-button.primary, .hubspot-form .scholarship-lead .card.scholarship-winner .card-body .btn-sm.hs-button.primary, .scholarship-lead .card.featured-article .card-body .btn-sm.btn-primary-alt, .scholarship-lead .card.featured-article .card-body .btn-group-sm > .btn-primary-alt.btn, .scholarship-lead .card.featured-article .card-body .hubspot-form .btn-group-sm > .btn-primary-alt.hs-button, .hubspot-form .scholarship-lead .card.featured-article .card-body .btn-group-sm > .btn-primary-alt.hs-button, .scholarship-lead .card.featured-article .card-body .hubspot-form .btn-group-sm > .hs-button.primary, .hubspot-form .scholarship-lead .card.featured-article .card-body .btn-group-sm > .hs-button.primary, .scholarship-lead .card.featured-article .card-body .hubspot-form .btn-sm.hs-button.primary, .hubspot-form .scholarship-lead .card.featured-article .card-body .btn-sm.hs-button.primary, .scholarship-lead .card.featured-school .card-body .btn-sm.btn-primary-alt, .scholarship-lead .card.featured-school .card-body .btn-group-sm > .btn-primary-alt.btn, .scholarship-lead .card.featured-school .card-body .hubspot-form .btn-group-sm > .btn-primary-alt.hs-button, .hubspot-form .scholarship-lead .card.featured-school .card-body .btn-group-sm > .btn-primary-alt.hs-button, .scholarship-lead .card.featured-school .card-body .hubspot-form .btn-group-sm > .hs-button.primary, .hubspot-form .scholarship-lead .card.featured-school .card-body .btn-group-sm > .hs-button.primary, .scholarship-lead .card.featured-school .card-body .hubspot-form .btn-sm.hs-button.primary, .hubspot-form .scholarship-lead .card.featured-school .card-body .btn-sm.hs-button.primary {
      padding: 0.5rem 0.8rem;
      line-height: 1; }
  .scholarship-lead .card.scholarship-winner .img-wrapper, .scholarship-lead .card.featured-article .img-wrapper, .scholarship-lead .card.featured-school .img-wrapper {
    background-color: #efefef;
    max-width: 100%;
    height: 125px;
    border-radius: 5px; }
    .scholarship-lead .card.scholarship-winner .img-wrapper img.card-img-top, .scholarship-lead .card.featured-article .img-wrapper img.card-img-top, .scholarship-lead .card.featured-school .img-wrapper img.card-img-top {
      width: auto;
      max-width: 80%;
      height: 100%;
      margin: 0 auto;
      border-radius: 0;
      display: block; }
  .scholarship-lead .card.scholarship-winner .blockquote, .scholarship-lead .card.featured-article .blockquote, .scholarship-lead .card.featured-school .blockquote {
    padding: 0 1rem;
    margin-top: 15px;
    color: #9E9E9E;
    font-size: 1rem;
    margin-bottom: 0; }

@media (max-width: 991.98px) {
  .scholarship-lead h1 {
    font-size: 2rem; }
  .scholarship-lead .scholarship-header {
    background-position: 105% 0;
    background-size: 30%; }
    .scholarship-lead .scholarship-header h3 {
      font-size: 1.125rem; }
    .scholarship-lead .scholarship-header .gray-bar {
      height: 180px; }
  .scholarship-lead .card.scholarship-winner .card-link.btn-primary-alt, .scholarship-lead .card.scholarship-winner .hubspot-form .card-link.hs-button.primary, .hubspot-form .scholarship-lead .card.scholarship-winner .card-link.hs-button.primary {
    display: block; }
  .scholarship-lead .card.scholarship-winner .card-link.btn-secondary {
    display: block;
    margin: 10px auto 0 auto !important; } }

@media (max-width: 767.98px) {
  .scholarship-lead .scholarship-header {
    background-position: 120% 10px;
    background-size: 50%;
    min-height: 400px; }
  .scholarship-lead .btn-primary-alt, .scholarship-lead .hubspot-form .hs-button.primary, .hubspot-form .scholarship-lead .hs-button.primary {
    display: block; }
  .scholarship-lead .mobile-scholarship-winners .scholarship-winner {
    margin-top: 10px;
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    border-radius: 0; } }

/**
  Home Page (/)
 */
.homepage h1.lg {
  font-size: 44px; }

.homepage .carousel {
  height: 465px; }
  .homepage .carousel .carousel-item {
    background-repeat: no-repeat;
    background-position: 90px center;
    background-size: cover;
    z-index: -1; }
    .homepage .carousel .carousel-item:nth-child(1) {
      background-image: url("/templates/mycnajobs/static/img/one-time-use/homepage/banner-1.png"); }
    .homepage .carousel .carousel-item:nth-child(2) {
      background-image: url("/templates/mycnajobs/static/img/one-time-use/homepage/banner-2.png"); }
    .homepage .carousel .carousel-item:nth-child(3) {
      background-image: url("/templates/mycnajobs/static/img/one-time-use/homepage/banner-3.png"); }
    .homepage .carousel .carousel-item:nth-child(4) {
      background-image: url("/templates/mycnajobs/static/img/one-time-use/homepage/banner-4.png"); }

.homepage .hero-unit .card {
  position: absolute;
  top: -400px;
  box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.15); }
  .homepage .hero-unit .card .card-header {
    background: url("/templates/healthhire/static/img/one-time-use/diagonal-pixel-pattern.png"), #0799e3;
    background: url("/templates/healthhire/static/img/one-time-use/diagonal-pixel-pattern.png"), -moz-linear-gradient(left, #0799e3 0%, #e91e63 100%);
    background: url("/templates/healthhire/static/img/one-time-use/diagonal-pixel-pattern.png"), -webkit-gradient(left top, right top, color-stop(0%, #0799e3), color-stop(100%, #e91e63));
    background: url("/templates/healthhire/static/img/one-time-use/diagonal-pixel-pattern.png"), -webkit-linear-gradient(left, #0799e3 0%, #e91e63 100%);
    background: url("/templates/healthhire/static/img/one-time-use/diagonal-pixel-pattern.png"), -o-linear-gradient(left, #0799e3 0%, #e91e63 100%);
    background: url("/templates/healthhire/static/img/one-time-use/diagonal-pixel-pattern.png"), -ms-linear-gradient(left, #0799e3 0%, #e91e63 100%);
    background: url("/templates/healthhire/static/img/one-time-use/diagonal-pixel-pattern.png"), linear-gradient(to right, #0799e3 0%, #e91e63 100%);
    height: 6px;
    padding: 0; }
  .homepage .hero-unit .card .card-body h1 {
    font-size: 62px; }
  .homepage .hero-unit .card .card-footer {
    background-color: #EEEEEE; }
    .homepage .hero-unit .card .card-footer input[type="text"] {
      height: 50px;
      max-width: 185px; }
    .homepage .hero-unit .card .card-footer form {
      max-width: 390px;
      padding: 10px;
      border-radius: 5px; }

.homepage .benefits-banner {
  min-height: 230px;
  background: url("/templates/mycnajobs/static/img/one-time-use/homepage/benefits-bar.png") no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 80px;
  margin-top: -1px; }

.homepage .pick-up-header {
  max-width: 495px; }

.homepage .form-inline .form-control, .homepage .form-inline .hubspot-form .hs-input, .hubspot-form .homepage .form-inline .hs-input {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.homepage .free-resources {
  margin-bottom: 80px; }
  .homepage .free-resources h3 {
    font-size: 22px;
    margin-bottom: 40px; }
  .homepage .free-resources .link-module {
    width: 160px;
    height: 196px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 100%; }
  .homepage .free-resources a {
    padding: 10px 25px;
    border: 1px solid white;
    border-radius: 5px; }
    .homepage .free-resources a:hover {
      background-color: white; }

@media (min-width: 1582px) {
  .homepage .carousel .carousel-item {
    background-position: 200px center; } }

@media (max-width: 1199.98px) {
  .homepage .carousel .carousel-item {
    background-position: -120px center; } }

@media (max-width: 991.98px) {
  .homepage .carousel .carousel-item {
    background-position: -220px center; }
  .homepage .hero-unit .card .card-body h1 {
    font-size: 44px; }
  .homepage .hero-unit .card .card-footer input[type="text"] {
    max-width: 135px; } }

@media (max-width: 767.98px) {
  .homepage .hero-unit .card {
    top: -600px; }
  .homepage .carousel {
    height: 625px; }
    .homepage .carousel .carousel-item {
      background-position: 0 center; }
      .homepage .carousel .carousel-item:nth-child(1) {
        background-image: url("/templates/mycnajobs/static/img/one-time-use/homepage/banner-1-mobile.png"); }
      .homepage .carousel .carousel-item:nth-child(2) {
        background-image: url("/templates/mycnajobs/static/img/one-time-use/homepage/banner-2-mobile.png"); }
      .homepage .carousel .carousel-item:nth-child(3) {
        background-image: url("/templates/mycnajobs/static/img/one-time-use/homepage/banner-3-mobile.png"); }
      .homepage .carousel .carousel-item:nth-child(4) {
        background-image: url("/templates/mycnajobs/static/img/one-time-use/homepage/banner-4-mobile.png"); }
  .homepage .benefits-banner {
    background-image: url("/templates/mycnajobs/static/img/one-time-use/homepage/benefits-bar-mobile.jpg"); } }

/**
  About Us (/about-us)
 */
.about-us .round-grey-frame, .careers .round-grey-frame {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  background-color: #f9f9f9;
  margin-top: 1rem; }
  .about-us .round-grey-frame .frame-helper, .careers .round-grey-frame .frame-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .about-us .round-grey-frame img, .careers .round-grey-frame img {
    width: 80%;
    vertical-align: middle;
    max-width: 55px; }

.about-us .benefits-icon, .careers .benefits-icon {
  height: 45px;
  width: 45px;
  display: inline-block;
  background-color: #039BE5;
  border-radius: 50%;
  text-align: center;
  font-size: 23px; }
  .about-us .benefits-icon i, .careers .benefits-icon i {
    vertical-align: bottom; }

.about-us .mt-5, .careers .mt-5 {
  margin-top: 4rem !important; }

.about-us .mt-4, .careers .mt-4 {
  margin-top: 3rem !important; }

.about-us .px-5, .careers .px-5 {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.about-us .large-header, .careers .large-header {
  font-size: 2.75rem; }

.about-us p, .careers p {
  font-size: 15px; }

.about-us ul.company-benefits, .careers ul.company-benefits {
  list-style: none;
  padding: 0 0 0 62px; }
  .about-us ul.company-benefits li, .careers ul.company-benefits li {
    padding-left: 1.3em; }
    .about-us ul.company-benefits li:before, .careers ul.company-benefits li:before {
      content: "\f00c";
      /* FontAwesome Unicode */
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      display: inline-block;
      margin-left: -1.3em;
      /* same as padding-left set on li */
      width: 1.3em;
      /* same as padding-left set on li */ }

@media (max-width: 767.98px) {
  .about-us a.btn, .about-us .hubspot-form a.hs-button, .hubspot-form .about-us a.hs-button, .careers a.btn, .careers .hubspot-form a.hs-button, .hubspot-form .careers a.hs-button {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 992px) {
  .about-us .views-header, .careers .views-header {
    background: url("/templates/mycnajobs/static/img/one-time-use/about-us/205-michigan.jpg") no-repeat;
    background-position: right 20px; }
  .about-us .round-grey-frame, .careers .round-grey-frame {
    width: 135px;
    height: 135px; }
    .about-us .round-grey-frame img, .careers .round-grey-frame img {
      max-width: 125px; } }

.become-a-caregiver .registration-form {
  position: relative;
  z-index: 20; }
  .become-a-caregiver .registration-form .form-group.has-danger .form-control-feedback, .become-a-caregiver .registration-form .hubspot-form .has-danger.hs-form-field .form-control-feedback, .hubspot-form .become-a-caregiver .registration-form .has-danger.hs-form-field .form-control-feedback {
    color: #ffffff; }

.become-a-caregiver .caregiver-benefits .fa, .become-a-caregiver .caregiver-benefits .far, .become-a-caregiver .caregiver-benefits .fal, .become-a-caregiver .caregiver-benefits .fas {
  font-size: 1.75rem; }

@media (max-width: 767.98px) {
  .become-a-caregiver h1 {
    font-size: 2rem; }
  .become-a-caregiver h2 {
    font-size: 1.25rem; }
  .become-a-caregiver .registration-form {
    margin: 0 auto 0 auto; }
  .become-a-caregiver .caregiver-benefits {
    text-align: center;
    margin-top: 1.5rem;
    border: none; }
    .become-a-caregiver .caregiver-benefits h1 {
      max-width: 260px;
      margin-left: auto;
      margin-right: auto; }
    .become-a-caregiver .caregiver-benefits .card-body {
      padding: 0; } }

@media (min-width: 768px) {
  .become-a-caregiver h2 {
    max-width: 530px; }
  .become-a-caregiver .registration-form {
    margin-top: -50px;
    float: right; }
    .become-a-caregiver .registration-form .form-group, .become-a-caregiver .registration-form .hubspot-form .hs-form-field, .hubspot-form .become-a-caregiver .registration-form .hs-form-field {
      margin-bottom: 0.625rem; }
    .become-a-caregiver .registration-form input {
      height: 43px; }
  .become-a-caregiver .caregiver-benefits {
    margin-top: -6.25rem; }
  .become-a-caregiver .full-width-background {
    height: 560px;
    background: url("/templates/mycnajobs/static/img/one-time-use/market-creation/bckgrnd-img.jpg") no-repeat;
    background-size: cover;
    margin-top: 2.5rem;
    background-position: right; } }

@media (min-width: 992px) {
  .become-a-caregiver .registration-form {
    margin-top: -220px; }
  .become-a-caregiver .caregiver-benefits {
    margin-top: -300px; }
  .become-a-caregiver .caregiver-benefits .card-body {
    padding-left: 6rem;
    padding-right: 6rem; }
  .become-a-caregiver .full-width-background {
    background-position: top; } }

/**
  Recruit @ Home Landing Page (/recruit-at-home/)
 */
.recruit-at-home h1 {
  font-size: 2.125rem; }

.recruit-at-home h2 {
  font-size: 1.75rem; }

.recruit-at-home .header-logo {
  max-width: 100%;
  width: 260px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.recruit-at-home .btn-secondary {
  border-color: #cccccc;
  font-weight: 600; }

.recruit-at-home ul.check-list-style {
  list-style: none;
  padding-left: 1rem; }
  .recruit-at-home ul.check-list-style li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: '\f00c';
    margin: 0 10px 0 -1rem;
    color: #565656; }

.recruit-at-home .card.lead-module {
  background-color: #039BE5;
  color: #ffffff;
  border: none;
  margin-bottom: 3rem;
  margin-top: 280px;
  border-radius: 5px; }
  .recruit-at-home .card.lead-module:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    border-style: solid;
    border-width: 30px 35px 0 35px;
    border-color: #039BE5 transparent transparent transparent; }
  .recruit-at-home .card.lead-module .girl-fists-up {
    max-width: 350px;
    position: absolute;
    top: -300px; }
  .recruit-at-home .card.lead-module a {
    color: #b3e5fc;
    text-decoration: underline; }
  .recruit-at-home .card.lead-module .card-header {
    padding: 1.875rem 2.25rem;
    background-color: #333333;
    text-align: center;
    position: relative;
    border-radius: 5px; }
    .recruit-at-home .card.lead-module .card-header:after {
      width: 100%;
      height: 20px;
      border-radius: 100%;
      position: absolute;
      background: #333333;
      content: '';
      bottom: -10px;
      left: 0; }
    .recruit-at-home .card.lead-module .card-header h1 {
      width: 169px;
      margin: 0 auto; }
    .recruit-at-home .card.lead-module .card-header small {
      display: inline-block;
      line-height: 1.4; }
  .recruit-at-home .card.lead-module .card-body {
    padding: 1.25rem 0 0 0; }
    .recruit-at-home .card.lead-module .card-body .module-section {
      padding: 1.875rem 2.245rem;
      text-align: center;
      position: relative; }
      .recruit-at-home .card.lead-module .card-body .module-section:not(:last-of-type) {
        border-bottom: 1px solid #01579B; }
        .recruit-at-home .card.lead-module .card-body .module-section:not(:last-of-type):after, .recruit-at-home .card.lead-module .card-body .module-section:not(:last-of-type):before {
          content: '';
          display: block;
          position: absolute;
          margin: auto;
          bottom: -21px;
          left: 0;
          right: 0;
          width: 0;
          height: 0;
          border-style: solid; }
        .recruit-at-home .card.lead-module .card-body .module-section:not(:last-of-type):after {
          border-color: #039BE5 transparent transparent transparent;
          border-width: 10px;
          bottom: -19px; }
        .recruit-at-home .card.lead-module .card-body .module-section:not(:last-of-type):before {
          border-color: #01579B transparent transparent transparent;
          border-width: 10px; }
      .recruit-at-home .card.lead-module .card-body .module-section p {
        margin-bottom: 0;
        font-weight: 300; }
      .recruit-at-home .card.lead-module .card-body .module-section .number-circle {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #01579B;
        font-size: 1.825rem;
        font-weight: bold;
        margin: 0 auto 1.25rem auto; }

.recruit-at-home .bottom-module {
  border-left: 2px solid #cccccc;
  margin-left: 1.1rem;
  padding: 0.5rem 0 0.0rem 1rem;
  margin-bottom: 1.5rem; }
  .recruit-at-home .bottom-module .fa {
    color: #01579B; }
  .recruit-at-home .bottom-module ul {
    list-style: none;
    padding-left: 1rem; }
    .recruit-at-home .bottom-module ul li:before {
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      content: '\f105';
      margin: 0 10px 0 -1rem;
      color: #565656; }

@media (min-width: 768px) {
  .recruit-at-home .header-logo {
    width: 360px; }
  .recruit-at-home .header-text p {
    font-size: 0.75rem; }
  .recruit-at-home .header-text h2 {
    font-size: 1.65rem;
    float: left; }
  .recruit-at-home .card.lead-module {
    margin-top: 200px; }
    .recruit-at-home .card.lead-module .card-header {
      padding: 1.275rem 2.25rem; }
      .recruit-at-home .card.lead-module .card-header h1 {
        width: 265px; }
    .recruit-at-home .card.lead-module .card-body .module-section {
      padding: 1.475rem 1.245rem; }
  .recruit-at-home .job-info {
    font-size: 0.8125rem; } }

@media (min-width: 992px) {
  .recruit-at-home .header-logo {
    width: 425px;
    margin-left: 0; }
  .recruit-at-home .header-text p {
    font-size: 1rem; }
  .recruit-at-home .header-text h2 {
    font-size: 2rem; }
  .recruit-at-home .job-info {
    font-size: 1rem; }
  .recruit-at-home .get-started-btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .recruit-at-home .bottom-module {
    min-height: 148px;
    margin-left: 0; }
  .recruit-at-home .card.lead-module {
    margin-top: 360px; }
    .recruit-at-home .card.lead-module .girl-fists-up {
      top: -530px;
      max-width: none;
      right: -72px; }
    .recruit-at-home .card.lead-module .card-header {
      padding: 2.875rem 2.25rem; }
      .recruit-at-home .card.lead-module .card-header h1 {
        font-size: 2.75rem; }
    .recruit-at-home .card.lead-module .card-body .module-section {
      padding: 1.875rem 1.245rem; }
      .recruit-at-home .card.lead-module .card-body .module-section p {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto; } }

/**
  Interview Booking & Career Fair Product Landing Pages (HealthHire)
 */
.ib-landing.ib-landing .hero-unit, .cod-landing.ib-landing .hero-unit {
  background-image: url("/templates/healthhire/static/img/one-time-use/ib-landing/ib-landing-header.jpg"); }
  .ib-landing.ib-landing .hero-unit h1, .cod-landing.ib-landing .hero-unit h1 {
    max-width: 190px; }

.ib-landing.ib-landing.corporate-sign-up .hero-unit, .cod-landing.ib-landing.corporate-sign-up .hero-unit {
  height: 336px;
  width: 100%;
  background-image: url("/templates/healthhire/static/img/one-time-use/ib-landing/corporate-sign-up/header-image.jpg");
  background-size: contain;
  background-position: center; }

.ib-landing.cod-landing .hero-unit, .cod-landing.cod-landing .hero-unit {
  background-image: url("/templates/healthhire/static/img/one-time-use/cod-landing/cod-landing-header.jpg"); }
  .ib-landing.cod-landing .hero-unit h1, .cod-landing.cod-landing .hero-unit h1 {
    max-width: 170px; }

.ib-landing.cod-landing ol, .cod-landing.cod-landing ol {
  counter-reset: item;
  padding-left: 0; }

.ib-landing.cod-landing ol li, .cod-landing.cod-landing ol li {
  display: block;
  margin-top: 1.2rem;
  padding-left: 2.5em; }

.ib-landing.cod-landing ol li:before, .cod-landing.cod-landing ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #d0a52b;
  font-weight: bold;
  padding-right: 1.5rem;
  margin-left: -2.5em; }

.ib-landing .hero-unit, .cod-landing .hero-unit {
  position: relative;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 3rem; }
  .ib-landing .hero-unit #bookNow, .cod-landing .hero-unit #bookNow {
    max-width: 270px; }
  .ib-landing .hero-unit h1, .cod-landing .hero-unit h1 {
    line-height: 1; }
  .ib-landing .hero-unit h3, .cod-landing .hero-unit h3 {
    font-size: 14px;
    max-width: 290px; }

.ib-landing .hh-gray-header, .cod-landing .hh-gray-header {
  height: 90px; }

.ib-landing .hh-rainbow-header, .cod-landing .hh-rainbow-header {
  height: 650px;
  padding-top: 1rem; }
  .ib-landing .hh-rainbow-header h5, .ib-landing .hh-rainbow-header h1, .cod-landing .hh-rainbow-header h5, .cod-landing .hh-rainbow-header h1 {
    width: 260px;
    margin: 0 auto; }

.ib-landing ul, .cod-landing ul {
  list-style: none;
  padding: 0; }
  .ib-landing ul li, .cod-landing ul li {
    padding-left: 2.5em;
    margin-top: 1.2rem;
    font-weight: 200; }
    .ib-landing ul li:before, .cod-landing ul li:before {
      content: "\f2bd";
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      display: inline-block;
      margin-left: -2.5em;
      width: 1.3em;
      margin-right: .9rem;
      color: #d0a52b; }

.ib-landing .hs-button.primary, .cod-landing .hs-button.primary {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out; }

.ib-landing .hs-button.primary, .cod-landing .hs-button.primary {
  color: #fff;
  background-color: #E91E63;
  border-color: #f48fb1; }
  .ib-landing .hs-button.primary:hover, .cod-landing .hs-button.primary:hover {
    color: #fff;
    background-color: #cd1453;
    border-color: #ef6191; }
  .ib-landing .hs-button.primary:focus, .ib-landing .hs-button.primary.focus, .cod-landing .hs-button.primary:focus, .cod-landing .hs-button.primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 143, 177, 0.5); }
  .ib-landing .hs-button.primary.disabled, .ib-landing .hs-button.primary:disabled, .cod-landing .hs-button.primary.disabled, .cod-landing .hs-button.primary:disabled {
    color: #fff;
    background-color: #E91E63;
    border-color: #f48fb1; }
  .ib-landing .hs-button.primary:not(:disabled):not(.disabled):active, .ib-landing .hs-button.primary:not(:disabled):not(.disabled).active,
  .show > .ib-landing .hs-button.primary.dropdown-toggle, .cod-landing .hs-button.primary:not(:disabled):not(.disabled):active, .cod-landing .hs-button.primary:not(:disabled):not(.disabled).active,
  .show > .cod-landing .hs-button.primary.dropdown-toggle {
    color: #fff;
    background-color: #c1134e;
    border-color: #ee5589; }
    .ib-landing .hs-button.primary:not(:disabled):not(.disabled):active:focus, .ib-landing .hs-button.primary:not(:disabled):not(.disabled).active:focus,
    .show > .ib-landing .hs-button.primary.dropdown-toggle:focus, .cod-landing .hs-button.primary:not(:disabled):not(.disabled):active:focus, .cod-landing .hs-button.primary:not(:disabled):not(.disabled).active:focus,
    .show > .cod-landing .hs-button.primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(244, 143, 177, 0.5); }

@media (min-width: 992px) {
  .ib-landing .hero-unit, .cod-landing .hero-unit {
    height: 440px; }
    .ib-landing .hero-unit h1, .cod-landing .hero-unit h1 {
      max-width: none !important; }
    .ib-landing .hero-unit h3, .cod-landing .hero-unit h3 {
      font-size: 2rem;
      max-width: none !important; }
    .ib-landing .hero-unit #bookNow, .cod-landing .hero-unit #bookNow {
      max-width: 345px; }
  .ib-landing .hh-rainbow-header, .cod-landing .hh-rainbow-header {
    padding-top: 3rem;
    height: 400px; }
    .ib-landing .hh-rainbow-header h5, .ib-landing .hh-rainbow-header h1, .cod-landing .hh-rainbow-header h5, .cod-landing .hh-rainbow-header h1 {
      width: auto; } }

@media (max-width: 991.98px) {
  .ib-landing .hh-gray-header, .cod-landing .hh-gray-header {
    height: 130px; }
    .ib-landing .hh-gray-header .fa, .cod-landing .hh-gray-header .fa {
      font-size: 1.5rem; }
    .ib-landing .hh-gray-header img, .cod-landing .hh-gray-header img {
      margin: 10px auto !important;
      display: block !important; } }

.employer-lead-page.coachup-landing-page .hero-unit, .coachup-landing-page.coachup-landing-page .hero-unit, .cod-landing-page.coachup-landing-page .hero-unit, .ib-landing-page.coachup-landing-page .hero-unit {
  background-repeat: no-repeat;
  background-image: url("/templates/mycnajobs/static/img/one-time-use/coachup/beth-anne.png");
  background-position: bottom; }

.employer-lead-page.coachup-landing-page .card-blue, .coachup-landing-page.coachup-landing-page .card-blue, .cod-landing-page.coachup-landing-page .card-blue, .ib-landing-page.coachup-landing-page .card-blue {
  width: 100%;
  height: 240px;
  background-color: #E1F5FE;
  border: 0;
  border-radius: 0; }
  .employer-lead-page.coachup-landing-page .card-blue h1, .coachup-landing-page.coachup-landing-page .card-blue h1, .cod-landing-page.coachup-landing-page .card-blue h1, .ib-landing-page.coachup-landing-page .card-blue h1 {
    font-size: 53px;
    line-height: 64px;
    color: #039BE5;
    margin-bottom: 14px; }
  .employer-lead-page.coachup-landing-page .card-blue h4, .coachup-landing-page.coachup-landing-page .card-blue h4, .cod-landing-page.coachup-landing-page .card-blue h4, .ib-landing-page.coachup-landing-page .card-blue h4 {
    font-size: 20px;
    color: #039BE5; }

.employer-lead-page.coachup-landing-page .coachup-info, .coachup-landing-page.coachup-landing-page .coachup-info, .cod-landing-page.coachup-landing-page .coachup-info, .ib-landing-page.coachup-landing-page .coachup-info {
  background: transparent linear-gradient(90deg, #039BE5 0%, #E91E63 100%) 0 0 no-repeat padding-box;
  padding: 64px 0;
  color: #ffffff;
  text-align: center;
  margin-bottom: 64px; }

.employer-lead-page.employer-lead-page .solutions-list h2, .coachup-landing-page.employer-lead-page .solutions-list h2, .cod-landing-page.employer-lead-page .solutions-list h2, .ib-landing-page.employer-lead-page .solutions-list h2 {
  font-size: 2rem; }

@media (max-width: 767.98px) {
  .employer-lead-page.employer-lead-page .solutions-list, .coachup-landing-page.employer-lead-page .solutions-list, .cod-landing-page.employer-lead-page .solutions-list, .ib-landing-page.employer-lead-page .solutions-list {
    margin-top: 1.5rem; } }

.employer-lead-page.employer-lead-page .solutions-list li + li, .coachup-landing-page.employer-lead-page .solutions-list li + li, .cod-landing-page.employer-lead-page .solutions-list li + li, .ib-landing-page.employer-lead-page .solutions-list li + li {
  margin-top: 4px; }

.employer-lead-page.employer-lead-page .solutions-list .fal, .coachup-landing-page.employer-lead-page .solutions-list .fal, .cod-landing-page.employer-lead-page .solutions-list .fal, .ib-landing-page.employer-lead-page .solutions-list .fal {
  transform: translateY(1px);
  margin-right: 2px; }

.employer-lead-page.employer-lead-page .heading-with-border, .coachup-landing-page.employer-lead-page .heading-with-border, .cod-landing-page.employer-lead-page .heading-with-border, .ib-landing-page.employer-lead-page .heading-with-border {
  font-size: 44px;
  line-height: 55px;
  border-top: 1px solid #D0D0D0;
  border-bottom: solid 1px #D0D0D0;
  font-weight: 300 !important; }

.employer-lead-page.employer-lead-page .roi-section, .coachup-landing-page.employer-lead-page .roi-section, .cod-landing-page.employer-lead-page .roi-section, .ib-landing-page.employer-lead-page .roi-section {
  background: transparent linear-gradient(90deg, #039BE5 0%, #E91E63 100%) 0 0 no-repeat padding-box;
  position: relative;
  color: #ffffff; }
  .employer-lead-page.employer-lead-page .roi-section h1, .coachup-landing-page.employer-lead-page .roi-section h1, .cod-landing-page.employer-lead-page .roi-section h1, .ib-landing-page.employer-lead-page .roi-section h1 {
    margin-top: 95px;
    max-width: initial; }
  .employer-lead-page.employer-lead-page .roi-section .ranked-1-roi, .coachup-landing-page.employer-lead-page .roi-section .ranked-1-roi, .cod-landing-page.employer-lead-page .roi-section .ranked-1-roi, .ib-landing-page.employer-lead-page .roi-section .ranked-1-roi {
    position: absolute;
    max-width: 130px;
    top: -60px;
    left: 32%; }

@media (max-width: 767px) {
  .employer-lead-page.employer-lead-page .product-cards, .coachup-landing-page.employer-lead-page .product-cards, .cod-landing-page.employer-lead-page .product-cards, .ib-landing-page.employer-lead-page .product-cards {
    padding-top: 1.5rem !important; } }

.employer-lead-page.employer-lead-page .product-cards__item, .coachup-landing-page.employer-lead-page .product-cards__item, .cod-landing-page.employer-lead-page .product-cards__item, .ib-landing-page.employer-lead-page .product-cards__item {
  width: calc(33.33% - 10px); }
  @media (max-width: 767px) {
    .employer-lead-page.employer-lead-page .product-cards__item, .coachup-landing-page.employer-lead-page .product-cards__item, .cod-landing-page.employer-lead-page .product-cards__item, .ib-landing-page.employer-lead-page .product-cards__item {
      width: 100%; } }

.employer-lead-page.employer-lead-page .product-cards a .p-img, .coachup-landing-page.employer-lead-page .product-cards a .p-img, .cod-landing-page.employer-lead-page .product-cards a .p-img, .ib-landing-page.employer-lead-page .product-cards a .p-img {
  width: 100%;
  height: auto; }

.employer-lead-page.employer-lead-page .programs-section__figure, .coachup-landing-page.employer-lead-page .programs-section__figure, .cod-landing-page.employer-lead-page .programs-section__figure, .ib-landing-page.employer-lead-page .programs-section__figure {
  height: 56px;
  margin: 0; }

.employer-lead-page.employer-lead-page .programs-section .program-card, .coachup-landing-page.employer-lead-page .programs-section .program-card, .cod-landing-page.employer-lead-page .programs-section .program-card, .ib-landing-page.employer-lead-page .programs-section .program-card {
  width: 126px;
  border-color: #EEEEEE;
  border-radius: 0;
  margin-top: 1rem;
  padding: 0 10px;
  border: 0; }
  .employer-lead-page.employer-lead-page .programs-section .program-card + .program-card, .coachup-landing-page.employer-lead-page .programs-section .program-card + .program-card, .cod-landing-page.employer-lead-page .programs-section .program-card + .program-card, .ib-landing-page.employer-lead-page .programs-section .program-card + .program-card {
    width: 126px;
    border-left: 1px solid #eeeeee; }
  .employer-lead-page.employer-lead-page .programs-section .program-card .card-body, .coachup-landing-page.employer-lead-page .programs-section .program-card .card-body, .cod-landing-page.employer-lead-page .programs-section .program-card .card-body, .ib-landing-page.employer-lead-page .programs-section .program-card .card-body {
    padding: 0 !important; }
    .employer-lead-page.employer-lead-page .programs-section .program-card .card-body h4, .coachup-landing-page.employer-lead-page .programs-section .program-card .card-body h4, .cod-landing-page.employer-lead-page .programs-section .program-card .card-body h4, .ib-landing-page.employer-lead-page .programs-section .program-card .card-body h4 {
      font-size: 15px; }
    .employer-lead-page.employer-lead-page .programs-section .program-card .card-body p, .coachup-landing-page.employer-lead-page .programs-section .program-card .card-body p, .cod-landing-page.employer-lead-page .programs-section .program-card .card-body p, .ib-landing-page.employer-lead-page .programs-section .program-card .card-body p {
      font-size: 13px;
      line-height: 17px; }

.employer-lead-page.employer-lead-page .about-us-section, .coachup-landing-page.employer-lead-page .about-us-section, .cod-landing-page.employer-lead-page .about-us-section, .ib-landing-page.employer-lead-page .about-us-section {
  color: #ffffff;
  background: transparent linear-gradient(90deg, #039BE5 0%, #E91E63 100%) 0 0 no-repeat padding-box;
  padding: 2rem; }
  .employer-lead-page.employer-lead-page .about-us-section .info-circle, .coachup-landing-page.employer-lead-page .about-us-section .info-circle, .cod-landing-page.employer-lead-page .about-us-section .info-circle, .ib-landing-page.employer-lead-page .about-us-section .info-circle {
    width: 277px;
    height: 277px;
    border: 1px solid #ffffff;
    border-radius: 50%; }

.employer-lead-page.employer-lead-page .million-caregivers, .coachup-landing-page.employer-lead-page .million-caregivers, .cod-landing-page.employer-lead-page .million-caregivers, .ib-landing-page.employer-lead-page .million-caregivers {
  background-color: #565656;
  margin-top: 40px;
  padding: 50px 0; }
  .employer-lead-page.employer-lead-page .million-caregivers h1.lg, .coachup-landing-page.employer-lead-page .million-caregivers h1.lg, .cod-landing-page.employer-lead-page .million-caregivers h1.lg, .ib-landing-page.employer-lead-page .million-caregivers h1.lg {
    color: white; }

.employer-lead-page h3, .coachup-landing-page h3, .cod-landing-page h3, .ib-landing-page h3 {
  font-size: 22px; }

.employer-lead-page .video-card, .coachup-landing-page .video-card, .cod-landing-page .video-card, .ib-landing-page .video-card {
  min-height: 400px;
  box-shadow: 0 3px 6px #00000029;
  border: 1px solid #EEEEEE;
  border-radius: 10px; }
  .employer-lead-page .video-card video, .coachup-landing-page .video-card video, .cod-landing-page .video-card video, .ib-landing-page .video-card video {
    max-width: 100%;
    width: 474px;
    height: 213px;
    object-fit: cover; }
  .employer-lead-page .video-card .card-body, .coachup-landing-page .video-card .card-body, .cod-landing-page .video-card .card-body, .ib-landing-page .video-card .card-body {
    padding: 2rem; }

.employer-lead-page .header h4, .coachup-landing-page .header h4, .cod-landing-page .header h4, .ib-landing-page .header h4 {
  font-size: 14px; }

.employer-lead-page .header .carousel-item .testimonial img, .coachup-landing-page .header .carousel-item .testimonial img, .cod-landing-page .header .carousel-item .testimonial img, .ib-landing-page .header .carousel-item .testimonial img {
  height: 225px;
  width: auto; }

.employer-lead-page .hero-unit .carousel-item .testimonial img, .coachup-landing-page .hero-unit .carousel-item .testimonial img, .cod-landing-page .hero-unit .carousel-item .testimonial img, .ib-landing-page .hero-unit .carousel-item .testimonial img {
  height: 208px;
  width: auto; }

.employer-lead-page .product-info, .coachup-landing-page .product-info, .cod-landing-page .product-info, .ib-landing-page .product-info {
  background: transparent linear-gradient(90deg, #D0A52B 0%, #0277BD 100%) 0 0 no-repeat padding-box;
  padding: 64px 0;
  color: #ffffff;
  text-align: center;
  margin-bottom: 64px;
  margin-top: 36px; }

@media (min-width: 768px) {
  .employer-lead-page.employer-lead-page .roi-section .ranked-1-roi, .coachup-landing-page.employer-lead-page .roi-section .ranked-1-roi, .cod-landing-page.employer-lead-page .roi-section .ranked-1-roi, .ib-landing-page.employer-lead-page .roi-section .ranked-1-roi {
    left: 44%; }
  .employer-lead-page h1.main-header, .coachup-landing-page h1.main-header, .cod-landing-page h1.main-header, .ib-landing-page h1.main-header {
    width: 400px;
    margin: 0 auto; }
  .employer-lead-page .header h4, .coachup-landing-page .header h4, .cod-landing-page .header h4, .ib-landing-page .header h4 {
    font-size: 1.125rem; }
  .employer-lead-page .roi-section .ranked-1-roi, .coachup-landing-page .roi-section .ranked-1-roi, .cod-landing-page .roi-section .ranked-1-roi, .ib-landing-page .roi-section .ranked-1-roi {
    left: 42%; } }

@media (min-width: 992px) {
  .employer-lead-page.employer-lead-page h1.main-header, .coachup-landing-page.employer-lead-page h1.main-header, .cod-landing-page.employer-lead-page h1.main-header, .ib-landing-page.employer-lead-page h1.main-header {
    margin: 55px 0 0 0; }
  .employer-lead-page.coachup-landing-page .hero-unit .badge-primary, .employer-lead-page.cod-landing-page .hero-unit .badge-primary, .employer-lead-page.ib-landing-page .hero-unit .badge-primary, .coachup-landing-page.coachup-landing-page .hero-unit .badge-primary, .coachup-landing-page.cod-landing-page .hero-unit .badge-primary, .coachup-landing-page.ib-landing-page .hero-unit .badge-primary, .cod-landing-page.coachup-landing-page .hero-unit .badge-primary, .cod-landing-page.cod-landing-page .hero-unit .badge-primary, .cod-landing-page.ib-landing-page .hero-unit .badge-primary, .ib-landing-page.coachup-landing-page .hero-unit .badge-primary, .ib-landing-page.cod-landing-page .hero-unit .badge-primary, .ib-landing-page.ib-landing-page .hero-unit .badge-primary {
    margin-top: 55px; }
  .employer-lead-page .roi-section h1, .coachup-landing-page .roi-section h1, .cod-landing-page .roi-section h1, .ib-landing-page .roi-section h1 {
    max-width: 445px; }
  .employer-lead-page .roi-section .ranked-1-roi, .coachup-landing-page .roi-section .ranked-1-roi, .cod-landing-page .roi-section .ranked-1-roi, .ib-landing-page .roi-section .ranked-1-roi {
    left: 44%;
    max-width: 160px;
    top: -80px; }
  .employer-lead-page h1.main-header, .coachup-landing-page h1.main-header, .cod-landing-page h1.main-header, .ib-landing-page h1.main-header {
    margin: 0;
    font-size: 60px;
    width: 600px; }
  .employer-lead-page .programs-section .program-card, .coachup-landing-page .programs-section .program-card, .cod-landing-page .programs-section .program-card, .ib-landing-page .programs-section .program-card {
    border-width: 0 1px 0 0; }
    .employer-lead-page .programs-section .program-card:last-child, .coachup-landing-page .programs-section .program-card:last-child, .cod-landing-page .programs-section .program-card:last-child, .ib-landing-page .programs-section .program-card:last-child {
      border-width: 0; }
    .employer-lead-page .programs-section .program-card:first-child .card-body, .coachup-landing-page .programs-section .program-card:first-child .card-body, .cod-landing-page .programs-section .program-card:first-child .card-body, .ib-landing-page .programs-section .program-card:first-child .card-body {
      padding-left: 0; }
  .employer-lead-page .product-cards a .p-img, .coachup-landing-page .product-cards a .p-img, .cod-landing-page .product-cards a .p-img, .ib-landing-page .product-cards a .p-img {
    width: 200px; } }

@media (min-width: 1200px) {
  .employer-lead-page .product-cards a .p-img, .coachup-landing-page .product-cards a .p-img, .cod-landing-page .product-cards a .p-img, .ib-landing-page .product-cards a .p-img {
    width: 255px; } }

.card.hire-lead-form {
  border: 2px solid white;
  box-shadow: 0 0 8px #a7a6a6; }
  .card.hire-lead-form .card-header {
    background-color: #1c75a4; }
  .card.hire-lead-form .card-body {
    background-color: #269dda;
    /* This padding is to support when we want to display a placeholder that is only one line of text or when an option is selectd (it's also one line of text) */ }
    .card.hire-lead-form .card-body .hs-input.invalid.error {
      border-color: #e9322d;
      border-width: 2px;
      box-shadow: 0 0 6px #f8b9b7; }
    .card.hire-lead-form .card-body .hs-input[data-select2-id] {
      border: 0 !important;
      clip: rect(0 0 0 0) !important;
      -webkit-clip-path: inset(50%) !important;
      clip-path: inset(50%) !important;
      height: 1px !important;
      overflow: hidden !important;
      padding: 0 !important;
      position: absolute !important;
      width: 1px !important;
      white-space: nowrap !important; }
    .card.hire-lead-form .card-body .hs-button.primary {
      width: 95%;
      border: 2px solid white;
      line-height: 28px;
      margin-top: 5px;
      background-image: none;
      padding: 8px 20px;
      font-size: 23px;
      color: #fff;
      background-color: #e4065f;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
    .card.hire-lead-form .card-body select.hs-input {
      width: 100%;
      margin-bottom: 0; }
    .card.hire-lead-form .card-body .hs-error-msgs {
      list-style: none;
      margin: 0;
      padding: 0 0 0 12px;
      text-align: left;
      color: white; }
    .card.hire-lead-form .card-body .hbspt-form .select2-container,
    .card.hire-lead-form .card-body .hbspt-form .select2-selection__rendered,
    .card.hire-lead-form .card-body .hbspt-form .select2-selection {
      height: 50px;
      width: 100% !important; }
    .card.hire-lead-form .card-body .hbspt-form #select2-currentPartner-container,
    .card.hire-lead-form .card-body .hbspt-form .select2-selection__rendered[title] {
      padding-top: 10px;
      padding-left: 10px;
      text-align: left; }
    .card.hire-lead-form .card-body .hbspt-form {
      padding-top: 20px; }
      .card.hire-lead-form .card-body .hbspt-form fieldset {
        max-width: 640px; }
        .card.hire-lead-form .card-body .hbspt-form fieldset .hs-form-field {
          margin-bottom: 10px; }
        .card.hire-lead-form .card-body .hbspt-form fieldset label {
          display: none; }
      .card.hire-lead-form .card-body .hbspt-form label > .hs-form-required {
        display: none; }
      .card.hire-lead-form .card-body .hbspt-form .select2-selection__rendered .select2-selection__placeholder {
        white-space: normal;
        padding: 4px 0 0 0;
        display: block;
        color: #000;
        font-size: 13px;
        text-align: left;
        line-height: 1.3; }
    .card.hire-lead-form .card-body input[type='number'], .card.hire-lead-form .card-body input[type='text'], .card.hire-lead-form .card-body input[type='email'], .card.hire-lead-form .card-body input[type='tel'] {
      height: 45px;
      width: 100% !important;
      line-height: 18px;
      margin-bottom: 0;
      border: 1px solid #cccccc;
      border-radius: 5px;
      padding: 5px; }

/**
  Interview Booking & Career Fair Checkout
 */
.hh-mycnajobs-checkout.interview-booking .hero-unit {
  background-image: url("/templates/healthhire/static/img/one-time-use/checkout/ib-checkout-header.jpg");
  background-color: #f5f6f8; }

.hh-mycnajobs-checkout.career-fair .hero-unit {
  background-image: url("/templates/healthhire/static/img/one-time-use/checkout/cod-checkout-header.jpg");
  background-color: #e9e9e9; }

.hh-mycnajobs-checkout.mycnajobs-version small.text-muted {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #9e9e9e; }

.hh-mycnajobs-checkout.mycnajobs-version .hh-product-button input:checked + label {
  background-color: #fff;
  border-color: #5cb85c; }
  .hh-mycnajobs-checkout.mycnajobs-version .hh-product-button input:checked + label .fake-button {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff; }
    .hh-mycnajobs-checkout.mycnajobs-version .hh-product-button input:checked + label .fake-button:after {
      content: '\f00c';
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      color: #fff; }

.hh-mycnajobs-checkout.mycnajobs-version .btn-primary-alt:not([disabled]), .hh-mycnajobs-checkout.mycnajobs-version .hubspot-form .hs-button.primary:not([disabled]), .hubspot-form .hh-mycnajobs-checkout.mycnajobs-version .hs-button.primary:not([disabled]) {
  cursor: pointer; }

.hh-mycnajobs-checkout.recruitment-bundle .select-product ul {
  list-style: none; }
  .hh-mycnajobs-checkout.recruitment-bundle .select-product ul li {
    padding-left: 1rem; }
    .hh-mycnajobs-checkout.recruitment-bundle .select-product ul li:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f105";
      display: inline-block;
      margin-left: -1rem;
      width: 1rem; }

.hh-mycnajobs-checkout.recruitment-bundle .select-product .select-product-btn {
  position: relative;
  width: 250px;
  max-width: 100%;
  height: 80px;
  border: 1px dashed #d0a52b;
  border-radius: 5px;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px; }
  .hh-mycnajobs-checkout.recruitment-bundle .select-product .select-product-btn .discount-price {
    position: absolute;
    top: -15px;
    left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 13px;
    font-weight: 600;
    background-color: #d0a52b;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1; }
    .hh-mycnajobs-checkout.recruitment-bundle .select-product .select-product-btn .discount-price .percentage {
      display: block;
      font-size: 20px;
      line-height: 1; }
  .hh-mycnajobs-checkout.recruitment-bundle .select-product .select-product-btn h1 {
    font-size: 34px; }
  .hh-mycnajobs-checkout.recruitment-bundle .select-product .select-product-btn .btn-secondary {
    width: 130px;
    max-width: 100%; }

.hh-mycnajobs-checkout .hero-unit {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain; }

.hh-mycnajobs-checkout .has-danger .form-control-feedback, .hh-mycnajobs-checkout .has-danger .form-control-label, .hh-mycnajobs-checkout .has-danger .col-form-label, .hh-mycnajobs-checkout .has-danger .form-check-label, .hh-mycnajobs-checkout .has-danger .custom-control {
  color: #565656; }

.hh-mycnajobs-checkout .fa-info-circle {
  color: #26547c; }

.hh-mycnajobs-checkout input[readonly] {
  cursor: not-allowed; }

.hh-mycnajobs-checkout [data-widget="signature-pad"] .wrapper {
  width: 500px;
  height: 150px;
  background-color: white;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .hh-mycnajobs-checkout [data-widget="signature-pad"] .wrapper img.signature-line {
    position: absolute;
    top: 100px;
    left: 40px; }

.hh-mycnajobs-checkout [data-widget="signature-pad"] .clear-signature {
  text-decoration: underline;
  cursor: pointer;
  color: #039BE5;
  position: absolute;
  top: -25px;
  right: 15px; }

.hh-mycnajobs-checkout [data-widget="signature-pad"] canvas {
  border-radius: 5px;
  border: 1px solid gray;
  height: 150px;
  width: 500px;
  position: absolute; }

.hh-mycnajobs-checkout .service-terms {
  overflow-y: scroll;
  height: 240px;
  width: 100%;
  color: #cccccc;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px; }
  .hh-mycnajobs-checkout .service-terms h6 {
    color: #cccccc; }

.hh-mycnajobs-checkout .hh-checked-button {
  display: table;
  margin: 0 4px; }
  .hh-mycnajobs-checkout .hh-checked-button:first-child {
    margin-left: 0; }
  .hh-mycnajobs-checkout .hh-checked-button:last-child {
    margin-right: 0; }
  .hh-mycnajobs-checkout .hh-checked-button input {
    position: absolute;
    left: -9999px; }
  .hh-mycnajobs-checkout .hh-checked-button label {
    height: 90px;
    width: 90px;
    max-width: 90px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 10px;
    border: 1px solid #9e9e9e;
    border-radius: 3px;
    color: #9e9e9e;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    text-align: center;
    line-height: 1.2; }
    .hh-mycnajobs-checkout .hh-checked-button label.large {
      width: 160px;
      max-width: 160px;
      height: 80px;
      display: inline-block; }
    .hh-mycnajobs-checkout .hh-checked-button label small {
      display: block; }
  .hh-mycnajobs-checkout .hh-checked-button label:hover {
    background-color: #f5f5f5;
    border-color: #607D8B;
    color: #607D8B; }
  .hh-mycnajobs-checkout .hh-checked-button input:checked + label {
    color: #ffffff;
    background-color: #607D8B; }
    .hh-mycnajobs-checkout .hh-checked-button input:checked + label small {
      color: #fff !important; }

.hh-mycnajobs-checkout .hh-product-button {
  display: table;
  width: 100%; }
  .hh-mycnajobs-checkout .hh-product-button input {
    position: absolute;
    left: -9999px; }
  .hh-mycnajobs-checkout .hh-product-button label {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    position: relative;
    padding: 15px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    line-height: 1.2; }
    .hh-mycnajobs-checkout .hh-product-button label span {
      font-size: 1.125rem; }
    .hh-mycnajobs-checkout .hh-product-button label span > strong {
      color: #9e9e9e;
      font-size: 1rem; }
    .hh-mycnajobs-checkout .hh-product-button label .fake-button {
      width: 120px;
      height: 35px;
      border: 1px solid #cccccc;
      color: #cccccc;
      border-radius: 5px;
      text-align: center;
      padding-top: 5px;
      margin-top: 5px; }
      .hh-mycnajobs-checkout .hh-product-button label .fake-button:after {
        content: 'Select'; }
  .hh-mycnajobs-checkout .hh-product-button label:hover, .hh-mycnajobs-checkout .hh-product-button input:focus + label {
    background-color: #f5f5f5;
    border-color: #607D8B; }
    .hh-mycnajobs-checkout .hh-product-button label:hover .fake-button, .hh-mycnajobs-checkout .hh-product-button input:focus + label .fake-button {
      background-color: #fff;
      border-color: #607D8B;
      color: #607D8B; }
  .hh-mycnajobs-checkout .hh-product-button input:checked + label {
    background-color: #fff;
    border-color: #d0a52b; }
    .hh-mycnajobs-checkout .hh-product-button input:checked + label .fake-button {
      background-color: #d0a52b;
      border-color: #d0a52b;
      color: #fff; }
      .hh-mycnajobs-checkout .hh-product-button input:checked + label .fake-button:after {
        content: '\f00c';
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        color: #fff; }

.hh-mycnajobs-checkout .booking-summary {
  position: sticky;
  top: 20px; }
  .hh-mycnajobs-checkout .booking-summary .card-header {
    background: url("/templates/healthhire/static/img/one-time-use/diagonal-pixel-pattern.png"), #2772a9;
    background: url("/templates/healthhire/static/img/one-time-use/diagonal-pixel-pattern.png"), -moz-linear-gradient(left, #2772a9 0%, #dd0f59 100%);
    background: url("/templates/healthhire/static/img/one-time-use/diagonal-pixel-pattern.png"), -webkit-gradient(left top, right top, color-stop(0%, #2772a9), color-stop(100%, #dd0f59));
    background: url("/templates/healthhire/static/img/one-time-use/diagonal-pixel-pattern.png"), -webkit-linear-gradient(left, #2772a9 0%, #dd0f59 100%);
    background: url("/templates/healthhire/static/img/one-time-use/diagonal-pixel-pattern.png"), -o-linear-gradient(left, #2772a9 0%, #dd0f59 100%);
    background: url("/templates/healthhire/static/img/one-time-use/diagonal-pixel-pattern.png"), -ms-linear-gradient(left, #2772a9 0%, #dd0f59 100%);
    background: url("/templates/healthhire/static/img/one-time-use/diagonal-pixel-pattern.png"), linear-gradient(to right, #2772a9 0%, #dd0f59 100%);
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 3px 3px 45% 45%; }

.hh-mycnajobs-checkout .stripe-checkout.submitted form, .hh-mycnajobs-checkout .stripe-checkout.submitting form {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none; }

.hh-mycnajobs-checkout .stripe-checkout form {
  position: relative;
  width: 100%;
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hh-mycnajobs-checkout .stripe-checkout form fieldset {
    width: 100%;
    max-width: 400px;
    float: left; }
  .hh-mycnajobs-checkout .stripe-checkout form input::-webkit-input-placeholder, .hh-mycnajobs-checkout .stripe-checkout form input::-moz-placeholder, .hh-mycnajobs-checkout .stripe-checkout form input:-ms-input-placeholder {
    opacity: 1; }

.hh-mycnajobs-checkout .stripe-checkout .error {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  top: 100%;
  height: 0;
  margin-top: 20px;
  left: 0;
  font-size: 13px !important;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hh-mycnajobs-checkout .stripe-checkout .error.visible {
    opacity: 1;
    transform: none;
    height: auto; }
  .hh-mycnajobs-checkout .stripe-checkout .error .message {
    font-size: inherit; }
  .hh-mycnajobs-checkout .stripe-checkout .error svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -1px;
    margin-right: 10px; }

.hh-mycnajobs-checkout .stripe-checkout .card-container {
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 3px; }

.hh-mycnajobs-checkout .stripe-checkout fieldset {
  border-style: none;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  background: rgba(18, 91, 152, 0.05);
  border-radius: 8px; }

.hh-mycnajobs-checkout .stripe-checkout input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  -webkit-animation: 1ms void-animation-out; }
  .hh-mycnajobs-checkout .stripe-checkout input:-webkit-autofill {
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out; }

.hh-mycnajobs-checkout .stripe-checkout #stripeCheckoutCard {
  padding: 10px;
  margin-bottom: 2px; }

.hh-mycnajobs-checkout .stripe-checkout input:not([type="submit"]) {
  color: #fff; }
  .hh-mycnajobs-checkout .stripe-checkout input:not([type="submit"])::-webkit-input-placeholder, .hh-mycnajobs-checkout .stripe-checkout input:not([type="submit"])::-moz-placeholder, .hh-mycnajobs-checkout .stripe-checkout input:not([type="submit"]):-ms-input-placeholder {
    color: #9bacc8; }

.hh-mycnajobs-checkout .stripe-checkout .error svg .base {
  fill: #e25950; }

.hh-mycnajobs-checkout .stripe-checkout .error svg .glyph {
  fill: #f6f9fc; }

.hh-mycnajobs-checkout .stripe-checkout .error .message {
  color: #e25950; }

.hh-mycnajobs-checkout .stripe-checkout #successMessage {
  display: none; }

.hh-mycnajobs-checkout .stripe-checkout.submitted #successMessage {
  display: block; }

.hh-mycnajobs-checkout .form-group.has-danger .hh-checkbox-group .hh-checked-button label, .hh-mycnajobs-checkout .hubspot-form .has-danger.hs-form-field .hh-checkbox-group .hh-checked-button label, .hubspot-form .hh-mycnajobs-checkout .has-danger.hs-form-field .hh-checkbox-group .hh-checked-button label, .hh-mycnajobs-checkout .form-group.has-danger canvas, .hh-mycnajobs-checkout .hubspot-form .has-danger.hs-form-field canvas, .hubspot-form .hh-mycnajobs-checkout .has-danger.hs-form-field canvas {
  border-color: #ef5350  !important; }

.hh-mycnajobs-checkout .col-3 .card.fixedsticky-on {
  min-width: 255px; }

.red-cross-registration .brand-mycnajobs {
  max-width: 190px; }

.red-cross-registration .brand-red-cross {
  max-width: 140px; }

.red-cross-registration .text-gray-light {
  color: #BDBDBD !important; }

.red-cross-registration .red-cross-form .form-group, .red-cross-registration .red-cross-form .hubspot-form .hs-form-field, .hubspot-form .red-cross-registration .red-cross-form .hs-form-field {
  margin-bottom: 0.5rem; }

.red-cross-registration .job-placement-module {
  background-color: #f5f5f6; }
  .red-cross-registration .job-placement-module p {
    font-size: 0.875rem;
    margin-bottom: 10px;
    margin-top: 3px; }
  .red-cross-registration .job-placement-module .fa {
    font-size: 0.8125rem; }

@media (max-width: 767.98px) {
  .red-cross-registration h2 {
    font-size: 1.25rem; }
  .red-cross-registration .job-placement-module {
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f6',GradientType=0 );
    /* IE6-9 */
    padding: 0 0 1rem 0; }
  .red-cross-registration .red-cross-form .btn-primary-alt, .red-cross-registration .red-cross-form .hubspot-form .hs-button.primary, .hubspot-form .red-cross-registration .red-cross-form .hs-button.primary {
    width: 100%; }
  .red-cross-registration .brand-mycnajobs {
    max-width: 120px; }
  .red-cross-registration .brand-red-cross {
    max-height: 28px;
    max-width: 90px; }
  .red-cross-registration .mobile-header {
    padding: 0; } }

.employer-ibooking.reporting .card-metric {
  border-color: #E0E0E0; }
  .employer-ibooking.reporting .card-metric .card-header {
    background-color: white; }
  .employer-ibooking.reporting .card-metric .card-body {
    display: flex; }
    .employer-ibooking.reporting .card-metric .card-body .v-border-small {
      height: 50px;
      margin: 5px auto 0 auto;
      width: 1px;
      background-image: linear-gradient(#b0bec5 33%, rgba(255, 255, 255, 0) 0%);
      background-position: right;
      background-size: 1px 5px;
      background-repeat: repeat-y; }

.employer-ibooking.reporting .update-schedule-module {
  background-color: #ab47bc;
  border-radius: 5px;
  color: #fff; }
  .employer-ibooking.reporting .update-schedule-module a {
    margin-top: 12px; }
  .employer-ibooking.reporting .update-schedule-module h3 {
    font-weight: 500; }
    .employer-ibooking.reporting .update-schedule-module h3 span {
      font-size: 34px; }

.employer-ibooking.reporting .noAccessOverlay {
  height: 1475px; }

.employer-ibooking.reporting .card.reject-reasons h1 .fa {
  color: #cccccc; }

.employer-ibooking.reporting .card.reject-reasons p {
  width: 90px;
  line-height: 1;
  min-height: 32px; }

.employer-ibooking.reporting .card.reject-reasons .v-border-large {
  height: 160px;
  margin: 5px auto 0 auto;
  width: 1px;
  background-image: linear-gradient(#b0bec5 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 5px;
  background-repeat: repeat-y; }

.employer-ibooking.reporting .interview-feedback-header {
  border-color: #EEEEEE; }
  .employer-ibooking.reporting .interview-feedback-header h1 {
    font-size: 60px; }
  .employer-ibooking.reporting .interview-feedback-header h4 {
    width: 285px;
    margin-right: 150px; }
  .employer-ibooking.reporting .interview-feedback-header .fa-male {
    color: #E0E0E0;
    font-size: 50px; }

.employer-ibooking.reporting small.help-text {
  color: #9E9E9E; }

.employer-ibooking.reporting .insight-engine .card {
  height: 135px;
  width: 127px;
  display: inline-block; }
  .employer-ibooking.reporting .insight-engine .card .card-block {
    padding: 10px;
    text-align: center; }
    .employer-ibooking.reporting .insight-engine .card .card-block .card-text {
      color: #9e9e9e;
      font-size: 14px;
      line-height: 1.3; }
    .employer-ibooking.reporting .insight-engine .card .card-block .card-title {
      font-size: 44px;
      font-weight: bolder;
      margin-bottom: 0; }

.employer-ibooking.employer-settings {
  position: relative; }
  .employer-ibooking.employer-settings p {
    margin-bottom: 5px; }
  .employer-ibooking.employer-settings [data-time-interviews] {
    display: none; }
    .employer-ibooking.employer-settings [data-time-interviews].selected {
      display: block; }
  .employer-ibooking.employer-settings .well {
    cursor: not-allowed; }
  .employer-ibooking.employer-settings .border-right {
    border-right: 1px solid #EEEEEE; }
  .employer-ibooking.employer-settings .interview-guide h3 {
    line-height: inherit;
    margin-top: 30px; }
  .employer-ibooking.employer-settings hr.separator {
    border-top: 2px solid #EEEEEE; }

.employer-ibooking .nav.grey-tabs {
  margin-bottom: 40px; }

.employer-ibooking .interview-schedule {
  position: relative; }
  .employer-ibooking .interview-schedule .certification-badge {
    max-height: 35px; }
  .employer-ibooking .interview-schedule .interview-block-date {
    background: #565656;
    color: white;
    font-size: 22px;
    padding: 0.75rem; }
  .employer-ibooking .interview-schedule .blurry-text {
    color: transparent;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    cursor: not-allowed;
    user-select: none; }
  @media print {
    .employer-ibooking .interview-schedule td .blurry-text {
      display: none !important; } }
  .employer-ibooking .interview-schedule table.interview-applicants:not(.past-ib-table) .email {
    max-width: 350px;
    width: 350px; }
  .employer-ibooking .interview-schedule table.interview-applicants .note[data-widget='caregiver-notes'] {
    padding: 0;
    float: right; }
  .employer-ibooking .interview-schedule table.interview-applicants .employer-ibooking div[data-widget='ats-status'] {
    margin-right: 5px; }
  .employer-ibooking .interview-schedule table.interview-applicants form[data-widget="hireable-widget"] button {
    padding: 0; }
  .employer-ibooking .interview-schedule table.interview-applicants thead th {
    border-color: #565656; }
  .employer-ibooking .interview-schedule table.interview-applicants td, .employer-ibooking .interview-schedule table.interview-applicants th {
    padding: 0.5rem; }
  .employer-ibooking .interview-schedule table.interview-applicants .applicant-name {
    width: 160px;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .employer-ibooking .interview-schedule table.interview-applicants .email {
    width: 195px;
    max-width: 195px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .employer-ibooking .interview-schedule table.interview-applicants .cancel-interview {
    width: 190px; }
  .employer-ibooking .interview-schedule table.interview-applicants .ats-status-col {
    width: 255px; }
  .employer-ibooking .interview-schedule table.interview-applicants .experience {
    width: 80px; }
  .employer-ibooking .interview-schedule table.interview-applicants .col-hireable {
    width: 90px; }
  .employer-ibooking .interview-schedule table.interview-applicants .certifications, .employer-ibooking .interview-schedule table.interview-applicants .phone {
    width: 115px; }
  .employer-ibooking .interview-schedule table.interview-applicants .rsvp-time {
    width: 80px; }
  .employer-ibooking .interview-schedule table.interview-applicants .jobseeker-feedback {
    width: 100px; }
  .employer-ibooking .interview-schedule table.interview-applicants .div[data-widget='ats-status'] {
    margin: 0; }

.employer-ibooking form {
  margin: 0; }

.employer-ibooking .ats-container.ats-interview-mode form {
  width: 50px;
  display: inline; }

.employer-ibooking .cancel-interview .btn-primary-alt, .employer-ibooking .cancel-interview .hubspot-form .hs-button.primary, .hubspot-form .employer-ibooking .cancel-interview .hs-button.primary {
  float: right;
  background-color: #ffffff;
  color: black;
  border: none;
  border-radius: 5px; }
  .employer-ibooking .cancel-interview .btn-primary-alt:hover, .employer-ibooking .cancel-interview .hubspot-form .hs-button.primary:hover, .hubspot-form .employer-ibooking .cancel-interview .hs-button.primary:hover {
    color: #fff;
    background: #ed1c6e; }

.employer-ibooking .applicant-options {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #cccccc;
  font-size: 1rem;
  border-radius: 0.25rem;
  background-color: #eeeeee;
  text-decoration: none;
  padding: 5px 10px;
  margin-top: -4px; }
  .employer-ibooking .applicant-options .fa-stack {
    font-size: 10px;
    color: #565656;
    padding-left: 10px;
    margin-top: -3px; }
  .employer-ibooking .applicant-options .fa-check {
    font-size: 8px;
    margin-left: -1px; }

.employer-ibooking div[data-widget='ats-status'] {
  display: inline-block;
  margin-right: 10px; }

.employer-ibooking tr:hover .hover-on, .employer-ibooking td .hover-off, .employer-ibooking tr:hover .note.no-content {
  display: inline-block; }

.employer-ibooking .pdf-download-container {
  margin-bottom: 10px; }

@media (max-width: 700px) {
  .employer-ibooking nav.navbar, .employer-ibooking footer, .employer-ibooking ul.nav.nav-tabs.grey-tabs, .employer-ibooking .pdf-download-container {
    display: none !important; }
  .employer-ibooking .interview-block-date {
    margin-bottom: 15px !important; } }

.employer-ibooking .well {
  padding: 8px;
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.employer-ibooking .noAccessOverlay {
  width: 1110px;
  height: 100%;
  position: absolute;
  z-index: 2; }

.employer-ibooking .overlayBackground {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .8;
  border-radius: 5px;
  cursor: not-allowed;
  background: url("/templates/capture/static/img/frame/diagonal-pixel-pattern.png"); }

.employer-ibooking .noAccessAlert {
  text-align: center;
  position: absolute;
  padding: 15px 50px;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 615px; }

.employer-ibooking .nav.nav-tabs.grey-tabs a.nav-link.active.ibooking-checkout {
  color: #E91E63;
  font-weight: bold; }

.employer-ibooking select[data-attach="selectTimeOptions"] {
  display: inline-block;
  width: 100px; }

.tooltip.validation-tooltip.show {
  opacity: 1; }

.tooltip.validation-tooltip .tooltip-inner {
  background-color: #E91E63; }
  .tooltip.validation-tooltip .tooltip-inner::before {
    border-right-color: #E91E63;
    border-left-color: #E91E63; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  color: #bbbbbb !important;
  cursor: not-allowed !important; }

.datepicker table tr td:not(.disabled), .datepicker table tr td.new:not(.disabled) {
  color: #084b8e;
  font-weight: bold !important; }

.modal.cancel-confirmation {
  color: white; }
  .modal.cancel-confirmation .modal-dialog {
    width: 600px;
    max-width: 600px; }
  .modal.cancel-confirmation .modal-content {
    margin-top: 150px; }
  .modal.cancel-confirmation .modal-header {
    background-color: #01579B;
    text-align: center;
    border-bottom: none; }
    .modal.cancel-confirmation .modal-header h1 {
      margin: 0 auto;
      width: 100%; }
    .modal.cancel-confirmation .modal-header .close {
      opacity: 1; }
  .modal.cancel-confirmation .modal-body {
    background-color: #0277bd;
    text-align: center;
    padding: 30px 60px; }
    .modal.cancel-confirmation .modal-body p, .modal.cancel-confirmation .modal-body small {
      font-weight: 300; }
    .modal.cancel-confirmation .modal-body small {
      width: 300px;
      display: block;
      margin: 0 auto; }
    .modal.cancel-confirmation .modal-body .call-candidates {
      position: absolute;
      bottom: 40px;
      right: 60px; }

.my-account p {
  margin-bottom: 0; }

.my-account.jobseeker {
  margin-top: 30px; }
  .my-account.jobseeker .card {
    box-shadow: 0 3px 5px 0 rgba(86, 86, 86, 0.35);
    border-color: #efefef;
    border-radius: 5px; }
  .my-account.jobseeker a.profile-quick-link, .my-account.jobseeker a[data-widget="pdf-download-link"] {
    text-decoration: none; }
    .my-account.jobseeker a.profile-quick-link span, .my-account.jobseeker a[data-widget="pdf-download-link"] span {
      line-height: 1; }
  .my-account.jobseeker .career-advice .card-header {
    background-color: #eeeeee;
    border-bottom: none; }
  .my-account.jobseeker .career-advice .card-body {
    padding-top: 0;
    padding-bottom: 0; }
    .my-account.jobseeker .career-advice .card-body .row:not(:first-child) .col-10 {
      border-top: 1px solid #e6eaed; }
    .my-account.jobseeker .career-advice .card-body .fa {
      margin-top: 6px;
      color: #9e9e9e; }
    .my-account.jobseeker .career-advice .card-body .col-2, .my-account.jobseeker .career-advice .card-body .col-10 {
      padding-top: 1rem;
      padding-bottom: 1rem; }
  .my-account.jobseeker .card.profile-card small {
    color: #cccccc; }
  .my-account.jobseeker .card.profile-card .profile-img {
    position: absolute;
    left: 35%;
    top: -50px;
    width: 100px;
    height: 100px;
    border: 1px solid #efefef;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(86, 86, 86, 0.35); }
    .my-account.jobseeker .card.profile-card .profile-img.placeholder {
      cursor: pointer; }
  .my-account.jobseeker .card.profile-card .card-body {
    padding-top: 60px; }
  .my-account.jobseeker .my-dashboard {
    background-color: #607D8B;
    border-radius: 5px;
    padding: 1rem;
    box-shadow: 0 3px 5px 0 rgba(86, 86, 86, 0.35); }
    .my-account.jobseeker .my-dashboard p {
      line-height: 1; }
    .my-account.jobseeker .my-dashboard .upcoming-interviews.past-interviews form.feedback-form:not(:first-child) .row:not(.highlight-row), .my-account.jobseeker .my-dashboard .past-interviews.past-interviews form.feedback-form:not(:first-child) .row:not(.highlight-row) {
      border-top: 1px solid #e6eaed; }
    .my-account.jobseeker .my-dashboard .upcoming-interviews.past-interviews form.feedback-form .highlight-row, .my-account.jobseeker .my-dashboard .past-interviews.past-interviews form.feedback-form .highlight-row {
      border: 2px solid #d0a52b;
      border-radius: 5px; }
    .my-account.jobseeker .my-dashboard .upcoming-interviews.past-interviews .confirmation-text, .my-account.jobseeker .my-dashboard .past-interviews.past-interviews .confirmation-text {
      position: absolute;
      bottom: 15px;
      left: -220px; }
    @media (max-width: 767.98px) {
      .my-account.jobseeker .my-dashboard .upcoming-interviews.past-interviews .leave-feedback, .my-account.jobseeker .my-dashboard .past-interviews.past-interviews .leave-feedback {
        display: block;
        width: 100%; }
      .my-account.jobseeker .my-dashboard .upcoming-interviews.past-interviews .confirmation-text, .my-account.jobseeker .my-dashboard .past-interviews.past-interviews .confirmation-text {
        position: relative;
        bottom: 0;
        left: 0;
        font-size: 18px;
        margin-bottom: 15px; } }
    .my-account.jobseeker .my-dashboard .upcoming-interviews.upcoming-interviews .row:not(:first-child), .my-account.jobseeker .my-dashboard .past-interviews.upcoming-interviews .row:not(:first-child) {
      border-top: 1px solid #e6eaed; }
    .my-account.jobseeker .my-dashboard .upcoming-interviews .card-header, .my-account.jobseeker .my-dashboard .past-interviews .card-header {
      background-color: #eeeeee;
      border-bottom: none; }
    .my-account.jobseeker .my-dashboard .upcoming-interviews .card-body, .my-account.jobseeker .my-dashboard .past-interviews .card-body {
      padding-top: 0;
      padding-bottom: 0; }
      .my-account.jobseeker .my-dashboard .upcoming-interviews .card-body img.company-logo, .my-account.jobseeker .my-dashboard .past-interviews .card-body img.company-logo {
        max-height: 80px;
        max-width: 125px;
        display: block;
        margin: 0 auto; }
      .my-account.jobseeker .my-dashboard .upcoming-interviews .card-body .rating-button, .my-account.jobseeker .my-dashboard .past-interviews .card-body .rating-button {
        margin-top: 0;
        display: inline-block;
        width: 45%; }
        .my-account.jobseeker .my-dashboard .upcoming-interviews .card-body .rating-button .fa.fa-thumbs-o-up, .my-account.jobseeker .my-dashboard .upcoming-interviews .card-body .rating-button .fa.fa-thumbs-o-down, .my-account.jobseeker .my-dashboard .past-interviews .card-body .rating-button .fa.fa-thumbs-o-up, .my-account.jobseeker .my-dashboard .past-interviews .card-body .rating-button .fa.fa-thumbs-o-down {
          font-size: 1.5em; }
      @media (max-width: 767.98px) {
        .my-account.jobseeker .my-dashboard .upcoming-interviews .card-body .rating-button, .my-account.jobseeker .my-dashboard .past-interviews .card-body .rating-button {
          display: block;
          width: 100%; } }
  .my-account.jobseeker .edit-picture {
    font-size: 13px;
    position: absolute;
    top: 5px;
    right: 10px; }

.employer-cod .event-header {
  background: #565656;
  color: white;
  font-size: 24px;
  padding: 0.75rem; }

.employer-cod #pastEventsAccordion .card-header {
  background-color: white;
  font-size: 18px;
  cursor: pointer; }
  .employer-cod #pastEventsAccordion .card-header.collapsed .view-candidates:after {
    content: "\f078"; }
  .employer-cod #pastEventsAccordion .card-header .view-candidates:after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    margin-left: 10px; }

.employer-cod #pastEventsAccordion .card-body {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden; }

.employer-cod #pastEventsAccordion .metrics-row {
  padding: 5px;
  background-color: #565656;
  color: white;
  text-align: center; }

.employer-cod table.cod-rsvps.upcoming-events .email {
  width: 305px;
  max-width: 305px; }

.employer-cod table.cod-rsvps.upcoming-events .applicant-name {
  width: 195px;
  max-width: 195px; }

@media (max-width: 991.98px) {
  .employer-cod table.cod-rsvps.upcoming-events .email {
    width: 155px;
    max-width: 155px; }
  .employer-cod table.cod-rsvps.upcoming-events .applicant-name {
    width: 125px;
    max-width: 125px; } }

.employer-cod table.cod-rsvps .certification-badge {
  max-height: 28px; }

.employer-cod table.cod-rsvps form[data-widget="hireable-widget"] button {
  padding: 0; }

.employer-cod table.cod-rsvps thead th {
  border-color: #565656;
  border-top: none; }

.employer-cod table.cod-rsvps td, .employer-cod table.cod-rsvps th {
  padding: 0.5rem; }

.employer-cod table.cod-rsvps .applicant-name {
  width: 160px;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.employer-cod table.cod-rsvps .email {
  width: 195px;
  max-width: 195px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.employer-cod table.cod-rsvps .experience {
  width: 75px; }

.employer-cod table.cod-rsvps .col-hireable {
  width: 90px; }

.employer-cod table.cod-rsvps .certifications, .employer-cod table.cod-rsvps .phone {
  width: 115px; }

.employer-cod table.cod-rsvps .checked-in {
  width: 90px; }

.employer-cod table.cod-rsvps .jobseeker-feedback {
  width: 110px; }

.employer-cod [data-widget=cod-check-in] {
  position: relative;
  /* Standard styles */ }
  .employer-cod [data-widget=cod-check-in] .checkin-icon {
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    margin: 0 auto; }
    .employer-cod [data-widget=cod-check-in] .checkin-icon .fa-check {
      color: #cccccc; }
  .employer-cod [data-widget=cod-check-in] .fa-spinner {
    position: absolute;
    left: 32px;
    top: 5px;
    display: none;
    font-size: 22px; }
  .employer-cod [data-widget=cod-check-in] button {
    border: none;
    background: none;
    cursor: pointer;
    height: 28px; }
  .employer-cod [data-widget=cod-check-in] button .checkin-icon:hover, .employer-cod [data-widget=cod-check-in] .checkin-icon.checked {
    background-color: #26A69A;
    border-color: #26A69A; }
    .employer-cod [data-widget=cod-check-in] button .checkin-icon:hover .fa-check, .employer-cod [data-widget=cod-check-in] .checkin-icon.checked .fa-check {
      color: white; }
  .employer-cod [data-widget=cod-check-in] .checkin-icon.checked {
    display: none; }
  .employer-cod [data-widget=cod-check-in][data-employer_checkin_time] .checkin-icon.checked {
    display: block; }
  .employer-cod [data-widget=cod-check-in][data-employer_checkin_time] button {
    display: none; }
  .employer-cod [data-widget=cod-check-in].ajax-submitting .fa-spinner {
    display: inline-block; }

.employer-cod .eventNotSoonEnough {
  text-align: center;
  position: absolute;
  padding: 15px 50px;
  top: 180px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 615px; }
  .employer-cod .eventNotSoonEnough .fa-lock {
    color: #b9d6d4;
    font-size: 44px;
    position: absolute;
    left: 10px;
    top: 5px; }

.employer-cod table.dataTable.no-footer {
  border-bottom: none; }

/*!
 * Float Labels
 * @version: 3.3.9
 * @author: Paul Ryley (http://geminilabs.io)
 * @url: https://pryley.github.io/float-labels.js
 * @license: MIT
 */
.fl-form .fl-wrap {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fl-form input.fl-input,
.fl-form select.fl-select,
.fl-form textarea.fl-textarea {
  width: 100%;
  outline: 0;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  margin-bottom: 24px; }
  .fl-form input.fl-input:-moz-placeholder,
  .fl-form select.fl-select:-moz-placeholder,
  .fl-form textarea.fl-textarea:-moz-placeholder {
    color: #bbb; }
  .fl-form input.fl-input::-moz-placeholder,
  .fl-form select.fl-select::-moz-placeholder,
  .fl-form textarea.fl-textarea::-moz-placeholder {
    color: #bbb; }
  .fl-form input.fl-input:-ms-input-placeholder,
  .fl-form select.fl-select:-ms-input-placeholder,
  .fl-form textarea.fl-textarea:-ms-input-placeholder {
    color: #bbb; }
  .fl-form input.fl-input::-webkit-input-placeholder,
  .fl-form select.fl-select::-webkit-input-placeholder,
  .fl-form textarea.fl-textarea::-webkit-input-placeholder {
    color: #bbb; }

.fl-form select.fl-select {
  position: relative;
  color: #bbb;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .fl-form select.fl-select::-ms-expand {
    display: none; }

.fl-form .fl-is-active input.fl-input,
.fl-form .fl-is-active select.fl-select,
.fl-form .fl-is-active textarea.fl-textarea {
  color: #444;
  background-color: #fff;
  border-color: #dfdfdf; }

.fl-form .fl-has-focus input.fl-input,
.fl-form .fl-has-focus select.fl-select,
.fl-form .fl-has-focus textarea.fl-textarea {
  background-color: #fff;
  border-color: #1976D2; }

.fl-form label.fl-label {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #bbb;
  border-top-left-radius: 3px;
  transition: all 0.2s ease-in-out;
  z-index: 1; }

body[dir=rtl] .fl-form label.fl-label {
  left: unset;
  right: 0; }

.fl-form .fl-is-active label.fl-label {
  opacity: 1;
  visibility: visible; }

.fl-form .fl-has-focus label.fl-label {
  color: #1976D2; }

.fl-form .fl-is-required:before {
  opacity: 1;
  content: '*';
  display: block;
  position: absolute;
  top: 1px;
  right: 15px;
  font-size: 16px;
  line-height: 1.75;
  color: #D32F2F;
  transition: all 0.2s ease-in-out;
  padding: 6px 0 0;
  z-index: 1; }

body[dir=rtl] .fl-form .fl-is-required:before {
  right: unset;
  left: 15px; }

.fl-form .fl-is-required.fl-is-active:before {
  opacity: 0; }

.fl-form.fl-style-1 input.fl-input,
.fl-form.fl-style-1 select.fl-select,
.fl-form.fl-style-1 textarea.fl-textarea {
  padding: 6px 12px; }

.fl-form.fl-style-1 select.fl-select {
  height: 38px; }

.fl-form.fl-style-1 .fl-is-active input.fl-input,
.fl-form.fl-style-1 .fl-is-active select.fl-select,
.fl-form.fl-style-1 .fl-is-active textarea.fl-textarea {
  padding: 6px 12px; }

.fl-form.fl-style-1 label.fl-label {
  top: 1px;
  left: 10px;
  background-color: transparent;
  padding: 12px 3px; }

.fl-form.fl-style-1 label.fl-label:before {
  content: '';
  display: block;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  z-index: -1; }

.fl-form.fl-style-1 .fl-is-active label.fl-label {
  top: -10px;
  padding: 3px; }

.fl-form.fl-style-1 .fl-is-active label.fl-label:before {
  top: 10px; }

body[dir=rtl] .fl-form.fl-style-1 label.fl-label {
  left: unset;
  right: 10px; }

.fl-form.fl-style-2 input.fl-input,
.fl-form.fl-style-2 select.fl-select,
.fl-form.fl-style-2 textarea.fl-textarea {
  padding: 12px; }

.fl-form.fl-style-2 select.fl-select {
  height: 50px; }

.fl-form.fl-style-2 .fl-is-active input.fl-input,
.fl-form.fl-style-2 .fl-is-active select.fl-select,
.fl-form.fl-style-2 .fl-is-active textarea.fl-textarea {
  padding: 18px 12px 6px; }

.fl-form.fl-style-2 label.fl-label {
  top: 1px;
  left: 10px;
  padding: 6px 3px 3px; }

.fl-form.fl-style-2 .fl-is-required:before {
  padding-top: 12px; }

body[dir=rtl] .fl-form.fl-style-2 label.fl-label {
  left: unset;
  right: 10px; }

.fl-form .fl-wrap-select:after {
  content: '';
  position: absolute;
  display: block;
  top: 1px;
  right: 6px;
  height: calc(100% - 2px);
  width: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3E%3Cpath fill='%23bbb' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/%3E%3C/svg%3E") no-repeat;
  background-position: 100% 50%;
  background-size: 7px 14px;
  z-index: 2; }

body[dir=rtl] .fl-form .fl-wrap-select:after {
  right: unset;
  left: 6px; }

.btn-purchase,
.btn-purchase-sm {
  background: #E91E63;
  color: #fff;
  height: 53px;
  padding: 0 24px;
  font-size: 20px;
  line-height: 50px;
  display: inline-block; }
  @media (max-width: 991.98px) {
    .btn-purchase,
    .btn-purchase-sm {
      display: block; } }
  .btn-purchase:hover,
  .btn-purchase-sm:hover {
    background: #CD1453;
    color: #fff; }
  .btn-purchase-sm,
  .btn-purchase-sm-sm {
    height: 40px;
    font-size: 16px;
    line-height: 37px; }
  .btn-purchase.with-border,
  .btn-purchase-sm.with-border {
    border: 2px solid #fff;
    line-height: 35px; }

.training-program__header {
  margin: 51px 0 40px 0; }
  @media (max-width: 991.98px) {
    .training-program__header {
      margin: 21px 0 40px 0; } }
  .training-program__header h1 {
    font-size: 61px;
    line-height: 63px;
    margin-bottom: 28px; }
    @media (max-width: 1199.98px) {
      .training-program__header h1 {
        font-size: 50px;
        line-height: 55px; } }
    @media (max-width: 991.98px) {
      .training-program__header h1 {
        font-size: 42px;
        line-height: 48px; } }
  .training-program__header .btn-purchase {
    min-width: 254px; }

.training-program__features li {
  line-height: 34px;
  font-size: 22px;
  padding-left: 36px; }
  @media (max-width: 991.98px) {
    .training-program__features li {
      font-size: 16px;
      line-height: 24px;
      padding-left: 30px; } }
  .training-program__features li + li {
    margin-top: 19px; }

.training-program__features .fal {
  left: 0;
  top: 5px; }

@media (max-width: 991.98px) {
  .training-program__features {
    margin-bottom: 40px; } }

@media (max-width: 991.98px) {
  .training-program__actions {
    text-align: center; }
    .training-program__actions br {
      display: none; } }

.training-program h2 {
  margin-bottom: 32px !important;
  line-height: normal !important;
  font-size: 44px; }

.training-program h4 {
  font-size: 28px;
  line-height: 28px; }

.training-program .upgrade-needed {
  background: transparent linear-gradient(90deg, #039BE5 0%, #26A69A 100%) 0% 0% no-repeat padding-box;
  border-radius: 60px;
  padding: 8px;
  text-align: center; }

.training-program .tooltip[x-placement] {
  top: -7px !important; }

.training-program .tooltip .tooltip-inner {
  background: #333;
  padding: 8px 16px;
  opacity: 1;
  border-radius: 5px; }

.training-program .tooltip .arrow:before {
  border-top-color: #333; }

.badge-quote {
  bottom: 32px;
  left: -110px; }
  @media (max-width: 1199.98px) {
    .badge-quote {
      width: 200px;
      left: -90px; } }
  @media (max-width: 991.98px) {
    .badge-quote {
      position: relative !important;
      left: auto;
      bottom: auto;
      margin: 40px auto 0 auto;
      display: flex;
      width: 250px; } }

.trainers {
  margin-top: 75px; }
  .trainers li + li {
    margin-top: 50px; }
  .trainers span {
    color: #9E9E9E;
    font-size: 13px;
    line-height: 17px; }
  .trainers h5 {
    font-size: 16px;
    line-height: 20px; }
  @media (max-width: 991.98px) {
    .trainers {
      align-items: center !important;
      margin-top: 60px; } }

.powered-by {
  margin-bottom: 44px;
  background: transparent linear-gradient(90deg, #E42267 0%, #1E599D 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 124px;
  color: #fff; }
  .powered-by .handwriting {
    font-size: 20px; }
  @media (max-width: 991.98px) {
    .powered-by {
      height: 160px;
      flex-direction: column;
      margin-bottom: 26px; }
      .powered-by .handwriting {
        font-size: 20px;
        margin: 0 0 16px 0 !important; }
      .powered-by img {
        max-width: 195px; } }

.hha-pca {
  padding: 44px 0 88px 0; }
  .hha-pca .btn-purchase-sm {
    margin-top: 16px; }
  .hha-pca .arrow-img {
    bottom: -50px;
    right: -55px;
    pointer-events: none; }
  @media (max-width: 991.98px) {
    .hha-pca {
      padding: 30px 0 80px 0;
      text-align: center; }
      .hha-pca .arrow-img {
        display: none; }
      .hha-pca .btn-purchase-sm {
        display: inline-block; }
      .hha-pca .video-container {
        margin-top: 56px; } }

.hha-pca-details {
  background: #F7C854;
  padding: 88px 0; }
  .hha-pca-details .col-300 {
    width: 300px;
    z-index: 2; }
  .hha-pca-details .col-350 {
    width: 350px;
    z-index: 2; }
    @media (max-width: 1199.98px) {
      .hha-pca-details .col-350 {
        width: 300px; } }
  .hha-pca-details__image {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 655px;
    z-index: 1; }
  .hha-pca-details__desktop {
    display: block; }
  .hha-pca-details__mobile {
    display: none; }
  .hha-pca-details h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 4px; }
  .hha-pca-details p {
    font-size: 18px;
    line-height: 26px; }
  @media (max-width: 991.98px) {
    .hha-pca-details {
      padding: 80px 0 0 0; }
      .hha-pca-details__desktop {
        display: none; }
      .hha-pca-details__mobile {
        display: block;
        width: 100%;
        position: relative !important;
        left: auto;
        bottom: auto;
        transform: none;
        margin-top: 16px; }
      .hha-pca-details .row-300 {
        flex-direction: column; }
      .hha-pca-details .col-350,
      .hha-pca-details .col-300 {
        width: 100%;
        padding: 0 20px 0 30px; }
      .hha-pca-details .col-350 {
        padding-top: 64px; } }

.how-it-works {
  padding-top: 80px; }
  .how-it-works h4 {
    margin-bottom: 40px; }
  .how-it-works__list {
    padding-top: 21px; }
    .how-it-works__list h4 {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 0; }
    .how-it-works__list h5 {
      font-size: 20px;
      line-height: 24px; }
  .how-it-works__list-item {
    border-radius: 0 27px 0 27px;
    border: 3px solid;
    padding: 24px 28px; }
    @media (max-width: 991.98px) {
      .how-it-works__list-item {
        padding: 24px; } }
    .how-it-works__list-item + .how-it-works__list-item {
      margin-top: 37px; }
    .how-it-works__list-item.first {
      border-color: #B22F74; }
      .how-it-works__list-item.first .how-it-works__position {
        background: #B22F74; }
    .how-it-works__list-item.second {
      border-color: #94387C; }
      .how-it-works__list-item.second .how-it-works__position {
        background: #94387C; }
    .how-it-works__list-item.third {
      border-color: #754085; }
      .how-it-works__list-item.third .how-it-works__position {
        background: #754085; }
  .how-it-works__position {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    font-size: 43px;
    line-height: 53px;
    left: -28px;
    top: -28px; }
  .how-it-works__details {
    background: #f5f5f5;
    padding: 56px;
    margin: 80px 0; }
    .how-it-works__details h5 {
      font-weight: 600;
      line-height: 28px; }
    @media (max-width: 991.98px) {
      .how-it-works__details {
        word-break: break-word;
        margin-bottom: 40px; }
        .how-it-works__details .dot {
          display: none; } }

.whats-included {
  background: url("../img/one-time-use/pca-hha-landing-page/desktop/ad-sidebar.png") no-repeat #81346f;
  background-size: cover;
  padding: 0 40px;
  color: #fff; }
  .whats-included h4 {
    font-size: 24px;
    line-height: 28px; }
  @media (max-width: 991.98px) {
    .whats-included {
      margin-top: 83px;
      background: url("../img/one-time-use/pca-hha-landing-page/mobile/ad-sidebar-mobile.png") no-repeat #81346f;
      background-size: cover;
      padding: 34px 40px;
      height: auto !important; } }

.curriculum,
.program,
.simulation {
  margin-bottom: 80px; }
  .curriculum__item,
  .program__item,
  .simulation__item {
    margin-top: 30px; }
    .curriculum__item .card-body,
    .program__item .card-body,
    .simulation__item .card-body {
      box-shadow: 0px 3px 6px #00000029 !important;
      border: 1px solid #EEEEEE !important;
      border-radius: 5px !important; }
    .curriculum__item .card-body-inner span,
    .program__item .card-body-inner span,
    .simulation__item .card-body-inner span {
      font-size: 12px;
      line-height: 28px;
      color: #9e9e9e; }
  .curriculum__image,
  .program__image,
  .simulation__image {
    width: 100%;
    border-radius: 5px; }
  .curriculum h2,
  .program h2,
  .simulation h2 {
    font-size: 24px !important;
    min-height: 87px;
    line-height: 28px !important;
    margin-bottom: 8px !important;
    letter-spacing: -.5px; }
  .curriculum__list li,
  .program__list li,
  .simulation__list li {
    font-size: 13px;
    line-height: 17px;
    position: relative;
    padding-left: 18px; }
    .curriculum__list li + li,
    .program__list li + li,
    .simulation__list li + li {
      margin-top: 8px; }
    .curriculum__list li:before,
    .program__list li:before,
    .simulation__list li:before {
      content: "\f00c";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      left: 0;
      top: -1px;
      font-size: 12px;
      font-weight: 300; }
  @media (max-width: 767.98px) {
    .curriculum__list,
    .program__list,
    .simulation__list {
      display: none; } }
  .curriculum__footer,
  .program__footer,
  .simulation__footer {
    bottom: 16px;
    width: calc(100% - 32px); }
    .curriculum__footer span,
    .program__footer span,
    .simulation__footer span {
      font-size: 13px !important;
      color: #d0a52b !important;
      font-weight: 600; }
    @media (max-width: 767.98px) {
      .curriculum__footer,
      .program__footer,
      .simulation__footer {
        position: relative !important;
        bottom: auto;
        padding-bottom: 16px; }
        .curriculum__footer span,
        .program__footer span,
        .simulation__footer span {
          display: none; } }
  @media (max-width: 767.98px) {
    .curriculum__item,
    .program__item,
    .simulation__item {
      margin-top: 16px; }
    .curriculum__header,
    .program__header,
    .simulation__header {
      flex-direction: column-reverse; }
    .curriculum__figure, .curriculum__details,
    .program__figure,
    .program__details,
    .simulation__figure,
    .simulation__details {
      display: inline-block;
      vertical-align: top; }
    .curriculum__details,
    .program__details,
    .simulation__details {
      width: calc(100% - 80px);
      padding-left: 14px !important;
      padding-top: 8px;
      padding-bottom: 8px !important; }
    .curriculum__image,
    .program__image,
    .simulation__image {
      max-width: 58px;
      height: auto; }
    .curriculum h2,
    .program h2,
    .simulation h2 {
      font-size: 20px !important;
      line-height: 24px !important;
      margin-bottom: 0 !important;
      letter-spacing: 0;
      min-height: initial; }
    .curriculum h4,
    .program h4,
    .simulation h4 {
      margin-top: 40px;
      font-size: 27px; } }

@media (max-width: 767.98px) {
  .start-training-banner {
    display: none; } }

.certificates {
  margin-top: 80px; }
  .certificates .desktop {
    display: block; }
  .certificates .mobile {
    display: none; }
  @media (max-width: 767.98px) {
    .certificates h2 {
      font-size: 43px; }
    .certificates .desktop {
      display: none; }
    .certificates .mobile {
      display: block;
      width: 100%;
      padding: 0 38px; } }

/* Career Pathway*/
.landing-page h4 {
  font-size: 28px;
  line-height: 28px; }

.header-image {
  right: 0;
  bottom: -115px; }
  @media (max-width: 991.98px) {
    .header-image {
      max-width: 100%;
      position: relative !important;
      bottom: auto;
      right: auto;
      display: block;
      margin: 20px auto 0 auto; } }

.program-features {
  height: 160px;
  background: url("/templates/mycnajobs/static/img/one-time-use/career-pathway-landing-page/career-pathway-banner.png") #520046;
  margin-bottom: 68px; }
  @media (max-width: 767.98px) {
    .program-features {
      height: auto;
      padding: 40px 0; } }
  .program-features__list {
    color: #fff;
    font-size: 20px;
    line-height: 24px; }
    @media (max-width: 991.98px) {
      .program-features__list {
        justify-content: space-between; } }
    @media (max-width: 767.98px) {
      .program-features__list {
        display: block !important; } }
  .program-features__list-item + .program-features__list-item {
    margin-left: 75px; }
  @media (max-width: 991.98px) {
    .program-features__list-item {
      flex: 1; }
      .program-features__list-item + .program-features__list-item {
        margin-left: 0; }
      .program-features__list-item br {
        display: none; } }
  @media (max-width: 767.98px) {
    .program-features__list-item + .program-features__list-item {
      margin-top: 40px; } }
  .program-features .fal {
    font-size: 32px; }

.program__logo {
  width: 150px;
  height: auto;
  right: 16px;
  bottom: 16px; }
  @media (max-width: 991.98px) {
    .program__logo {
      max-width: 125px; } }
  @media (max-width: 767.98px) {
    .program__logo {
      right: 0; } }
  @media screen and (max-width: 320px) {
    .program__logo {
      width: 75px !important; } }
  .program__logo.logo-arc {
    width: 107px; }
  .program__logo.logo-certified {
    width: 84px; }
  .program__logo.logo-home-instead {
    width: 132px; }
  .program__logo.logo-touch {
    width: 211px; }
  .program__logo.logo-adduss {
    width: 175px; }

@media (max-width: 767.98px) {
  .program__figure {
    width: 100%; } }

@media (max-width: 767.98px) {
  .program__image {
    max-width: 100%;
    height: auto; } }

.program__footer {
  bottom: auto;
  width: 100%; }
  @media (max-width: 767.98px) {
    .program__footer {
      margin-bottom: 0 !important; } }
  .program__footer .btn-purchase {
    min-width: 144px; }

.program__details li {
  font-size: 18px; }

.program__details li + li {
  margin-left: 32px; }

.program__details .fal {
  color: #9E9E9E;
  font-size: 24px;
  margin-right: 8px; }

@media (max-width: 991.98px) {
  .program__details {
    position: absolute;
    left: 16px;
    bottom: 66px; } }

@media (max-width: 767.98px) {
  .program__details {
    position: relative;
    left: auto;
    bottom: auto;
    padding-left: 0 !important; } }

.program__description {
  min-height: 72px; }
  @media (max-width: 767.98px) {
    .program__description {
      min-height: 0; } }

.program h5 {
  font-size: 24px !important; }

@media (max-width: 991.98px) {
  .program__bottom .btn-purchase {
    position: absolute;
    left: 16px;
    bottom: 16px;
    margin: 0 !important; } }

@media (max-width: 767.98px) {
  .program__bottom .btn-purchase {
    position: relative;
    left: auto;
    bottom: auto; } }

@media (max-width: 991.98px) {
  .program .card-body-inner {
    padding-bottom: 100px; } }

@media (max-width: 767.98px) {
  .program .card-body-inner {
    padding-bottom: 0; } }

/* Career Pathway */
/* Certification */
.pca-hha-certification .page-heading {
  font-size: 32px;
  color: #01579B;
  font-weight: 600;
  margin-bottom: 8px !important; }

.pca-hha-certification .background-text {
  background: #f5f5f5; }
  @media (max-width: 991.98px) {
    .pca-hha-certification .background-text {
      margin-top: 16px !important; } }

.pca-hha-certification .curriculum {
  margin-bottom: 0; }

.pca-hha-certification .tab-content h1 {
  font-size: 44px;
  line-height: 55px; }
  @media (max-width: 991.98px) {
    .pca-hha-certification .tab-content h1 {
      font-size: 36px;
      line-height: 36px; } }

.pca-hha-certification .powered-by {
  margin: 72px 0 56px 0;
  height: 88px;
  background: transparent; }
  @media (max-width: 991.98px) {
    .pca-hha-certification .powered-by {
      height: auto;
      padding: 16px 0 24px 0;
      margin-bottom: 16px; } }
  .pca-hha-certification .powered-by h3 {
    margin-right: 32px;
    font-size: 24px; }
  .pca-hha-certification .powered-by .btn-secondary {
    width: 232px;
    height: 40px;
    font-weight: 600; }

.pca-hha-certification .powered-by-row {
  background: transparent linear-gradient(90deg, #E42267 0%, #1E599D 100%) 0% 0% no-repeat padding-box;
  width: calc(100vw);
  margin-left: calc(((100vw) - 1110px) / -2);
  margin-right: 0 !important; }
  @media (max-width: 1110px) {
    .pca-hha-certification .powered-by-row {
      width: 100%;
      margin-left: 0; } }
  @media (max-width: 991.98px) {
    .pca-hha-certification .powered-by-row {
      flex-direction: column;
      text-align: center; }
      .pca-hha-certification .powered-by-row h3 {
        margin: 0 0 16px 0 !important; } }

.steps .trainers {
  margin-top: 0; }
  .steps .trainers__image img {
    width: 91px; }

@media (max-width: 991.98px) {
  .steps__step {
    margin-bottom: 32px; } }

.steps .handwriting {
  color: #833D81;
  font-size: 19px; }

.steps .step-1 .steps__header,
.steps .step-1 .steps__footer {
  background: #B22F74; }

.steps .step-1 .steps__body {
  border: 3px solid #B22F74;
  padding-bottom: 40px; }

.steps .step-2 .steps__header,
.steps .step-2 .steps__footer {
  background: #94387C; }

.steps .step-2 .steps__body {
  border: 3px solid #94387C;
  border-radius: 0 27px 27px 27px;
  padding-bottom: 100px; }

.steps .step-2 .badge-image {
  bottom: -60px;
  z-index: 1; }

.steps .step-3 .steps__header,
.steps .step-3 .steps__footer {
  background: #754085; }

.steps .step-3 .steps__body {
  border: 3px solid #754085;
  border-radius: 0 27px 27px 27px;
  word-break: break-word;
  hyphens: auto; }

.steps__header {
  font-size: 32px;
  color: #fff;
  height: 48px;
  border-radius: 20px 60px 0 0;
  line-height: 48px;
  width: calc(100% - 44px);
  padding: 0 20px; }

.steps__body {
  border-radius: 0 27px 0 27px;
  border-bottom-left-radius: 0; }

.steps__footer {
  border-radius: 0 27px 27px 27px;
  color: #fff;
  transform: translateY(-24px); }
  @media (max-width: 991.98px) {
    .steps__footer {
      transform: none;
      border-top-right-radius: 0; } }

@media (max-width: 1110px) {
  .steps .step-powered-by {
    width: 100%; } }

#pcaHhaTabs {
  border-top: solid 1px #EEEEEE;
  border-bottom-color: #EEEEEE;
  padding-top: 32px; }
  #pcaHhaTabs .nav-item {
    min-width: 154px; }
    @media (max-width: 991.98px) {
      #pcaHhaTabs .nav-item {
        min-width: initial; } }
    #pcaHhaTabs .nav-item + .nav-item {
      margin-left: 8px; }
    #pcaHhaTabs .nav-item .nav-link {
      background: #EEEEEE;
      color: #039BE5;
      border-color: #EEEEEE;
      border-bottom-color: transparent;
      padding-right: 24px;
      padding-left: 24px; }
      @media (max-width: 767.98px) {
        #pcaHhaTabs .nav-item .nav-link {
          font-size: 13px;
          padding-left: 8px;
          padding-right: 8px; } }
      #pcaHhaTabs .nav-item .nav-link.active {
        background: #fff;
        color: #565656; }

#employer-package h4 {
  font-size: 20px; }

#employer-package .package-questions {
  margin-top: 32px; }

.employer-package,
.package-questions {
  margin-top: 140px;
  border-radius: 10px;
  box-shadow: 0 3px 6px #00000029; }
  @media (max-width: 991.98px) {
    .employer-package,
    .package-questions {
      margin-top: 32px !important; }
      .employer-package .trainers,
      .package-questions .trainers {
        align-items: flex-start !important; } }
  .employer-package h4,
  .package-questions h4 {
    font-size: 24px; }
  .employer-package h5,
  .package-questions h5 {
    font-size: 20px; }

.tooltip-icon {
  font-size: 16px;
  color: #833D81;
  top: 0;
  right: -24px; }
  @media (max-width: 991.98px) {
    .tooltip-icon {
      right: -50px; } }

#simulation-training .simulation__heading {
  min-height: 59px;
  margin-bottom: 16px !important; }

@media (max-width: 991.98px) {
  #simulation-training .simulation {
    margin-bottom: 0; } }

@media (max-width: 767.98px) {
  #simulation-training .simulation__heading {
    min-height: initial; }
  #simulation-training .simulation__image,
  #simulation-training .simulation__figure {
    width: 100%; }
  #simulation-training .simulation__image {
    max-width: initial; } }

.package-questions {
  margin-top: 30px; }
  .package-questions .trainers__image img,
  .package-questions .trainers__details img {
    width: 80px; }
  .package-questions h5 {
    font-size: 24px;
    line-height: 28px; }
  .package-questions p {
    font-size: 18px; }
  .package-questions .fal {
    color: #d0a52b; }

/* Certification */
/* Landing Page Employer */
@media screen and (max-width: 812px) {
  .landing-page-employer h2 {
    font-size: 36px; }
  .landing-page-employer br {
    display: none; }
  .landing-page-employer .curriculum {
    padding-top: 0 !important; } }

.landing-page-employer .p-lg {
  font-size: 18px;
  line-height: 24px; }

.landing-page-employer .tag {
  padding: 3.5px 16px;
  font-weight: 600; }
  @media screen and (max-width: 812px) {
    .landing-page-employer .tag {
      text-align: center;
      width: 100%;
      font-size: 15px; } }
  .landing-page-employer .tag-gold {
    color: #fff;
    background: #d0a52b;
    border-radius: 50px; }

.landing-page-employer .contact-number {
  font-size: 32px;
  right: 16px;
  top: -64px; }
  .landing-page-employer .contact-number .fal {
    color: #E91E63; }
  @media screen and (max-width: 812px) {
    .landing-page-employer .contact-number {
      position: relative !important;
      right: auto;
      top: auto;
      margin-top: 32px; } }

.landing-page-employer .create-account-form__text {
  left: -169px;
  top: 0;
  width: 137px;
  color: #d0a52b;
  line-height: 20px; }
  @media screen and (max-width: 812px) {
    .landing-page-employer .create-account-form__text {
      display: none; } }
  .landing-page-employer .create-account-form__text img {
    width: 45px; }

.landing-page-employer .create-account-form__header {
  font-size: 17px;
  background: #0277bd;
  color: #fff;
  padding: 12px 0; }

.landing-page-employer .create-account-form__body {
  padding: 22px; }

.landing-page-employer .trainers .powered-by-text {
  font-size: 11px;
  line-height: 28px;
  color: #9E9E9E; }

.landing-page-employer .trainers span {
  color: inherit; }

.landing-page-employer .trainers .dotted-arrow {
  left: -33px;
  top: -30px; }

.landing-page-employer .training-program__header {
  margin-top: 85px; }
  @media screen and (max-width: 812px) {
    .landing-page-employer .training-program__header {
      margin-top: 40px; } }
  .landing-page-employer .training-program__header h1 {
    line-height: 68px; }
    @media screen and (max-width: 812px) {
      .landing-page-employer .training-program__header h1 {
        line-height: 48px; } }

.landing-page-employer .training-program__features li {
  font-size: 18px;
  line-height: 27px;
  padding-left: 32px; }

.landing-page-employer .check-requirements {
  background: #1b3c72;
  padding: 56px 0; }
  .landing-page-employer .check-requirements img {
    width: 168px; }
  .landing-page-employer .check-requirements .p-large {
    font-size: 44px;
    color: #fff;
    line-height: 48px; }
    @media screen and (max-width: 1024px) {
      .landing-page-employer .check-requirements .p-large {
        font-size: 36px; } }
  .landing-page-employer .check-requirements .btn, .landing-page-employer .check-requirements .hubspot-form .hs-button, .hubspot-form .landing-page-employer .check-requirements .hs-button {
    height: 40px;
    line-height: 38px; }

.landing-page-employer .how-it-works-employer__inner {
  background: #E1F5FE; }
  .landing-page-employer .how-it-works-employer__inner .search-filter-img {
    width: 174px;
    height: auto;
    right: 20px;
    top: -40px; }
  .landing-page-employer .how-it-works-employer__inner .arrow-blue-img {
    top: 18px;
    left: 92px; }

.landing-page-employer .how-it-works-employer__step {
  color: #0277bd;
  font-size: 53px;
  line-height: 54px;
  margin-bottom: 0 !important; }

.landing-page-employer .how-it-works-employer strong, .landing-page-employer .how-it-works-employer p {
  color: #0277bd; }

.landing-page-employer .how-it-works-employer p {
  font-size: 18px;
  line-height: 26px; }

@media screen and (max-width: 812px) {
  .landing-page-employer .invite-people {
    margin-bottom: 24px; } }

.landing-page-employer .build-in-tools {
  margin-bottom: 64px; }
  .landing-page-employer .build-in-tools h2 {
    margin-bottom: 0 !important; }
  .landing-page-employer .build-in-tools .tools-img {
    max-width: 498px;
    width: 100%; }

.landing-page-employer .partner-with-us {
  background: #039BE5;
  color: #fff;
  padding: 64px 0; }
  .landing-page-employer .partner-with-us h2 {
    margin-bottom: 0 !important; }
  .landing-page-employer .partner-with-us .btn, .landing-page-employer .partner-with-us .hubspot-form .hs-button, .hubspot-form .landing-page-employer .partner-with-us .hs-button {
    font-weight: 600;
    background: #fff; }

.landing-page-employer .program-compliance img.align-self-center {
  width: 26px;
  margin-left: 12px; }

.landing-page-employer .program-compliance .p-gray-bg {
  background: #f9f9f9; }

.landing-page-employer .program-compliance .border-left {
  border-left-color: #93BDD2; }

.landing-page-employer .program-compliance .text-underline {
  text-decoration: underline; }

.landing-page-employer .program-compliance .link {
  word-break: break-word; }

.landing-page-employer .program-compliance h3 {
  font-size: 32px; }

.landing-page-employer .program-compliance h5 {
  font-weight: 600; }

@media screen and (max-width: 1024px) {
  .landing-page-employer .program-compliance__list {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media screen and (max-width: 812px) {
  .landing-page-employer .program-compliance .col-auto {
    width: 50%;
    margin: 12px 0; }
    .landing-page-employer .program-compliance .col-auto:nth-child(3) {
      border-left: 0 !important; } }

@media screen and (max-width: 767px) {
  .landing-page-employer .program-compliance .col-auto {
    width: 100%;
    margin: 12px 0; }
    .landing-page-employer .program-compliance .col-auto:nth-child(n) {
      border-left: 0 !important; }
    .landing-page-employer .program-compliance .col-auto img.align-self-center {
      margin-left: 0; } }

/*
 * Typography
**/
h1 {
  font-size: 2rem;
  line-height: 1.125; }
  h1.large {
    font-size: 2.75rem; }
  h1.border-bottom {
    padding-bottom: 1rem;
    border-bottom: 2px solid #EEEEEE; }
  h1.lg {
    font-size: 2.75rem; }
  h1.xl {
    font-size: 3.75rem; }
  h1 .sub-heading {
    color: #9E9E9E;
    font-weight: lighter;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-top: 10px; }
  h1 small {
    display: block; }
  h1 span.utility-links {
    float: right;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    color: #039BE5;
    margin-top: 20px; }
    h1 span.utility-links .fa, h1 span.utility-links .fal, h1 span.utility-links .fas, h1 span.utility-links .far {
      font-size: 0.6875rem; }
    h1 span.utility-links a {
      padding: 0 1rem; }
    h1 span.utility-links .dropdown .dropdown-toggle:after {
      border: none; }
    h1 span.utility-links .dropdown .dropdown-item {
      padding: 5px 10px; }
      h1 span.utility-links .dropdown .dropdown-item .fa-globe {
        font-size: 0.9375rem;
        color: #01579B; }

h2 {
  font-size: 1.75rem;
  line-height: 1.125; }
  h2.border-bottom {
    border-bottom: 1px solid #E0E0E0; }

h3 {
  font-size: 1.5rem;
  line-height: 1.125; }
  h3.border-bottom {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: .5rem;
    margin-bottom: 1rem; }
  h3 .sub-heading {
    color: #9E9E9E;
    font-size: 1.125rem;
    line-height: 1.25rem;
    font-weight: 300; }

h4 {
  font-size: 1.125rem;
  line-height: 1.125; }
  h4.border-bottom {
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 20px; }
    h4.border-bottom.lighter {
      border-color: #eeeeee; }

@media (max-width: 767.98px) {
  h1 {
    font-size: 1.85rem; }
    h1.lg {
      font-size: 1.75rem; }
    h1.xl {
      font-size: 2.75rem; }
  h2 {
    font-size: 1.65rem; }
  h3 {
    font-size: 1.45rem; } }

@media (max-width: 991.98px) {
  h1.lg {
    font-size: 2rem; }
  h2 {
    font-size: 1.65rem; } }

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

.text-gray-blue {
  color: #607D8B !important; }

a.text-gray-blue:hover, a.text-gray-blue:focus {
  color: #4b626d !important; }

.text-gray {
  color: #565656 !important; }

a.text-gray:hover, a.text-gray:focus {
  color: #3d3d3d !important; }

.text-gray-600 {
  color: #9E9E9E !important; }

a.text-gray-600:hover, a.text-gray-600:focus {
  color: #858585 !important; }

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

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

.text-gray-lighter {
  color: #EEEEEE !important; }

a.text-gray-lighter:hover, a.text-gray-lighter:focus {
  color: #d5d5d5 !important; }

.text-gray-blue-light {
  color: #b0bec5 !important; }

a.text-gray-blue-light:hover, a.text-gray-blue-light:focus {
  color: #93a6af !important; }

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

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important; }

.text-blue-dark {
  color: #01579B !important; }

a.text-blue-dark:hover, a.text-blue-dark:focus {
  color: #013b68 !important; }

.text-blue {
  color: #0277bd !important; }

a.text-blue:hover, a.text-blue:focus {
  color: #01578b !important; }

.text-gold {
  color: #d0a52b !important; }

a.text-gold:hover, a.text-gold:focus {
  color: #a68322 !important; }

.text-green {
  color: #afb42b !important; }

a.text-green:hover, a.text-green:focus {
  color: #878b21 !important; }

.text-purple {
  color: #ab47bc !important; }

a.text-purple:hover, a.text-purple:focus {
  color: #8a3898 !important; }

.text-primary-alt {
  color: #E91E63 !important; }

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

.text-teal {
  color: #26A69A !important; }

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

.text-green {
  color: #afb42b !important; }

a.text-green:hover, a.text-green:focus {
  color: #878b21 !important; }

.text-gray-dark {
  color: #565656 !important; }

a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #3d3d3d !important; }

.bg-gold {
  background-color: #d0a52b !important; }

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

.bg-green {
  background-color: #afb42b !important; }

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #878b21 !important; }

.bg-purple {
  background-color: #ab47bc !important; }

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #8a3898 !important; }

.bg-gray {
  background-color: #eeeeee !important; }

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

.bg-gray-lightest {
  background-color: #f5f5f5 !important; }

a.bg-gray-lightest:hover, a.bg-gray-lightest:focus,
button.bg-gray-lightest:hover,
button.bg-gray-lightest:focus {
  background-color: gainsboro !important; }

.bg-gray {
  background-color: #EEEEEE !important; }

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

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

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

.bg-rainbow {
  background: transparent linear-gradient(90deg, #039BE5 0%, #E91E63 100%) 0 0 no-repeat padding-box; }

i.fa.fa-star.golden-star, i.fa.fa-star-o.golden-star, i.fa.fa-star-half-o.golden-star {
  color: #d0a52b;
  font-size: 24px;
  margin: 5px 5px 0 0; }

i.fa.fa-pink {
  color: #E91E63; }

i.fa.fa-blue {
  color: #039BE5; }

i.fa.fa-gold {
  color: #d0a52b; }

i.fa.fa-pr {
  padding-right: .4rem; }

i.fa.fa-pl {
  padding-left: .4rem; }

small {
  font-size: 0.8125rem; }
  small.text-muted {
    font-size: 0.75rem;
    line-height: 0.875rem; }

.handwriting {
  font-family: "Shadows Into Light", Helvetica, Arial, sans-serif; }

p.border-bottom {
  border-bottom: 1px solid #BDBDBD; }

strong {
  font-weight: 600; }

.font-weight-light {
  font-weight: lighter; }

/*
 * FORMS AND INPUTS
*/
/**
* DEFAULTS
**/
.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-continer.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #EEEEEE;
  color: inherit; }

.select2-container--default .select2-results__options[aria-multiselectable=true] .select2-results__option[role=treeitem]::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/templates/mycnajobs/static/img/checkbox-radio-button-states.png") -15px 0 no-repeat;
  display: inline-block;
  margin-right: 10px; }

.select2-container--default .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]::before {
  background: url("/templates/mycnajobs/static/img/checkbox-radio-button-states.png") 0 0 no-repeat; }

.select2-container--default .select2-results__options[aria-multiselectable=true] .select2-results__option--highlighted[aria-selected=false]::before {
  background: url("/templates/mycnajobs/static/img/checkbox-radio-button-states.png") -45px 0 no-repeat; }

.select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none; }

select[data-widget=select2][multiple], select[data-widget=select2-limited][multiple] {
  display: none; }

input[type=number].zip-code {
  -moz-appearance: textfield; }
  input[type=number].zip-code::-webkit-outer-spin-button, input[type=number].zip-code::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  input[type=number].zip-code.fixed-width {
    width: 115px; }

.validation-message-container {
  display: none;
  clear: both;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  margin-top: 0.5rem;
  font-weight: normal; }

input.form-control, .hubspot-form input.hs-input, select.custom-select, select.custom-select.hcr-select {
  border-color: #cccccc; }

.custom-checkbox input.custom-control-input ~ .custom-control-indicator {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #BDBDBD; }

.custom-checkbox input.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #66bb6a; }

.custom-radio input.custom-control-input ~ .custom-control-indicator {
  background-color: white;
  border-radius: 50%;
  border: 1px solid #BDBDBD; }

.custom-radio input.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #66bb6a; }

form .form-group.has-success label, form .hubspot-form .has-success.hs-form-field label, .hubspot-form form .has-success.hs-form-field label {
  color: inherit; }

/*
 * Misc
**/
#jobseeker-interstitial-inbound-container {
  z-index: 9; }

.select2.select2-container .select2-selection {
  min-height: 38px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .select2.select2-container .select2-selection.select2-selection--single {
    padding-top: 3px; }

.card.card-gray {
  background-color: #EEEEEE; }
  .card.card-gray .card-body {
    padding: .8rem; }

.card.card-blue {
  background-color: #039BE5;
  color: white; }
  .card.card-blue .card-header {
    background-color: #0288d1; }
  .card.card-blue .card-body {
    padding: 1rem; }
  .card.card-blue .btn.btn-primary-alt, .card.card-blue .hubspot-form .btn-primary-alt.hs-button, .hubspot-form .card.card-blue .btn-primary-alt.hs-button, .card.card-blue .hubspot-form .hs-button.primary, .hubspot-form .card.card-blue .hs-button.primary {
    border-color: white; }

.card.no-border {
  border: none; }
  .card.no-border .card-header {
    border: none; }

.card .card-search-title {
  color: #607D8B;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 500; }
  .card .card-search-title .fa.fa-search {
    padding-right: 5px; }

.badge.badge-default {
  color: #565656;
  background-color: #EEEEEE;
  font-weight: 400; }

.badge-gold {
  color: #565656;
  background-color: #d0a52b; }
  .badge-gold[href]:hover, .badge-gold[href]:focus {
    color: #565656;
    text-decoration: none;
    background-color: #a68322; }

.bg-faded {
  background-color: #EEEEEE; }

.badge.arrowed-right {
  border-radius: 5px 0 0 5px;
  font-size: 12px;
  position: relative;
  margin-right: 9px; }
  .badge.arrowed-right.badge-success {
    color: #1b5e20;
    background-color: #d9eeda; }
  .badge.arrowed-right.badge-gold {
    color: #D0A52B;
    background-color: #F8F2DE; }

.badge.arrowed-right:after, .badge.arrowed-in-right:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  border: 9px solid transparent;
  border-width: 9px 7px; }

.badge.arrowed-right.badge-success:after, .badge.arrowed-in-right.badge-success:after {
  border-left-color: #d9eeda; }

.badge.arrowed-right.badge-gold:after, .badge.arrowed-in-right.badge-gold:after {
  border-left-color: #F8F2DE; }

.badge.arrowed,
.badge.arrowed-in {
  position: relative;
  margin-left: 9px; }

.badge.arrowed:before,
.badge.arrowed-in:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  border: 9px solid transparent;
  border-width: 9px 7px;
  border-right-color: #d9eeda; }

.badge.arrowed-in:before {
  border-color: #d9eeda;
  border-left-color: transparent !important;
  left: -9px; }

.badge.arrowed-in-right:after {
  border-color: #d9eeda;
  border-right-color: transparent !important;
  right: -9px; }

.alert .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #66bb6a;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }

.alert .checkmark {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  stroke-width: 4;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0;
  box-shadow: inset 0 0 0 #66bb6a;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both; }

.alert .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes scale {
  0%, 100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }

@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 30px #66bb6a; } }

.no-scroll {
  overflow: hidden !important;
  position: fixed !important;
  height: 100%;
  width: 100%; }

/*
 * Notes Widget
**/
.note[data-widget='caregiver-notes'] {
  position: relative;
  cursor: pointer;
  display: none;
  padding-left: 10px; }
  .note[data-widget='caregiver-notes'].has-content, .note[data-widget='caregiver-notes'].open {
    font-weight: bold;
    text-decoration: underline;
    color: blue;
    display: inline-block; }
  .note[data-widget='caregiver-notes'].updating {
    display: inline-block; }
    .note[data-widget='caregiver-notes'].updating:before {
      content: url("/templates/mycnajobs/static/img/ats/ajax-loader.gif");
      position: absolute; }

.note-popover {
  background-color: #565656; }
  .note-popover textarea[name='note'] {
    width: 100%;
    border: 1px solid #9E9E9E;
    border-radius: 5px; }
  .note-popover .popover-arrow:after {
    border-bottom-color: #565656; }
  .note-popover .cancel {
    color: white !important;
    float: right;
    margin-top: 5px;
    cursor: pointer; }

.no-access-overlay {
  width: 100%;
  height: 120%;
  opacity: .8;
  border-radius: 5px;
  cursor: not-allowed;
  background: url("/templates/capture/static/img/frame/diagonal-pixel-pattern.png"); }

/**
  Hireable Widget
*/
[data-widget=hireable-widget] {
  position: relative;
  /* Standard styles */
  /* Hide the *redundant* button value (ie. the one that has the same value as widget state) */ }
  [data-widget=hireable-widget] .hireable-icon {
    color: #e6e6e6;
    font-size: 1.75rem;
    vertical-align: middle;
    border-radius: 13px;
    padding: 0 2px; }
  [data-widget=hireable-widget] .fa-spinner {
    position: absolute;
    left: 20px;
    top: 5px;
    display: none; }
  [data-widget=hireable-widget] .hireable.hireable-icon {
    color: #3ab6b2; }
  [data-widget=hireable-widget] button {
    cursor: pointer; }
  [data-widget=hireable-widget] button .hireable-icon:hover {
    color: white;
    background: #3ab6b2; }
  [data-widget=hireable-widget] button .hireable-icon:active {
    font-size: 1.5rem; }
  [data-widget=hireable-widget][data-rating-value=''] .hireable,
  [data-widget=hireable-widget][data-rating-value='100'] button {
    display: none; }
  [data-widget=hireable-widget].ajax-submitting .fa-spinner {
    display: inline-block;
    margin-left: 25px; }

.mycnajobs-wizard ol.wizard-inner {
  display: table;
  max-width: 420px;
  table-layout: fixed;
  padding-left: 0; }
  @media (max-width: 420px) {
    .mycnajobs-wizard ol.wizard-inner {
      max-width: 100%; }
      .mycnajobs-wizard ol.wizard-inner li.step {
        min-width: initial; } }
  .mycnajobs-wizard ol.wizard-inner li.step {
    display: table-cell;
    text-align: center;
    width: 100px; }
    .mycnajobs-wizard ol.wizard-inner li.step a[href] label {
      cursor: pointer; }
    .mycnajobs-wizard ol.wizard-inner li.step a[href] .far, .mycnajobs-wizard ol.wizard-inner li.step a[href] .fal, .mycnajobs-wizard ol.wizard-inner li.step a[href] .fas {
      color: #565656; }
    .mycnajobs-wizard ol.wizard-inner li.step label {
      display: block; }
    .mycnajobs-wizard ol.wizard-inner li.step:before {
      border-top: 2px solid #cccccc;
      content: " ";
      overflow: hidden;
      display: block;
      margin-bottom: -30px;
      z-index: -1;
      width: 100%; }
    .mycnajobs-wizard ol.wizard-inner li.step:first-child {
      text-align: left;
      width: 75px; }
      .mycnajobs-wizard ol.wizard-inner li.step:first-child:before {
        width: 50%;
        float: right;
        margin-top: 30px; }
    .mycnajobs-wizard ol.wizard-inner li.step:last-child:before {
      width: 50%;
      margin-top: 30px; }
    .mycnajobs-wizard ol.wizard-inner li.step .fa, .mycnajobs-wizard ol.wizard-inner li.step .fal, .mycnajobs-wizard ol.wizard-inner li.step .fas, .mycnajobs-wizard ol.wizard-inner li.step .far {
      background: white;
      font-size: 25px;
      color: inherit;
      border-radius: 50%;
      border: 2px solid #cccccc;
      padding: 15px; }
    .mycnajobs-wizard ol.wizard-inner li.step.complete .fa, .mycnajobs-wizard ol.wizard-inner li.step.complete .fal, .mycnajobs-wizard ol.wizard-inner li.step.complete .fas, .mycnajobs-wizard ol.wizard-inner li.step.complete .far {
      color: #66bb6a !important;
      border-color: #66bb6a !important; }
    .mycnajobs-wizard ol.wizard-inner li.step.active {
      color: black; }
      .mycnajobs-wizard ol.wizard-inner li.step.active .fa, .mycnajobs-wizard ol.wizard-inner li.step.active .fal, .mycnajobs-wizard ol.wizard-inner li.step.active .fas, .mycnajobs-wizard ol.wizard-inner li.step.active .far {
        color: #d0a52b !important;
        border-color: #d0a52b !important; }

.carousel.carousel-custom {
  padding-top: 20px; }
  .carousel.carousel-custom .controls {
    display: flex; }
    .carousel.carousel-custom .controls .carousel-indicators {
      position: relative;
      bottom: 0;
      margin: 0 10px; }
      .carousel.carousel-custom .controls .carousel-indicators li {
        border-radius: 50%;
        height: 10px;
        width: 10px;
        border: 1px solid #565656; }
        .carousel.carousel-custom .controls .carousel-indicators li.active {
          background-color: #565656; }
    .carousel.carousel-custom .controls .carousel-control-next, .carousel.carousel-custom .controls .carousel-control-prev {
      position: relative;
      height: 10px;
      width: 10px; }

.icon-md {
  max-width: 20px; }

.custom-select.hcr-select#inputSearchJobsRadius {
  width: auto; }

.badge-gold, .badge-success {
  color: #ffffff; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: initial; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label:before, .custom-control-input.is-invalid ~ .custom-control-label:before {
    background-color: white; }

.has-danger .input-group-addon {
  color: #ef5350;
  border-color: #ef5350;
  background-color: #fff; }

.has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .col-form-label, .has-danger .form-check-label, label.is-invalid {
  color: #ef5350; }

.has-success .col-form-label, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label, label.is-valid {
  color: #66bb6a; }

.has-warning .col-form-label, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {
  color: #ffa726; }

.jobseeker-feedback.tooltip.show {
  opacity: 1;
  color: black; }

.jobseeker-feedback.tooltip > .tooltip-inner {
  background-color: #eee;
  color: black;
  padding: 15px;
  font-size: .9rem; }

.jobseeker-feedback.tooltip .arrow::before {
  border-top-color: #eee; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgba(38, 166, 154, 0.1); }

.card.card-shadow {
  box-shadow: 0 3px 2px 0 rgba(86, 86, 86, 0.35); }

.custom-checkbox.custom-checkbox-lg {
  padding-left: 1.75rem; }
  .custom-checkbox.custom-checkbox-lg .custom-control-label:before {
    left: -1.75rem;
    width: 1.25rem;
    height: 1.25rem;
    top: 2px; }
  .custom-checkbox.custom-checkbox-lg .custom-control-label:after {
    top: 0.15rem;
    left: -1.75rem;
    width: 1.25rem;
    height: 1.25rem; }

a.disabled:not(.btn) {
  color: #6c757d !important;
  cursor: not-allowed;
  text-decoration: none; }

.dataTables_wrapper.dt-bootstrap4 table.dataTable thead .sorting:before, .dataTables_wrapper.dt-bootstrap4 table.dataTable thead .sorting_asc:before, .dataTables_wrapper.dt-bootstrap4 table.dataTable thead .sorting_desc:before, .dataTables_wrapper.dt-bootstrap4 table.dataTable thead .sorting_asc_disabled:before, .dataTables_wrapper.dt-bootstrap4 table.dataTable thead .sorting_desc_disabled:before {
  font-family: FontAwesome; }

.dataTables_wrapper.dt-bootstrap4 table.dataTable thead .sorting:after, .dataTables_wrapper.dt-bootstrap4 table.dataTable thead .sorting_asc:after, .dataTables_wrapper.dt-bootstrap4 table.dataTable thead .sorting_desc:after, .dataTables_wrapper.dt-bootstrap4 table.dataTable thead .sorting_asc_disabled:after, .dataTables_wrapper.dt-bootstrap4 table.dataTable thead .sorting_desc_disabled:after {
  font-family: FontAwesome; }

.hubspot-form .hs-form-iframe {
  width: 100% !important; }

.hubspot-form .hs-input.invalid.error {
  border-color: #e9322d;
  border-width: 2px;
  box-shadow: 0 0 6px #f8b9b7; }

.hubspot-form .hs-button.primary {
  border: 2px solid #FFFFFF; }

.hubspot-form .hs-form-field label {
  margin-bottom: 0.5rem;
  font-size: 14px; }

.hubspot-form .hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  color: white; }

.hubspot-form .hs_error_rollup {
  display: none; }

.btn-pdf-dl .fa-spinner,
.btn-pdf-dl.generating-pdf .fa-cloud-download {
  display: none; }

.btn-pdf-dl.generating-pdf .fa-spinner {
  display: inline-block; }

.red-blue-bg {
  background: transparent linear-gradient(90deg, #039BE5 0%, #E91E63 100%) 0 0 no-repeat padding-box; }
