@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
}
*,
*::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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

[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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):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;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

[role=button] {
  cursor: pointer;
}

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

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

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

@media (min-width: 576px) {
  .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: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.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: 576px) {
  .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: 1200px) {
  .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%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 193, 190, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #65c1be;
  border-color: #65c1be;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #4ab6b2;
  border-color: #46adaa;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #4ab6b2;
  border-color: #46adaa;
  box-shadow: 0 0 0 0.2rem rgba(91, 170, 168, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #65c1be;
  border-color: #65c1be;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #46adaa;
  border-color: #42a4a1;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 170, 168, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #002b4f;
  border-color: #002b4f;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #001629;
  border-color: #000f1c;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #001629;
  border-color: #000f1c;
  box-shadow: 0 0 0 0.2rem rgba(38, 75, 105, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #002b4f;
  border-color: #002b4f;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #000f1c;
  border-color: #00080f;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 75, 105, 0.5);
}

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

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

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

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

.btn-light {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-light:hover {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 218, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #d9d9d9;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 218, 0.5);
}

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

.btn-outline-primary {
  color: #65c1be;
  border-color: #65c1be;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #65c1be;
  border-color: #65c1be;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 193, 190, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #65c1be;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #65c1be;
  border-color: #65c1be;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 193, 190, 0.5);
}

.btn-outline-secondary {
  color: #002b4f;
  border-color: #002b4f;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #002b4f;
  border-color: #002b4f;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 43, 79, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #002b4f;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #002b4f;
  border-color: #002b4f;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 43, 79, 0.5);
}

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #434343;
  pointer-events: none;
}

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #434343;
  pointer-events: none;
  cursor: default;
}

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #65c1be;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

header {
  z-index: 9;
  position: relative;
}
header nav .navbar-brand img {
  max-height: 60px;
}
@media (max-width: 767.98px) {
  header nav .navbar-brand img {
    max-height: fit-content;
  }
}
header nav ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
header nav ul li {
  margin: 0 0.25rem;
}
header nav ul li.dropdown:last-child {
  display: inline;
}
header nav ul li.dropdown:last-child .dropdown-menu .dropdown .dropdown-menu {
  left: auto;
  right: 100%;
}
header nav ul li .nav-link {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 0.2rem 0 !important;
  margin-bottom: 3px;
  position: relative;
}
header nav ul li .nav-link:hover::before {
  width: 100%;
}
header nav ul li .nav-link::before {
  transition: all 0.3s ease-in;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2.5px;
  background-color: #65c1be;
}
header nav ul li a {
  color: #002b4f;
  font-weight: 500;
  padding: 0;
  font-size: 0.9rem;
}
header nav ul li a:hover {
  color: #002b4f;
  text-decoration: none;
}
header nav ul li span {
  color: #002b4f;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
}
header nav ul li .dropdown-menu {
  background-color: #65c1be;
  border-radius: 0;
  padding: 0;
  margin-left: 0.5rem;
  position: absolute !important;
}
header nav ul li .dropdown-menu li {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #ffffff;
}
header nav ul li .dropdown-menu li:hover {
  border-bottom: 2px solid #002b4f;
}
header nav ul li .dropdown-menu li a {
  padding: 0.25rem 0.5rem;
  display: block;
  background-color: #65c1be;
}
header nav ul li .dropdown-menu li a:hover {
  background-color: #65c1be;
}
header nav ul li .dropdown-menu li .active {
  background-color: #65c1be;
}
header nav ul li .dropdown-menu .dropdown-menu {
  left: 100%;
  margin: 0px;
  top: -1px;
}
header nav .dropdown {
  padding-right: 10px;
}
header nav .dropdown::after {
  border: solid #002b4f;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 7px;
  right: 2px;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
header nav .dropdown:hover::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 12px;
}
header nav .dropdown .dropdown::after {
  right: 13px;
}
header nav .dropdown:hover > .dropdown-menu {
  display: block;
}
header nav .mobile-top-menu {
  padding: 0.1rem 3rem;
  background-color: #eef4fa;
}
header nav .mobile-top-menu nav {
  margin-left: auto;
}
header nav .mobile-top-menu nav ul li a {
  font-weight: 600;
  font-size: 14px;
}
header nav .desktop-top-menu {
  display: flex;
  justify-content: end;
  padding-right: 15px;
  padding-bottom: 12px;
}
header nav .desktop-top-menu li:last-child {
  display: none;
}
header .support-btn {
  transition: all 0.3s ease-in;
  background-color: #fcbf2c;
  border: 2px solid #fcbf2c;
  color: #002b4f;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  padding: 0.5rem 1rem;
}
header .support-btn:hover {
  background-color: #ffffff;
}
header .navbar {
  padding: 0;
  transition: all 0.2s ease-in;
  animation: FadeIn 1s ease-in forwards;
  display: block;
  z-index: 3;
}
header .sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 30, 80, 0);
}
header .main-menu-nav {
  padding: 1.5rem 1rem;
  background-color: #ffffff;
}

.sticky-header + .featured-banner {
  margin-top: 80px;
}

@media screen and (max-width: 991.98px) {
  header nav .main-menu-nav {
    flex-wrap: nowrap !important;
  }
  header nav .main-menu-nav .main-menu-ul {
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .desktop-top-menu {
    display: none !important;
  }

  .mobile-top-menu {
    display: flex !important;
    text-align: right;
    justify-content: end;
    width: 100%;
  }
}
.featured-banner .view-content.row {
  display: block;
  margin: 0;
}
.featured-banner .hero-banner {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center;
}
.featured-banner .hero-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.8;
  background: #002b4f;
}
.featured-banner .hero-banner .container {
  position: relative;
  z-index: 1;
}
.featured-banner .hero-banner h1 {
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  color: #65c1be;
}
.featured-banner .hero-banner h1 b {
  color: #65c1be;
  display: block;
  font-size: 2.5rem;
}
.featured-banner .hero-banner h3 {
  font-size: 1rem;
  font-weight: 400;
}
.featured-banner .hero-banner p a {
  color: #65c1be;
  font-weight: 600;
}
.featured-banner .hero-banner .btn {
  margin-top: 1.5rem;
  background: #fcbf2c;
  color: #002b4f;
  padding: 8px 20px;
  border-radius: 100px;
  font-weight: 700;
  border: none;
}
@media (max-width: 575.98px) {
  .featured-banner .hero-banner h1 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .featured-banner .hero-banner h1 b {
    font-size: 1.8rem;
  }
  .featured-banner .hero-banner .btn {
    margin-top: 0;
  }
}
.featured-banner .hero-banner.banner-support-page {
  background-image: url("../images/support-and-faqs-banner.jpg");
}
.featured-banner .hero-banner.banner-support-page .content {
  width: 100%;
}
.featured-banner .hero-banner.banner-support-page select {
  height: 35px;
  width: 222px;
  margin-top: 10px;
  border-radius: 100px;
  padding-left: 10px;
}
.featured-banner .hero-banner.banner-support-page .webform-button--next {
  margin-left: 230px;
  margin-top: -92px !important;
}
.featured-banner .hero-banner.banner-support-page .webform-button--previous,
.featured-banner .hero-banner.banner-support-page .webform-button--submit {
  margin-left: 20px;
}
.featured-banner .hero-banner.banner-support-page input,
.featured-banner .hero-banner.banner-support-page textarea {
  background: transparent;
  border: none;
  border-bottom: 2px #002b4f solid;
  border-radius: 0px;
  padding-left: 0px;
  color: #ffffff;
}
.featured-banner .hero-banner.banner-support-page input::placeholder,
.featured-banner .hero-banner.banner-support-page textarea::placeholder {
  color: #ffffff;
}
.featured-banner .hero-banner.banner-support-page input a,
.featured-banner .hero-banner.banner-support-page textarea a {
  color: #65c1be;
}
.featured-banner .hero-banner.banner-support-page .js-form-type-checkbox div {
  color: #ffffff;
  font-size: 14px;
}
.featured-banner .hero-banner.banner-support-page .js-form-type-checkbox div a {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .featured-banner .hero-banner.banner-support-page select {
    display: table;
    margin: 0 auto;
  }
  .featured-banner .hero-banner.banner-support-page .webform-button--next {
    display: table;
    margin: 0 auto !important;
  }
  .featured-banner .hero-banner.banner-support-page .webform-button--previous,
.featured-banner .hero-banner.banner-support-page .webform-button--submit {
    padding: 8px 12px;
  }
}

.main-banner {
  background-color: #002b4f;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.main-banner .banner-body {
  height: 450px;
}
@media (max-width: 991.98px) {
  .main-banner .banner-body {
    height: auto;
  }
  .main-banner .banner-body .right {
    height: auto;
  }
}
.main-banner .banner-body .left {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-banner .banner-body .left .banner-tag {
  border: 1px solid #fcbf2c;
  color: #fcbf2c;
  padding: 2px 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.main-banner .banner-body .right {
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  position: absolute;
  right: 0;
  top: 0;
}
.main-banner .banner-body .right-img {
  padding: 0;
}
.main-banner .banner-body .right-img img {
  object-fit: cover;
  width: 100%;
  height: 450px;
}
.main-banner .banner-body .banner-btn a,
.main-banner .banner-body .banner-btn button {
  transition: all 0.3s ease-in;
  background: #fcbf2c;
  border: 2px solid #fcbf2c;
  color: #002b4f;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  font-weight: 500;
}
.main-banner .banner-body .banner-btn a:hover,
.main-banner .banner-body .banner-btn button:hover {
  background-color: #ffffff;
}
.main-banner .banner-body .banner-btn a.about-info,
.main-banner .banner-body .banner-btn button.about-info {
  background-color: transparent;
  border: none;
  padding: 5px 0;
  font-size: 14px;
  color: #ffffff;
  display: block;
  text-decoration: underline;
}
.main-banner .banner-body .banner-btn a.about-info img,
.main-banner .banner-body .banner-btn button.about-info img {
  height: 20px;
  margin-right: 5px;
}
.main-banner .banner-body .banner-btn form {
  margin-top: 10px;
  position: relative;
}
.main-banner .banner-body .banner-btn form input {
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  min-height: 40px;
}
.main-banner .banner-body .banner-btn form button {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 6px 20px 5px 20px;
}
.main-banner .banner-body .banner-btn .search-panel ul li a {
  background-color: transparent;
  color: #ffffff;
  font-weight: 500;
  padding: 0;
  border: none;
}
.main-banner .banner-body .banner-btn .search-panel ul li a:hover {
  font-weight: 600;
}
.main-banner .banner-body .banner-btn .search-panel ul li:nth-child(2) {
  padding: 0 20px;
}
.main-banner .banner-body .left-news-blog {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: initial;
}
.main-banner .banner-body .left-news-blog::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #eaeef9;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: -1;
}
.main-banner .banner-body .left-news-blog .news-tag {
  background-color: #002b4f;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}
.main-banner .banner-body .left-news-blog h1,
.main-banner .banner-body .left-news-blog h5 {
  color: #002b4f;
}
.main-banner .banner-body .left-news-blog h6 {
  color: rgba(0, 0, 0, 0.5);
}
.main-banner .banner-body .left-news-blog .blog-tag span {
  text-transform: uppercase;
  font-size: 14px;
}
.main-banner .banner-body .left-news-blog .blog-tag span:first-child {
  background-color: #65c1be;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 12px;
}
.main-banner .banner-body .left-news-blog .blog-tag span:last-child {
  border: 2px solid #65c1be;
  color: #002b4f;
  font-weight: 600;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.main-banner .banner-body .img-mobile {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  opacity: 0.1;
}
.main-banner .banner-body .contextual-region {
  position: inherit;
}
.main-banner .left-single {
  height: 400px;
}
.main-banner .left-single .inner {
  position: relative;
  height: 100%;
}
.main-banner .left-single .inner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  width: 54%;
  z-index: -1;
}
.main-banner .left-single .inner img {
  height: 100%;
  width: auto;
  border-radius: 1000px;
  border: 10px solid #002b4f;
}
.main-banner .right-single span {
  margin-bottom: 2px;
}
.main-banner .right-single span img {
  height: 18px;
  width: 18px;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .main-banner .left-single {
    height: auto;
  }
  .main-banner .left-single .inner {
    padding: 1rem 0;
  }
  .main-banner .left-single .inner::after {
    content: none;
  }
  .main-banner .right-single {
    height: auto;
  }
}

.views-infinite-scroll-content-wrapper {
  width: 100%;
}

.support-banner input,
.support-banner input:focus,
.support-banner textarea,
.support-banner textarea:focus {
  background-color: #002b4f;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  box-shadow: none;
}
.support-banner input::placeholder,
.support-banner input:focus::placeholder,
.support-banner textarea::placeholder,
.support-banner textarea:focus::placeholder {
  color: #ffffff;
}
.support-banner input[type=checkbox] {
  border: 1px solid #ffffff;
}
.support-banner .support-topic-select select {
  padding: 10px;
  border-radius: 100px;
}
.support-banner .support-topic-select select::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 23px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  height: 10px;
  width: 10px;
  transition: 0.5s;
}
.support-banner input[type=checkbox] {
  border: 2px solid #ffffff;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
  margin-left: -20px;
}
.support-banner input[type=checkbox]:checked {
  background-color: #ffffff;
}
.support-banner input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #002b4f;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.support-banner small {
  padding-left: 10px;
  display: block;
}
.support-banner .webform-button--previous {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.support-banner .enquiry_support_privacy {
  color: #ffffff;
}
.support-banner .enquiry_support_privacy a {
  color: #ffffff;
  font-weight: 600;
}

.primaryMenu {
  background-color: #65c1be;
  padding: 10px 0;
}
.primaryMenu .navbar-nav {
  flex-direction: inherit;
}
.primaryMenu .navbar-nav li {
  padding-right: 28px;
  list-style: none;
}
.primaryMenu .navbar-nav li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.primaryMenu .navbar-nav li a.is-active, .primaryMenu .navbar-nav li a:hover {
  color: #002b4f;
  text-decoration: none;
}
.primaryMenu .navbar-nav li .dropdown-menu {
  background-color: #002b4f;
  border-radius: 0;
  padding: 10px 15px;
  position: relative;
}
.primaryMenu .navbar-nav li .dropdown-menu li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: none !important;
}
.primaryMenu .navbar-nav li .dropdown-menu li:last-child {
  border: none;
}
.primaryMenu .navbar-nav li .dropdown-menu li a {
  font-weight: 400;
  text-transform: inherit;
  color: #eeeeee;
  background: none !important;
  margin: 0;
}
.primaryMenu .navbar-nav li .dropdown-menu li a:hover {
  background: none !important;
  color: #ffffff;
}
.primaryMenu .navbar-nav li .dropdown-menu li ul {
  left: 100%;
  position: absolute;
  top: 0;
  margin-left: 10px;
}

.line_iconBar {
  display: none;
  border-top: 2px solid #002b4f;
  cursor: pointer;
}
.line_iconBar::before, .line_iconBar::after {
  content: "";
  top: 10px;
  background: #002b4f;
  width: 30px;
  height: 2px;
  margin-top: 6px;
  display: block;
}

.mobile_menu {
  position: fixed;
  background-color: #002b4f;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-width: 320px;
  width: 100%;
  padding: 20px;
  right: -315px;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: 9999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.mobile_menu ul {
  background: none !important;
  border: none !important;
  padding: 0px !important;
  position: relative !important;
  top: 0 !important;
  margin: 0 !important;
  left: 0 !important;
  transform: inherit !important;
}
.mobile_menu ul li {
  background: none !important;
  border-bottom: 0.5px solid rgba(101, 193, 190, 0.3);
  white-space: inherit !important;
}
.mobile_menu ul li:last-child {
  border: none;
}
.mobile_menu ul li a,
.mobile_menu ul li span {
  color: #ffffff;
}
.mobile_menu ul li a:hover,
.mobile_menu ul li span:hover {
  color: #65c1be !important;
}
.mobile_menu ul li ul li {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.mobile_menu ul .dropdown {
  padding-right: 10px;
}
.mobile_menu ul .dropdown::after {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 7px;
  right: 2px;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.mobile_menu ul .dropdown:hover::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 12px;
}
.mobile_menu ul .dropdown .dropdown::after {
  right: 13px;
}
.mobile_menu ul .dropdown:hover > .dropdown-menu {
  display: block;
}
.mobile_menu .close_icon {
  position: relative;
  display: table;
  height: 25px;
  width: 30px;
  cursor: pointer;
  margin: 10px 0;
}
.mobile_menu .close_icon::before, .mobile_menu .close_icon::after {
  content: "";
  position: absolute;
  top: 10px;
  background: #ffffff;
  width: 30px;
  height: 1px;
  display: block;
  transform: rotate(45deg);
}
.mobile_menu .close_icon::before {
  transform: rotate(-45deg);
}
.mobile_menu.show {
  right: 0;
}
.mobile_menu hr {
  border-color: rgba(255, 255, 255, 0.7);
}
.mobile_menu .menu--secondary-navigation .nav {
  display: block;
}
.mobile_menu .menu--secondary-navigation .nav li a {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .line_iconBar {
    display: table;
    order: 1;
  }

  header .navbar .container {
    padding: 0 1rem;
  }

  .primaryMenu,
header .navbar-form {
    display: none;
  }
}
.search-form {
  display: none;
}

.search_panel {
  padding: 0px 0px 20px 0px;
}
.search_panel h2 {
  font-size: 16px;
  font-weight: 700;
}
.search_panel li a:hover {
  font-weight: bold;
}
.search_panel li a::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.search_panel li a {
  color: #002b4f;
  text-decoration: none;
  position: relative;
}
.search_panel li .is-active {
  font-weight: 800;
  border-bottom: 3px #65c1be solid;
}
.search_panel li:nth-child(even) {
  margin: 0 7px;
}
.search_panel li span {
  font-size: 20px;
  line-height: 22px;
}
.search_panel .radio {
  margin-left: 20px;
}
.search_panel form {
  width: 100%;
  position: relative;
  margin: 0;
}
.search_panel form fieldset {
  width: 100%;
  padding: 0;
  flex: auto;
}
.search_panel form .form-control,
.search_panel form .form-submit {
  border: none;
  height: 50px;
}
.search_panel form .form-control {
  box-shadow: none;
  padding: 10px 45px 10px 20px;
  border-radius: 100px;
  margin-bottom: 10px;
  border: 1px #dddddd solid;
}
.search_panel form .form-control::placeholder {
  color: #002b4f;
}
.search_panel form .form-submit {
  background-color: transparent !important;
  position: absolute;
  right: 10px;
  top: 0;
  background-image: url("../images/search.png");
  background-position: center;
  background-repeat: no-repeat;
  min-width: 40px;
  background-size: 25px;
  outline: none;
  font-size: 0px;
  box-shadow: none !important;
}

@media screen and (max-width: 499px) {
  .search_panel li a {
    font-size: 12px;
  }
  .search_panel li:nth-child(even) {
    margin: 0 4px;
  }
}
.mainSection h2 {
  margin-bottom: 25px;
}
.mainSection .col-md-4.col-lg-4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mainSection .tile {
  border-bottom: 5px solid #fcbf2c;
  box-shadow: 0 0 15px rgba(0, 43, 79, 0.22);
  text-align: center;
  height: 100%;
}
.mainSection .tile a {
  padding: 3rem 1rem;
}
.mainSection .tile span {
  display: block;
  font-weight: 800;
  margin-top: 1rem;
  font-size: 1.2rem;
}
.mainSection .tile-second {
  border-bottom: 5px solid #002b4f;
}

.tile {
  background-color: #ffffff;
  position: relative;
}
.tile a {
  height: 100%;
  display: inline-block;
  color: #002b4f;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.tile a:hover {
  transition: 500ms;
  background-color: #002b4f;
  color: #ffffff;
}
.tile a:hover img:nth-child(1) {
  display: none;
}
.tile a:hover img:nth-child(2) {
  display: inline-block;
}
.tile a img {
  max-height: 80px;
  max-width: 100%;
  height: auto;
  width: auto;
}
.tile a img:nth-child(2) {
  display: none;
}

.tile.update {
  text-align: left;
  padding: 20px;
  font-weight: normal;
  height: 300px;
  overflow: auto;
  margin: 10px 0;
}
.tile.update h2 {
  font-weight: 800;
  color: #002b4f;
  font-size: 22px;
  text-transform: inherit;
  border-bottom: 0.5px solid rgba(0, 92, 133, 0.25);
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.tile.update p {
  position: relative;
  bottom: auto;
}

.tile.update p span {
  position: relative;
  left: auto;
  bottom: 0;
}

.tile.update h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

.tile.update a {
  text-decoration: none;
  color: #155171;
}

.tile.update a:hover,
.tile.update a:hover .date,
.tile.update a:hover .time,
.tile.update a:hover h4 {
  text-decoration: none;
  color: #ffffff !important;
}

.tile.update a > div {
  display: table;
  margin-bottom: 10px;
}

.tile.update a > div.announcement {
  background-color: #f0f5f8;
}

.tile.update a > div.news {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.tile.update .preview h4 {
  margin: 10px 0 0px 0;
  color: #65c1be;
  font-size: 16px;
}

.tile.update .preview p {
  font-size: 11px;
}

.tile.update a:not(.btn) {
  padding: 0;
  float: none;
  top: auto;
  bottom: auto;
  min-height: auto;
}

.tile.update a:hover div {
  background-color: #155171;
}

.tile.update a:hover .news {
  background-color: inherit;
}
.tile.update a:hover .news div {
  background-color: inherit;
  color: #155171;
}
.tile.update a:hover .news div h4 {
  color: #155171 !important;
}

.tile.update a:hover {
  background: none;
}

.tile.update span {
  position: relative;
  top: auto;
  bottom: auto;
}

.tile.update .scrollable {
  width: 100%;
  max-height: 275px;
  overflow: auto;
}

.updates-block {
  background: #002b4f;
  padding: 40px 0;
}
.updates-block.featured-bottom {
  background: url(../images/birds-bg.png) no-repeat right;
  background-size: contain;
}
.updates-block.featured-bottom .tiles .update {
  background-color: #f9f9f9;
}
.updates-block h2 {
  font-weight: 800;
  color: #002b4f;
}
.updates-block .d-flex {
  margin-bottom: 25px;
}
.updates-block .d-flex span a {
  padding: 3px 0;
  color: #ffffff;
  margin-left: 15px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}
.updates-block .d-flex span a:hover {
  border-color: #fcbf2c;
}
.updates-block .layout .layout__region div {
  height: 100%;
}
.updates-block .layout .layout__region div div {
  height: auto;
}
.updates-block .layout .layout__region .update {
  height: 100%;
  overflow: auto !important;
}
.updates-block .updates .col-lg-4 .row {
  margin: 0;
}

.workshop-view .view-content.row {
  display: block;
}
.workshop-view .view-content.row div {
  padding: 0px;
}
.workshop-view .view-content.row p {
  margin: 5px 0px;
}
.workshop-view .view-content.row .preview {
  padding: 10px;
}

.feeds-block .view-content.row {
  display: block;
}
.feeds-block .view-content.row .news {
  margin-bottom: 0px;
  padding: 0px 10px;
}
.feeds-block .view-content.row .news p {
  margin-top: 5px;
}
.feeds-block .view-content.row .col-12 {
  padding: 0px;
}

.tile a .announcement {
  display: flex !important;
  border: 2px solid #002b4f;
  height: 100%;
}
.tile a .announcement .date {
  font-weight: 500;
  color: #516370;
  font-size: 0.9rem;
  line-height: 1.5rem;
  padding: 8px 10px;
}
.tile a .announcement .date::after {
  content: "";
  display: block;
  border-bottom: 2px solid #65c1be;
  display: table;
  width: 90%;
}
.tile a .announcement .date span {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0;
}
.tile a .announcement .time {
  font-weight: 500;
  color: #516370;
  font-size: 0.8rem;
  line-height: 1.5rem;
  padding: 3px 0px;
}
.tile a .announcement .time::after {
  content: "";
  display: block;
  display: table;
  width: 90%;
}
.tile a .announcement .time span {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0;
}
.tile a .announcement .preview {
  padding-top: 10px;
  padding-left: 0;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.tile .workshop-view a:hover {
  background: transparent;
  color: #155171;
}
.tile .workshop-view a:hover div {
  background: transparent;
}
.tile .workshop-view a .announcement .date {
  background-color: #002b4f;
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tile .workshop-view a .announcement .date::after {
  display: none;
}
.tile .workshop-view a .announcement .preview .time,
.tile .workshop-view a .announcement .preview h4,
.tile .workshop-view a .announcement .preview h5 {
  font-size: 14px;
  padding-left: 10px;
  color: #002b4f;
  font-weight: 600;
}
.tile .workshop-view a .announcement .preview .time {
  padding: 0 0 5px 10px;
  font-size: 12px;
}
.tile .workshop-view a .announcement .preview h4 {
  font-weight: 700;
}
.tile .workshop-view a .announcement .preview h5 {
  color: #8a1435;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
}
.tile .workshop-view a .announcement .preview .navy {
  color: #002b4f;
}
.tile .workshop-view a .announcement .preview .teal {
  color: #65c1be;
}
.tile .workshop-view a .announcement .preview .burgundy {
  color: #8a1435;
}

.ast-toolkit-tile h2 {
  padding-bottom: 2rem;
}
.ast-toolkit-tile .views-field-nothing,
.ast-toolkit-tile .field-content {
  height: 100%;
  display: block;
}
.ast-toolkit-tile .views-field-nothing .toolkit-tile,
.ast-toolkit-tile .field-content .toolkit-tile {
  border: 3px solid #002b4f;
  height: 100%;
  margin-bottom: 20px;
}
.ast-toolkit-tile .views-field-nothing .toolkit-tile.tile-primary,
.ast-toolkit-tile .field-content .toolkit-tile.tile-primary {
  border: 3px solid #65c1be;
}
.ast-toolkit-tile .views-field-nothing .toolkit-tile.tile-primary span,
.ast-toolkit-tile .field-content .toolkit-tile.tile-primary span {
  background: #65c1be;
}
.ast-toolkit-tile .views-field-nothing .toolkit-tile div,
.ast-toolkit-tile .field-content .toolkit-tile div {
  background: #ffffff;
  height: 100%;
}
.ast-toolkit-tile .views-field-nothing .toolkit-tile div a,
.ast-toolkit-tile .field-content .toolkit-tile div a {
  color: #000000;
  text-decoration: none;
}
.ast-toolkit-tile .views-field-nothing .toolkit-tile div img,
.ast-toolkit-tile .field-content .toolkit-tile div img {
  height: 20px;
}
.ast-toolkit-tile .views-field-nothing .toolkit-tile span,
.ast-toolkit-tile .field-content .toolkit-tile span {
  background: #002b4f;
  color: #ffffff;
  font-weight: 500;
}

footer {
  padding: 0px 0 15px 0;
  background-color: #002b4f;
  color: #ffffff;
  position: relative;
}
footer .block-menu,
footer .block {
  padding: 10px 0px 0px 0px !important;
}
footer h6 {
  font-weight: 600;
  padding-top: 8px;
}
footer p {
  margin-top: 0 !important;
  font-size: 14px;
  word-break: break-all;
}
footer .footer-logo-social .footer-logo {
  max-height: 40px;
}
footer .footer-logo-social .social-block p {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
footer .footer-logo-social .social-block ul {
  display: flex;
}
footer .footer-logo-social .social-block ul li {
  margin-right: 0.5rem;
}
footer .footer-logo-social .social-block ul li a {
  text-indent: inherit;
  border: none;
  padding: 0;
}
footer .footer-logo-social .social-block ul li a img {
  height: 1.5rem;
}
footer .footer-logo-social .social-block ul li a:hover {
  background-color: transparent;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer #footer_links {
  padding: 10px 0 20px;
  margin: 20px 0;
}
footer #footer_links li {
  display: block;
  width: 100%;
}
footer #footer_links li a {
  font-weight: 600;
  padding: 6px 0;
  transition: all 0.3s ease-in;
  position: relative;
  display: inline-flex;
}
footer #footer_links li a:hover::after {
  width: 100%;
}
footer #footer_links li a::after {
  transition: all 0.3s ease-in;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #fcbf2c;
}
footer #footer_links .contact li a {
  font-weight: normal;
  text-indent: initial;
  font-size: 14px;
  border: 0;
}
footer #footer_links .contact li a:hover {
  background-color: transparent;
}
footer .copyright-text p {
  margin-bottom: 0;
}

#block-social-media-footer p {
  margin: 0;
  font-weight: 500;
}
#block-social-media-footer p span {
  margin-top: 12px;
}
#block-social-media-footer ul#social_icons {
  list-style: none;
  display: flex;
}
#block-social-media-footer ul#social_icons li {
  margin-left: 15px;
}
#block-social-media-footer ul#social_icons li a img {
  max-height: 25px;
  max-width: 25px;
}

.simplenews-subscriber-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.simplenews-subscriber-form h2 {
  border: none;
  text-transform: inherit;
  font-weight: 700;
  width: 165px;
}
.simplenews-subscriber-form label.form-required,
.simplenews-subscriber-form .description {
  display: none;
}
.simplenews-subscriber-form .form-group {
  margin-bottom: 0;
}
.simplenews-subscriber-form form {
  padding: 6px 6px 6px 10px;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #dddddd;
  display: flex;
  max-width: 450px;
}
.simplenews-subscriber-form form .form-control {
  border: none;
  height: 35px;
  outline: none;
}
.simplenews-subscriber-form form .btn {
  background: #002b4f;
  border: none;
  color: #ffffff;
  font-size: 14px;
}

.supportBtn {
  background: #65c1be;
  color: #ffffff;
  position: fixed;
  right: -42px;
  top: 35%;
  z-index: 999;
  transform: rotate(-90deg);
  display: block;
  padding: 7px 20px;
  font-weight: 400;
  text-decoration: none !important;
}
.supportBtn:hover {
  color: #002b4f;
}

#backtotop {
  height: 55px;
  width: 55px;
  background-size: contain;
  background: url(../images/backtotop.png) no-repeat center center !important;
}

@media (max-width: 1199.98px) {
  footer {
    padding: 25px 0;
  }

  #block-social-media-footer p span {
    float: none !important;
    margin: 0;
  }
  #block-social-media-footer ul#social_icons li {
    margin-left: 0;
    margin-right: 10px;
  }

  .simplenews-subscriber-form {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    justify-content: start;
  }
  .simplenews-subscriber-form h2 {
    width: auto;
  }
}
@media (max-width: 575.98px) {
  #block-social-media-footer,
.simplenews-subscriber-form {
    padding-left: 125px;
    flex-basis: 100%;
  }

  #footer_links .col {
    flex-basis: 50%;
    max-width: 100%;
    padding: 3px;
    margin-bottom: 15px;
  }
  #footer_links .col a,
#footer_links .col p {
    font-size: 13px;
  }

  .supportBtn {
    right: -32px;
    top: 30%;
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer .block-menu,
footer .block {
    padding: 35px 0px 0px 0px !important;
    text-align: center;
  }
  footer .block-menu div,
footer .block-menu ul,
footer .block div,
footer .block ul {
    display: block !important;
  }
  footer .block-menu .social-block,
footer .block .social-block {
    margin-top: 20px;
  }
  footer #footer_links li a {
    padding: 3px 0;
  }
}
@media (max-width: 450px) {
  #block-footer-logo {
    position: relative;
    margin: 0 auto;
  }

  #block-social-media-footer,
.simplenews-subscriber-form {
    padding-left: 0px;
  }

  #block-social-media-footer .text-formatted {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  #block-social-media-footer .text-formatted p {
    padding-right: 15px;
  }
}
h1.title {
  color: #002b4f;
  font-weight: 800;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  h1.title {
    font-size: 1.5rem;
  }
}

.views-field-body {
  padding: 15px 0;
}
.views-field-body h4 {
  color: #002b4f;
  font-weight: 800;
  font-size: 18px;
  padding: 15px 0px;
}

.page-content {
  padding: 15px 0;
}
.page-content .question {
  color: #002b4f;
  font-weight: 600;
  padding: 15px 0px;
}
.page-content .answer,
.page-content .content {
  color: #434343;
}
.page-content th {
  background-color: #f0f5f8;
  color: #002b4f;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-top: 3px solid #002b4f;
}
.page-content .btn-container {
  text-align: center;
}
.page-content .btn-yellow {
  background: #fcbf2c;
  color: #002b4f;
  padding: 8px 20px;
  border-radius: 0;
  font-weight: 700;
}
.page-content tbody:nth-child(even) {
  background: #ffffff !important;
}
.page-content td {
  text-align: center;
  padding: 10px;
}
.page-content .main-heading {
  color: #002b4f;
  font-weight: 800;
  font-size: 26px;
  padding: 15px 0px;
}
.page-content .sub-heading {
  color: #002b4f;
  font-weight: 800;
  font-size: 18px;
  padding: 15px 0px;
}
.page-content .tutors-heading {
  padding: 14px 29.3px 13px 22px;
  background-color: #002b4f;
  color: #ffffff;
}
.page-content .tutor-card-container {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 30%;
  justify-content: space-between;
}
.page-content .tutor-card {
  margin-top: 2%;
  width: 49%;
  min-height: 300px;
  background: #ffffff;
  padding: 25px;
}
.page-content .tutor-name {
  color: #002b4f;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.page-content .tutor-title {
  width: 100%;
  text-align: center;
}
.page-content .tutor-description {
  margin: 20px 0px;
}
.page-content .steps {
  display: flex;
  justify-content: space-between;
  margin: 40px 0px 90px 0px;
}
.page-content .step-separator {
  border-bottom: 2px solid #002b4f;
  width: 16%;
  margin-bottom: 55px;
}
.page-content .step-text {
  width: 110px;
  text-align: center;
  color: #002b4f;
  font-weight: 600;
  position: absolute;
}
.page-content .video img {
  width: 100%;
}
.page-content .video-heading {
  background-color: #cccccc;
  padding: 10px;
  color: #00637d;
  font-weight: 600;
  opacity: 0.8;
}
.page-content a {
  color: #002b4f;
  font-weight: 600;
}

.main-content-view .row {
  margin: 0;
}

#home-page-modal .modal-content {
  padding: 10px;
  background: url(../images/modal_image.png) no-repeat;
  background-size: cover;
}
#home-page-modal .modal-content .modal-body {
  border: 5px solid #002b4f;
  padding: 25px;
}
#home-page-modal .modal-content .modal-body .close {
  color: #002b4f;
  font-weight: 400;
  font-size: 40px;
  opacity: 1;
  right: 8px;
  top: 0px;
  position: absolute;
}
#home-page-modal .modal-content .modal-body h2 {
  text-transform: inherit;
  font-size: 28px;
}
#home-page-modal .modal-content .modal-body h2 span {
  font-size: 24px;
}
#home-page-modal .modal-content .modal-body .btn {
  margin-top: 0.5rem;
  background: #fcbf2c;
  color: #002b4f;
  padding: 4px 20px;
  border-radius: 0;
  font-weight: 700;
}
#home-page-modal .modal-content .modal-body p {
  font-weight: 500;
  margin: 0;
  color: #002b4f;
  font-size: 14px;
}
#home-page-modal .modal-content .modal-body p img {
  max-height: 200px;
}

.guidance-content .container {
  background: #ffffff;
  padding: 30px 20px;
}
.guidance-content .item-content {
  padding: 20px;
}
.guidance-content .item {
  margin-bottom: 10px;
}
.guidance-content .item-header .btn-link {
  color: #002b4f;
  position: relative;
  text-align: left;
  box-shadow: none !important;
  outline: none !important;
  width: 100%;
  background-color: rgba(101, 193, 190, 0.4);
  height: 45px;
  text-decoration: none !important;
}
.guidance-content .item-header .btn-link::after {
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 24px;
  font-weight: 400;
  top: 5px;
}
.guidance-content .item-header .btn-link[aria-expanded=true] {
  background-color: rgba(101, 193, 190, 0.4);
}
.guidance-content .item-header .btn-link[aria-expanded=true]::after {
  content: "-";
}
.guidance-content .know-more {
  margin-top: 1.5rem;
  background: #ef7a79;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 0;
  font-weight: 700;
}

.academic-tutor .row {
  margin: 0;
}
.academic-tutor .tutor-card {
  padding-right: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 3.5rem;
  position: relative;
}
.academic-tutor .tutor-card::before {
  content: "";
  position: absolute;
  background: url(../images/bg-pattern.png) repeat;
  bottom: 0;
  height: 68%;
  width: 96%;
  right: 0;
}
.academic-tutor .tutor-card .media {
  position: relative;
  z-index: 1;
}
.academic-tutor .tutor-card .media .media-body p {
  background: url(../images/quote-icon.png) left top 5px no-repeat, url(../quote-icon.png) right bottom no-repeat;
  background-size: 30px;
  padding: 0 50px;
  margin: 0;
}
.academic-tutor .tutor-card .media .media-body h5 {
  color: #002b4f;
  font-weight: 800;
  font-size: 1.2rem;
  padding: 0 50px;
  margin-top: 1rem;
}
.academic-tutor .tutor-card .media .media-body h5 span {
  display: table;
  font-size: 0.85rem;
}
@media (max-width: 575.98px) {
  .academic-tutor .tutor-card {
    padding-right: 1rem;
    padding-bottom: 0.1rem;
    margin-bottom: 1rem;
  }
  .academic-tutor .tutor-card .media {
    flex-wrap: wrap;
  }
  .academic-tutor .tutor-card .media .media-body {
    margin-left: 0 !important;
    flex-basis: 100%;
    margin-top: 15px;
  }
  .academic-tutor .tutor-card .media .media-body p {
    background-size: 15px;
    padding: 0 25px;
  }
}

.academic-skill-tutor-main h1 {
  font-weight: 800;
  color: #002b4f;
}
.academic-skill-tutor-main .content {
  color: #002b4f;
}

.sidebar_first .row,
.sidebar_second .row {
  margin: 0;
}
.sidebar_first .block,
.sidebar_second .block {
  border-width: 0px;
  margin: 0 0 20px;
  padding: 0;
}
.sidebar_first .block h2,
.sidebar_second .block h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #002b4f;
  border-bottom: 0px;
}
.sidebar_first .block h4,
.sidebar_second .block h4 {
  padding: 5px 0;
  font-size: 1rem;
  color: #002b4f;
  font-weight: 600;
}
.sidebar_first .twitter-block,
.sidebar_second .twitter-block {
  height: 240vh;
  overflow-y: auto;
}
.sidebar_first .blocked-images-card div,
.sidebar_first .blocked-images-card img,
.sidebar_second .blocked-images-card div,
.sidebar_second .blocked-images-card img {
  width: 100%;
  height: auto;
}
.sidebar_first .blocked-images-card .views-row,
.sidebar_second .blocked-images-card .views-row {
  margin-bottom: 20px;
}

.blocked-content-left .blocked-content {
  background: #ffffff;
  min-width: 100%;
  padding: 25px 20px 15px 20px;
  margin: 0 0 20px 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 575.98px) {
  .blocked-content-left .blocked-content .media {
    flex-wrap: wrap;
  }
  .blocked-content-left .blocked-content .media .media-body {
    margin-right: 0 !important;
    order: 1;
    flex-basis: 100%;
  }
  .blocked-content-left .blocked-content .media .p-3 {
    order: 0;
    padding: 2px !important;
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .view-twitter-page-block .view-content,
.view-twitter-page-block .views-row {
    width: 100%;
  }
}
/* Book page css */
.books-view-carousel .view-content.row {
  margin: 0;
}
.books-view-carousel h3 {
  color: #65c1be;
  font-weight: 800;
  padding-right: 100px;
}
.books-view-carousel .owl-item {
  min-height: auto;
}
.books-view-carousel .book-container {
  padding: 0 20px;
}
.books-view-carousel .book-container a {
  display: block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.books-view-carousel .book-container a h4 {
  margin: 10px 0 0;
  color: #002b4f;
  font-size: 13px;
}
.books-view-carousel .book-container a:hover {
  opacity: 0.9;
  text-decoration: none;
}
.books-view-carousel .book-container .book-tag {
  position: relative;
  background: #65c1be;
  color: #ffffff;
  display: table;
  margin: 10px auto;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 4px;
}
.books-view-carousel .book-container .book-tag:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(101, 193, 190, 0);
  border-left-color: #65c1be;
  border-width: 5px;
  margin-top: -5px;
}
.books-view-carousel .owl-slider-wrapper {
  margin: 0 0 40px 0;
}
.books-view-carousel .owl-wrapper-outer, .books-view-carousel .owl-stage-outer {
  margin: 20px 0 0 0;
}
.books-view-carousel .owl-controls, .books-view-carousel .owl-nav {
  margin-top: 0;
  text-align: center;
  position: absolute;
  top: -35px;
  right: 15px;
}
.books-view-carousel .owl-controls .owl-buttons:focus, .books-view-carousel .owl-controls button:focus, .books-view-carousel .owl-nav .owl-buttons:focus, .books-view-carousel .owl-nav button:focus {
  outline: none;
}
.books-view-carousel .owl-controls .owl-buttons.owl-prev:hover, .books-view-carousel .owl-controls .owl-buttons.owl-next:hover, .books-view-carousel .owl-controls button.owl-prev:hover, .books-view-carousel .owl-controls button.owl-next:hover, .books-view-carousel .owl-nav .owl-buttons.owl-prev:hover, .books-view-carousel .owl-nav .owl-buttons.owl-next:hover, .books-view-carousel .owl-nav button.owl-prev:hover, .books-view-carousel .owl-nav button.owl-next:hover {
  background-color: transparent;
}
.books-view-carousel .owl-controls .owl-buttons div, .books-view-carousel .owl-controls .owl-buttons span, .books-view-carousel .owl-controls button div, .books-view-carousel .owl-controls button span, .books-view-carousel .owl-nav .owl-buttons div, .books-view-carousel .owl-nav .owl-buttons span, .books-view-carousel .owl-nav button div, .books-view-carousel .owl-nav button span {
  background: #65c1be;
  color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 35px;
  font-size: 30px;
  padding: 0;
  line-height: 26px;
  display: block;
}

.blog-main-col .view-filters .form-submit {
  background-color: #65c1be;
  border: none;
}
.blog-main-col .view-content.row {
  margin-left: -10px;
}
.blog-main-col .view-content .views-row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin: 15px 0;
}
@media (max-width: 650px) {
  .blog-main-col .view-content .views-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog-main-col .view-content .views-row div {
  height: 100%;
}
.blog-main-col .view-content .views-row .blog-card {
  background: #ffffff;
  color: #3f4952;
}
.blog-main-col .view-content .views-row .blog-card .p-3 {
  height: auto;
}
.blog-main-col .view-content .views-row .blog-card a {
  transition: all 0.3s ease-in-out;
}
.blog-main-col .view-content .views-row .blog-card a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.blog-main-col .view-content .views-row .blog-card img {
  width: 100%;
  height: auto;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
.blog-main-col .view-content .views-row .blog-card h4 {
  padding: 0;
  margin-bottom: 5px;
}
.blog-main-col .view-content .views-row .blog-card h4 a {
  font-size: 18px;
  font-weight: bold;
  color: #002b4f;
  margin: 0 0 5px;
  word-break: break-all;
}
.blog-main-col .view-content .views-row .blog-card h6 {
  margin-bottom: 5px;
  font-weight: 700;
}
.blog-main-col .view-content .views-row .blog-card h6 a {
  font-size: 13px;
  color: #65c1be;
}
.blog-main-col .view-content .views-row .blog-card span {
  font-size: 11px;
}
.blog-main-col .view-content .views-row .blog-card p {
  margin: 10px 0;
}
.blog-main-col .view-content .views-row .blog-card .btn-link {
  color: #3f4952;
  font-weight: 700;
}
.blog-main-col .view-content .views-row .blog-card .btn-link::after {
  content: "→";
  margin-left: 3px;
}
.blog-main-col .view-content .views-row .blog-card .btn-link:hover {
  color: #65c1be;
}
.blog-main-col .view-content .views-row .blog-card .block-social-media {
  margin-bottom: 0;
}
.blog-main-col .view-content .views-row .blog-card .block-social-media .social-media-sharing {
  margin-right: 5px;
}
.blog-main-col .view-content .views-row .blog-card .block-social-media .social-media-sharing a img {
  box-shadow: none;
  width: 25px;
}

.sidebar_second .search-blog-block {
  margin-bottom: 0;
}
.sidebar_second .search-blog-block .search-container input {
  border: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  width: 100%;
  padding: 10px;
}
.sidebar_second .browse-blog-category a {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 10px;
  background-color: #002b4f;
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.sidebar_second .browse-blog-category a:hover {
  background-color: #65c1be;
  text-decoration: none;
}
.sidebar_second .recent-blogs {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 15px;
}
.sidebar_second .recent-blogs .views-row {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
}
.sidebar_second .recent-blogs .views-row:last-child {
  border: none;
}
.sidebar_second .recent-blogs .views-row a {
  color: #3f4952;
  transition: all 0.3s ease-in-out;
}
.sidebar_second .recent-blogs .views-row a:hover {
  color: #65c1be;
  text-decoration: none;
}
.sidebar_second .recent-blogs .views-row h6 {
  margin-bottom: 5px !important;
}
.sidebar_second .recent-blogs .views-row small {
  color: #ef7a79;
}
.sidebar_second .recent-blogs .view-header h2 {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.blog-category-page {
  margin-top: 20px;
}
.blog-category-page .category-row {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px 0;
}
@media (max-width: 650px) {
  .blog-category-page .category-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog-category-page .category-row .tile {
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
  text-align: center;
  padding: 20px 10px;
}
.blog-category-page .category-row .tile:hover {
  opacity: 0.9;
}
.blog-category-page .category-row .tile a {
  display: block;
  padding: 0;
  background-color: #ffffff !important;
  color: #002b4f !important;
}
.blog-category-page .category-row .tile a img {
  height: auto;
  display: table !important;
  margin: 0 auto;
  max-height: 150px;
}

article.node--type-article .field--name-field-blog-categories {
  margin: 5px 0 10px;
}
article.node--type-article .field--name-field-blog-categories a {
  background: #65c1be;
  color: #ffffff;
  padding: 5px;
  font-weight: 500;
}
article.node--type-article .field--name-field-social-sharing-image img {
  width: 100%;
  height: auto;
  margin: 10px 0px 20px 0px;
}

.atozpage .view-filters {
  margin: 15px 0 5px;
}
.atozpage .view-filters fieldset.js-form-item.form-group {
  width: 70%;
  margin: 0;
}
.atozpage .view-filters fieldset.js-form-item.form-group.js-form-type-select {
  width: 30%;
}
.atozpage .view-filters fieldset.js-form-item.form-group label {
  display: none;
}
.atozpage .view-filters fieldset.js-form-item.form-group .form-control {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 0;
  height: calc(1.5em + 0.75rem + 10px);
}
.atozpage .view-filters fieldset.js-form-item.form-group .form-select {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 0;
  height: 135px;
}
.atozpage .view-filters .a-z-search-filter select,
.atozpage .view-filters .a-z-search-filter input {
  width: 100%;
  max-height: 135px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 0;
  border: none;
  padding: 0.375rem 0.75rem;
  color: #3f4952;
}
.atozpage .view-filters .a-z-search-filter input {
  height: 48px;
}
.atozpage .view-filters .a-z-search-filter select {
  max-height: 135px;
}
.atozpage .view-content.a-z-grid h3 {
  margin-top: 70px;
  margin-bottom: 30px;
  width: 100%;
  margin-left: 15px;
}
.atozpage .view-content.a-z-grid h3 span {
  background-color: #002b4f;
  color: white;
  font-size: 3rem;
  padding: 0 10px;
}
.atozpage .view-content .az-data-results .views-field {
  border: 2px solid #002b4f;
  padding: 20px 15px;
  background-color: white;
  height: 100%;
}
.atozpage .view-content .az-data-results .media {
  align-items: center;
  color: #3f4952;
}
.atozpage .view-content .az-data-results .media .media-body h2 {
  font-size: 20px;
  margin: 0;
}
.atozpage .view-content .az-data-results .media .media-body h2 a {
  color: #002b4f;
  text-decoration: none;
}
.atozpage .view-content .az-data-results .media .media-body .item-list {
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.atozpage .view-content .az-data-results .media .media-body .item-list ul {
  display: block;
}
.atozpage .view-content .az-data-results .media .media-body .item-list ul li {
  display: inline;
  border: none;
  color: #002b4f;
  position: relative;
  padding-left: 18px;
}
.atozpage .view-content .az-data-results .media .media-body .item-list ul li::before {
  content: "";
  position: absolute;
  background-color: #002b4f;
  left: 1px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
}
.atozpage .view-content .az-data-results .media .media-body .item-list ul li:first-child {
  padding-left: 0;
}
.atozpage .view-content .az-data-results .media .media-body .item-list ul li:first-child::before {
  display: none;
}
.atozpage .view-content .az-data-results .media .media-body p {
  margin: 5px 0;
  padding-top: 1rem;
}
.atozpage .view-content .az-data-results .media .media-body .btn {
  background-color: #fcbf2c;
  color: #002b4f;
  border-radius: 0;
  padding: 3px 15px;
  font-weight: 500;
  font-size: 14px;
}
.atozpage .view-content .az-data-results .media .popup_main {
  position: relative;
  width: 100px;
}
.atozpage .view-content .az-data-results .media .popup_main .open_popup {
  padding: 0 10px;
  display: block;
  text-align: center;
}
.atozpage .view-content .az-data-results .media .popup_main .open_popup img {
  width: auto;
  height: 50px;
}
.atozpage .view-content .az-data-results .media .popup_main .popup_body {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
}
.atozpage .view-content .az-data-results .media .popup_main .popup_body.popup_body_show {
  display: block;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
}
.atozpage .view-content .az-data-results .media .popup_main .popup_body .popup_contain {
  position: relative;
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-top: 3px solid #8a1435;
  min-width: 300px;
  max-width: 34%;
  padding: 5px 20px 10px;
}
.atozpage .view-content .az-data-results .media .popup_main .popup_body .popup_contain h6 a {
  color: #8a1435;
}
.atozpage .view-content .az-data-results .media .popup_main .popup_body .popup_contain .btn {
  font-size: 11px;
  border-radius: 0;
  font-weight: 500;
  padding: 3px 10px;
  margin-right: 5px;
}
.atozpage .view-content .az-data-results .media .popup_main .popup_body .popup_contain .btn.btn-f {
  background-color: #65c1be;
  color: #002b4f;
}
.atozpage .view-content .az-data-results .media .popup_main .popup_body .popup_contain .btn.btn-s {
  background-color: #002b4f;
  color: #ffffff;
}
.atozpage .view-content .az-data-results .media .popup_main .popup_body .popup_contain .popup_close {
  position: absolute;
  right: 5px;
  top: -2px;
  font-weight: 700;
  color: #8a1435;
  cursor: pointer;
}
.atozpage .view-a-to-z {
  display: flex;
  font-weight: 600;
}
.atozpage .view-a-to-z .a-z-grid {
  display: block;
}
.atozpage .view-a-to-z a {
  color: #002b4f;
  font-size: 20px;
}
.atozpage .view-a-to-z .views-summary {
  position: relative;
  padding: 0 18px;
}
.atozpage .view-a-to-z .views-summary::before {
  content: "";
  position: absolute;
  background-color: #eaeef9;
  width: 3px;
  height: 30px;
  left: 0;
}
.atozpage .view-a-to-z .view-header span {
  display: table;
}
.atozpage .view-a-to-z .view-header .views-summary::before {
  display: none;
}
.atozpage .view-a-to-z .view-content.row {
  padding: 0px;
  box-shadow: none;
  background: none;
  margin: 0;
}
@media (max-width: 575.98px) {
  .atozpage .view-filters fieldset.js-form-item.form-group {
    width: 100%;
  }
  .atozpage .view-filters fieldset.js-form-item.form-group.js-form-type-select {
    width: 100%;
    margin-top: 10px;
  }
  .atozpage .view-a-to-z {
    width: 100%;
    top: 0px;
  }
}

.a-to-z-video .video-embed-field-launch-modal img {
  border-radius: 100px;
  margin-top: -50px;
  margin-left: -25px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 50px !important;
  height: 50px !important;
  display: inline-block !important;
}

.quicktabs-wrapper {
  padding: 0;
}
.quicktabs-wrapper .quicktabs-tabs li {
  border: none;
}
.quicktabs-wrapper .quicktabs-tabs li:nth-child(2) {
  padding: 0 5px;
}
.quicktabs-wrapper .quicktabs-tabs li a {
  border: none;
  color: #002b4f;
  background-color: rgba(101, 193, 190, 0.16);
  border-radius: 5px;
  font-weight: 800;
  padding: 15px 5px;
  transition: all 0.5s ease-in-out;
}
.quicktabs-wrapper .quicktabs-tabs li.active {
  border: none;
  background: none;
}
.quicktabs-wrapper .quicktabs-tabs li.active a {
  background: #fcbf2c;
  color: #002b4f;
}
@media (max-width: 767.98px) {
  .quicktabs-wrapper .quicktabs-tabs {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .quicktabs-wrapper .quicktabs-tabs li {
    display: block !important;
    padding: 0 !important;
    margin: 5px 5px 0 0 !important;
  }
  .quicktabs-wrapper .quicktabs-tabs li a {
    padding: 10px 5px;
    font-size: 0.85rem;
  }
}
.quicktabs-wrapper .view-filters .form-row {
  display: block;
  margin: 0;
}
.quicktabs-wrapper .view-filters .form-row fieldset {
  padding: 0;
}
.quicktabs-wrapper .quicktabs-tabpage {
  padding: 20px 0;
  border: none;
}
.quicktabs-wrapper .quicktabs-tabpage .view-content.row {
  display: block;
  margin: 0;
}
.quicktabs-wrapper .quicktabs-tabpage .panel-group .card {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  color: #002b4f;
}
.quicktabs-wrapper .quicktabs-tabpage .panel-group .card .class-header {
  margin: 5px 0;
}
.quicktabs-wrapper .quicktabs-tabpage .panel-group .card .class-header .btn {
  background-color: rgba(101, 193, 190, 0.15);
  color: #002b4f;
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding: 15px 40px 15px 15px;
  border-radius: 0;
  position: relative;
  text-decoration: none !important;
}
.quicktabs-wrapper .quicktabs-tabpage .panel-group .card .class-header .btn:focus {
  box-shadow: none;
}
.quicktabs-wrapper .quicktabs-tabpage .panel-group .card .class-header .btn::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 30px;
  font-weight: 400;
  top: 4px;
}
.quicktabs-wrapper .quicktabs-tabpage .panel-group .card .class-header .btn[aria-expanded=true] {
  background-color: rgba(101, 193, 190, 0.4);
}
.quicktabs-wrapper .quicktabs-tabpage .panel-group .card .class-header .btn[aria-expanded=true]::after {
  content: "-";
}
.quicktabs-wrapper .quicktabs-tabpage .panel-group .card .card-body {
  padding: 0px 15px;
}
.quicktabs-wrapper .quicktabs-tabpage .faq-contact-block {
  background: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  padding: 20px;
}
.quicktabs-wrapper .quicktabs-tabpage .faq-contact-block p {
  color: #65c1be;
}

.academic-skill-area .image-container {
  border: 1px solid #002b4f;
}
.academic-skill-area .image-container h3 {
  font-weight: 700;
  color: #002b4f;
  font-size: 2rem;
}
.academic-skill-area .image-container .col-md-4 img {
  height: 75px;
  margin-left: auto;
  display: table;
}
.academic-skill-area .image-container .col-md-4 a {
  margin-top: 20px;
  background: #fcbf2c;
  color: #002b4f;
  padding: 8px 20px;
  font-weight: 700;
  display: table;
}
.academic-skill-area .image-container .col-md-7 img {
  width: 100%;
  height: auto;
}
.academic-skill-area .image-container .col-md-12 a {
  background: #fcbf2c;
  color: #002b4f;
  font-weight: 700;
}

.alumni-block {
  background: #ffffff;
  min-width: 100%;
  padding: 15px 20px !important;
  margin: 0 0 20px 0 !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.alumni-block .alumni-view .view-content.row {
  margin: 0;
}
.alumni-block .alumni-view .views-view-grid {
  padding: 0;
}
.alumni-block .alumni-view .row .col-md-4 {
  text-align: center;
  margin-bottom: 40px;
}
.alumni-block .alumni-view .row .col-md-4 img {
  width: 100%;
  height: auto;
  border-bottom: 5px solid #fcbf2c;
  box-shadow: 0 0 15px 0 rgba(0, 43, 79, 0.22);
}
.alumni-block .alumni-view .row .col-md-4 .views-field-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #002b4f;
}
.alumni-block .alumni-view .row .col-md-4 .link-title {
  display: none;
}
.alumni-block .alumni-view .row .col-md-4 .link-url a {
  color: #434343;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .blog-main-col .form-row {
    flex-wrap: inherit;
    margin: 0;
  }
  .blog-main-col .form-row fieldset {
    padding: 0;
  }
}
.newsletter-card-main {
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.newsletter-card-main h4 {
  color: #ef7a79;
  font-weight: 700;
}
.newsletter-card-main img {
  max-width: 100%;
}

.subscribe-form-content {
  margin-top: -24%;
  margin-left: auto;
  max-width: 50%;
  margin-bottom: 16%;
  position: relative;
  z-index: 1;
  margin-right: 14%;
}
.subscribe-form-content h2 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  flex-basis: 100%;
}
.subscribe-form-content .content {
  flex-basis: 100%;
}
.subscribe-form-content form {
  box-shadow: none;
  max-width: inherit;
  display: block;
  border: none;
  padding: 0;
}
.subscribe-form-content form input {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
  margin: 0.5rem 0;
  border: 1px solid #dddddd !important;
}
.subscribe-form-content form .btn {
  width: 100%;
  background-color: #ef7a79;
}
@media (max-width: 991.98px) {
  .subscribe-form-content {
    margin: 0;
    max-width: 100%;
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1rem;
  }
}

.simplenews-confirm-add {
  margin-top: 1rem;
}
.simplenews-confirm-add .button--primary {
  border-radius: 5px;
  padding: 8px 20px;
  border: none;
  margin-right: 0.5rem;
  background: #fcbf2c;
  color: #002b4f;
}
.simplenews-confirm-add #edit-cancel {
  color: #002b4f;
}

.side-blog-list .media-body h6 {
  font-size: 0.9rem;
}
.side-blog-list .imgthumb {
  width: 80px;
}
.side-blog-list .imgthumb img {
  width: 100% !important;
  height: auto;
}

.node--type-news .field--name-field-news-image img {
  width: 100%;
  height: auto;
  margin: 10px 0 20px;
}
.node--type-news .library-news-link a {
  background: #65c1be;
  color: #ffffff;
  padding: 5px;
  font-weight: 500;
  margin-top: 10px;
}

.simplenews-subscriber-page-form {
  display: block;
}
.simplenews-subscriber-page-form .form-actions {
  margin: 20px 0;
}
.simplenews-subscriber-page-form .form-actions .btn {
  margin-right: 0.5rem;
  background: #ef7a79;
  color: #ffffff;
  border: none;
}
.simplenews-subscriber-page-form .form-actions .btn:first-child {
  background: #fcbf2c;
  color: #002b4f;
}
.simplenews-subscriber-page-form .form-email {
  max-width: 580px;
  margin: 20px 0;
}

.blog-new-icon {
  width: 25px;
}

.about-us-block .row {
  margin: 0;
}
.about-us-block .row .blocked-content {
  margin-bottom: 20px;
  border-radius: 15px;
}
.about-us-block .row .blocked-content:nth-child(3), .about-us-block .row .blocked-content:nth-child(4), .about-us-block .row .blocked-content:nth-child(5) {
  width: 32%;
  flex-basis: 32%;
  min-width: 32%;
  padding: 0;
  color: #002b4f;
}
.about-us-block .row .blocked-content:nth-child(3) img, .about-us-block .row .blocked-content:nth-child(4) img, .about-us-block .row .blocked-content:nth-child(5) img {
  width: 100%;
  height: 320px;
}
.about-us-block .row .blocked-content:nth-child(3) .field-content, .about-us-block .row .blocked-content:nth-child(4) .field-content, .about-us-block .row .blocked-content:nth-child(5) .field-content {
  height: 100%;
}
.about-us-block .row .blocked-content:nth-child(3) div, .about-us-block .row .blocked-content:nth-child(4) div, .about-us-block .row .blocked-content:nth-child(5) div {
  height: 100%;
  padding: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.about-us-block .row .blocked-content:nth-child(3) div h4, .about-us-block .row .blocked-content:nth-child(4) div h4, .about-us-block .row .blocked-content:nth-child(5) div h4 {
  background-color: #002b4f;
  color: #ffffff;
  padding: 21px 10px;
  font-size: 20px;
  min-height: 70px;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
}
.about-us-block .row .blocked-content:nth-child(3) div h5, .about-us-block .row .blocked-content:nth-child(4) div h5, .about-us-block .row .blocked-content:nth-child(5) div h5 {
  font-weight: 700;
  padding: 20px 0px 0px 20px;
}
.about-us-block .row .blocked-content:nth-child(3) div p, .about-us-block .row .blocked-content:nth-child(4) div p, .about-us-block .row .blocked-content:nth-child(5) div p {
  padding: 0px 20px 0px 20px;
  color: #002b4f;
}
.about-us-block .row .blocked-content:nth-child(3) div .meet-card-content, .about-us-block .row .blocked-content:nth-child(4) div .meet-card-content, .about-us-block .row .blocked-content:nth-child(5) div .meet-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 70px);
}
.about-us-block .row .blocked-content:nth-child(3) {
  margin-right: 2%;
}
.about-us-block .row .blocked-content:nth-child(4) {
  margin-right: 2%;
}
.about-us-block .row .blocked-content h4 {
  color: #002b4f;
  font-weight: 700;
  margin-bottom: 8px;
}
.about-us-block .row .blocked-content a {
  color: #002b4f;
  font-weight: 600;
  word-wrap: break-word;
}
.about-us-block .row .blocked-content .meet-team-btn {
  background: #fcbf2c;
  color: #002b4f;
  padding: 8px 20px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .about-us-block .row .blocked-content:nth-child(3), .about-us-block .row .blocked-content:nth-child(4), .about-us-block .row .blocked-content:nth-child(5) {
    width: 100%;
    flex-basis: 100%;
    min-width: 100%;
    margin: 20px 0px;
  }
}

.view-arden-team-page .view-content {
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.view-arden-team-page .view-content .tutor-card::before {
  bottom: -1.2rem;
}
.view-arden-team-page .view-content .tutor-card .views-field {
  background: #ffffff;
  padding: 30px 24px 24px 24px;
  box-shadow: 0px 5px 5px #dddddd;
  z-index: 1;
  position: relative;
  height: 100%;
}
.view-arden-team-page .view-content .tutor-card .views-field .tutor-card-header {
  display: flex;
  padding-bottom: 24px;
}
.view-arden-team-page .view-content .tutor-card .views-field .tutor-card-header img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
}
.view-arden-team-page .view-content .tutor-card .views-field .tutor-card-header h2 {
  line-height: 28px;
  margin: 0px 16px 5px;
  text-transform: capitalize;
  font-size: 24px;
}
.view-arden-team-page .view-content .tutor-card .views-field .tutor-card-header h4 {
  margin: 0px 16px 5px;
  font-size: 14px;
}
.view-arden-team-page .view-content .tutor-card .views-field .tutor-card-header h5 {
  margin: 0px 16px 25px;
  font-size: 14px;
}
.view-arden-team-page .view-content .tutor-card .views-field .tutor-card-header h6 {
  margin: 0px 16px 5px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.view-arden-team-page .view-content .tutor-card .views-field .tutor-card-header h6 img {
  height: 18px;
  width: 18px;
  margin-right: 6px;
  border-radius: 0px;
}

@media screen and (max-width: 767px) {
  .steps {
    margin: 20px 0px 40px 0px !important;
  }
  .steps .step-image {
    position: relative;
  }
  .steps .step-image img {
    width: 100%;
  }
  .steps .step-text {
    font-size: 11px;
    width: auto;
  }

  .view-arden-team-page .view-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .view-arden-team-page .view-content .tutor-card-header {
    display: block !important;
  }
  .view-arden-team-page .view-content .tutor-card-header h2,
.view-arden-team-page .view-content .tutor-card-header h4,
.view-arden-team-page .view-content .tutor-card-header h5,
.view-arden-team-page .view-content .tutor-card-header h6 {
    margin: 0px 0px 5px !important;
  }
}
.academic-skills-workshops-schedule {
  padding-top: 10px;
}
.academic-skills-workshops-schedule .view-filters {
  margin-right: -15px;
  margin-left: -15px;
}
.academic-skills-workshops-schedule .view-filters form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.academic-skills-workshops-schedule .view-filters form .view-filters {
  display: flex;
  justify-content: end;
  margin: 0;
}
.academic-skills-workshops-schedule .view-filters form .view-filters div {
  display: flex;
  justify-content: end;
}
.academic-skills-workshops-schedule .view-filters form .view-filters div .js-form-item {
  display: flex;
}
.academic-skills-workshops-schedule .view-filters form .view-filters div .js-form-item:nth-child(2) label {
  visibility: hidden;
  padding-right: 0px;
}
.academic-skills-workshops-schedule .view-filters form .view-filters div .js-form-item:nth-child(2) label:after {
  content: "To";
  visibility: visible;
  position: absolute;
}
.academic-skills-workshops-schedule .view-filters form .view-filters div .js-form-item input {
  border-radius: 25px;
  border-color: #002b4f;
  color: #002b4f;
  background: #fff url(../images/calendar_icon.png) no-repeat calc(100% - 10px);
  background-size: 20px;
  width: 160px;
}
.academic-skills-workshops-schedule .view-filters form .view-filters div .js-form-item input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
.academic-skills-workshops-schedule .view-filters form .view-filters div .js-form-item label {
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.academic-skills-workshops-schedule .view-filters form .view-filters p {
  margin: 0;
}
.academic-skills-workshops-schedule .view-filters form .view-filters .btn {
  background-color: #fcbf2c;
  color: #002b4f;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 20px;
  margin-bottom: 1rem !important;
  margin-left: 15px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .academic-skills-workshops-schedule .view-filters form {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .academic-skills-workshops-schedule .view-filters form {
    display: block;
  }
  .academic-skills-workshops-schedule .view-filters form .view-filters {
    display: block;
    justify-content: end;
  }
  .academic-skills-workshops-schedule .view-filters form .view-filters input {
    font-size: 12px;
    padding: 2px 12px;
    width: 120px;
  }
  .academic-skills-workshops-schedule .view-filters form a {
    display: table;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .academic-skills-workshops-schedule .view-filters .view-filters {
    display: block !important;
  }
  .academic-skills-workshops-schedule .view-filters .view-filters div {
    display: table !important;
    margin: 0 auto;
  }
  .academic-skills-workshops-schedule .view-filters .view-filters div div {
    display: flex !important;
  }
}
.academic-skills-workshops-schedule h2 {
  margin-bottom: 15px;
}
.academic-skills-workshops-schedule .view-content table {
  border-top: 5px solid #002b4f;
}
.academic-skills-workshops-schedule .view-content table tr td,
.academic-skills-workshops-schedule .view-content table tr th {
  border: 1px solid #002b4f;
  text-align: center;
  vertical-align: inherit;
  font-size: 16px;
  font-weight: 500;
}
.academic-skills-workshops-schedule .view-content table tr td:last-child,
.academic-skills-workshops-schedule .view-content table tr th:last-child {
  border-left: none;
}
.academic-skills-workshops-schedule .view-content table tr td:last-child span,
.academic-skills-workshops-schedule .view-content table tr th:last-child span {
  text-align: left;
}
.academic-skills-workshops-schedule .view-content table tr td:last-child a,
.academic-skills-workshops-schedule .view-content table tr th:last-child a {
  margin-left: 15px;
  margin-right: 10px;
}
.academic-skills-workshops-schedule .view-content table tr td:last-child a img,
.academic-skills-workshops-schedule .view-content table tr th:last-child a img {
  width: 22px;
}
.academic-skills-workshops-schedule .view-content table th {
  background-color: #ffffff;
  color: #002b4f;
  font-weight: 800 !important;
}
.academic-skills-workshops-schedule .view-content table tr {
  background: transparent;
}
.academic-skills-workshops-schedule .view-content table tr td:first-child {
  font-weight: 800;
}
.academic-skills-workshops-schedule .view-content table td {
  background-color: #f9f9f9;
}
.academic-skills-workshops-schedule .view-content table td .btn {
  background-color: #fcbf2c;
  color: #002b4f;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 20px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.academic-skills-workshops-schedule .view-content table td.views-field-field-time, .academic-skills-workshops-schedule .view-content table td.views-field-title, .academic-skills-workshops-schedule .view-content table td.views-field-field-link {
  padding: 0;
}
.academic-skills-workshops-schedule .view-content table td.views-field-field-time div, .academic-skills-workshops-schedule .view-content table td.views-field-title div, .academic-skills-workshops-schedule .view-content table td.views-field-field-link div {
  border-top: 1px solid #002b4f;
  padding: 0.75rem;
  height: 70px;
  margin-bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.academic-skills-workshops-schedule .view-content table td.views-field-field-time div:first-child, .academic-skills-workshops-schedule .view-content table td.views-field-title div:first-child, .academic-skills-workshops-schedule .view-content table td.views-field-field-link div:first-child {
  border: none;
}
.academic-skills-workshops-schedule .view-content table td.views-field-field-time div span, .academic-skills-workshops-schedule .view-content table td.views-field-title div span, .academic-skills-workshops-schedule .view-content table td.views-field-field-link div span {
  line-height: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.2rem;
  min-width: 250px;
  width: 100%;
}
.academic-skills-workshops-schedule .view-content table td.views-field-field-time br, .academic-skills-workshops-schedule .view-content table td.views-field-title br, .academic-skills-workshops-schedule .view-content table td.views-field-field-link br {
  display: none;
}
.academic-skills-workshops-schedule .view-content table .views-field-field-workshop-date,
.academic-skills-workshops-schedule .view-content table .views-field-field-workshop-date-1,
.academic-skills-workshops-schedule .view-content table .views-field-field-day,
.academic-skills-workshops-schedule .view-content table .views-field-field-time,
.academic-skills-workshops-schedule .view-content table .views-field-field-link {
  white-space: nowrap;
  display: table-cell;
}

.academic-skills-workshops-panel {
  padding-top: 50px;
}
.academic-skills-workshops-panel .view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.academic-skills-workshops-panel .view-header h2 {
  margin-bottom: 15px;
}
.academic-skills-workshops-panel .view-header a {
  color: #002b4f;
  border: 2px #002b4f solid;
  border-radius: 25px;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 20px;
}
.academic-skills-workshops-panel .view-header a:hover {
  background-color: #002b4f;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .academic-skills-workshops-panel .view-header a {
    padding: 8px 10px;
  }
}
.academic-skills-workshops-panel .view-content .views-row {
  width: 100%;
}
.academic-skills-workshops-panel .view-content .views-row:first-child .ui-accordion-header {
  background-color: #002b4f;
}
.academic-skills-workshops-panel .view-content .views-row:nth-child(2) .ui-accordion-header {
  background-color: #65c1be;
}
.academic-skills-workshops-panel .view-content .views-row:nth-child(3) .ui-accordion-header {
  background-color: #8a1435;
}
.academic-skills-workshops-panel .view-content .views-row:nth-child(4) .ui-accordion-header {
  background-color: #002b4f;
}
.academic-skills-workshops-panel .view-content .views-row .ui-accordion-header {
  background-color: #002b4f;
  color: #ffffff;
  margin-top: 10px;
  border: none;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 0;
}
.academic-skills-workshops-panel .view-content .views-row .ui-accordion-header span {
  background: none;
  float: right;
  margin-top: 0px;
  transform: rotate(270deg);
}
.academic-skills-workshops-panel .view-content .views-row .ui-accordion-header span:before, .academic-skills-workshops-panel .view-content .views-row .ui-accordion-header span:after {
  border-right: 2px solid;
  content: "";
  display: block;
  height: 8px;
  margin-top: -6px;
  position: absolute;
  transform: rotate(135deg);
  right: 10px;
  top: 50%;
  width: 0;
}
.academic-skills-workshops-panel .view-content .views-row .ui-accordion-header span:after {
  margin-top: -1px;
  transform: rotate(45deg);
}
.academic-skills-workshops-panel .view-content .views-row .ui-accordion-header.ui-state-active span {
  transform: rotate(90deg);
  margin-top: 4px;
}
.academic-skills-workshops-panel .view-content .views-row .ui-accordion-content {
  display: grid;
  grid-template-columns: 32% 32.4% 32%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: auto !important;
  padding: 15px 0 0;
  border: 0;
  overflow: inherit;
}
.academic-skills-workshops-panel .view-content .views-row .ui-accordion-content .views-row .views-field {
  height: 100%;
}
.academic-skills-workshops-panel .view-content .views-row .ui-accordion-content .views-row .views-field .field-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.academic-skills-workshops-panel .view-content .views-row .ui-accordion-content .views-row .views-field .field-content .panel-body {
  background-color: #eef4fa;
  padding: 15px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.academic-skills-workshops-panel .view-content .views-row .ui-accordion-content .views-row .views-field .field-content .panel-body .panel-card-header {
  margin-bottom: 15px;
}
.academic-skills-workshops-panel .view-content .views-row .ui-accordion-content .views-row .views-field .field-content .panel-body .panel-card-header .name {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.academic-skills-workshops-panel .view-content .views-row .ui-accordion-content .views-row .views-field .field-content .panel-body .panel-card-header .name h2 {
  font-size: 1.2rem;
  margin: 0;
  text-transform: capitalize;
}
.academic-skills-workshops-panel .view-content .views-row .ui-accordion-content .views-row .views-field .field-content .panel-body .panel-card-header .name img {
  width: auto;
  height: 50px;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .academic-skills-workshops-panel .view-content .views-row .ui-accordion-content .views-row .views-field .field-content .panel-body .panel-card-header {
    min-height: auto;
  }
  .academic-skills-workshops-panel .view-content .views-row .ui-accordion-content .views-row .views-field .field-content .panel-body .panel-card-header h2 {
    font-size: 1rem;
  }
  .academic-skills-workshops-panel .view-content .views-row .ui-accordion-content .views-row .views-field .field-content .panel-body .panel-card-header img {
    width: 60px;
    height: 60px;
  }
}
.academic-skills-workshops-panel .view-content .views-row .ui-accordion-content .views-row .views-field .field-content .panel-body .panel-card-footer a {
  transition: all 0.3s ease-in;
  background-color: #fcbf2c;
  border: 2px solid #fcbf2c;
  color: #002b4f;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  padding: 0.5rem 1rem;
}
.academic-skills-workshops-panel .view-content .views-row .ui-accordion-content .views-row .views-field .field-content .panel-body .panel-card-footer a:hover {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .academic-skills-workshops-panel .view-content .views-row .ui-accordion-content {
    grid-template-columns: 48% 49%;
  }
}
@media (max-width: 767.98px) {
  .academic-skills-workshops-panel .view-content .views-row .ui-accordion-content {
    grid-template-columns: 100%;
  }
}

.elh-about-carousel {
  padding: 30px 0;
  margin-bottom: -2rem;
}
.elh-about-carousel .owl-wrapper-outer .owl-wrapper, .elh-about-carousel .owl-wrapper-outer .owl-stage, .elh-about-carousel .owl-stage-outer .owl-wrapper, .elh-about-carousel .owl-stage-outer .owl-stage {
  height: 100%;
  display: flex !important;
}
.elh-about-carousel .owl-wrapper-outer .owl-wrapper .owl-item, .elh-about-carousel .owl-wrapper-outer .owl-stage .owl-item, .elh-about-carousel .owl-stage-outer .owl-wrapper .owl-item, .elh-about-carousel .owl-stage-outer .owl-stage .owl-item {
  padding: 15px;
}
.elh-about-carousel .owl-wrapper-outer .owl-wrapper .owl-item div, .elh-about-carousel .owl-wrapper-outer .owl-stage .owl-item div, .elh-about-carousel .owl-stage-outer .owl-wrapper .owl-item div, .elh-about-carousel .owl-stage-outer .owl-stage .owl-item div {
  height: 100%;
}
.elh-about-carousel .owl-wrapper-outer .owl-wrapper .owl-item div .content, .elh-about-carousel .owl-wrapper-outer .owl-stage .owl-item div .content, .elh-about-carousel .owl-stage-outer .owl-wrapper .owl-item div .content, .elh-about-carousel .owl-stage-outer .owl-stage .owl-item div .content {
  padding: 30px 25px 25px 25px;
  border: 2px solid #002b4f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.elh-about-carousel .owl-wrapper-outer .owl-wrapper .owl-item div .content h5, .elh-about-carousel .owl-wrapper-outer .owl-stage .owl-item div .content h5, .elh-about-carousel .owl-stage-outer .owl-wrapper .owl-item div .content h5, .elh-about-carousel .owl-stage-outer .owl-stage .owl-item div .content h5 {
  font-weight: 600;
  color: #002b4f;
}
.elh-about-carousel .owl-wrapper-outer .owl-wrapper .owl-item div .content span, .elh-about-carousel .owl-wrapper-outer .owl-stage .owl-item div .content span, .elh-about-carousel .owl-stage-outer .owl-wrapper .owl-item div .content span, .elh-about-carousel .owl-stage-outer .owl-stage .owl-item div .content span {
  color: #002b4f;
  padding-top: 10px;
  height: auto;
}
.elh-about-carousel .owl-wrapper-outer .owl-wrapper .owl-item div .content .default, .elh-about-carousel .owl-wrapper-outer .owl-stage .owl-item div .content .default, .elh-about-carousel .owl-stage-outer .owl-wrapper .owl-item div .content .default, .elh-about-carousel .owl-stage-outer .owl-stage .owl-item div .content .default {
  background-color: #ffffff;
  color: #002b4f;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #eeeeee;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}
.elh-about-carousel .owl-wrapper-outer .owl-wrapper .owl-item div .content .default:hover, .elh-about-carousel .owl-wrapper-outer .owl-stage .owl-item div .content .default:hover, .elh-about-carousel .owl-stage-outer .owl-wrapper .owl-item div .content .default:hover, .elh-about-carousel .owl-stage-outer .owl-stage .owl-item div .content .default:hover {
  border-color: #002b4f;
}
.elh-about-carousel .owl-wrapper-outer .owl-wrapper .owl-item div .content.content-highlight, .elh-about-carousel .owl-wrapper-outer .owl-stage .owl-item div .content.content-highlight, .elh-about-carousel .owl-stage-outer .owl-wrapper .owl-item div .content.content-highlight, .elh-about-carousel .owl-stage-outer .owl-stage .owl-item div .content.content-highlight {
  background-color: #eaeef9;
}
.elh-about-carousel .owl-wrapper-outer .owl-wrapper .owl-item span, .elh-about-carousel .owl-wrapper-outer .owl-stage .owl-item span, .elh-about-carousel .owl-stage-outer .owl-wrapper .owl-item span, .elh-about-carousel .owl-stage-outer .owl-stage .owl-item span {
  height: 100%;
}
.elh-about-carousel .owl-carousel .owl-pagination .owl-page, .elh-about-carousel .owl-carousel .owl-pagination button, .elh-about-carousel .owl-carousel .owl-nav .owl-page, .elh-about-carousel .owl-carousel .owl-nav button {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 40%;
}
.elh-about-carousel .owl-carousel .owl-pagination .owl-page:focus, .elh-about-carousel .owl-carousel .owl-pagination button:focus, .elh-about-carousel .owl-carousel .owl-nav .owl-page:focus, .elh-about-carousel .owl-carousel .owl-nav button:focus {
  outline: none;
}
.elh-about-carousel .owl-carousel .owl-pagination .owl-page span, .elh-about-carousel .owl-carousel .owl-pagination button span, .elh-about-carousel .owl-carousel .owl-nav .owl-page span, .elh-about-carousel .owl-carousel .owl-nav button span {
  display: none;
}
.elh-about-carousel .owl-carousel .owl-pagination .owl-page:first-child, .elh-about-carousel .owl-carousel .owl-pagination .owl-page.owl-prev, .elh-about-carousel .owl-carousel .owl-pagination button:first-child, .elh-about-carousel .owl-carousel .owl-pagination button.owl-prev, .elh-about-carousel .owl-carousel .owl-nav .owl-page:first-child, .elh-about-carousel .owl-carousel .owl-nav .owl-page.owl-prev, .elh-about-carousel .owl-carousel .owl-nav button:first-child, .elh-about-carousel .owl-carousel .owl-nav button.owl-prev {
  border-right: 10px solid #002b4f;
  left: -10px;
}
.elh-about-carousel .owl-carousel .owl-pagination .owl-page:last-child, .elh-about-carousel .owl-carousel .owl-pagination .owl-page.owl-next, .elh-about-carousel .owl-carousel .owl-pagination button:last-child, .elh-about-carousel .owl-carousel .owl-pagination button.owl-next, .elh-about-carousel .owl-carousel .owl-nav .owl-page:last-child, .elh-about-carousel .owl-carousel .owl-nav .owl-page.owl-next, .elh-about-carousel .owl-carousel .owl-nav button:last-child, .elh-about-carousel .owl-carousel .owl-nav button.owl-next {
  border-left: 10px solid #002b4f;
  right: -10px;
}
.elh-about-carousel .btn {
  background-color: #fcbf2c;
  color: #002b4f;
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 20px;
  margin-bottom: 5px;
  white-space: nowrap;
}

.elh-about-image {
  width: 280px;
  float: right;
  text-align: center;
  position: relative;
  margin-left: 50px;
  margin-bottom: 50px;
}
.elh-about-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 43, 79, 0.25);
}
.elh-about-image img {
  width: 100%;
}
.elh-about-image span {
  color: #65c1be;
  font-size: 12px;
  text-align: left;
  padding: 12px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #002b4f;
  display: block;
  z-index: 1;
  font-weight: 600;
}
.elh-about-image span span {
  color: #fff;
  position: relative;
  padding: 0;
  margin-bottom: 4px;
}
.elh-about-image span small {
  display: block;
  font-size: 11px;
}
@media (max-width: 767px) {
  .elh-about-image.elh-about-image {
    margin-left: 0;
    float: initial;
  }
}

.elh-multi-tiles .view-content .default-tile {
  background-color: #e9f2ff;
  color: #002b4f;
  font-weight: 600;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.elh-multi-tiles .view-content .default-tile .main-title {
  background: #002b4f;
  color: #fff;
  font-size: 1.5rem;
  padding: 25px;
}
.elh-multi-tiles .view-content .default-tile a {
  background: #fcbf2c;
  color: #002b4f;
  padding: 8px 20px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.elh-multi-tiles .view-content .default-tile .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.elh-multi-tiles .view-content .default-tile .content .default-tile-desc {
  padding: 25px;
}
.elh-multi-tiles .view-content .default-tile .content .default-tile-desc h5 {
  color: #65c1be;
  font-weight: 800;
  padding-top: 10px;
}
.elh-multi-tiles .view-content .default-tile .content .default-tile-desc ul {
  padding: 20px 0 0 0;
}
.elh-multi-tiles .view-content .default-tile .content .default-tile-desc ul li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.elh-multi-tiles .view-content .default-tile .content .default-tile-desc ul li::before {
  content: "";
  background-color: #65c1be;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 0;
}
.elh-multi-tiles .view-content .default-tile .content .default-tile-desc a {
  color: #002b4f;
}
.elh-multi-tiles .view-content .default-tile .content .default-tile-desc .content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.elh-multi-tiles .view-content .image-tile-second {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 300px;
  height: 100%;
  padding: 40px;
  border: 4px solid;
}
.elh-multi-tiles .view-content .image-tile-second.primary {
  border-color: #65c1be;
}
.elh-multi-tiles .view-content .image-tile-second.secondary {
  border-color: #002b4f;
}
.elh-multi-tiles .view-content .image-tile-second img {
  height: 50px;
  width: auto;
}
.elh-multi-tiles .view-content .image-tile-second .main-title {
  padding: 20px 0 20px 0;
  color: #002b4f;
  font-weight: 700;
  font-size: 1.2rem;
}
.elh-multi-tiles .view-content .image-tile-second a {
  background: #fcbf2c;
  color: #002b4f;
  padding: 8px 20px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.elh-multi-tiles .view-content .video-tile-second {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  min-height: 250px;
  height: 100%;
  padding: 30px;
  background: #002b4f;
  position: relative;
}
.elh-multi-tiles .view-content .video-tile-second::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/birds-bg_old.png) no-repeat right 10px bottom 10px;
  background-size: 200px;
  left: 0;
  bottom: 0;
  opacity: 40%;
}
.elh-multi-tiles .view-content .video-tile-second img {
  height: 50px;
  width: auto;
}
.elh-multi-tiles .view-content .video-tile-second .thumnail-img {
  padding: 20px 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.elh-multi-tiles .view-content .video-tile-second .thumnail-img .play-icon {
  cursor: pointer;
}
.elh-multi-tiles .view-content .video-tile-second .thumnail-img .video-embed-field-launch-modal img {
  display: none;
}
.elh-multi-tiles .view-content .video-tile-second .main-title {
  padding: 0 0 20px 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2rem;
}
.elh-multi-tiles .view-content .image-tile {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  flex-direction: column;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 20px;
  min-height: 300px;
}
.elh-multi-tiles .view-content .image-tile img {
  z-index: 1;
}
.elh-multi-tiles .view-content .image-tile .main-title {
  z-index: 1;
  padding: 20px;
  text-align: center;
}
.elh-multi-tiles .view-content .image-tile::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 43, 79, 0.5);
}
.elh-multi-tiles .view-content .image-tile a {
  background: #fcbf2c;
  color: #002b4f;
  padding: 8px 20px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  z-index: 1;
}
.elh-multi-tiles .view-content .video-tile {
  height: 100%;
  padding: 0;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  background-color: #000000;
  padding-bottom: 1px;
}
.elh-multi-tiles .view-content .video-tile .main-title {
  background: #002b4f;
  color: #fff;
  font-size: 1.2rem;
  padding: 25px;
  height: auto;
}
.elh-multi-tiles .view-content .video-tile div {
  height: 100%;
}
.elh-multi-tiles .view-content .icon-tile {
  border-bottom: 5px solid #002b4f;
  box-shadow: 0 0 15px rgba(0, 43, 79, 0.22);
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  padding: 3rem 1rem;
  height: 100%;
}
.elh-multi-tiles .view-content .icon-tile img:nth-child(2) {
  display: none;
}
.elh-multi-tiles .view-content .icon-tile:hover {
  background-color: #002b4f;
  transition: 500ms;
}
.elh-multi-tiles .view-content .icon-tile:hover img:nth-child(1) {
  display: none;
}
.elh-multi-tiles .view-content .icon-tile:hover img:nth-child(2) {
  display: inline-block;
}
.elh-multi-tiles .view-content .icon-tile:hover .main-title {
  color: #ffffff;
}
.elh-multi-tiles .view-content .icon-tile .main-title {
  font-weight: 800;
  margin: 1rem 0;
  font-size: 1.2rem;
  color: #002b4f;
}
.elh-multi-tiles .view-content .icon-tile a {
  background: #fcbf2c;
  color: #002b4f;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  text-decoration: none;
}
@media (max-width: 767.99px) {
  .elh-multi-tiles .view-content.view-content {
    display: block;
  }
}

.main-white-bg {
  padding-bottom: 0 !important;
  background-color: #ffffff;
}
.main-white-bg h4 {
  font-weight: 600;
  color: #002b4f;
}

.content-listing li img {
  height: 18px;
}
.content-listing li a {
  color: #002b4f;
  font-weight: 600;
  text-decoration: underline;
}

.elh-tutor-1-2-1-appointment .btn {
  background-color: #fcbf2c;
  color: #002b4f;
  border-radius: 25px;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 20px;
  white-space: nowrap;
}

.node--type-article a,
.node--type-article span,
.node--type-news a,
.node--type-news span {
  word-wrap: break-word;
}

.text-transform-none {
  text-transform: none;
}

.load-more-btn {
  padding: 0;
  list-style: none;
  text-align: center;
}
.load-more-btn li {
  display: inline-block;
}
.load-more-btn li a {
  color: #002b4f;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #eeeeee;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}
.load-more-btn li a:hover {
  border-color: #002b4f;
}

/* Book page css */
.books-carousel .view-content.row {
  margin: 0;
}
.books-carousel h3 {
  color: #002b4f;
  font-weight: 800;
  padding-right: 100px;
}
.books-carousel .book-container a {
  display: block;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.books-carousel .book-container a h4 {
  color: #002b4f;
  font-size: 13px;
}
.books-carousel .book-container a:hover {
  opacity: 0.9;
  text-decoration: none;
}
.books-carousel .book-container .author {
  font-size: 12px;
}
.books-carousel .book-container .book-tag {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
}
.books-carousel .book-container .tag-primary {
  background: #65c1be;
}
.books-carousel .book-container .tag-secondary {
  background: #002b4f;
}
.books-carousel .owl-slider-wrapper {
  margin: 0;
}
.books-carousel .owl-wrapper-outer, .books-carousel .owl-stage-outer {
  margin: 0;
  padding-top: 20px;
}
.books-carousel .owl-controls, .books-carousel .owl-nav {
  margin-top: 0;
  text-align: center;
  position: absolute;
  top: 9rem;
  left: 0;
  right: 0;
}
.books-carousel .owl-controls .owl-buttons:focus, .books-carousel .owl-controls button:focus, .books-carousel .owl-nav .owl-buttons:focus, .books-carousel .owl-nav button:focus {
  outline: none;
}
.books-carousel .owl-controls .owl-buttons.owl-prev, .books-carousel .owl-controls .owl-buttons.owl-next, .books-carousel .owl-controls button.owl-prev, .books-carousel .owl-controls button.owl-next, .books-carousel .owl-nav .owl-buttons.owl-prev, .books-carousel .owl-nav .owl-buttons.owl-next, .books-carousel .owl-nav button.owl-prev, .books-carousel .owl-nav button.owl-next {
  color: #ffffff;
  position: absolute;
}
.books-carousel .owl-controls .owl-buttons.owl-prev:hover, .books-carousel .owl-controls .owl-buttons.owl-next:hover, .books-carousel .owl-controls button.owl-prev:hover, .books-carousel .owl-controls button.owl-next:hover, .books-carousel .owl-nav .owl-buttons.owl-prev:hover, .books-carousel .owl-nav .owl-buttons.owl-next:hover, .books-carousel .owl-nav button.owl-prev:hover, .books-carousel .owl-nav button.owl-next:hover {
  background-color: transparent;
}
.books-carousel .owl-controls .owl-buttons.owl-prev, .books-carousel .owl-controls button.owl-prev, .books-carousel .owl-nav .owl-buttons.owl-prev, .books-carousel .owl-nav button.owl-prev {
  left: -40px;
}
.books-carousel .owl-controls .owl-buttons.owl-prev span, .books-carousel .owl-controls button.owl-prev span, .books-carousel .owl-nav .owl-buttons.owl-prev span, .books-carousel .owl-nav button.owl-prev span {
  border-right: 10px solid #002b4f;
  border-left: 0;
}
.books-carousel .owl-controls .owl-buttons.owl-next, .books-carousel .owl-controls button.owl-next, .books-carousel .owl-nav .owl-buttons.owl-next, .books-carousel .owl-nav button.owl-next {
  right: -20px;
}
.books-carousel .owl-controls .owl-buttons.owl-next span, .books-carousel .owl-controls button.owl-next span, .books-carousel .owl-nav .owl-buttons.owl-next span, .books-carousel .owl-nav button.owl-next span {
  border-left: 10px solid #002b4f;
  border-right: 0;
}
.books-carousel .owl-controls .owl-buttons div, .books-carousel .owl-controls .owl-buttons span, .books-carousel .owl-controls button div, .books-carousel .owl-controls button span, .books-carousel .owl-nav .owl-buttons div, .books-carousel .owl-nav .owl-buttons span, .books-carousel .owl-nav button div, .books-carousel .owl-nav button span {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  display: block;
}

.book-listing-grid .container {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.book-listing-grid .container a img:first-child {
  width: calc(100% - 26px);
  height: 250px;
}
.book-listing-grid .container a .bi-placeholder {
  width: calc(100% - 26px);
  height: 250px;
  background-color: #002b4f;
  padding: 20px;
}
.book-listing-grid .container a .bi-placeholder .logo {
  height: auto;
}
.book-listing-grid .container a .bi-placeholder .icon {
  margin: 50px auto;
  height: 50px;
  width: auto;
}
.book-listing-grid .view-header .container {
  display: block;
}

.search-dropdown-filter .search-field .js-form-item::after {
  background-repeat: no-repeat;
  background-size: 25px;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
}
.search-dropdown-filter .search-field .js-form-item input {
  height: 50px;
  width: 100%;
  padding: 10px 45px 10px 20px;
  border-radius: 100px;
  margin-bottom: 10px;
  border: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.search-dropdown-filter .js-form-type-textfield::after {
  background-image: url(../images/search.png);
  top: 13px;
  right: 30px;
}
.search-dropdown-filter .custom-filter .dropdown-toggle {
  height: 50px;
  width: 100%;
  padding: 10px 10px 10px 20px;
  border-radius: 100px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
  text-align: left;
}
.search-dropdown-filter .custom-filter .dropdown-toggle::after {
  content: none;
}
.search-dropdown-filter .custom-filter .dropdown-toggle::before {
  background-repeat: no-repeat;
  background-size: 25px;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../images/lib-filter_icon.svg);
  top: 19px;
  right: 27px;
  z-index: 1;
}
.search-dropdown-filter .custom-filter .dropdown-menu {
  position: absolute;
  z-index: 99;
  border-radius: 25px;
  margin-top: 10px;
}
.search-dropdown-filter .custom-filter .dropdown-menu h6,
.search-dropdown-filter .custom-filter .dropdown-menu label,
.search-dropdown-filter .custom-filter .dropdown-menu a {
  color: #002b4f;
}
.search-dropdown-filter .custom-filter .dropdown-menu label {
  font-size: 14px;
}
.search-dropdown-filter .custom-filter .dropdown-menu h6 {
  font-weight: 600;
}
.search-dropdown-filter .custom-filter .dropdown-menu .js-form-item {
  margin-bottom: 0 !important;
}
.search-dropdown-filter .custom-filter .dropdown-menu .js-form-item input {
  margin-top: 4px;
}
.search-dropdown-filter .custom-filter .dropdown-menu button {
  font-weight: 500;
  color: #002b4f;
  text-decoration: underline;
  font-size: 14px;
}
.search-dropdown-filter .custom-filter .dropdown-menu button:hover {
  color: #002b4f;
}
.search-dropdown-filter .custom-filter .dropdown-menu button.btn-primary {
  text-decoration: none;
  font-weight: 600;
}
.search-dropdown-filter .custom-filter .dropdown-menu button.smp-sumbit-btn {
  background-color: #fcbf2c;
  border: 0;
  order: 2;
}
.search-dropdown-filter .custom-filter .dropdown-menu button.smp-reset-btn {
  font-weight: 500;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
}
.search-dropdown-filter .custom-filter .dropdown-menu .form-actions {
  display: flex;
  justify-content: space-between;
}

.book-listing .owl-controls {
  right: 0;
}
.book-listing .owl-controls .owl-buttons .owl-prev,
.book-listing .owl-controls .owl-buttons .owl-next {
  background: #002b4f;
  opacity: 1;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
  margin: 0;
}
.custom-tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  font-weight: 200;
  text-transform: none;
  margin-left: 20px;
}
.custom-tooltip .tooltiptext::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 35%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 12px solid #fff;
  border-bottom: 10px solid transparent;
}
.custom-tooltip .tooltiptext.second {
  background-color: #f0f5f8;
}
.custom-tooltip .tooltiptext.second::before {
  border-right: 12px solid #f0f5f8;
}
.custom-tooltip:hover .tooltiptext {
  visibility: visible;
}
.custom-tooltip:hover .tooltiptext strong {
  font-weight: 600;
}

.al-books-row .field-content a img:first-child {
  width: calc(100% - 26px);
  height: 250px;
}
.al-books-row .field-content a .bi-placeholder {
  width: calc(100% - 26px);
  height: 250px;
  background-color: #002b4f;
  padding: 20px;
}
.al-books-row .field-content a .bi-placeholder .logo {
  height: auto;
}
.al-books-row .field-content a .bi-placeholder .icon {
  margin: 50px auto;
  height: 50px;
  width: auto;
}
.al-books-row .field-content a .bi-navy {
  background-color: #002b4f;
}
.al-books-row .field-content a .bi-green {
  background-color: #52b846;
}
.al-books-row .field-content a .bi-red {
  background-color: #f27062;
}
.al-books-row .field-content a .bi-yellow {
  background-color: #fbd803;
}
.al-books-row .views-field-nothing {
  height: 390px;
}

.blocked-bg-card .inner-content {
  position: relative;
  padding-bottom: 40px;
  padding-right: 40px;
  display: block;
  overflow: hidden;
}
.blocked-bg-card .inner-content a {
  color: #ffffff;
  width: 100%;
  display: flex;
  height: 200px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  box-shadow: 7px 7px 7px rgba(67, 67, 67, 0.8);
}
.blocked-bg-card .inner-content a span {
  font-weight: 600;
  font-size: 12px;
}
.blocked-bg-card .inner-content a h6 {
  font-weight: 600;
}
.blocked-bg-card .inner-content a img {
  width: 100px;
  height: 100px;
}
.blocked-bg-card .inner-content::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 60px;
  left: 40px;
}
.blocked-bg-card .inner-content.teal-img a {
  background-color: #65c1be;
}
.blocked-bg-card .inner-content.teal-img::before {
  background-image: url(../images/bg-pattern_teal.svg);
}
.blocked-bg-card .inner-content.navy-img a {
  background-color: #002b4f;
}
.blocked-bg-card .inner-content.navy-img::before {
  background-image: url(../images/bg-pattern_navy.svg);
}
.blocked-bg-card .inner-content.grey-img a {
  background-color: #3f4952;
}
.blocked-bg-card .inner-content.grey-img::before {
  background-image: url(../images/bg-pattern_grey.svg);
}

.readinglistmodule-table input[type=text] {
  border-radius: 1.5rem;
  border-color: #002b4f;
  color: #002b4f;
}
.readinglistmodule-table .module-submit-btn button[type=submit] {
  font-weight: 700;
  background-color: #fcbf2c;
  color: #002b4f;
  border-radius: 100px;
  font-size: 14px;
  padding: 8px 20px;
  margin-bottom: 1rem !important;
  white-space: nowrap;
}

.quick-links h2 {
  padding-bottom: 1.5rem;
}
.quick-links .box {
  border: 2px solid #002b4f;
  background-color: #ffffff;
}
.quick-links .box h5 {
  color: #002b4f;
  font-weight: 600;
}
.quick-links .box a {
  color: #002b4f;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid #eeeeee;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}
.quick-links .box a:hover {
  border-color: #002b4f;
}
.quick-links .box.box-last {
  background-color: #002b4f;
}
.quick-links .box.box-last h5, .quick-links .box.box-last a {
  color: #ffffff;
}
.quick-links .box.box-last a {
  border-color: #ffffff;
}
.quick-links .box.box-last a:hover {
  background-color: #ffffff;
  color: #002b4f;
}
.quick-links .teal-img h5, .quick-links .teal-img a, .quick-links .navy-img h5, .quick-links .navy-img a, .quick-links .grey-img h5, .quick-links .grey-img a {
  color: #ffffff;
}
.quick-links .teal-img a:hover, .quick-links .navy-img a:hover, .quick-links .grey-img a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.quick-links .teal-img {
  background-color: #65c1be;
  border-color: #65c1be;
}
.quick-links .teal-img a:hover {
  color: #65c1be;
}
.quick-links .navy-img {
  background-color: #002b4f;
  border-color: #002b4f;
}
.quick-links .navy-img a:hover {
  color: #002b4f;
}
.quick-links .grey-img {
  background-color: #3f4952;
  border-color: #3f4952;
}
.quick-links .grey-img a:hover {
  color: #3f4952;
}

.light-bg-full {
  background-color: #eef4fa;
}

.what-we-offer h2 {
  padding-bottom: 2rem;
}
.what-we-offer .box {
  background: #ffffff;
  border-bottom: 5px solid #fcbf2c;
  padding: 1.5rem 1rem;
  height: 100%;
  display: block;
  text-decoration: none;
  min-height: 250px;
}
.what-we-offer .box div {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
}
.what-we-offer .box div span img {
  height: 40px;
  width: auto;
  margin-right: 10px;
}
.what-we-offer .box div span .icon-hover img {
  display: none;
}
.what-we-offer .box div h5 {
  color: #002b4f;
  font-weight: 600;
  margin: 0;
}
.what-we-offer .box a {
  visibility: hidden;
}
.what-we-offer .box:hover {
  background-color: #002b4f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.what-we-offer .box:hover div span img {
  display: none;
}
.what-we-offer .box:hover div span .icon-hover img {
  display: inline-block;
}
.what-we-offer .box:hover div h5 {
  color: #ffffff;
}
.what-we-offer .box:hover p {
  display: none;
}
.what-we-offer .box:hover a {
  visibility: visible;
  background-color: #ffffff;
  color: #002b4f;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fcbf2c;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
}

.updates h1 {
  color: #002b4f;
}
.updates h2 {
  padding-bottom: 2rem;
}
.updates .views-field, .updates .field-content {
  height: 100%;
}
.updates .box {
  background-color: #ffffff;
  border: 2px solid #002b4f;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.updates .box .box-body {
  height: 100%;
}
.updates .box .box-body span {
  font-weight: 600;
  font-size: 14px;
}
.updates .box .box-body span .dot {
  background: #65c1be;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
}
.updates .box .box-body .navy-tag, .updates .box .box-body .teal-tag {
  text-transform: uppercase;
}
.updates .box .box-body .navy-tag {
  color: #002b4f;
}
.updates .box .box-body .teal-tag {
  color: #65c1be;
}
.updates .box .box-body p {
  color: #002b4f;
}
.updates .box h5 {
  color: #002b4f;
  font-weight: 600;
}
.updates .box a {
  background-color: #ffffff;
  color: #002b4f;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #eeeeee;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}
.updates .box a:hover {
  border-color: #002b4f;
}
.updates .newsspotlight_bg {
  background-color: #eaeef9;
}
.updates .newsspotlight_bg .box-body .news-spotlight {
  background-color: #002b4f;
  color: #ffffff;
  padding: 3px 5px;
}
.updates .blogspotlight_bg {
  background-color: #eaeef9;
}
.updates .blogspotlight_bg .box-body span .dot {
  background: #ffffff;
}
.updates .blogspotlight_bg .box-body .teal-tag {
  background-color: #65c1be;
  color: #ffffff;
  padding: 3px 5px;
}

.tb-megamenu {
  background-color: transparent;
}

.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link {
  color: #002b4f;
}

.tb-megamenu .nav > li::after, .tb-megamenu .nav > li .caret {
  display: none;
}

.upcoming .workshop-view .view-content.row {
  display: flex;
}
.upcoming h2 {
  padding-bottom: 2rem;
}
.upcoming .upcoming-events .calendar-lefts-side .form-radios {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.upcoming .upcoming-events .calendar-lefts-side .form-radios ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.upcoming .upcoming-events .calendar-lefts-side .form-radios ul li {
  display: inline-block;
  padding-left: 10px;
}
.upcoming .upcoming-events .calendar-lefts-side .form-radios ul li .form-check-input {
  margin-top: 0.15rem;
}
.upcoming .upcoming-events .calendar-lefts-side .form-radios ul li .form-check-label {
  font-size: 12px;
  color: #002b4f;
  font-weight: 500;
}
.upcoming .upcoming-events .calendar-lefts-side .ui-datepicker {
  border: none;
  padding: 10px 0 20px 0;
  display: inline !important;
}
.upcoming .upcoming-events .calendar-lefts-side .ui-datepicker .ui-datepicker-prev {
  left: auto;
  right: 40px;
  border: 1px solid #002b4f;
  border-radius: 0;
}
.upcoming .upcoming-events .calendar-lefts-side .ui-datepicker .ui-datepicker-next {
  border: 1px solid #002b4f;
  border-radius: 0;
}
.upcoming .upcoming-events .calendar-lefts-side .ui-datepicker .ui-datepicker-header {
  background: transparent;
  border: none;
}
.upcoming .upcoming-events .calendar-lefts-side .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: inline;
  margin-left: 0;
  color: #002b4f;
}
.upcoming .upcoming-events .calendar-lefts-side .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  order: 2;
}
.upcoming .upcoming-events .calendar-lefts-side .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  order: 1;
  padding-right: 5px;
}
.upcoming .upcoming-events .calendar-lefts-side .ui-datepicker table tr {
  background: transparent;
  border: none;
}
.upcoming .upcoming-events .calendar-lefts-side .ui-datepicker table tr th {
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
}
.upcoming .upcoming-events .calendar-lefts-side .ui-datepicker table tr td span,
.upcoming .upcoming-events .calendar-lefts-side .ui-datepicker table tr td a {
  background: transparent;
  border: none;
  text-align: center;
  border: 2px solid #ffffff;
  margin-bottom: 1px;
  border-radius: 5px;
  font-weight: 600;
}
.upcoming .upcoming-events .calendar-lefts-side .ui-datepicker table tr td .ui-state-highlight, .upcoming .upcoming-events .calendar-lefts-side .ui-datepicker table tr td .ui-state-highlight:hover {
  border: 2px solid #002b4f;
}
.upcoming .upcoming-events .calendar-lefts-side .ui-datepicker table tr td .ui-state-highlight.ui-state-active, .upcoming .upcoming-events .calendar-lefts-side .ui-datepicker table tr td .ui-state-highlight:hover.ui-state-active {
  background: #ffffff;
  color: #002b4f;
}
.upcoming .upcoming-events .calendar-lefts-side .ui-datepicker table tr td .ui-state-active {
  background: #002b4f;
  color: #ffffff;
  border: 2px solid #002b4f;
}
.upcoming .upcoming-events .calendar-lefts-side button {
  width: 100%;
  background: #007bff !important;
  border-color: #007bff !important;
}
.upcoming .upcoming-events .owl-stage-outer .owl-stage {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-gap: 20px 30px;
  width: 100% !important;
}
@media (max-width: 991.55px) {
  .upcoming .upcoming-events .owl-stage-outer .owl-stage {
    display: block;
  }
}
.upcoming .upcoming-events .owl-stage-outer .owl-stage .owl-item {
  width: 100% !important;
}
@media (max-width: 991.55px) {
  .upcoming .upcoming-events .owl-stage-outer .owl-stage .owl-item {
    margin-bottom: 20px;
  }
}
.upcoming .upcoming-events .owl-stage-outer .owl-stage .owl-item div {
  height: 100%;
}
.upcoming .upcoming-events .owl-stage-outer .owl-stage .owl-item a {
  text-decoration: none;
}
.upcoming .upcoming-events .owl-stage-outer .owl-stage .owl-item .event-card-hover {
  position: relative;
  height: 100%;
  display: block;
}
.upcoming .upcoming-events .owl-stage-outer .owl-stage .owl-item .event-card-hover .details-hover {
  display: none;
}
.upcoming .upcoming-events .owl-stage-outer .owl-stage .owl-item .event-card-hover:hover {
  display: block;
}
.upcoming .upcoming-events .owl-stage-outer .owl-stage .owl-item .event-card-hover:hover .details-hover {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.upcoming .upcoming-events .owl-stage-outer .owl-stage .owl-item .event-card .main-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.upcoming .upcoming-events .owl-stage-outer .owl-stage .owl-item .event-card .main-img::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 43, 79, 0.3);
  width: 100%;
  height: 100%;
  right: 0;
  border-radius: 10px 10px 0 0;
}
.upcoming .upcoming-events .owl-stage-outer .owl-stage .owl-item .event-card .event-details {
  border-radius: 0 0 10px 0;
  height: calc(100% - 150px);
}
.upcoming .upcoming-events .owl-stage-outer .owl-stage .owl-item .event-card .event-details::before {
  content: "";
  position: absolute;
  background-color: #007bff;
  width: 20px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
}
.upcoming .upcoming-events .owl-stage-outer .owl-stage .owl-item .event-card .event-details .left h5 {
  color: #007bff;
}
.upcoming .upcoming-events .owl-stage-outer .owl-stage .owl-item .event-card .event-details .middle ul li {
  color: #000000;
  font-size: 14px;
}
.upcoming .upcoming-events .owl-stage-outer .owl-stage .owl-item .event-card .event-details img {
  max-height: 100px;
}

.box-full .views-field {
  height: 100%;
}
.box-full .views-field .field-content {
  height: 100%;
  display: block;
}

.other-box {
  background-color: #002b4f;
  color: #ffffff;
  padding: 1rem 1rem 1.5rem 1rem;
}
.other-box h2 {
  color: #ffffff;
}
.other-box h5 {
  padding-bottom: 20px;
}
.other-box a {
  border: 2px solid #ffffff;
  padding: 8px 10px;
  border-radius: 100px;
  display: inline;
  color: #ffffff;
  text-decoration: none;
}
.other-box.navy-bg {
  background-color: #002b4f;
}
.other-box.navy-bg a:hover {
  background-color: #ffffff;
  color: #002b4f;
}
.other-box.teal-bg {
  background-color: #65c1be;
}
.other-box.teal-bg a:hover {
  background-color: #ffffff;
  color: #65c1be;
}
.other-box.burgundy-bg {
  background-color: #8a1435;
}
.other-box.burgundy-bg a:hover {
  background-color: #ffffff;
  color: #8a1435;
}

.main-tabs ul {
  padding: 0;
  list-style: none;
}
.main-tabs ul li {
  display: inline-block;
  margin-right: 20px;
}
.main-tabs ul li a {
  background: #eaeef9;
  color: #002b4f;
  padding: 8px 20px;
  border-radius: 100px;
  font-weight: 600;
  text-decoration: none;
}
.main-tabs ul li a.bef-link--selected {
  background: #002b4f;
  color: #ffffff;
}

.search-with-btn .js-form-item {
  position: relative;
}
.search-with-btn .js-form-item input {
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  min-height: 40px;
}
.search-with-btn .js-form-item button {
  position: absolute;
  top: 2px;
  right: 2px;
}
.search-with-btn.search-with-btn-oneline .js-form-item input {
  min-height: 46px;
}
.search-with-btn.search-with-btn-oneline .form-actions {
  position: absolute;
  right: 18px;
  top: 3px;
}

.workshop h2 {
  padding-bottom: 1.5rem;
}
.workshop .workshop-body {
  background-color: #eef4fa;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.workshop .workshop-body .workshop-header div {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.workshop .workshop-body .workshop-header div img {
  height: 50px;
  width: auto;
  margin-right: 15px;
}
.workshop .workshop-body .workshop-header div h5 {
  color: #002b4f;
}
.workshop .workshop-body .workshop-btn a {
  transition: all 0.3s ease-in;
  color: #002b4f;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid #fcbf2c;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  background: #fcbf2c;
}
.workshop .workshop-body .workshop-btn a img {
  height: 18px;
  margin-right: 5px;
}
.workshop .workshop-body .workshop-btn a:hover {
  background-color: #ffffff;
}

.modules h2 {
  padding-bottom: 2rem;
}
.modules .modules-body {
  background-color: #ffffff;
  border: 2px solid #65c1be;
  padding: 2rem 1rem 1rem 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modules .modules-body .modules-header div {
  background: #65c1be;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  padding: 0.5rem;
}
.modules .modules-body .modules-header div img {
  height: 20px;
  width: auto;
}
.modules .modules-body .modules-header h5 {
  color: #002b4f;
  font-weight: 600;
  padding-top: 1rem;
}
.modules .modules-body a {
  color: #002b4f;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #eeeeee;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}
.modules .modules-body a:hover {
  border-color: #002b4f;
}

.about {
  border: 2px solid #002b4f;
  height: 100%;
}
.about .about-header {
  display: flex;
  justify-content: space-between;
  background-color: #eaeef9;
  padding: 20px 15px;
  min-height: 160px;
}
@media (max-width: 767.98px) {
  .about .about-header {
    display: block;
  }
}
.about .about-header .left {
  display: flex;
}
@media (max-width: 767.98px) {
  .about .about-header .left {
    margin-bottom: 15px;
  }
}
.about .about-header .left a img {
  height: 80px;
  width: 80px;
  border-radius: 100px;
  border: 2px solid #002b4f;
  display: inline-block;
}
.about .about-header .left .inner {
  display: flex;
  margin-left: 15px;
  flex-direction: column;
  justify-content: space-between;
}
.about .about-header .left .inner h5 {
  font-weight: 600;
  color: #002b4f;
}
.about .about-header .left .inner span {
  font-size: 14px;
}
.about .about-header .left.navy-img img {
  border-color: #002b4f;
}
.about .about-header .left.teal-img img {
  border-color: #65c1be;
}
.about .about-header .left.burgundy-img img {
  border-color: #8a1435;
}
.about .about-header .right {
  display: flex;
  align-items: end;
}
.about .about-header .right a {
  background: #ffffff;
  border: 2px solid #002b4f;
  padding: 5px 10px;
  border-radius: 100px;
  color: #002b4f;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.about .about-header .right a img {
  height: 16px;
  margin-right: 10px;
}
.about .about-body {
  padding: 20px 15px;
}
.about .about-body .tutor-secialities span, .about .about-body .tutor-support span {
  font-weight: 600;
  margin-bottom: 3px;
  display: block;
}
.about .about-body ul {
  display: inline-block;
}
.about .about-body ul li {
  background-color: #002b4f;
  padding: 3px 7px 3px 30px;
  color: #ffffff;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.about .about-body ul li::before {
  content: "";
  position: absolute;
  background-color: #eeeeee;
  left: 10px;
  top: 6px;
  width: 15px;
  height: 15px;
  border-radius: 20px;
}
.about .about-body .tutor-support ul {
  display: inline-block;
}
.about .about-body .tutor-support ul li {
  background-color: #65c1be;
  color: #000000;
}

.single-secialities .field__label, .single-support .field__label {
  font-weight: 600;
  margin-bottom: 3px;
  display: block;
}
.single-secialities .field__items, .single-support .field__items {
  display: inline-block;
}
.single-secialities .field__items .field__item, .single-support .field__items .field__item {
  display: inline-block;
}
.single-secialities .field__items .field__item a, .single-support .field__items .field__item a {
  background-color: #002b4f;
  padding: 3px 7px 3px 30px;
  color: #ffffff;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.single-secialities .field__items .field__item a::before, .single-support .field__items .field__item a::before {
  content: "";
  position: absolute;
  background-color: #eeeeee;
  left: 10px;
  top: 6px;
  width: 15px;
  height: 15px;
  border-radius: 20px;
}
.single-secialities.single-support .field__items .field__item a, .single-support.single-support .field__items .field__item a {
  background-color: #65c1be;
  color: #000000;
}

.default-box {
  background-color: #eaeef9;
  padding: 20px;
}
.default-box p {
  color: #002b4f;
  font-weight: 500;
}
.default-box a {
  display: block;
  text-align: center;
}

.top-tips {
  padding: 0;
}
.top-tips li {
  border: 2px solid #002b4f;
  margin-bottom: 20px;
  background: #ffffff;
  padding: 10px;
  list-style: none;
}
.top-tips li div {
  color: #002b4f;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
  display: flex;
}
.top-tips li div img {
  height: 25px;
  margin-right: 5px;
}
.top-tips li p {
  margin: 0;
}

.single-post-content h2, .single-post-content h3, .single-post-content h4, .single-post-content h5, .single-post-content h6 {
  color: #3f4952;
  font-weight: 400;
}

.error-page {
  background-color: #eef4fa;
  text-align: center;
}
.error-page img {
  height: 200px;
  display: inline-block;
}
.error-page h4, .error-page h5 {
  color: #3f4952;
}
.error-page p {
  font-size: 12px;
}
.error-page.burgundy h2 {
  color: #8a1435;
}

#colorbox #cboxLoadedContent {
  margin-top: 35px;
}
#colorbox #cboxClose {
  top: 0;
}

.section-with-img .left {
  height: 300px;
}
.section-with-img .left h2 {
  padding-bottom: 1rem;
}
.section-with-img .right {
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .section-with-img .left {
    height: auto;
  }
  .section-with-img .right {
    position: relative;
  }
}

.lsh-list-default li {
  list-style: auto;
}

.custom-checkbox .checkbox input[type=checkbox] {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid #002b4f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border 0.2s;
  outline: none;
  cursor: pointer;
}
.custom-checkbox .checkbox input[type=checkbox]:checked::after {
  content: "";
  background: #000000;
  position: absolute;
  width: 8px;
  height: 7px;
}

#page .ui-widget {
  font-family: "Montserrat";
}

.simple-badge .field__items .field__item {
  border: 2px solid #002b4f;
  display: inline-block;
  padding: 2px 5px;
  margin: 0 8px 8px 0;
}
.simple-badge .field__items .field__item a {
  color: #002b4f;
  text-decoration: none;
}
.simple-badge .field__item {
  font-size: 14px;
  font-weight: 600;
  color: #002b4f;
}

.simple-badge-second .field__item a {
  transition: all 0.3s ease-in;
  background-color: #ffffff;
  border: 2px solid rgba(0, 123, 255, 0.1);
  color: #002b4f;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  padding: 0.5rem 1rem;
}
.simple-badge-second .field__item a:hover, .simple-badge-second .field__item a:focus {
  border-color: rgba(0, 123, 255, 0.3);
}

nav .pagination {
  justify-content: flex-end;
  margin: 0;
  padding: 20px 0;
}
nav .pagination .page-item {
  margin-left: 5px;
}
nav .pagination .page-item.active .page-link {
  background-color: #002b4f;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
nav .pagination .page-item .page-link {
  min-width: 35px;
  text-align: center;
}
nav .pagination .page-item a {
  color: #002b4f;
  border-radius: 0 !important;
  border: none;
}

@media (max-width: 575.98px) {
  nav .pagination li {
    margin-left: 3px;
  }
  nav .pagination li .page-link {
    padding: 5px;
  }
}
.recommended-title {
  background-color: #002b4f;
  color: #65c1be;
  padding: 20px 25px 5px;
  font-size: 24px;
  margin-bottom: 0 !important;
}

.recording-block {
  color: #434343;
}
.recording-block h6 {
  margin-top: 15px;
  font-weight: 700;
}
.recording-block h6 a {
  color: #65c1be;
}
.recording-block p {
  font-size: 13px;
}
.recording-block .owl-slider-wrapper {
  background-color: #002b4f;
  color: #ffffff;
  text-align: center;
  padding: 20px 15px;
}
.recording-block .owl-slider-wrapper .owl-item {
  padding: 0 10px;
}
.recording-block .owl-slider-wrapper .owl-controls {
  position: absolute;
  right: 15px;
  top: -40px;
}
.recording-block .owl-slider-wrapper .owl-controls .owl-buttons div {
  padding: 0;
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: none;
  border-radius: 0;
  margin: 0 10px;
  border-bottom: 2px solid transparent;
}
.recording-block .owl-slider-wrapper .owl-controls .owl-buttons div:hover {
  border-bottom-color: #fcbf2c;
}
.recording-block .view-footer {
  text-align: center;
}
.recording-block .view-content.row {
  margin: 0;
}
.recording-block .views-view-grid.horizontal.cols-4 {
  padding: 0;
  margin-top: 40px;
}

.all-recording-block {
  color: #434343;
}
.all-recording-block h6 {
  margin-top: 15px;
  font-weight: 700;
}
.all-recording-block h6 a {
  color: #65c1be;
}
.all-recording-block .owl-item {
  padding: 0 20px;
}
.all-recording-block .views-field {
  text-align: center;
}
.all-recording-block .views-field.row {
  margin: 0;
}

.custom-accordion .views-row .ui-accordion-header {
  background-color: #002b4f;
  font-weight: 500;
  width: 100%;
  text-align: left;
  padding: 15px 40px 15px 20px;
  position: relative;
  text-decoration: none !important;
  border: none;
  margin: 10px 0;
  font-family: "Montserrat";
  color: #ffffff;
}
.custom-accordion .views-row .ui-accordion-header:after {
  content: "";
  position: absolute;
  top: 23px;
  right: 23px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  height: 10px;
  width: 10px;
  transition: 0.5s;
}
.custom-accordion .views-row .ui-accordion-header .ui-icon {
  display: none;
}
.custom-accordion .views-row .ui-accordion-content {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
@media (max-width: 767.98px) {
  .custom-accordion .views-row .ui-accordion-content {
    grid-template-columns: 33% 33% 33%;
  }
}
@media (max-width: 575.98px) {
  .custom-accordion .views-row .ui-accordion-content {
    grid-template-columns: 100%;
  }
}
.custom-accordion .views-row .ui-accordion-content.ui-corner-bottom {
  padding: 20px 0 0;
}

.view-faq-tabbed-view .field--name-field-question {
  color: #002b4f;
  font-weight: 800;
  padding: 15px 0px;
}
.view-faq-tabbed-view .field--name-field-answer {
  color: #434343;
}
.view-faq-tabbed-view .views-row {
  width: 100%;
}
.view-faq-tabbed-view .views-row h3 {
  color: #002b4f;
  padding: 10px 0px;
}
.view-faq-tabbed-view .views-row .views-accordion-header {
  background-color: #002b4f;
  font-weight: 500;
  width: 100%;
  text-align: left;
  padding: 15px 40px 15px 20px;
  position: relative;
  text-decoration: none !important;
  border: none;
  margin: 10px 0;
  font-family: "Montserrat";
}
.view-faq-tabbed-view .views-row .views-accordion-header a {
  color: #ffffff;
}
.view-faq-tabbed-view .views-row .views-accordion-header:after {
  content: "";
  position: absolute;
  top: 23px;
  right: 23px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  height: 10px;
  width: 10px;
  transition: 0.5s;
}
.view-faq-tabbed-view .views-row .views-accordion-header .ui-icon {
  display: none;
}
.view-faq-tabbed-view .views-row .ui-accordion-header-active:after {
  top: 18px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.view-faq-tabbed-view .views-row .ui-accordion-content {
  background: #eef4fa;
  border: none;
  padding: 0 15px 15px 15px;
  height: auto !important;
  margin-bottom: 20px;
}
.view-faq-tabbed-view .views-row .ui-accordion-content .views-field-body {
  padding-bottom: 0;
}
.view-faq-tabbed-view .views-row .ui-accordion-content .shareclipboard {
  font-weight: 600;
  font-size: 14px;
  background: #fcbf2c;
  padding: 8px 20px;
  border-radius: 100px;
  display: table;
  color: #002b4f;
  margin-left: auto;
  appearance: none;
}
.view-faq-tabbed-view .views-row .ui-accordion-content a {
  color: #002b4f;
}
.view-faq-tabbed-view .faq-search-filter .js-form-item {
  background-color: #ffffff;
  border-radius: 100px;
}
.view-faq-tabbed-view .faq-search-filter .js-form-item::after {
  background-repeat: no-repeat;
  background-size: 25px;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
}
.view-faq-tabbed-view .faq-search-filter .js-form-item input,
.view-faq-tabbed-view .faq-search-filter .js-form-item select {
  height: 50px;
  width: 100%;
  padding: 10px 45px 10px 20px;
  box-shadow: none;
  border-radius: 100px;
  margin-bottom: 0px;
  border: 1px #dddddd solid;
  background-color: transparent;
  z-index: 1;
  position: relative;
}
.view-faq-tabbed-view .faq-search-filter .js-form-type-textfield::after,
.view-faq-tabbed-view .faq-search-filter .js-form-type-entity-autocomplete::after {
  background-image: url(../images/search.png);
  top: 13px;
  right: 30px;
}
.view-faq-tabbed-view .faq-search-filter .js-form-type-textfield .form-autocomplete,
.view-faq-tabbed-view .faq-search-filter .js-form-type-entity-autocomplete .form-autocomplete {
  background: transparent;
}
.view-faq-tabbed-view .faq-search-filter .js-form-type-select::after {
  background-image: url(../images/lib-filter_icon.svg);
  top: 19px;
  right: 27px;
}
.view-faq-tabbed-view .faq-search-filter select {
  appearance: none;
}

.support-shorts-video {
  padding-top: 50px;
}
.support-shorts-video .owl-item {
  padding: 0 20px 0 0px !important;
}
.support-shorts-video .owl-page {
  background: #65c1be;
  color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 35px;
  font-size: 30px;
  padding: 0;
  line-height: 26px;
  margin-left: 10px;
}
.support-shorts-video .owl-page span {
  display: none !important;
}
.support-shorts-video .owl-page:before {
  content: "‹";
  color: #ffffff;
}
.support-shorts-video .owl-page:last-child {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.support-shorts-video h5 {
  background: #65c1be;
  color: #ffffff;
  margin: 0px;
  display: inline-block;
  position: absolute;
  z-index: 999;
  right: 19px;
  padding: 3px 4px;
  font-size: 14px;
}
.support-shorts-video .recommended-content {
  background: #65c1be;
  padding: 5px 7px 7px 7px;
}
.support-shorts-video .recommended-content h6 {
  color: #ffffff;
  margin: 0px !important;
  height: 40px;
  line-height: 1.25;
  display: flex;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}

.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-prev, .glider-next {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
}

.glider-next {
  right: -23px;
  left: auto;
}

.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-slide {
  min-width: 150px;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
/* START - Custom */
.glider, .glider > div {
  /*height: 450px;*/
  height: 100%;
  width: 100%;
}

.glider-prev, .glider-next {
  font-size: 75px !important;
  color: #fff !important;
  outline: none !important;
}
@media only screen and (min-width: 600px) {
  .glider-prev, .glider-next {
    font-size: 150px !important;
  }
}

.glider-prev {
  left: 20px !important;
}

.glider-next {
  right: 20px !important;
}

@media only screen and (max-width: 598px) {
  .glider, .glider-track {
    height: 250px;
  }
}
/* END - Custom */
html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat";
  color: #3f4952;
}
body #page .ui-widget {
  font-family: "Montserrat";
}

main {
  background-color: #f0f5f8;
}

h2 {
  color: #002b4f;
  font-weight: 500;
}

a {
  color: #002b4f;
}

.font-weight-medium {
  font-weight: 600;
}

.ui-widget {
  font-family: "Montserrat";
}

#block-arderofficial-content {
  display: block;
}

.bg-lightblue {
  background-color: #65c1be;
}

.btn-default {
  transition: all 0.3s ease-in;
  background-color: #ffffff;
  border: 2px solid rgba(0, 123, 255, 0.1);
  color: #002b4f;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  padding: 0.5rem 1rem;
}
.btn-default:hover, .btn-default:focus {
  border-color: rgba(0, 123, 255, 0.3);
}

.btn-primary {
  transition: all 0.3s ease-in;
  background-color: #fcbf2c;
  border: 2px solid #fcbf2c;
  color: #002b4f;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  padding: 0.5rem 1rem;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #ffffff;
  color: #002b4f;
  border-color: #fcbf2c;
}
.btn-primary img {
  height: 18px;
}

input[type=radio]:checked {
  accent-color: #002b4f;
}

.stars {
  position: relative;
}
.stars::after {
  content: "";
  background: url(../images/stars.png) no-repeat top right;
  background-size: contain;
  height: 50px;
  width: 40px;
  position: absolute;
  right: -17px;
  top: -34px;
}
.stars a {
  position: relative;
  z-index: 1;
}
.stars a.is-active {
  color: #002b4f !important;
}

.bg-slate-100 {
  background-color: #f0f5f8;
}