@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");
/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #3d3d3d;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1a0041;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #000;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

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;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

.container-stretch {
  width: 90%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.container-wide {;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* Login Form */
.login-block{
	width: 400px !important;
	height: auto;
	background-color:#FFF;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
	padding: 15px !important;
}
/* Login Form */

.radio-inline input[type="radio"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed;
}

table.schedule_template_table { width: 100%; box-sizing: border-box;  /*border-collapse: collapse;*/ border-spacing: 0; table-layout:fixed;}

table.schedule_template_table th{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #E6E6E6;
	border-bottom: 4px solid #E6E6E6;
	font-weight: 550;
	font-size: 0.85em;
}

table.schedule_template_table td:first-child { 
	padding: 5px; !important;
	overflow: hidden;
	font-weight: 550;
	word-break: break-word;
}

table.schedule_template_table td { border: 1px solid #E6E6E6; box-sizing: border-box; }

table.schedule_template_table td {
	width: 12.5%;
	transition: all 0.3s;
	font-size: 12px;
	vertical-align: top;
	height: 75px;
	padding-top: 22px;
	padding-right: 0.8%;
	padding-bottom: 10px;
	padding-left: 0.8%;
	position: relative;
}

table.schedule_template_table .day:hover { background-color: rgba(0,0,0,0.1); cursor:pointer; }

table.schedule_template_table .today { color: #FFF; background-color: rgba(0,0,0,.25) !important; }

table.schedule_template_table span.number { margin-left: 10% }

table.schedule_template_table span.event { 
    background-color: #5F5F5F;
	color: #EDEDED;
    display: block;
    margin: 3px 0;
    overflow: hidden;
    padding: 3px;
    text-overflow: ellipsis;
	cursor: pointer;
	height:26px;
}

table.schedule_template_table span.event-multiday { margin: 5px -2px; border-radius: 0; }
table.schedule_template_table span.event-multiday-start { margin-right: -4px;  }
table.schedule_template_table span.event-multiday-finish { margin-left: -4px;  }

table.schedule_template_table span.event-ghost { background-color:transparent; }
table.schedule_template_table tr td .add_schedule{
	width: 100%;
	top: 0px;
	padding-right: 5px;
	text-align: right;
	cursor: pointer;
	background-color:#F2F2F2;
	color: #C6C6C6;
	position:absolute;
	left: 0px;
}

table.schedule_template_table tr td .add_schedule:hover{
	color: #9E9E9E;
}

table.schedule_template_table  .clinical_schedule_item{
	background-color: #0169C2 !important;
	color: #FFF !important;
}

table.schedule_template_table .admin_schedule_item{
	background-color: #E11F74 !important;
	color: #FFF !important;
}

table.schedule_template_table .training_schedule_item{
	background-color: #007C7C !important;
	color: #FFF !important;
}

table.schedule_template_table .loa_schedule_item{
	background-color: #AE0BE4 !important;
	color: #FFF !important;
}

table.schedule_calendar_table_monthly, table.schedule_calendar_table_weekly, table.schedule_calendar_table_daily, table.setup_schedule_table { 
	width: 100%; box-sizing: border-box;  /*border-collapse: collapse;*/ border-spacing: 0;
}

table.schedule_calendar_table_monthly th, table.schedule_calendar_table_weekly th, table.schedule_calendar_table_daily th, table.setup_schedule_table th{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #E6E6E6;
	border-bottom: 4px solid #E6E6E6;
	font-weight: 550;
	font-size: 0.85em;
}

table.schedule_calendar_table_monthly td:first-child, table.schedule_calendar_table_daily td:first-child { 
	padding: 5px; !important;
	font-weight: 550;
	word-break: break-word;
    width: 8%;
}

table.schedule_calendar_table_weekly td:first-child, table.setup_schedule_table td:first-child { 
	padding: 5px; !important;
	font-weight: 550;
	word-break: break-word;
}


table.schedule_calendar_table_monthly td, table.schedule_calendar_table_weekly td, table.schedule_calendar_table_daily td, table.setup_schedule_table td { border: 1px solid #E6E6E6; box-sizing: border-box; }

table.schedule_calendar_table_monthly td {
	width: 2.967%;
	transition: all 0.3s;
	font-size: 12px;
	vertical-align: top;
	height: 75px;
	padding: 0;
	position: relative;
}

table.schedule_calendar_table_weekly td, table.setup_schedule_table td {
	width: 12.5%;
	transition: all 0.3s;
	font-size: 12px;
	vertical-align: top;
	height: 75px;
	padding: 0;
	position: relative;
}

table.schedule_calendar_table_daily td {
	width: 5.411%;
	transition: all 0.3s;
	font-size: 12px;
	vertical-align: top;
	height: 75px;
	padding: 0;
	position: relative;
}

table.schedule_calendar_table_monthly .event_div, table.schedule_calendar_table_daily .event_div, table.schedule_calendar_table_weekly .event_div{
	background-color: #5F5F5F;
	color: #EDEDED;
    display: block;
    /*margin: 3px 0;*/
    overflow: hidden;
    padding: 3px;
    text-overflow: ellipsis;
	cursor: pointer;
	height:46px;
	white-space:nowrap;
	position: absolute;
	z-index: 1;
	width: 100%;
}

table.setup_schedule_table .event_div{
	background-color: #5F5F5F;
	color: #EDEDED;
    display: block;
    /*margin: 3px 0;*/
    overflow: hidden;
    padding: 3px;
    text-overflow: ellipsis;
	cursor: pointer;
	height:26px;
	white-space:nowrap;
	position: absolute;
	z-index: 1;
	width: 100%;
}

table.schedule_calendar_table tr td .add_schedule, table.setup_schedule_table tr td .add_schedule{
	width: 100%;
	top: 0px;
	padding-right: 5px;
	text-align: right;
	cursor: pointer;
	background-color:#F2F2F2;
	color: #C6C6C6;
	position:absolute;
	left: 0px;
	height: 20px;
}

table.schedule_calendar_table tr td .add_schedule:hover, , table.setup_schedule_table tr td .add_schedule:hover{
	color: #9E9E9E;
}

table.schedule_calendar_table .clinical_schedule_item, table.schedule_calendar_table_monthly .clinical_schedule_item, table.schedule_calendar_table_weekly .clinical_schedule_item, table.schedule_calendar_table_daily .clinical_schedule_item, table.setup_schedule_table .clinical_schedule_item{
	background-color: #0169C2 !important;
	color: #FFF !important;
}

table.schedule_calendar_table .admin_schedule_item, table.schedule_calendar_table_monthly .admin_schedule_item, table.schedule_calendar_table_weekly .admin_schedule_item, table.schedule_calendar_table_daily .admin_schedule_item, table.setup_schedule_table .admin_schedule_item{
	background-color: #E11F74 !important;
	color: #FFF !important;
}

table.schedule_calendar_table .training_schedule_item, table.schedule_calendar_table_monthly .training_schedule_item, table.schedule_calendar_table_weekly .training_schedule_item, table.schedule_calendar_table_daily .training_schedule_item, table.setup_schedule_table .training_schedule_item{
	background-color: #007C7C !important;
	color: #FFF !important;
}

table.schedule_calendar_table .loa_schedule_item, table.schedule_calendar_table_monthly .loa_schedule_item, table.schedule_calendar_table_weekly .loa_schedule_item, table.schedule_calendar_table_daily .loa_schedule_item, table.setup_schedule_table .loa_schedule_item{
	background-color: #AE0BE4 !important;
	color: #FFF !important;
}

table.schedule_calendar_table .outlook_schedule_item, table.schedule_calendar_table_monthly .outlook_schedule_item, table.schedule_calendar_table_weekly .outlook_schedule_item, table.schedule_calendar_table_daily .outlook_schedule_item, table.setup_schedule_table .outlook_schedule_item{
	background-color: #FFAE00 !important;
	color: #FFF !important;
}

table.schedule_calendar_table .pto_schedule_item, table.schedule_calendar_table_monthly .pto_schedule_item, table.schedule_calendar_table_weekly .pto_schedule_item, table.schedule_calendar_table_daily .pto_schedule_item, table.setup_schedule_table .pto_schedule_item{
	background-color: #FF0000 !important;
	color: #FFF !important;
}

table.schedule_calendar_table_monthly tr td .employee_full_name,
table.schedule_calendar_table_weekly tr td .employee_full_name,
table.schedule_calendar_table_daily tr td .employee_full_name,
table.setup_schedule_table tr td .employee_full_name{
	display: block;
}

table.schedule_calendar_table_monthly tr td .employee_short_name,
table.schedule_calendar_table_weekly tr td .employee_short_name,
table.schedule_calendar_table_daily tr td .employee_short_name,
table.setup_schedule_table tr td .employee_short_name{
	display: none;
}

table.setup_schedule_table span.template_link a, table.setup_schedule_table span.template_icon a{
	color: #1E81CC;
	text-decoration: none;
}

table.setup_schedule_table span.template_link a:hover{
	color: #1E81CC;
	text-decoration: underline;
}

table.setup_schedule_table span.template_link{ display: block; }
table.setup_schedule_table span.template_icon{ display: none; }

#item_legends{ display: block; white-space: nowrap; font-size: 0.80em; }

#calendar_filter_container, .nc_locations_container{
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	padding: 10px;
	box-shadow: 1.13px 2.25px 8.44px 2.81px #0000001a;
	background-color:#FFF;
	z-index: 999;
}

.calendar_menu{
	position: relative;
    display: block;
    color: #1a0041;
    font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: uppercase;
}
.calendar_menu a{
	margin-left: 5px;
	margin-right: 5px;
}
.calendar_menu a:hover{
	color: #71e1d2 !important;
}
.nc_locations{ display: block; }
.nc_locations_label{ display: none; position:relative; }

table.data_table { width: 100%; box-sizing: border-box;  /*border-collapse: collapse;*/ border-spacing: 0}
table.data_table th, table.data_table td{ padding: 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.3); box-sizing: content-box;}
table.data_table thead th{ font-weight: bold; }
table.data_table thead th, table.data_table thead td { text-align: left; }
table.data_table tbody tr.odd{background-color: #F9F9F9;}

#schedule_template_content{ max-height: 450px; overflow: hidden; overflow-y: auto; }

@media (min-width: 375px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1180px) {
  .container {
    max-width: 1240px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 375px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1180px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1180px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: 375px) {
  .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: 1180px) {
  .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;
  }
}
.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: 375px) {
  .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: 1180px) {
  .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;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-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: 375px) {
  .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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n5,
.mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n5,
.mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-n5,
.mx-lg-n5 {
    margin-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: 1180px) {
  .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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-n5,
.mx-xl-n5 {
    margin-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;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gradient-primary {
  background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x !important;
}

.bg-gradient-secondary {
  background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x !important;
}

.bg-gradient-success {
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important;
}

.bg-gradient-info {
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important;
}

.bg-gradient-warning {
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
}

.bg-gradient-danger {
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
}

.bg-gradient-light {
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important;
}

.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !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: 375px) {
  .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: 1180px) {
  .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.8571428571%;
}

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

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

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

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

.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: 375px) {
  .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: 1180px) {
  .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: 375px) {
  .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: 1180px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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;
  margin: -1px;
  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;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-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: 375px) {
  .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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n5,
.mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n5,
.mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-n5,
.mx-lg-n5 {
    margin-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: 1180px) {
  .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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-n5,
.mx-xl-n5 {
    margin-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 !important;
}

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

.text-wrap {
  white-space: normal !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: 375px) {
  .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: 1180px) {
  .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-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  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: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  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;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.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);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
  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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
  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);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  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-width: 0 0.5rem 0.5rem 0.5rem;
  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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  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-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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: #3d3d3d;
}

/**
 * SVG Icons
 * ----------------------------------------------------------------------------
 */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #32466f;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #32466f;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.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 0px 0px 0px 30px #32466f;
  }
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

.heading1 {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 50px;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.heading1 span {
  text-decoration: none;
  background-image: linear-gradient(#71e1d2, #71e1d2);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 6px 6px;
}
@media (max-width: 1179.98px) {
  .heading1 {
    font-size: 48px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .heading1 {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .heading1 {
    font-size: 30px;
    line-height: 1.3;
  }
}

.heading2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 40px;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.heading2 span {
  text-decoration: none;
  background-image: linear-gradient(#71e1d2, #71e1d2);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 6px 6px;
}
@media (max-width: 767.98px) {
  .heading2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

.heading3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  margin: 0 0 30px;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.heading3 span {
  text-decoration: none;
  background-image: linear-gradient(#71e1d2, #71e1d2);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 4px 4px;
}
@media (max-width: 767.98px) {
  .heading3 {
    font-size: 18px;
    line-height: 1.4;
  }
}

.heading4 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #1a0041;
  margin: 0 0 20px;
}
@media (max-width: 767.98px) {
  .heading4 {
    font-size: 12px;
  }
}

.large-copy {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  margin: 0 0 30px;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
}
.large-copy span {
  text-decoration: none;
  background-image: linear-gradient(#71e1d2, #71e1d2);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 4px 4px;
}
@media (max-width: 767.98px) {
  .large-copy {
    font-size: 18px;
    line-height: 1.4;
  }
}

.uc {
  text-transform: uppercase;
}

.highlighted {
  font-size: 1.25rem;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 991.98px) {
  .highlighted {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .highlighted {
    font-size: 0.925rem;
  }
}

.link-btn {
  display: inline-block;
  padding: 20px 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  transition: all 0.2s ease-in;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
  border: none;
  background: #71e1d2;
  color: #1a0041;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.link-btn__wrapper {
  margin: 40px 0 0 !important;
}
.link-btn:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 5px 16px 2px;
}
.link-btn .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-btn__white {
  background: #fff;
  color: #1a0041;
}
.link-btn.has-arrow {
  background-image: url(../img/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px;
  padding-right: 40px;
}
.link-btn__coral {
  background-color: #F58571;
}
.link-btn__teal {
  background-color: #33B0B5;
}
.link-btn__navyblue {
  background-color: #1a0041;
  color: #fff;
}
.link-btn__navyblue:hover {
  color: #fff;
}
.link-btn__lg {
  padding: 20px 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.link-btn__lg.has-arrow {
  padding-right: 60px;
  background-position: right 20px center;
  background-size: 14px;
}
.link-btn__md {
  padding: 15px 15px;
}
.link-btn__md.has-arrow {
  background-position: right 15px center;
  background-size: 10px;
  padding-right: 35px;
}
.link-btn__sm {
  padding: 12px;
  font-size: 12px;
  line-height: 1;
}
.link-btn__sm.has-arrow {
  background-position: right 10px center;
  background-size: 8px;
  padding-right: 27px;
}
@media (max-width: 991.98px) {
  .link-btn {
    font-size: 14px;
    line-height: 1;
    padding: 16px 20px;
  }
  .link-btn__lg {
    padding: 20px 30px;
  }
  .link-btn__sm {
    font-size: 12px;
    line-height: 1;
    padding: 12px 12px 10px;
  }
}
@media (max-width: 767.98px) {
  .link-btn {
    font-size: 12px;
    line-height: 1;
    padding: 12px 15px;
    line-height: 1.2;
  }
  .link-btn__lg {
    padding: 15px 20px;
  }
  .link-btn__sm {
    font-size: 10px;
    line-height: 1;
    padding: 12px 12px 10px;
  }
}

@media (max-width: 1179.98px) {
  .hidden-lg-down {
    display: none;
  }
}

.page-loader {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}
.page-loader .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.page-loader .loader svg path, .page-loader .loader svg rect {
  fill: #f5464f;
}

.entry-content p {
  margin: 0 0 30px;
}
.entry-content p a:not(.link-btn), .entry-content li a:not(.link-btn) {
  display: inline-block;
  position: relative;
}
.entry-content p a:not(.link-btn)::before, .entry-content p a:not(.link-btn)::after, .entry-content li a:not(.link-btn)::before, .entry-content li a:not(.link-btn)::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 0;
  bottom: 0;
  background: #5ce3d1;
  height: 2px;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.entry-content p a:not(.link-btn)::after, .entry-content li a:not(.link-btn)::after {
  width: 100%;
  background: #666;
  z-index: 1;
}
.entry-content p a:not(.link-btn):hover::before, .entry-content li a:not(.link-btn):hover::before {
  width: 100%;
  z-index: 2;
}
.entry-content p a:not(.link-btn):hover::after, .entry-content li a:not(.link-btn):hover::after {
  width: 0%;
  z-index: 2;
}
.entry-content .has-small-font-size a {
  text-decoration: underline;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.entry-content .has-small-font-size a::before, .entry-content .has-small-font-size a::after {
  display: none !important;
}
.entry-content .has-small-font-size a:hover {
  color: #33B0B5;
}
.entry-content h2 {
  font-size: 30px;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 20px;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.entry-content h3 {
  padding: 0;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  margin: 0 0 30px;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.entry-content h3 span {
  text-decoration: none;
  background-image: linear-gradient(#71e1d2, #71e1d2);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 4px 4px;
}
@media (max-width: 767.98px) {
  .entry-content h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.entry-content h4 {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #1a0041;
  margin: 0 0 20px;
}
@media (max-width: 767.98px) {
  .entry-content h4 {
    font-size: 12px;
  }
}
.entry-content .heading2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 40px;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.entry-content .heading2 span {
  text-decoration: none;
  background-image: linear-gradient(#71e1d2, #71e1d2);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 6px 6px;
}
@media (max-width: 767.98px) {
  .entry-content .heading2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.entry-content .heading3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  margin: 0 0 30px;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.entry-content .heading3 span {
  text-decoration: none;
  background-image: linear-gradient(#71e1d2, #71e1d2);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 4px 4px;
}
@media (max-width: 767.98px) {
  .entry-content .heading3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.entry-content .heading4 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #1a0041;
  margin: 0 0 20px;
}
@media (max-width: 767.98px) {
  .entry-content .heading4 {
    font-size: 12px;
  }
}
.entry-content ul, .entry-content ol {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.entry-content ul li, .entry-content ol li {
  background: url(../img/icon-list.png) no-repeat 0 5px;
  padding-left: 28px;
  background-size: 16px;
  margin: 0 0 10px;
}
.entry-content ul li ul, .entry-content ol li ul {
  margin: 10px 0 0 !important;
}
.entry-content ul li ul li, .entry-content ol li ul li {
  background: none;
  position: relative;
  padding-left: 15px;
  font-size: 0.925em;
}
.entry-content ul li ul li::before, .entry-content ol li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #33B0B5;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content p ~ h4 {
  margin-top: 40px;
}

.list-lower-roman {
  list-style-type: lower-roman;
}

.list-lower-alpha {
  list-style-type: lower-alpha;
}
.list-lower-alpha ul, .list-lower-alpha ol {
  list-style-type: lower-roman;
}

.wp-block-quote, blockquote {
  border-left: 15px solid #71e1d2;
  margin: 40px 0;
  padding-left: 30px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: normal;
}
.wp-block-quote p, blockquote p {
  margin: 0;
}

.list-three-columns::after {
  display: block;
  clear: both;
  content: "";
}
.list-three-columns li {
  float: left;
  width: 33.3333333333%;
  padding-right: 20px;
}
.list-three-columns li:nth-child(3n+1) {
  clear: left;
}

/**
 * C O N T A C T   F O R M    S T Y L E
 * ----------------------------------------------------------------------------
 */
.custom-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.custom-form .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.custom-form p {
  margin: 0 0 30px;
}
.custom-form .ajax-msg {
  font-weight: 700;
  font-style: italic;
}
.custom-form .ajax-msg.alert-error, .custom-form .ajax-msg.msg-success {
  margin-bottom: 20px;
  font-size: 16px;
}
.custom-form .ajax-msg.alert-error {
  color: #de4b33;
}
.custom-form .ajax-msg.hidden {
  display: none;
}
.custom-form .required {
  color: #de4b33;
  padding-left: 2px;
}
.custom-form .field-group {
  position: relative;
  margin-bottom: 40px;
}
.custom-form .field-group label {
  display: block;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  color: #777;
}
.custom-form .field-group label.hidden {
  display: none;
}
.custom-form .field-group .field-instructions {
  font-size: 10px;
  line-height: 1.3;
  font-style: italic;
  margin: 0 0 10px;
}
.custom-form .field-group .field-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #3d3d3d;
  background: transparent;
  font-size: 14px;
  line-height: 1.2;
  padding: 7px 0;
  outline: none;
}
.custom-form .field-group .field-input::-moz-placeholder {
  font-style: normal;
  color: #bbb;
  opacity: 1;
}
.custom-form .field-group .field-input:-ms-input-placeholder {
  color: #bbb;
}
.custom-form .field-group .field-input::-webkit-input-placeholder {
  color: #bbb;
}
.custom-form .field-group .field-input.has-error {
  border-color: #de4b33 !important;
}
.custom-form .field-group select {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding-right: 32px !important;
  height: 40px;
  cursor: pointer;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url(../img/arrow-toggle.png) no-repeat right 6px center !important;
  background-size: 16px 8px !important;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.custom-form .field-group select[multiple]{
	background: none !important;
}

.custom-form .field-group select:invalid {
  color: #999;
}
.custom-form .field-group select:focus {
  border-color: #666;
}
.custom-form .field-group .field-textarea {
  min-height: 70px;
  line-height: 1.3;
  resize: none;
  border: 1px solid #d5d5d5;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.custom-form .field-group .input-file-wrap {
  position: relative;
  padding: 0 0 0 100px;
  margin-bottom: 5px;
}
.custom-form .field-group .input-file-wrap .field-input {
  width: 100% !important;
  max-width: 100%;
  width: 100%;
  padding: 10px 10px;
  outline: none;
  background: #f7f7f7;
  border: 1px solid #d5d5d5;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.custom-form .field-group .input-file-wrap .input-browse {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 5px 0;
  overflow: hidden;
  background: #71e1d2;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100px;
  text-align: center;
  outline: none;
}
.custom-form .field-group .input-file-wrap .input-browse span {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 10px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.custom-form .field-group .input-file-wrap .input-browse input {
  font-size: 100px;
  background-color: color1;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  vertical-align: middle;
  z-index: 9999;
}
.custom-form .field-group .input-file-wrap .btn-remove-file {
  position: absolute;
  right: -10px;
  top: -10px;
  display: none;
  border: none;
  width: 20px;
  height: 20px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
  background: #fe5533;
  cursor: pointer;
  font-weight: 700;
  z-index: 9;
  font-size: 12px;
  line-height: 20px;
}
.custom-form .field-group .input-file-wrap .loader {
  position: absolute;
  right: 110px;
  top: 50%;
  border: 2px solid #999;
  /* Light grey */
  border-top: 2px solid #000;
  /* Blue */
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
  margin: -8px 0 0;
  z-index: 99;
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custom-form .field-group .field-input-error {
  border-color: #de4b33;
}
@media (max-width: 991.98px) {
  .custom-form .ajax-msg.alert-error, .custom-form .ajax-msg.msg-success {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .custom-form .field-group {
    margin-bottom: 30px;
  }
  .custom-form .field-group label {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0;
    margin: 0 0 5px;
  }
  .custom-form .field-group .instructions {
    font-size: 11px;
    line-height: 16px;
    margin: 0 0 5px;
  }
  .custom-form .field-group .field-input {
    font-size: 12px;
    line-height: 1;
    padding: 8px 0;
  }
  .custom-form .field-group select {
    padding: 6px 32px 8px 0;
    height: 31px;
    background-size: 12px 6px !important;
  }
  .custom-form .field-group .field-textarea {
    padding: 8px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.video-wrapper iframe, .video-wrapper video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ajax-response {
  display: none;
  margin: 0 0 30px;
  padding: 12px 20px;
  color: #383d41;
  font-size: 14px;
  line-height: 24px;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d6d8db;
  background-color: #e2e3e5;
  position: relative;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 15px center;
}
.ajax-response p {
  margin: 0;
}
.ajax-response .action-links {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  color: #999;
  margin-top: 3px;
}
.ajax-response .action-links a {
  color: #000;
}
.ajax-response.has-icon {
  padding: 12px 20px 12px 48px;
}
.ajax-response.has-icon svg {
  position: absolute;
  left: 20px;
  top: 20px;
}
.ajax-response.success {
  color: #155724;
  border-color: #d4edda;
  background-image: url(../img/icon-success.png);
  background-color: #c3e6cb;
}
.ajax-response.error {
  color: #721c24;
  border-color: #f5c6cb;
  background-color: #f8d7da;
  background-image: url(../img/icon-error.png);
}
.ajax-response.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.ajax-response.info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.ajax-response.dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.ajax-response.primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.callout-telepsychiatry {
  position: relative;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  background-image: url(../img/banner-telepsychiatry.jpg);
}
.callout-telepsychiatry__content {
  padding: 140px 0;
  text-align: center;
  max-width: 40%;
  z-index: 1;
  position: relative;
}
.callout-telepsychiatry__content p {
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.4;
  margin: 20px 0 30px;
}

.callout-telepsychiatry-small {
  position: relative;
  border: 1px solid #F58571;
  box-shadow: 0 0 9px 0 rgba(214, 214, 214, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 25px;
  transition: all 0.2s linear;
  max-width: 640px;
  margin: 40px auto 0;
}
.callout-telepsychiatry-small:hover {
  background: #f8f8f8;
}
.callout-telepsychiatry-small .content {
  z-index: 1;
  position: relative;
}
.callout-telepsychiatry-small .content h3 {
  margin: 0 0 10px;
  color: #F58571;
}
.callout-telepsychiatry-small .content p {
  font-size: 0.925em;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 20px;
}

.callout-related-content {
  background: rgba(51, 176, 181, 0.4);
  position: relative;
  text-align: center;
}
.callout-related-content .content {
  padding: 60px 0 70px;
  max-width: 780px;
  margin: 0 auto;
}
.callout-related-content .content p {
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.4;
  margin: 0 0 20px;
}
.callout-related-content .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.callout-related-content .content ul li {
  display: inline-block;
  margin: 0 5px 10px;
}
.callout-related-content .content ul li a {
  display: inline-block;
  border: 1px solid #33B0B5;
  padding: 10px 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.callout-related-content .content ul li a:hover {
  background-color: #33B0B5;
  color: #fff;
}
@media (max-width: 991.98px) {
  .callout-related-content .content {
    padding: 50px 0 60px;
    max-width: 100%;
  }
  .callout-related-content .content p {
    font-size: 18px;
    line-height: 1.4;
  }
  .callout-related-content .content ul {
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width: 767.98px) {
  .callout-related-content .content {
    text-align: left;
    padding: 40px 0;
  }
  .callout-related-content .content p {
    font-size: 16px;
    line-height: 1.4;
  }
  .callout-related-content .content ul li {
    display: block;
    margin: 0 0 10px;
  }
}

.callout-careers {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  background-image: url(../img/callout-careers.jpg);
}
.callout-careers .content {
  padding: 140px 0;
  max-width: 560px;
  z-index: 1;
  position: relative;
}
.callout-careers .content p {
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.4;
  margin: 20px 0 30px;
}

.callout-block {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 120px 0;
}
.callout-block__testimonials {
  background-image: url(../img/callout-testimonials.jpg);
}
.callout-block__telepsychiatry {
  background-image: url(../img/tele_psychiatry.jpg);
}
.callout-block__careers {
  background-image: url(../img/callout-careers.jpg);
}
.callout-block .content {
  max-width: 560px;
}
.callout-block h2 {
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 22px;
  margin: 0 0 30px;
}
.callout-block h2::after {
  content: "";
  width: 40px;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #F58571;
}
.callout-block p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media (max-width: 767.98px) {
  .callout-block {
    padding: 60px 0;
    background-position: 80% 50%;
    position: relative;
  }
  .callout-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .callout-block h2 {
    z-index: 1;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 16px;
    margin: 0 0 15px;
    color: #fff;
  }
  .callout-block h2::after {
    width: 30px;
    height: 1px;
  }
  .callout-block p {
    z-index: 2;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px;
    color: #fff;
  }
  .callout-block a {
    z-index: 2;
    position: relative;
  }
}

.treatment-blocks {
  background: rgba(51, 176, 181, 0.1);
  position: relative;
}
.treatment-blocks .content {
  padding: 80px 0 70px;
}
.treatment-blocks .content__header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}
.treatment-blocks .content__header p {
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 20px;
}
.treatment-blocks .content .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.treatment-blocks .content .items .item {
  width: calc(25% - 20px);
  border: 1px solid #efefef;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 9px 0 #d6d6d680;
  padding: 20px 20px 75px;
  transition: all 0.2s linear;
  position: relative;
}
.treatment-blocks .content .items .item:hover {
  background: #f8f8f8;
}
.treatment-blocks .content .items .item p {
  margin: 0;
  line-height: 1.4;
}
.treatment-blocks .content .items .item .link-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.treatment-blocks .content .items .item:nth-child(1):hover {
  border-color: #1a0041;
}
.treatment-blocks .content .items .item:nth-child(1) p strong {
  color: #1a0041;
}
.treatment-blocks .content .items .item:nth-child(2):hover {
  border-color: #F58571;
}
.treatment-blocks .content .items .item:nth-child(2) p strong {
  color: #F58571;
}
.treatment-blocks .content .items .item:nth-child(3):hover {
  border-color: #33B0B5;
}
.treatment-blocks .content .items .item:nth-child(3) p strong {
  color: #33B0B5;
}
.treatment-blocks .content .items .item:nth-child(4):hover {
  border-color: #FF6575;
}
.treatment-blocks .content .items .item:nth-child(4) p strong {
  color: #FF6575;
}
@media (max-width: 1179.98px) {
  .treatment-blocks .content .items .item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .treatment-blocks .content {
    padding: 60px 0 70px;
  }
  .treatment-blocks .content__header {
    margin: 0 auto 20px;
  }
  .treatment-blocks .content__header p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 20px;
  }
}
@media (max-width: 767.98px) {
  .treatment-blocks .content {
    text-align: left;
    padding: 40px 0;
  }
  .treatment-blocks .content p {
    font-size: 14px;
    line-height: 1.4;
  }
  .treatment-blocks .content .items .item {
    width: 100%;
  }
}

.widget-appointment-info {
  background: #1a0041;
  color: #FFFDCA;
  padding: 15px 20px;
  margin: 0 0 10px;
  position: relative;
  text-align: center;
}
.widget-appointment-info p {
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 10px;
  padding: 0;
}
.widget-appointment-info p.small {
  font-size: 12px;
  line-height: 1.4;
}
.widget-appointment-info p a {
  border-bottom: 1px solid #fff;
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
}
.widget-appointment-info p:last-child {
  margin: 0;
}

.figure {
  padding: 50px;
  position: relative;
}
.figure .before, .figure .after {
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 50%;
}
.figure .before {
  right: 0;
  top: 0;
  background: url(../img/dots-cyan.png) no-repeat right top;
  background-size: 210px;
}
.figure .after {
  left: 0;
  bottom: 0;
  background: #71e1d2;
}
.figure img {
  z-index: 2;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1179.98px) {
  .figure {
    padding: 40px;
  }
  .figure .before {
    background-size: 180px;
  }
}
@media (max-width: 991.98px) {
  .figure {
    padding: 30px;
  }
  .figure .before {
    background-size: 120px;
  }
}
@media (max-width: 767.98px) {
  .figure {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
  }
  .figure .before {
    background-size: 120px;
  }
}

.homepage-career .figure-group {
  padding: 40px 30px;
  position: relative;
  height: 450px;
}
.homepage-career .figure-group h2 {
  background: #1a0041;
  padding: 30px 25px;
  color: #fff;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  width: 220px;
  text-transform: none;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  z-index: 10;
  letter-spacing: 0;
  position: relative;
}
.homepage-career .figure-group .image {
  z-index: 2;
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.homepage-career .figure-group .image__1 {
  right: 0;
  top: 0;
  width: 67%;
  height: 180px;
}
.homepage-career .figure-group .image__2 {
  right: 30px;
  bottom: 50px;
  width: 67%;
  height: 260px;
}
.homepage-career .figure-group .image__3 {
  left: 0;
  bottom: 0;
  width: 40%;
  height: 45%;
}
@media (max-width: 1179.98px) {
  .homepage-career .figure-group {
    height: 360px;
  }
  .homepage-career .figure-group h2 {
    background: #1a0041;
    padding: 20px 20px;
    width: 180px;
    font-size: 28px;
    line-height: 1.2;
  }
  .homepage-career .figure-group .image__1 {
    height: 180px;
  }
  .homepage-career .figure-group .image__2 {
    right: 20px;
    bottom: 30px;
    height: 180px;
  }
  .homepage-career .figure-group .image__3 {
    left: 0;
    bottom: 0;
    width: 40%;
    height: 50%;
  }
}
@media (max-width: 991.98px) {
  .homepage-career .figure-group {
    padding: 30px 20px;
    height: 300px;
    margin: 0 0 40px;
  }
  .homepage-career .figure-group h2 {
    background: #1a0041;
    padding: 20px 15px;
    width: 160px;
    font-size: 24px;
    line-height: 1.2;
  }
  .homepage-career .figure-group .image {
    z-index: 2;
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
  }
  .homepage-career .figure-group .image__1 {
    right: 0;
    top: 0;
    width: 67%;
    height: 150px;
  }
  .homepage-career .figure-group .image__2 {
    right: 20px;
    bottom: 30px;
    width: 67%;
    height: 150px;
  }
  .homepage-career .figure-group .image__3 {
    left: 0;
    bottom: 0;
    width: 40%;
    height: 45%;
  }
}

.read-more-link {
  font-weight: 600;
}
.read-more-link a {
  display: inline-block;
  position: relative;
  padding-right: 70px;
  font-size: 16px;
  line-height: 24px;
}
.read-more-link a::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  margin-left: 24px;
  width: 30px;
  height: 30px;
  background: #ededed;
  transition: all 0.35s;
}
.read-more-link a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/right-arrow-icon.png) no-repeat center center;
  background-size: 100%;
  width: 30px;
  height: 30px;
  transition: all 0.35s;
}
.read-more-link a:hover {
  color: #71e1d2;
}
.read-more-link a:hover::before {
  background: #71e1d2;
}
.read-more-link a:hover::after {
  right: 0;
}
@media (max-width: 767.98px) {
  .read-more-link a {
    padding-right: 60px;
    font-size: 14px;
    line-height: 24px;
  }
  .read-more-link a::before {
    right: 15px;
    margin-left: 24px;
    width: 24px;
    height: 24px;
  }
  .read-more-link a::after {
    content: "";
    position: absolute;
    right: 24px;
    width: 24px;
    height: 24px;
  }
  .read-more-link a:hover {
    color: #71e1d2;
  }
  .read-more-link a:hover::before {
    background: #71e1d2;
  }
  .read-more-link a:hover::after {
    right: 0;
  }
}

.three-col-list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.three-col-list li {
  float: left;
  width: 50%;
  padding-right: 40px !important;
  min-height: 60px;
  margin-bottom: 30px;
  background: url(../img/arrow-right_cyan.png) no-repeat 0 9px;
  background: none !important;
  padding-left: 0 !important;
}

.entry-content .has-overline, .has-overline {
  border-top: 1px solid #71e1d2;
  padding-top: 20px;
  margin: 0 0 40px;
}
@media (max-width: 767.98px) {
  .entry-content .has-overline, .has-overline {
    margin: 0 0 30px;
  }
}

.entry-content .has-overline {
  margin-top: 40px;
}

.entry-content .exams-list .item {
  width: 50%;
  padding-right: 40px;
  margin: 0 0 30px;
  background-size: 18px;
  float: left;
}
.entry-content .exams-list .item:nth-child(2n+1) {
  clear: left;
}
.entry-content .exams-list .item h3 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  color: #1a0041;
}
.entry-content .exams-list .item ul {
  margin: 10px 0 0;
  padding: 0;
}
.entry-content .exams-list .item ul li {
  font-size: 0.875em;
  position: relative;
  background: none;
  margin: 0 0 5px;
  padding-left: 20px;
}
.entry-content .exams-list .item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #33B0B5;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 1179.98px) {
  .entry-content .exams-list .item {
    font-size: 15px;
  }
  .entry-content .exams-list .item h3 {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .entry-content .exams-list .item {
    width: 100%;
    margin: 0 0 20px;
  }
  .entry-content .exams-list .item ul {
    margin-top: 5px;
  }
  .entry-content .exams-list .item ul li {
    padding-left: 20px;
  }
}

.page-section.our-services {
  padding-top: 0;
}
.page-section.our-services .has-overline {
  color: #1a0041;
  font-weight: 600;
}
.page-section.our-services ul {
  margin-bottom: 50px;
}

.benefits-content {
  display: flex;
  justify-content: space-between;
}
.benefits-content p {
  width: 33.3333333333%;
  padding-right: 40px;
  font-size: 0.925em;
}
.benefits-content ul {
  width: 66.6666666667%;
  display: flex;
  flex-wrap: wrap;
}
.benefits-content ul li {
  width: 33.3333333333%;
  padding-right: 20px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #1a0041;
}
@media (max-width: 767.98px) {
  .benefits-content {
    flex-wrap: wrap;
  }
  .benefits-content p {
    width: 100%;
    padding-right: 0;
  }
  .benefits-content ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .benefits-content ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .benefits-content ul li:last-child {
    margin: 0;
  }
}

.back-link {
  position: relative;
  padding-left: 16px;
}
.back-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(-135deg);
}
.back-link:hover {
  color: #999;
}
.back-link:hover::before {
  border-color: #999;
}

/* arrow common style */
.arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.arrow-top {
  transform: rotate(-45deg);
}

.arrow-right {
  transform: rotate(45deg);
}

.arrow-bottom {
  transform: rotate(135deg);
}

.arrow-left {
  transform: rotate(-135deg);
}

.arrow-top-narrow {
  transform: rotate(-45deg) skew(-15deg, -15deg);
}

.arrow-top-wide {
  transform: rotate(-45deg) skew(7deg, 7deg);
}

.arrow-top-left {
  transform: rotate(-90deg) skew(-10deg, -10deg);
}

.arrow-top-right {
  transform: rotate(0) skew(-10deg, -10deg);
}

.arrow-bottom-left {
  transform: rotate(180deg) skew(-10deg, -10deg);
}

.arrow-bottom-right {
  transform: rotate(90deg) skew(-10deg, -10deg);
}

.grecaptcha-badge {
  visibility: hidden;
}

.our-values .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.our-values .items .item {
  width: calc(20% - 30px);
  position: relative;
}
.our-values .items .item::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  bottom: -15px;
  right: -15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: rgba(113, 225, 210, 0.1);
  border: 1px solid rgba(113, 225, 210, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s linear;
}
.our-values .items .item:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.our-values .items .item__icon {
  margin: 0 0 20px;
}
.our-values .items .item__icon img {
  max-height: 96px;
  width: auto;
}
.our-values .items .item__text {
  font-weight: 600;
  color: #1a0041;
  font-size: 0.925em;
  line-height: 1.3;
}
@media (max-width: 1179.98px) {
  .our-values .items .item__icon img {
    max-height: 72px;
  }
}
@media (max-width: 991.98px) {
  .our-values .items .item__icon {
    margin: 0 0 10px;
  }
  .our-values .items .item__icon img {
    max-height: 56px;
  }
}
@media (max-width: 767.98px) {
  .our-values .items .item {
    width: calc(50% - 20px);
    margin: 0 0 30px;
  }
  .our-values .items .item:last-child {
    margin: 0;
  }
}

.career-benefits.page-section {
  padding-bottom: 40px;
}

.contact-information {
  background: #71e1d2;
  padding: 25px 20px 10px;
  margin: 0 0 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  font-size: 0.925em;
  color: #000;
}
.contact-information .entry-content p {
  margin: 0 0 20px;
}
.contact-information .entry-content a {
  font-weight: 700;
}
.contact-information .entry-content a::before {
  background: #fff !important;
}
.contact-information .entry-content a::after {
  background: #000 !important;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #32466f;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.spinner__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 900002;
  background: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

#primary {
  padding: 120px 0 0;
}
#primary.has-banner {
  padding-top: 100px;
}
#primary.blog {
  padding-bottom: 90px;
}
@media (max-width: 991.98px) {
  #primary {
    padding: 160px 0 0;
  }
  #primary.has-banner {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  #primary {
    padding: 120px 0 0;
  }
  #primary.has-banner {
    padding-top: 60px;
  }
}

.page-wo-banner {
  padding: 80px 0;
}

.hline {
  margin: 50px 0;
  height: 1px;
  background: #71e1d2;
}

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

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

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.iframe-wrapper__4x3 {
  padding-bottom: 75%;
}

.page-section {
  padding: 80px 0 90px;
}
@media (max-width: 991.98px) {
  .page-section {
    padding: 50px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .page-section {
    padding: 40px 0 40px;
  }
}

.page-location, .page-clinician {
  padding: 80px 0 90px;
}
@media (max-width: 991.98px) {
  .page-location, .page-clinician {
    padding: 120px 0 70px;
  }
}
@media (max-width: 767.98px) {
  .page-location, .page-clinician {
    padding: 100px 0 70px;
  }
}

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

.hidden {
  display: none;
}

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

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

.one-col-layout {
  margin: 70px 0 90px;
}

.two-col-layout {
  border-top: 1px solid #71e1d2;
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  .two-col-layout {
    margin: 40px 0 50px;
  }
  .two-col-layout .link-back {
    font-size: 10px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .two-col-layout {
    margin: 30px 0 50px;
  }
}

.quick-form {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  min-height: 500px;
  margin-top: -140px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
  padding: 3px;
  font-size: 14px;
  line-height: 1.5;
}
.quick-form__header {
  background: #71e1d2;
  color: #000;
  padding: 15px 25px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.quick-form__header h3 {
  margin: 0 !important;
}
.quick-form__header p {
  margin: 0 !important;
  color: #444;
  font-size: 0.925em;
}
.quick-form__content {
  padding: 25px 25px;
}
.quick-form .field-group {
  margin: 0 0 25px;
}
.quick-form .field-group label {
  margin: 0 !important;
}
.quick-form .field-group .field-textarea {
  margin-top: 8px !important;
}
.quick-form .link-btn {
  width: 100%;
}
@media (max-width: 991.98px) {
  .quick-form {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .quick-form__header {
    padding: 15px;
  }
  .quick-form__content {
    padding: 20px 15px;
  }
}

/**
 * S H O W   L O A D I N G
 * -----------------------------------
 */
.loading-indicator {
  width: 40px;
  height: 40px;
  background-color: #32466f;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.loading-indicator-overlay {
  background-color: rgba(255, 255, 255, 0.75);
}

/**
 * M E N U   T O G G L E   B U T T O N
 * ----------------------------------------------------------------------------
 */
.menu-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  z-index: 999;
  text-align: center;
  padding: 0;
  width: 22px;
  height: 18px;
  text-indent: -999em;
  border-top: 2px solid #1a0041;
  border-bottom: 2px solid #1a0041;
}
.menu-toggle::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 2px;
  background: #1a0041;
  transform: translateY(-50%);
}
.menu-toggle:hover, .menu-toggle:active {
  border-color: #32466f;
}
.menu-toggle:hover::after, .menu-toggle:active::after {
  background: #32466f;
}
@media (max-width: 1179.98px) {
  .menu-toggle {
    display: block;
    z-index: 99999;
  }
}

.radio {
  text-align: center;
}
.radio label {
  margin: 0;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  background: #fff;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #F58571;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #F58571;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.newsletter-subscription {
  max-width: 475px;
}
.newsletter-subscription__header h4 {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 20px;
  color: #1a0041;
}
.newsletter-subscription__header p {
  display: inline;
  font-size: 15px;
  line-height: 1.3;
}
.newsletter-subscription .row {
  margin: 0 -5px;
}
.newsletter-subscription .row .col-md-6 {
  padding: 0 5px;
}
.newsletter-subscription .sg-subscription-form {
  position: relative;
}
.newsletter-subscription .sg-subscription-form .confirmation-message {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #000;
}
.newsletter-subscription .field-group {
  margin: 0 0 10px;
}
.newsletter-subscription .field-group label {
  display: none;
}
.newsletter-subscription .field-group .field-input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 12px 10px;
  border: 1px solid #3d3d3d;
  box-shadow: none;
  font-size: 14px;
  line-height: 1;
  color: #3d3d3d;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none !important;
}
.newsletter-subscription .field-group .field-input::-moz-placeholder {
  font-style: normal;
  color: #3d3d3d;
  opacity: 1;
}
.newsletter-subscription .field-group .field-input:-ms-input-placeholder {
  color: #3d3d3d;
}
.newsletter-subscription .field-group .field-input::-webkit-input-placeholder {
  color: #3d3d3d;
}
.newsletter-subscription .field-submit {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #5e686b;
  padding: 15px 20px 12px;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  color: #fff;
  font-weight: 700;
}
.newsletter-subscription .field-submit:hover {
  background-color: #1a0041;
  color: #fff;
}
@media (max-width: 1179.98px) {
  .newsletter-subscription {
    margin: 0 auto 40px;
  }
  .newsletter-subscription__header h4 {
    font-size: 16px;
    line-height: 1.4;
  }
  .newsletter-subscription__header p {
    display: inline;
    font-size: 15px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .newsletter-subscription__header h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 374.98px) {
  .newsletter-subscription__header h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper {
  /* background: #fff; */
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -50px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-weight: bold;
  color: #666;
  bottom: -60px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 7px;
  outline: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #71e1d2;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -20px;
  background-image: url(../img/chevron-left.svg);
}

.bx-wrapper .bx-next {
  right: -20px;
  background-image: url(../img/chevron-right.svg);
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.site-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99990;
  position: fixed;
  height: 100px;
}
.site-header .btn-login-navigation {
  color: #32466f;
}
.site-header.sticky {
  background: #fff;
  box-shadow: 1px 0px 5px 0 rgba(0, 0, 0, 0.1);
}
.site-header .container {
  position: relative;
  max-width: 100%;
  padding: 0;
  height: 100%;
}
.site-header .site-title {
  position: absolute;
  left: 20px;
  display: block;
  margin: 0;
  padding: 10px 0 20px;
  z-index: 1;
}
.site-header .site-title a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100%;
  display: inline-block;
  text-indent: -9999em;
  width: 240px;
  height: 62px;
  background: url(../img/logo.png) no-repeat center center;
  background-size: 100%;
}
.site-header .site-navigation {
  font-weight: 400;
  text-align: right;
  background: #fff;
  padding: 0 40px;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  right: 0;
  font-weight: 400;
  border-bottom-left-radius: 8px;
}
.site-header .site-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}
.site-header .site-navigation ul li {
  display: inline-block;
  margin-left: 20px;
  padding: 40px 15px;
  position: relative;
}
.site-header .site-navigation ul li:first-child {
  margin-left: 0;
}
.site-header .site-navigation ul li a {
  color: #1a0041;
}
.site-header .site-navigation ul li a:hover {
  color: #71e1d2;
}
.site-header .site-navigation ul li.current-menu-item, .site-header .site-navigation ul li.current-menu-parent {
  font-weight: 700;
}
.site-header .site-navigation ul li.current-menu-item::before, .site-header .site-navigation ul li.current-menu-parent::before {
  content: "";
  height: 8px;
  background: #71e1d2;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.site-header .site-navigation ul li.menu-item-has-children {
  padding-right: 26px;
}
.site-header .site-navigation ul li.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #33B0B5;
}
@media (max-width: 1179.98px) {
  .site-header .site-navigation {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .site-header {
    height: 80px;
    background: #fff;
    box-shadow: 1px 0px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .site-header .container {
    height: 100%;
  }
  .site-header .site-title {
    padding: 8px 0 16px;
  }
  .site-header .site-title a {
    width: 200px;
    height: 56px;
    background-image: url(../img/logo.png) !important;
  }
}
@media (max-width: 767.98px) {
  .site-header {
    height: 60px;
    background: #fff;
    box-shadow: 1px 0px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .site-header .container {
    height: 100%;
  }
  .site-header .site-title {
    padding: 4px 0 10px;
  }
  .site-header .site-title a {
    width: 150px;
    height: 42px;
    background-image: url(../img/logo.png) !important;
  }
}

.mobile-navigation {
  background: #1a0041;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 320px;
  min-height: 100vh;
  z-index: 99992;
  display: block;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  visibility: hidden;
  transform: translateX(100%);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-in-out;
}
.mobile-navigation .mobile-menu-items {
  width: 100%;
  max-height: 100vh;
  overflow: auto;
  padding: 70px 50px 40px 30px;
}
.mobile-navigation .mobile-menu-items > ul > li {
  margin: 0 0 40px;
}
.mobile-navigation .mobile-menu-items > ul > li.current-menu-item a, .mobile-navigation .mobile-menu-items > ul > li.current-menu-parent a {
  color: #fff;
}
.mobile-navigation.open {
  visibility: visible;
  display: block;
  transform: translateY(0%);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mobile-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.3;
}
.mobile-navigation ul a, .mobile-navigation ul span {
  color: #71e1d2;
}
.mobile-navigation .menu-close {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 1020;
  border: none;
  width: 24px;
  height: 24px;
  background: none;
}
.mobile-navigation .menu-close svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
@media (max-width: 767.98px) {
  .mobile-navigation {
    max-width: 100%;
  }
  .mobile-navigation ul {
    text-align: center;
  }
}

.scroll-down .site-header {
  box-shadow: 1px 0px 5px 0 rgba(0, 0, 0, 0.1);
}

.scroll-up .site-header {
  background: #fff;
  box-shadow: 1px 0px 5px 0 rgba(0, 0, 0, 0.1);
}

.scroll-up:not(.menu-open) .site-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.site-footer {
  background: #ededed;
  color: #3d3d3d;
  padding: 60px 0 0;
}
.site-footer a {
  color: #000;
}
.site-footer a:hover {
  color: #000;
}
.site-footer .footer-navigation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1;
  text-align: right;
}
.site-footer .footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.site-footer .footer-navigation ul li {
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  width: 50%;
  float: left;
  padding-left: 20px;
  margin: 0 0 25px;
}
.site-footer .address {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 10px;
}
.site-footer .contact-info {
  font-size: 14px;
  line-height: 1.4;
}
.site-footer .contact-info p {
  margin: 0 0 5px;
  font-weight: 400;
}
.site-footer .contact-info p a {
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(#ccc, #ccc);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  font-weight: 600;
}
.site-footer .social-and-logos {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.site-footer .social-and-logos .support-logos {
  margin: 2px 0 0 60px;
}
.site-footer .social-and-logos .support-logos img {
  display: inline-block;
  margin-left: 20px;
  max-height: 28px;
}
.site-footer .social-and-logos .support-logos img:first-child {
  margin-left: 0;
}
.site-footer .footer-logo img {
  max-height: 64px;
  width: auto;
}
.site-footer .social-links a {
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  margin-right: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  width: 32px;
  height: 32px;
  transition: 0.3s;
  position: relative;
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.site-footer .social-links a img {
  max-height: 32px;
  width: auto;
}
.site-footer .social-links a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.site-footer__bottom {
  margin: 60px 0 0;
  background: #fff;
  color: #666;
  padding: 28px 0;
  font-size: 11px;
  line-height: 1.3;
}
.site-footer__bottom p {
  margin: 0;
}
.site-footer__bottom .bottom-links {
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
  text-align: right;
}
.site-footer__bottom .bottom-links li {
  display: inline;
  margin-left: 10px;
}
.site-footer__bottom .bottom-links li:first-child {
  margin-left: 0;
}
@media (max-width: 991.98px) {
  .site-footer {
    padding-top: 50px;
  }
  .site-footer .footer-subscribe-form {
    padding: 0;
  }
  .site-footer .footer-subscribe-form .newsletter-subscription {
    max-width: 100%;
  }
  .site-footer .footer-navigation ul li {
    float: none;
    width: auto;
    display: inline-block;
    padding: 0;
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .site-footer .footer-subscribe-form {
    margin: 40px 0;
  }
  .site-footer .footer-navigation {
    font-size: 11px;
    line-height: 1;
    text-align: left;
  }
  .site-footer .footer-navigation ul li {
    margin-bottom: 15px;
  }
  .site-footer .social-and-logos {
    margin-top: 30px;
    justify-content: space-between;
  }
  .site-footer .social-and-logos .support-logos {
    margin-left: 15px;
  }
  .site-footer .social-and-logos .support-logos img {
    display: inline-block;
    margin-left: 15px;
    max-height: 24px;
  }
  .site-footer .social-links a {
    font-size: 14px;
    width: 28px;
    height: 28px;
  }
  .site-footer .social-links a img {
    max-height: 28px;
  }
  .site-footer__bottom {
    margin: 40px 0 0;
    padding: 20px 0;
    font-size: 10px;
    line-height: 1.3;
  }
  .site-footer__bottom p {
    margin: 0;
  }
  .site-footer__bottom .bottom-links {
    text-align: left;
    margin: 0 0 10px;
  }
  .site-footer .site-credits {
    display: block;
  }
}
@media (max-width: 374.98px) {
  .site-footer .footer-navigation div {
    width: 100%;
  }
  .site-footer .social-and-logos {
    margin-top: 20px;
  }
  .site-footer .social-and-logos .support-logos {
    margin-left: 10px;
  }
  .site-footer .social-and-logos .support-logos img {
    margin-left: 10px;
    max-height: 20px;
  }
  .site-footer .social-links a {
    width: 24px;
    height: 24px;
    margin-right: 3px;
  }
  .site-footer .social-links a img {
    max-height: 24px;
  }
}

.testimonials__random {
  padding: 200px 0 100px;
  background: #1a0041 url(../img/quote-start.png) no-repeat center 100px;
  background-size: 72px;
  color: #fff;
  text-align: center;
}
.testimonials__random .quote__text {
  font-size: 30px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0 0 60px;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #ededed;
}
.testimonials__random .quote__text span {
  color: #71e1d2;
}
.testimonials__random .quote__by {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

.testimonials__slider {
  padding: 110px 0 140px;
  background: #1a0041;
  color: #fff;
}
.testimonials__slider .quote {
  padding: 5px 0 0 50px;
  background: url(../img/quote-start.png) no-repeat 0 0;
  background-size: 36px;
}
.testimonials__slider .quote__text {
  font-size: 21px;
  line-height: 1.6;
  font-weight: normal;
  margin: 0 0 40px;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #ededed;
}
.testimonials__slider .quote__text span {
  color: #71e1d2;
}
.testimonials__slider .quote__by {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
}
.testimonials__slider .quote__by strong {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .testimonials__slider {
    padding: 60px 0 80px;
  }
  .testimonials__slider .quote {
    padding: 3px 0 0 36px;
    background-size: 24px;
  }
  .testimonials__slider .quote__text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 30px;
  }
  .testimonials__slider .quote__by {
    font-size: 12px;
    line-height: 1.6;
  }
}
@media (max-width: 767.98px) {
  .testimonials__slider {
    padding: 50px 0 80px;
  }
  .testimonials__slider .quote {
    padding: 3px 0 0 30px;
    background-size: 20px;
  }
  .testimonials__slider .quote__text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.testimonials__slider .bx-wrapper .bx-pager {
  bottom: -40px;
}

.network-logos .items {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.network-logos .items .item {
  padding-right: 40px;
}
.network-logos .items .item:last-child {
  padding-right: 0;
}
.network-logos .items .item img {
  max-height: 48px;
  width: auto;
}
@media (max-width: 1179.98px) {
  .network-logos .items .item {
    padding-right: 30px;
  }
  .network-logos .items .item img {
    max-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .network-logos .items .item {
    margin: 0 0 10px;
  }
  .network-logos .items .item img {
    max-height: 32px;
  }
}

.home #primary {
  padding: 0;
}
.home .site-header:not(.sticky) .site-title a {
  background-image: url(../img/logo-white.png);
}
.home .site-header:not(.sticky) .site-navigation {
  background: #1a0041;
  border-bottom-left-radius: 8px;
  box-shadow: 1px 0px 5px 0 rgba(0, 0, 0, 0.1);
}
.home .site-header:not(.sticky) .site-navigation ul li a {
  color: #fff;
}
.home .site-header:not(.sticky) .site-navigation ul li a:hover {
  color: #71e1d2;
}
.home .site-header:not(.sticky) .site-navigation ul li.current-menu-item a, .home .site-header:not(.sticky) .site-navigation ul li.current-menu-parent a {
  color: #71e1d2;
}
@-webkit-keyframes border {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
.homepage-header {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  background-color: #1a0041;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.homepage-header .overlay {
  background: rgba(21, 40, 96, 0.25);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#59000000", endColorstr="#99000000", GradientType=0);
}
.homepage-header .overlay .container {
  position: relative;
  padding-top: 160px;
  height: 800px;
  min-height: 100vh;
}
.homepage-header .overlay .container .content {
  position: absolute;
  bottom: 120px;
  left: 20px;
  max-width: 800px;
}
.homepage-header h2 {
  font-size: 80px;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 30px;
  color: #fff;
}
.homepage-header h2 span {
  color: #71e1d2;
}
.homepage-header p {
  color: #ededed;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 40px;
  font-weight: 300;
  max-width: 700px;
}
.homepage-header p strong {
  text-decoration: none;
  background-image: linear-gradient(#71e1d2, #71e1d2);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 4px 3px;
  font-weight: 600;
  transition: all 0.2s ease-in;
}
.homepage-header .action-buttons {
  display: flex;
}
.homepage-header .link-btn__white {
  margin-left: 15px;
}
@media (max-width: 991.98px) {
  .homepage-header .overlay .container {
    padding-top: 160px;
    height: 640px;
  }
  .homepage-header .overlay .container .content {
    bottom: 100px;
    max-width: 650px;
  }
  .homepage-header h2 {
    font-size: 72px;
    line-height: 1.1;
  }
  .homepage-header p {
    font-size: 21px;
    line-height: 1.5;
  }
  .homepage-header p strong {
    background-size: 2px 2px;
  }
}
@media (max-width: 767.98px) {
  .homepage-header .overlay .container {
    padding-top: 140px;
    min-height: 0;
    height: 560px;
  }
  .homepage-header .overlay .container .content {
    bottom: 60px;
    max-width: 375px;
  }
  .homepage-header h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  .homepage-header p {
    font-size: 16px;
    line-height: 1.5;
  }
  .homepage-header .action-buttons {
    flex-wrap: wrap;
  }
  .homepage-header .link-btn {
    max-width: 100%;
    display: block;
    margin: 0 15px 15px 0 !important;
  }
}

.homepage-about h2 {
  margin: 0 0 20px;
}
.homepage-about h3 {
  font-weight: normal;
  margin: 0 0 30px;
}
.homepage-about h3 span {
  background-size: 4px 4px;
}
@media (max-width: 767.98px) {
  .homepage-about h3 {
    font-size: 21px;
    line-height: 1.4;
  }
}

.homepage-stats {
  position: relative;
}
.homepage-stats h3 {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 80px;
  max-width: 830px;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  background: #fff;
}
.homepage-stats h3 span {
  text-decoration: none;
  background-image: linear-gradient(#71e1d2, #71e1d2);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 6px 6px;
}
.homepage-stats .stats {
  display: flex;
  justify-content: space-between;
}
.homepage-stats .stats .item {
  width: 22%;
  text-align: center;
}
.homepage-stats .stats .item__value {
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  line-height: 1;
  margin: 0 0 10px;
  font-weight: 700;
  color: #1a0041;
}
.homepage-stats .stats .item__text {
  color: #666;
}
@media (max-width: 767.98px) {
  .homepage-stats h3 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 40px;
  }
  .homepage-stats .stats {
    flex-wrap: wrap;
  }
  .homepage-stats .stats .item {
    width: 100%;
    margin: 0 0 30px;
  }
  .homepage-stats .stats .item__value {
    margin: 0 0 5px;
  }
}

.home .network-logos {
  background: #f1f1f1;
  padding: 0 0 60px;
  position: relative;
}
.home .network-logos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #fff;
}
.home .network-logos h3 {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto 50px;
  width: 280px;
  padding: 12px 0;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  background: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(#71e1d2, #71e1d2);
  background-position: 0 0%;
  background-repeat: repeat-x;
  background-size: 6px 60px;
  color: #1a0041;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.home .network-logos .items {
  justify-content: center;
}
.home .network-logos .items .item {
  padding: 0 30px;
}
@media (max-width: 991.98px) {
  .home .network-logos .items .item {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .home .network-logos {
    padding: 0 0 30px;
  }
  .home .network-logos h3 {
    font-size: 14px;
    line-height: 1;
    width: 220px;
    margin-bottom: 30px;
  }
  .home .network-logos .items .item {
    padding: 0 15px;
  }
}

.homepage-partner-quotes {
  padding: 200px 0 100px;
  background: #1a0041 url(../img/quote-start.png) no-repeat center 100px;
  background-size: 72px;
  color: #fff;
  text-align: center;
}
.homepage-partner-quotes .quote__text {
  font-size: 36px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0 0 60px;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #ededed;
}
.homepage-partner-quotes .quote__text span {
  color: #71e1d2;
}
.homepage-partner-quotes .quote__by {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

.homepage-career .content {
  padding-left: 50px;
}
.homepage-career h2 {
  margin: 0 0 20px;
}
.homepage-career h3 {
  margin: 0 0 30px;
  font-weight: normal;
}
.homepage-career p {
  margin: 0 0 25px;
}
.homepage-career ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.homepage-career ul li {
  margin: 0 0 15px;
  padding-left: 56px;
  background: url(../img/arrow-right-dark-cyan.png) no-repeat 15px 1px;
  background-size: 24px;
}
@media (max-width: 991.98px) {
  .homepage-career .content {
    padding-left: 0;
  }
  .homepage-career h3 {
    font-size: 21px;
    line-height: 1.4;
  }
}

.homepage-blog {
  color: #000;
}
.homepage-blog h2 {
  margin: 0 0 20px;
}
.homepage-blog .articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.homepage-blog .articles .article {
  width: calc(50% - 50px);
  border-top: 3px solid #71e1d2;
  padding: 15px 20px 50px 0;
  margin: 0 0 50px;
  position: relative;
}
.homepage-blog .articles .article h4 {
  margin: 0 0 20px;
}
.homepage-blog .articles .article h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
  font-family: Poppins;
}
.homepage-blog .articles .article .read-more {
  position: absolute;
  left: 0;
  bottom: 0;
}
.homepage-blog p {
  margin: 0 0 25px;
}
.homepage-blog ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.homepage-blog ul li {
  margin: 0 0 15px;
  padding-left: 56px;
  background: url(../img/right-arrow.png) no-repeat 15px 1px;
  background-size: 24px;
}
@media (max-width: 767.98px) {
  .homepage-blog .articles .article {
    width: 100%;
    border-width: 2px;
    margin: 0 0 40px;
  }
  .homepage-blog .articles .article h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}

.homepage-notification-bar {
  background: #71e1d2;
  padding: 80px 0;
  text-align: center;
}
.homepage-notification-bar .container {
  position: relative;
}
.homepage-notification-bar p {
  margin: 0 auto 40px;
  padding: 0;
  max-width: 900px;
  font-weight: 800;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.4;
  color: #1a0041;
}
.homepage-notification-bar p a {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .homepage-notification-bar p {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .homepage-notification-bar {
    padding: 40px 0;
  }
  .homepage-notification-bar p {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 30px;
  }
  .homepage-notification-bar .link-btn {
    width: 100%;
  }
}

.home-video {
  box-shadow: rgba(113, 225, 210, 0.3) 5px 5px, rgba(113, 225, 210, 0.2) 10px 10px, rgba(113, 225, 210, 0.2) 15px 15px;
  border: 4px solid #71e1d2;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  max-width: 960px;
  margin: 50px auto 0;
}
.home-video .iframe-wrapper {
  padding-bottom: 56.25%;
  margin: 0 auto;
}
.home-video .iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .home-video {
    margin: 30px auto;
  }
}

.image-header {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.image-header .overlay {
  background: rgba(21, 40, 96, 0.25);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40000000", endColorstr="#99000000", GradientType=0);
}
.image-header .overlay .container {
  position: relative;
  padding-top: 180px;
  padding-bottom: 120px;
}
.image-header .overlay .container .content {
  max-width: 900px;
}
.image-header h2 {
  margin: 0 0 50px;
  color: #fff;
  font-weight: 800;
}
.image-header h2 span, .image-header h2 strong {
  color: #71e1d2;
  background: none;
}
.image-header .action-buttons {
  display: flex;
}
.image-header .link-btn {
  margin-right: 15px;
}
.image-header .link-btn:last-child {
  margin-right: 0;
}
.image-header .link-btn-alt {
  background: #71e1d2;
  color: #1a0041;
}
@media (max-width: 991.98px) {
  .image-header .overlay .container {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .image-header .overlay .container {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .image-header h2 {
    margin: 0 0 30px;
  }
  .image-header .action-buttons {
    flex-wrap: wrap;
  }
  .image-header .action-buttons .link-btn {
    margin-bottom: 15px;
  }
}

.page-default {
  padding: 80px 0 80px;
}
.page-default h1 {
  margin: 0 0 40px;
  font-size: 48px;
  line-height: 1.2;
}
.page-default h3 {
  margin: 30px 0 10px;
}

.entry-content .network-logos {
  margin: 40px 0;
}
.entry-content .network-logos h3 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #1a0041;
  margin: 0 0 20px;
  border-top: 1px solid #71e1d2;
  padding-top: 20px;
  margin: 0 0 30px;
}
@media (max-width: 767.98px) {
  .entry-content .network-logos h3 {
    font-size: 12px;
  }
}

.blog-header h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 0 60px;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.blog-header h2 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
  margin: 0 0 20px;
}
.blog-header h3 {
  margin: 0 0 60px;
  max-width: 580px;
}
.articles-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.articles-list article {
  width: 50%;
  margin: 0 0 60px;
  padding: 0 30px;
}
.articles-list article .item {
  border-top: 3px solid #71e1d2;
  padding: 15px 20px 60px 0;
  position: relative;
  height: 100%;
}
.articles-list article .item h4 {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
  margin: 0 0 20px;
}
.articles-list article .item h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 10px;
}
.articles-list article .item__excerpt {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articles-list article .item .read-more-link {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .articles-list {
    margin: 40px -15px 0;
  }
  .articles-list article {
    padding: 0 15px;
    margin: 0 0 40px;
  }
  .articles-list article .item h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .articles-list article .item__excerpt {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .articles-list {
    margin: 20px 0 0;
  }
  .articles-list article {
    width: 100%;
    padding: 0;
  }
  .articles-list article .item {
    border-width: 2px;
  }
  .articles-list article .item h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 374.98px) {
  .articles-list article {
    width: 100%;
    padding: 0;
  }
}

.entry-meta {
  font-size: 14px;
  line-height: 1.4;
  color: #999;
  margin: 0 0 40px;
}
.entry-meta a {
  color: #1a0041;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .entry-meta {
    font-size: 12px;
    line-height: 1.4;
  }
}

.entry-header {
  padding: 120px 0 90px;
  background: #EDEEEB;
  position: relative;
}
.entry-header.has-image {
  padding-bottom: 0;
}
.entry-header.has-image::after {
  content: "";
  height: 100px;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 0;
}
.entry-header.has-image img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto;
}
.entry-header .postmeta {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400 !important;
  margin: 0 0 10px;
}
.entry-header .entry-title {
  font-size: 48px;
  line-height: 1.1;
  margin: 0;
  max-width: 860px;
}
@media (max-width: 991.98px) {
  .entry-header {
    padding: 150px 0 60px;
  }
  .entry-header.has-image::after {
    height: 60px;
  }
  .entry-header .entry-title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .entry-header {
    padding: 100px 0 60px;
  }
  .entry-header.has-image::after {
    content: "";
    height: 30px;
  }
  .entry-header .entry-title {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 30px;
  }
}

.post-categories {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.33;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.single .post-categories {
  margin: 0 0 20px;
}

.entry-content *:first-child {
  margin-top: 0;
}
.entry-content figure {
  margin: 40px 0;
  width: 100%;
}
.entry-content figure.wp-block-image figcaption {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.33;
  text-transform: uppercase;
}
.entry-content figure.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 78.75%;
  border: 10px solid #d8d8d8;
}
.entry-content figure.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.entry-content .wp-block-separator {
  border-color: #000;
  margin: 40px 0 10px;
}
@media (max-width: 991.98px) {
  .entry-content figure {
    margin: 30px 0 40px;
  }
  .entry-content figure.wp-block-image figcaption {
    margin: 10px 0 0;
  }
  .entry-content figure img {
    width: 100%;
  }
  .entry-content .wp-block-separator {
    border-color: #000;
    margin: 40px 0 10px;
  }
}

.pagination {
  position: relative;
  text-align: center;
  border-top: 1px solid #71e1d2;
  padding-top: 20px;
  margin: 40px 0 30px;
}
.pagination small {
  display: block;
  color: #999;
  margin: 0 0 15px;
}
.pagination .page-link {
  display: inline-block;
  margin: 0 3px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
}
.pagination a, .pagination .current {
  border: none;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 6px 0;
}
.pagination a {
  display: inline-block;
  color: #32466f;
}
.pagination .current {
  color: #fff;
  background: #32466f;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.pagination .next, .pagination .prev {
  position: absolute;
  bottom: 0;
  width: auto;
  text-transform: uppercase;
}
.pagination .next {
  right: 0;
}
.pagination .prev {
  left: 0;
}

.entry-footer {
  margin: 60px 0 20px;
}
@media (max-width: 767.98px) {
  .entry-footer {
    margin: 40px 0 30px;
  }
}

.post-navigation {
  width: 50%;
  text-transform: uppercase;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}
.post-navigation::after {
  display: block;
  clear: both;
  content: "";
}
.post-navigation svg {
  width: 14px;
  margin-top: -1px;
}
.post-navigation a {
  border: none;
  display: inline-block;
}
.post-navigation a.nav-next {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .post-navigation {
    font-size: 10px;
    line-height: 12px;
  }
  .post-navigation svg {
    width: 12px;
  }
  .post-navigation a.nav-next {
    margin-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .post-navigation {
    margin-top: 6px;
  }
  .post-navigation svg {
    display: none;
  }
}

.post-author {
  font-size: 13px;
  line-height: 1.5;
  border: 1px solid #e9ecef;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 120px 15px 15px;
  color: #454545;
  margin: 0 0 40px;
  min-height: 120px;
  position: relative;
}
.post-author__image {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
}
.post-author__image img {
  border: 1px solid #efefef;
  padding: 3px;
  max-width: 90px !important;
  height: auto !important;
}
.post-author__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}
.post-author h4 {
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .post-author {
    font-size: 12px;
    line-height: 1.4;
  }
  .post-author h4 {
    font-size: 10px;
  }
  .post-author__name {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .post-author {
    margin: 50px 0 40px;
  }
}

.entry-content-wrapper {
  padding: 60px 0 100px;
}
.entry-content-wrapper .container {
  position: relative;
}
.entry-content-wrapper .entry-meta {
  font-size: 14px;
  line-height: 1.33;
  margin: 0 0 50px;
}
.entry-content-wrapper .entry-meta .entry-author .item {
  margin: 0 0 15px;
  float: left;
  margin-left: 50px;
}
.entry-content-wrapper .entry-meta .entry-author .item:first-child {
  margin-left: 0;
}
.entry-content-wrapper .entry-meta .entry-author .item h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.33;
  font-weight: 700;
}
.entry-content-wrapper .post-content {
  max-width: 60%;
  margin: 0 auto;
}
.entry-content-wrapper .post-content .wp-block-quote {
  margin: 50px -20% 60px;
  padding-left: 30px;
  font-size: 36px;
  line-height: 1.33;
}
.entry-content-wrapper .post-content .wp-block-quote p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .entry-content-wrapper {
    padding: 40px 0 50px;
  }
  .entry-content-wrapper .post-content {
    max-width: 100%;
  }
  .entry-content-wrapper .post-content .wp-block-quote {
    margin: 40px 0 50px -40px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 1.33;
  }
}
@media (max-width: 767.98px) {
  .entry-content-wrapper {
    padding: 40px 0 50px;
  }
  .entry-content-wrapper .entry-meta {
    font-size: 14px;
    line-height: 1.33;
    margin: 0 0 30px;
  }
  .entry-content-wrapper .entry-meta .entry-author {
    margin: 0 0 15px;
  }
  .entry-content-wrapper .post-content {
    max-width: 100%;
  }
  .entry-content-wrapper .post-content .wp-block-quote {
    margin: 40px 0 50px -20px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 1.33;
  }
}

.post-social-share h4 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  margin: 0 10px 10px 0;
  padding-top: 10px;
  position: relative;
  font-weight: 400;
}
.post-social-share h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 20px;
  background: #000;
}
.post-social-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-social-share ul li {
  margin: 0 20px 0 0;
  display: inline;
}
.post-social-share ul li:last-child {
  margin: 0;
}
.post-social-share ul li a {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
}
.post-social-share ul li a svg {
  width: 24px;
  height: 24px;
}
.post-social-share ul li a svg g {
  fill: #000;
}
.post-social-share ul li a:hover svg g {
  fill: #32466f;
}
@media (max-width: 767.98px) {
  .post-social-share ul li {
    margin: 0 12px 0 0;
  }
}

.related-articles {
  margin: 60px 0 0;
}
.related-articles h2 {
  border-top: 1px solid #EDEEEB;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  padding: 10px 0 0;
  margin: 0 0 30px;
}
.related-articles .more-articles-link {
  margin: 30px 0 0;
  font-size: 18px;
}
.related-articles .articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.related-articles .articles .article {
  width: calc(50% - 30px);
  border-top: 3px solid #71e1d2;
  padding: 15px 20px 50px 0;
  margin: 0 0 50px;
  position: relative;
}
.related-articles .articles .article h4 {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
  margin: 0 0 20px;
}
.related-articles .articles .article h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
  font-family: Poppins;
}
.related-articles .articles .article .read-more {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 600;
}
.related-articles .articles .article .read-more a {
  display: inline-block;
  position: relative;
  padding-right: 60px;
  font-size: 14px;
  line-height: 30px;
}
.related-articles .articles .article .read-more a::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  margin-left: 24px;
  width: 24px;
  height: 24px;
  background: rgba(161, 239, 139, 0.4);
  background: #ededed;
  transition: all 0.35s;
}
.related-articles .articles .article .read-more a::after {
  content: "";
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/right-arrow-icon.png) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  transition: all 0.35s;
}
.related-articles .articles .article .read-more a:hover {
  color: #71e1d2;
}
.related-articles .articles .article .read-more a:hover::before {
  background: #71e1d2;
}
.related-articles .articles .article .read-more a:hover::after {
  right: 6px;
}
@media (max-width: 767.98px) {
  .related-articles .articles .article {
    width: 100%;
  }
  .related-articles .articles .article:last-child {
    margin-bottom: 0;
  }
}

.recent-posts-widget {
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.recent-posts-widget ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.3;
}
.recent-posts-widget ul li {
  margin: 0 0 20px;
}
.recent-posts-widget ul li:last-child {
  margin: 0;
}
.recent-posts-widget ul li a {
  color: #F58571;
}
.recent-posts-widget ul li.active {
  font-weight: 700;
}
.recent-posts-widget ul li.active a {
  color: #3d3d3d;
}

.featured-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
  text-align: left;
  margin: 0 0 40px;
}
.featured-articles .item-group {
  height: 100%;
  position: relative;
}
.featured-articles .item-group__wrapper {
  width: 25%;
  padding: 0 10px;
}
.featured-articles .item-group__wrapper:first-child {
  width: 50%;
}
.featured-articles .item-group .item {
  margin: 0 0 20px;
  border: 1px solid #efefef;
  box-shadow: 3px 3px 2px 1px rgba(204, 204, 204, 0.2);
  position: relative;
}
.featured-articles .item-group .item:last-child {
  margin: 0;
}
.featured-articles .item-group .item .item__excerpt {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.4;
}
.featured-articles .item-group .item__date {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 18px;
  color: #3d3d3d;
  text-transform: uppercase;
  border-top: 1px solid #efefef;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
}
.featured-articles .item-group.item-group__0 .item, .featured-articles .item-group.item-group__1 .item {
  height: 100%;
}
.featured-articles .item-group.item-group__0 .item {
  height: calc(100% - 40px);
}
.featured-articles .item-group.item-group__2 .item {
  padding: 20px;
}
.featured-articles .item-group.item-group__1 .item, .featured-articles .item-group.item-group__2 .item {
  padding-bottom: 70px;
}
.featured-articles .item-group.item-group__1 .item h3, .featured-articles .item-group.item-group__2 .item h3 {
  font-size: 18px;
  line-height: 1.2;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
.featured-articles .item-group.item-group__1 .item__image {
  margin: 0 0 20px;
}
.featured-articles .item-group.item-group__1 .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 66.66%;
  display: block;
}
.featured-articles .item-group.item-group__1 .item__content {
  padding: 0 20px;
}
.featured-articles .item-group.item-group__0 .item {
  box-shadow: none;
}
.featured-articles .item-group.item-group__0 .item__image {
  margin: 0 0 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.featured-articles .item-group.item-group__0 .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  height: 100%;
}
.featured-articles .item-group.item-group__0 .item__content {
  position: absolute;
  width: 80%;
  padding: 50px 30px 70px;
  bottom: -41px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 3px 3px 2px 1px rgba(204, 204, 204, 0.2);
}
.featured-articles .item-group.item-group__0 .item__content h3 {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .featured-articles .item-group__wrapper {
    width: 50%;
  }
  .featured-articles .item-group__wrapper:first-child {
    width: 100%;
  }
  .featured-articles .item-group.item-group__0 {
    margin-bottom: 80px;
  }
  .featured-articles .item-group.item-group__0 .item {
    height: 360px;
  }
  .featured-articles .item-group.item-group__0 .item__content {
    width: 90%;
    padding: 40px 30px 70px;
  }
}
@media (max-width: 767.98px) {
  .featured-articles .item-group {
    height: auto;
    position: relative;
  }
  .featured-articles .item-group__wrapper {
    width: 100%;
    padding: 0;
  }
  .featured-articles .item-group__wrapper:first-child {
    width: 100%;
  }
  .featured-articles .item-group__wrapper:last-child .item {
    margin-bottom: 0;
  }
  .featured-articles .item-group .item {
    margin: 0 0 20px !important;
  }
  .featured-articles .item-group .item .item__excerpt {
    margin: 15px 0 0;
    font-size: 12px;
    line-height: 1.4;
    display: none;
  }
  .featured-articles .item-group .item__date {
    height: 36px;
    padding: 10px 20px;
    font-size: 10px;
    line-height: 16px;
  }
  .featured-articles .item-group.item-group__0 .item, .featured-articles .item-group.item-group__1 .item {
    height: auto;
  }
  .featured-articles .item-group.item-group__0 {
    margin-bottom: 0;
  }
  .featured-articles .item-group.item-group__0 .item {
    height: auto;
  }
  .featured-articles .item-group.item-group__2 .item {
    padding: 20px;
  }
  .featured-articles .item-group.item-group__1 .item, .featured-articles .item-group.item-group__2 .item {
    padding-bottom: 70px;
  }
  .featured-articles .item-group.item-group__1 .item h3, .featured-articles .item-group.item-group__2 .item h3 {
    font-size: 16px;
    line-height: 1.2;
    font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
  }
  .featured-articles .item-group.item-group__1 .item__image {
    margin: 0 0 20px;
  }
  .featured-articles .item-group.item-group__1 .item__image figure {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    padding-top: 66.66%;
    display: block;
  }
  .featured-articles .item-group.item-group__1 .item__content {
    padding: 0 20px;
  }
  .featured-articles .item-group.item-group__0 .item {
    box-shadow: 3px 3px 2px 1px rgba(204, 204, 204, 0.2);
  }
  .featured-articles .item-group.item-group__0 .item__image {
    margin: 0;
    position: static;
    width: 100%;
    height: auto;
  }
  .featured-articles .item-group.item-group__0 .item__image figure {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    padding-top: 66.66%;
    display: block;
  }
  .featured-articles .item-group.item-group__0 .item__content {
    position: static;
    width: 100%;
    padding: 30px 20px 50px;
    left: 0;
    bottom: auto;
    transform: none;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: none;
  }
  .featured-articles .item-group.item-group__0 .item__content h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}

.job-openings {
  margin: 30px 0 80px;
}
.job-openings .item {
  margin: 0 0 30px;
}
.job-openings .item:last-child {
  margin: 0;
}
.job-openings .item__meta {
  font-size: 12px;
  margin-top: 5px;
}
.job-openings .item__meta strong {
  font-weight: 600;
}
.career-header {
  text-align: center;
  background: #1a0041;
  color: #fff;
  padding-top: 120px;
  position: relative;
}
.career-header::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 320px;
  background: #fff;
}
.career-header p {
  max-width: 720px;
  margin: 0 auto 50px;
}
.career-header .container {
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.career-header .video-wrap {
  z-index: 2;
  position: relative;
  border: 10px solid #fff;
  background: #fff;
  margin: 0 0 50px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 40px 60px 0 rgba(7, 7, 66, 0.15);
}
@media (max-width: 991.98px) {
  .career-header {
    padding-top: 160px;
  }
}
@media (max-width: 767.98px) {
  .career-header {
    padding-top: 120px;
    position: relative;
  }
  .career-header::after {
    height: 30%;
  }
  .career-header p {
    margin: 0 auto 40px;
  }
  .career-header .video-wrap {
    z-index: 2;
    position: relative;
    border: 10px solid #fff;
    background: #fff;
    margin: 0 0 50px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 40px 60px 0 rgba(7, 7, 66, 0.15);
  }
}

.careers-features-alt {
  padding: 80px 0;
  text-align: center;
}
.careers-features-alt .header {
  margin: 0 auto 50px;
  max-width: 960px;
}
.careers-features-alt .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px;
  text-align: left;
}
.careers-features-alt .items .item {
  width: calc(33.3333333333% - 20px);
  margin: 0 0 36px;
}
.careers-features-alt .items .item .wrap {
  height: 100%;
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 20px 30px 0 rgba(7, 7, 66, 0.15);
  border: 1px solid #efefef;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.careers-features-alt .items .item .wrap .content {
  padding: 30px;
  width: 100%;
}
@media (max-width: 1179.98px) {
  .careers-features-alt .items .item {
    width: calc(33.3333333333% - 15px);
    margin: 0 0 22px;
  }
  .careers-features-alt .items .item .wrap .content {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .careers-features-alt {
    padding: 60px 0;
  }
  .careers-features-alt .header {
    margin: 0 auto 40px;
  }
  .careers-features-alt .items {
    margin: 0 0 20px;
  }
  .careers-features-alt .items .item {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
  .careers-features-alt .items .item .wrap {
    box-shadow: 0 10px 15px 0 rgba(7, 7, 66, 0.15);
  }
}
@media (max-width: 767.98px) {
  .careers-features-alt {
    padding: 40px 0;
  }
  .careers-features-alt .header {
    margin: 0 auto 30px;
  }
  .careers-features-alt .items .item {
    width: 100%;
  }
  .careers-features-alt .items .item .image {
    padding-bottom: 56.25%;
  }
}

.careers-benefits {
  padding: 100px 0;
}
.careers-benefits .header {
  margin: 0 auto 50px;
  max-width: 900px;
  text-align: center;
}
.careers-benefits .benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.careers-benefits .benefits .item {
  position: relative;
  height: 100%;
  text-align: center;
  padding: 25px 25px 15px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  transition: all 0.2s linear;
}
.careers-benefits .benefits .item__wrapper {
  width: 25%;
  padding: 0 10px;
  margin: 0 0 20px;
}
.careers-benefits .benefits .item__wrapper:nth-child(3) .item {
  background: #33B0B5;
  color: #fff;
}
.careers-benefits .benefits .item__wrapper:nth-child(4) .item {
  background: #FF6575;
  color: #fff;
}
.careers-benefits .benefits .item__wrapper:nth-child(2) .item {
  background: #1a0041;
  color: #fff;
}
.careers-benefits .benefits .item__wrapper:nth-child(1) .item {
  background: #F58571;
  color: #fff;
}
.careers-benefits .benefits .item:hover {
  background: #212121 !important;
}
.careers-benefits .benefits .item__icon {
  margin: 30px 0;
}
.careers-benefits .benefits .item__icon img {
  max-width: 64px;
  height: auto;
}
.careers-benefits .benefits .item h3 {
  font-size: 21px;
  line-height: 1.3;
}
.careers-benefits .benefits .item p {
  font-size: 14px;
  line-height: 1.5;
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 991.98px) {
  .careers-benefits {
    padding: 80px 0;
  }
  .careers-benefits .benefits .item {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .careers-benefits .benefits .item__wrapper {
    width: 50%;
  }
  .careers-benefits .benefits .item__icon {
    margin: 20px 0;
  }
  .careers-benefits .benefits .item__icon img {
    max-width: 48px;
  }
  .careers-benefits .benefits .item h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .careers-benefits .benefits .item p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .careers-benefits {
    padding: 60px 0;
  }
  .careers-benefits .benefits .item__wrapper {
    width: 100%;
  }
  .careers-benefits .benefits .item h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .careers-benefits .benefits .item p {
    font-size: 12px;
    line-height: 1.5;
  }
}

.join-us {
  padding: 0 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.join-us__image {
  width: 60%;
}
.join-us__image img {
  max-width: 100%;
  height: auto;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.join-us__content {
  width: 40%;
  padding-right: 40px;
}
.join-us__content h2 {
  margin: 0 0 10px;
}
.join-us__content p {
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media (max-width: 1179.98px) {
  .join-us__content {
    padding-right: 30px;
  }
  .join-us__content p {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 991.98px) {
  .join-us {
    padding-bottom: 60px;
  }
  .join-us__image {
    width: 50%;
  }
  .join-us__image img {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .join-us__content {
    padding-right: 30px;
    width: 50%;
  }
  .join-us__content h2 {
    font-size: 24px;
  }
  .join-us__content p {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .join-us__image {
    width: 100%;
    margin: 0 0 30px;
  }
  .join-us__content {
    width: 100%;
    text-align: center;
  }
}

.job-title {
  font-size: 36px;
}
@media (max-width: 767.98px) {
  .job-title {
    font-size: 24px;
  }
}

.entry-content .job-quick-info h4 {
  margin: 0 0 5px;
  color: #999;
}

.job-opening__meta {
  font-size: 0.925em;
  line-height: 1.4;
  display: flex;
  margin: 0 0 40px;
}
.job-opening__meta .item {
  width: 33.3333333333%;
  font-weight: 600;
  text-align: right;
  padding-left: 20px;
}
.job-opening__meta .item:first-child {
  text-align: left;
  padding: 0;
}
.job-opening__meta .item h4 {
  font-size: 12px;
  margin: 0 0 5px;
  color: #666;
}
@media (max-width: 767.98px) {
  .job-opening__meta {
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
  .job-opening__meta .item {
    margin: 0 0 20px;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .job-opening__meta .item:last-child {
    margin: 0;
  }
  .job-opening__meta .item h4 {
    font-size: 11px;
  }
}

.faq-header__content {
  max-width: 900px;
  margin: 0 0 60px;
}
.faq-header h3.heading2 {
  max-width: 100%;
}

.faq-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.faq-list article {
  width: 33.3333333333%;
  margin: 0 0 60px;
  padding: 0 20px;
}
.faq-list article .item {
  border-top: 3px solid #71e1d2;
  padding: 15px 20px 60px 0;
  position: relative;
  height: 100%;
}
.faq-list article .item h4 {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
  margin: 0 0 20px;
}
.faq-list article .item h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 10px;
}
.faq-list article .item__excerpt {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.faq-list article .item .read-more-link {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .faq-list {
    margin: 40px -15px 0;
  }
  .faq-list article {
    padding: 0 15px;
    margin: 0 0 40px;
  }
  .faq-list article .item h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .faq-list article .item__excerpt {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .faq-list {
    margin: 20px 0 0;
  }
  .faq-list article {
    width: 100%;
    padding: 0;
  }
  .faq-list article .item {
    border-width: 2px;
  }
  .faq-list article .item h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  /*.setup_schedule_container, .schedule_template_container{
	overflow-x: auto;
  }*/
  
  #item_legends{ display: none; }
  
  table.schedule_calendar_table_monthly th, table.schedule_calendar_table_daily th{
	  font-size: 0.530em;
  }
  
  table.schedule_calendar_table_monthly tr td .employee_full_name,
  table.schedule_calendar_table_weekly tr td .employee_full_name,
  table.schedule_calendar_table_daily tr td .employee_full_name,
  table.setup_schedule_table tr td .employee_full_name{
	display: none;
  }

  table.schedule_calendar_table_monthly tr td .employee_short_name,
  table.schedule_calendar_table_weekly tr td .employee_short_name,
  table.schedule_calendar_table_daily tr td .employee_short_name,
  table.setup_schedule_table tr td .employee_short_name{
	display: block;
  }
  
  table.setup_schedule_table span.template_link{ display: none; }
  table.setup_schedule_table span.template_icon{ display: block; }
  .nc_locations{ display: none; }
  .nc_locations_label{ display: block; position:relative; }
}
@media (max-width: 374.98px) {
  .faq-list article {
    width: 100%;
    padding: 0;
  }
  
  table.schedule_calendar_table_monthly th{
	  font-size: 0.440em;
  }
  
  table.schedule_calendar_table_monthly tr td:first-child, table.schedule_calendar_table_daily tr td:first-child{
	  font-size: 0.6em;
  }
  
  table.schedule_calendar_table_monthly tr td:first-child{
	  font-size: 0.550em;
	  padding: 2px;
  }
}

.error-404 {
  padding: 80px 0 150px;
  text-align: center;
}

.page-404-title {
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 20px;
  color: #71e1d2;
}

.page-404-content {
  max-width: 360px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
  color: #1a0041;
}

.cc-window, .cc-revoke {
  font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif !important;
}

.cc-revoke {
  padding: 10px 20px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 600;
}

.cc-window {
  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 400;
  max-width: 320px !important;
}
.cc-window p {
  margin: 0 0 10px;
}

.cc-link {
  padding: 0 !important;
  display: inline-block;
  margin: 0 0 15px;
}
/* Imran - Added for sub menu */
#sub-head-menu ul {
	padding: 0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#sub-head-menu .sub-head-menu-main-menu {
  display: none;
}

#sub-head-menu-tm:checked + .sub-head-menu-main-menu {
  display: block;
}

#sub-head-menu input[type="checkbox"], 
#sub-head-menu ul span.sub-head-menu-drop-icon {
  display: none;
}

#sub-head-menu li, 
#sub-head-toggle-menu, 
#sub-head-menu .sub-head-menu-sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}

#sub-head-menu li, 
#sub-head-toggle-menu {
  border-width: 0 0 1px;
}

#sub-head-menu .sub-head-menu-sub-menu {
	background-color: #1A0041;
	border-width: 1px 1px 0;
	margin: 0;
}

#sub-head-menu .sub-head-menu-sub-menu li:last-child {
  border-width: 0;
}

#sub-head-menu li, 
#sub-head-toggle-menu, 
#sub-head-menu a {
	position: relative;
	display: block;
	color: #1a0041;
	font-family: Poppins, Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform:uppercase;
}

#sub-head-menu .sub-head-menu-sub-menu a{
	color:#FFF !important;
}

#sub-head-toggle-menu {
  background: #1A0041;
  color: #FFF !important;
  margin-top: 10px;
}

#sub-head-toggle-menu, #sub-head-menu a {
  padding: 1em 1.5em;
}

#sub-head-menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#sub-head-menu a:hover {
  /*background-color: white;*/
  color: #71e1d2;
}

#sub-head-menu .sub-head-menu-sub-menu {
  display: none;
}

#sub-head-menu .sub-head-menu-sub-menu li{
	margin-right: 0px !important;
}

#sub-head-menu input[type="checkbox"]:checked + .sub-head-menu-sub-menu {
  display: block;
}

#sub-head-menu .sub-head-menu-sub-menu a:hover{
	color: #71e1d2 !important;
}

#sub-head-toggle-menu .sub-head-menu-drop-icon, 
#sub-head-menu li label.sub-head-menu-drop-icon {
  position: absolute;
  right: 0;
  top: 0;
}

#sub-head-menu label.sub-head-menu-drop-icon, #sub-head-toggle-menu span.sub-head-menu-drop-icon {
  padding: 1em;
  font-size: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

@media only screen and (min-width: 1024px) {
  #sub-head-menu .sub-head-menu-main-menu {
    display: block;
  }

  #sub-head-toggle-menu, 
  #sub-head-menu label.sub-head-menu-drop-icon {
    display: none;
  }

  #sub-head-menu ul span.sub-head-menu-drop-icon {
    display: inline-block;
  }

  #sub-head-menu li {
    float: left;
    border-width: 0px;
	margin-right: 30px;
  }

  #sub-head-menu .sub-head-menu-sub-menu li {
    float: none;
  }

  #sub-head-menu .sub-head-menu-sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    z-index: 3000;
  }

  #sub-head-menu .sub-head-menu-sub-menu, 
  #sub-head-menu input[type="checkbox"]:checked + .sub-head-menu-sub-menu {
    display: none;
  }

  #sub-head-menu .sub-head-menu-sub-menu li {
	border-width: 0 0 1px;
	margin-bottom: 10px;
	padding: 10px;
  }

  #sub-head-menu .sub-head-menu-sub-menu .sub-head-menu-sub-menu {
    top: 0;
    left: 100%;
  }

 #sub-head-menu .sub-head-menu-sub-menu .sub-head-menu-drop-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
  }

  #sub-head-menu li:hover > input[type="checkbox"] + .sub-head-menu-sub-menu {
    display: block;
  }
  
  #sub-head-menu a {
	  padding: 0px !important;
  }
}
/* Imran - Added for sub menu */