/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Src/Shared/Styles/Theme/Base.scss ***!
  \****************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Src/Shared/Styles/Theme/Base.scss (1) ***!
  \********************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);
/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Src/Shared/Styles/Theme/Base.scss (2) ***!
  \********************************************************************************************************************************/
/* ===================================
    Fonts
====================================== */
/* ===================================
    Reset
====================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 16px;
  color: #373a3c;
  font-weight: 400;
  line-height: 24px;
}

body, html {
  -moz-osx-font-smoothing: grayscale;
}

a, a:active {
  color: #27496E;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

a:hover, a:active, a:focus {
  color: #232323;
  text-decoration: underline;
}

a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

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

input, textarea, select {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: 100%;
  resize: none;
}

input[type=button], input[type=text], input[type=email], input[type=search], input[type=password], textarea, input[type=submit] {
  -webkit-appearance: none;
  outline: none;
}

input:focus, textarea:focus {
  border-color: #585858;
  outline: none;
}

input[type=button]:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

iframe {
  border: 0;
}

p {
  margin: 0 0 20px;
  word-spacing: 1px;
}

b, strong {
  font-weight: 600;
}

.height-50 {
  height: 50%;
}

.height-100 {
  height: 100%;
}

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

.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
}

.alt-font strong {
  font-weight: 700;
}

.white-space {
  white-space: normal;
}

.word-wrap {
  word-wrap: break-word;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul, ol, dl {
  list-style-position: outside;
}

/*ul li { list-style: none; }*/
::selection {
  color: #000;
  background: #dbdbdb;
}

::-moz-selection {
  color: #000;
  background: #dbdbdb;
}

::-webkit-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
}

::-moz-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  opacity: 1;
}

.half-gutter {
  margin: 0 -8px;
}

.half-gutter > [class*=col-] {
  padding: 7px;
}

/* ===================================
    Typography
====================================== */
/* font family */
.alt-font {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.main-font {
  font-family: "Open Sans", sans-serif;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #232323;
  line-height: normal;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 26px;
}

h6 {
  font-size: 22px;
}

/* font size */
.font-size4 {
  font-size: 4px;
}

.font-size8 {
  font-size: 8px;
}

.font-size11 {
  font-size: 11px;
}

.font-size12 {
  font-size: 12px;
}

.font-size13 {
  font-size: 13px;
}

.font-size14 {
  font-size: 14px;
}

.font-size15 {
  font-size: 15px;
}

.font-size16 {
  font-size: 16px;
}

.font-size17 {
  font-size: 17px;
}

.font-size18 {
  font-size: 18px;
}

.font-size19 {
  font-size: 19px;
}

.font-size20 {
  font-size: 20px;
}

.font-size22 {
  font-size: 22px;
}

.font-size24 {
  font-size: 24px;
}

.font-size26 {
  font-size: 26px;
}

.font-size28 {
  font-size: 28px;
}

.font-size30 {
  font-size: 30px;
}

.font-size32 {
  font-size: 32px;
}

.font-size34 {
  font-size: 34px;
}

.font-size36 {
  font-size: 36px;
}

.font-size38 {
  font-size: 38px;
}

.font-size40 {
  font-size: 40px;
}

.font-size42 {
  font-size: 42px;
}

.font-size44 {
  font-size: 44px;
}

.font-size46 {
  font-size: 46px;
}

.font-size48 {
  font-size: 48px;
}

.font-size50 {
  font-size: 50px;
}

.font-size55 {
  font-size: 55px;
}

.font-size60 {
  font-size: 60px;
}

.font-size80 {
  font-size: 80px;
}

.font-size100 {
  font-size: 100px;
}

.font-size120 {
  font-size: 120px;
}

.font-size130 {
  font-size: 130px;
}

/* text color */
.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-extra-dark-gray {
  color: #232323;
}

.text-dark-gray {
  color: #626262;
}

.text-extra-medium-gray {
  color: #757575;
}

.text-medium-gray {
  color: #939393;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

.text-light-gray {
  color: #d6d5d5;
}

.text-very-light-gray {
  color: #ededed;
}

.text-default-color {
  color: #6f6f6f;
}

/* letter spacing */
.no-letter-spacing {
  letter-spacing: 0px;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

/* font weight */
.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

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

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

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

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

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

/* line height */
.line-height-normal {
  line-height: normal;
}

.line-height-10 {
  line-height: 10px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-55 {
  line-height: 55px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-65 {
  line-height: 65px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-75 {
  line-height: 75px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-95 {
  line-height: 95px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-110 {
  line-height: 110px;
}

.line-height-120 {
  line-height: 120px;
}

/* ===================================
    Background color
====================================== */
.bg-transparent {
  background-color: transparent;
}

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

.bg-black {
  background-color: #000;
}

.bg-extra-dark-gray {
  background-color: #1c1c1c;
}

.bg-dark-black {
  background-color: #232323;
}

.bg-medium-dark-gray {
  background-color: #191919;
}

.bg-dark-gray {
  background-color: #757575;
}

.bg-extra-medium-gray {
  background-color: #939393;
}

.bg-medium-gray {
  background-color: #dbdbdb;
}

.bg-extra-light-gray {
  background-color: #e0e0e0;
}

.bg-medium-light-gray {
  background-color: #ededed;
}

.bg-light-gray {
  background-color: #f7f7f7;
}

.bg-very-light-gray {
  background-color: #fafafa;
}

.bg-grey {
  background-color: #f9f9f9;
}

.bg-red {
  background-color: #ed1b24;
}

.bg-transparent-white {
  background-color: rgba(255, 255, 255, 0.3);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 37%, white 96%, white 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(37%, rgba(255, 255, 255, 0)), color-stop(96%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 37%, white 96%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 37%, white 96%, white 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 37%, white 96%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 37%, white 96%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1 );
}

.bg-transparent-black {
  background-color: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 37%, black 96%, black 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(37%, rgba(0, 0, 0, 0)), color-stop(96%, black), color-stop(100%, black));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 37%, black 96%, black 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 37%, black 96%, black 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 37%, black 96%, black 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 37%, black 96%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=1 );
}

.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.85);
}

.bg-black-opacity {
  background-color: rgba(0, 0, 0, 0.85);
}

.bg-black-opacity-light {
  background-color: rgba(0, 0, 0, 0.5);
}

/* ===================================
    Custom
====================================== */
.center-col {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

section {
  padding: 90px 0;
  overflow: hidden;
  background: #fff;
}

.big-input, .big-textarea, .big-select select {
  padding: 18px 25px;
  font-size: 14px;
  border-radius: 0;
}

.medium-input, .medium-textarea, .medium-select select {
  padding: 12px 20px;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
}

.small-input, .small-textarea {
  padding: 12px 15px;
  font-size: 11px;
  line-height: normal;
}

.small-select select {
  padding: 15px 15px;
  line-height: normal;
}

.medium-input-light, .medium-textarea-light, .medium-select-light select {
  padding: 12px 25px;
  font-size: 12px;
  line-height: normal;
}

.required-error {
  border: 1px solid #ee2323 !important;
}

.input-border-bottom.required-error {
  border-width: 0 !important;
  border-bottom-width: 1px !important;
  border-bottom-color: #ee2323 !important;
}

#success-contact-form {
  clear: both;
  margin: 0 15px 15px;
  text-align: center;
  border: 1px solid #1a940a;
  color: #1a940a;
  padding: 2px 0;
  display: none;
  font-size: 11px;
}

/* separator */
.separator-line-vertical-extra-small {
  width: 1px;
  height: 8px;
}

.separator-line-vertical-small-thick {
  width: 17px;
  height: 3px;
}

.separator-line-vertical-small {
  width: 1px;
  height: 13px;
}

.separator-line-vertical-small-thick2 {
  width: 64px;
  height: 7px;
}

.separator-line-vertical-large {
  width: 1px;
  height: 20px;
}

.separator-line-vertical-extra-large {
  width: 1px;
  height: 30px;
}

.separator-line-vertical-medium-thick-full {
  width: 8px;
  height: 40px;
}

.separator-line-vertical-large-thick {
  width: 109px;
  height: 11px;
}

.separator-line-horizontal-medium-light {
  width: 36px;
  height: 3px;
}

.separator-line-horizontal-medium-light2 {
  width: 50px;
  height: 1px;
}

.separator-line-horizontal-medium-light3 {
  width: 18%;
  height: 1px;
}

.separator-line-horizontal-medium-thick {
  width: 50px;
  height: 5px;
}

.separator-line-horizontal-full {
  width: 100%;
  height: 1px;
}

/* divider */
.divider-full {
  width: 100%;
  height: 1px;
  display: inline-block;
}

/* opacity */
.opacity-very-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  top: 0;
  left: 0;
}

.opacity-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
}

.opacity-extra-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.opacity-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.75;
  top: 0;
  left: 0;
}

.opacity-full {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
}

.opacity-full-dark {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  top: 0;
  left: 0;
}

.opacity1 {
  opacity: 0.1;
}

.opacity2 {
  opacity: 0.2;
}

.opacity3 {
  opacity: 0.3;
}

.opacity4 {
  opacity: 0.4;
}

.opacity5 {
  opacity: 0.5;
}

.opacity6 {
  opacity: 0.6;
}

.opacity7 {
  opacity: 0.7;
}

.opacity8 {
  opacity: 0.8;
}

.opacity9 {
  opacity: 0.9;
}

/* box-shadow */
.btn-shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.box-shadow-light {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.box-shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.box-shadow-dark {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.box-shadow-large {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.box-shadow-primary {
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

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

/* z-index */
.z-index-1111 {
  z-index: 1111;
}

.z-index-111 {
  z-index: 111;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-9 {
  z-index: 9;
}

.z-index-0 {
  z-index: 0;
}

.z-index-minus2 {
  z-index: -2;
}

/* ===================================
    Border
====================================== */
.border-all {
  border: 1px solid #ededed;
}

/* boder width */
.border-width-1 {
  border-width: 1px !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-3 {
  border-width: 3px !important;
}

.border-width-4 {
  border-width: 4px !important;
}

.border-width-5 {
  border-width: 5px !important;
}

.border-width-6 {
  border-width: 6px !important;
}

.border-width-7 {
  border-width: 7px !important;
}

.border-width-8 {
  border-width: 8px !important;
}

.border-width-9 {
  border-width: 9px !important;
}

.border-width-10 {
  border-width: 10px !important;
}

.border-width-20 {
  border-width: 20px !important;
}

/* boder align */
.border-top {
  border-top: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

.border-lr {
  border-left: 1px solid;
  border-right: 1px solid;
}

.border-tb {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

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

.border-color-black {
  border-color: #000 !important;
}

.border-color-extra-dark-gray {
  border-color: #232323 !important;
}

.border-color-medium-dark-gray {
  border-color: #363636 !important;
}

.border-color-dark-gray {
  border-color: #939393 !important;
}

.border-color-extra-medium-gray {
  border-color: #dbdbdb !important;
}

.border-color-medium-gray {
  border-color: #e4e4e4 !important;
}

.border-color-extra-light-gray {
  border-color: #ededed !important;
}

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

.border-color-light-white {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-color-light-black {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

/* boder style */
.border-dotted {
  border-style: dotted !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-solid {
  border-style: solid !important;
}

.border-double {
  border-style: double !important;
}

.border-groove {
  border-style: groove !important;
}

.border-ridge {
  border-style: ridge !important;
}

.border-inset {
  border-style: inset !important;
}

.border-outset {
  border-style: outset !important;
}

.border-none {
  border-style: none !important;
}

.border-hidden {
  border-style: hidden !important;
}

.border-transperent {
  border-color: transparent !important;
}

.no-border-all {
  border: none !important;
}

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

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

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

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

/* border for inner box */
.inner-border {
  border: 8px solid rgba(255, 255, 255, 0.35);
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  left: 20px;
  top: 20px;
  position: absolute;
}

.inner-border2 {
  border: 8px solid rgba(255, 255, 255, 0.35);
  height: calc(100% - 80px);
  width: calc(100% - 110px);
  left: 55px;
  top: 40px;
  position: absolute;
}

/* transparent border */
.border-black-light {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.border-white-light {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* border radius */
.border-radius-1 {
  border-radius: 1px;
}

.border-radius-2 {
  border-radius: 2px;
}

.border-radius-3 {
  border-radius: 3px;
}

.border-radius-4 {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-6 {
  border-radius: 6px;
}

.border-radius-7 {
  border-radius: 7px;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-9 {
  border-radius: 9px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-50 {
  border-radius: 50%;
}

.border-radius-100 {
  border-radius: 100%;
}

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

/*================================
    Responsive Media Query
================================*/
@media screen and (max-width: 1199px) {
  section {
    padding: 70px 0;
  }

  .md-height-auto {
    height: auto;
  }

  /* typography */
  /* JWP - Don't want responsive h# syle changing  for OBOE.
  h1, h2, h3, h4, h5, h6 {margin:0 0 18px; padding:0; letter-spacing: 0; }
  h1 {font-size:40px;}
  h2 {font-size:32px;}
  h3 {font-size:30px;}
  h4 {font-size:28px;}
  h5 {font-size:24px;}
  h6 {font-size:20px;}*/
  /* line height */
  .md-line-height-normal {
    line-height: normal;
  }

  .md-line-height-10 {
    line-height: 10px;
  }

  .md-line-height-13 {
    line-height: 13px;
  }

  .md-line-height-18 {
    line-height: 18px;
  }

  .md-line-height-20 {
    line-height: 20px;
  }

  .md-line-height-24 {
    line-height: 24px;
  }

  .md-line-height-22 {
    line-height: 22px;
  }

  .md-line-height-26 {
    line-height: 26px;
  }

  .md-line-height-28 {
    line-height: 28px;
  }

  .md-line-height-30 {
    line-height: 30px;
  }

  .md-line-height-35 {
    line-height: 35px;
  }

  .md-line-height-40 {
    line-height: 40px;
  }

  .md-line-height-45 {
    line-height: 45px;
  }

  .md-line-height-50 {
    line-height: 50px;
  }

  .md-line-height-55 {
    line-height: 55px;
  }

  .md-line-height-60 {
    line-height: 60px;
  }

  .md-line-height-65 {
    line-height: 65px;
  }

  .md-line-height-70 {
    line-height: 70px;
  }

  .md-line-height-75 {
    line-height: 75px;
  }

  .md-line-height-80 {
    line-height: 80px;
  }

  .md-line-height-85 {
    line-height: 85px;
  }

  .md-line-height-90 {
    line-height: 90px;
  }

  .md-line-height-95 {
    line-height: 95px;
  }

  .md-line-height-100 {
    line-height: 100px;
  }

  .md-line-height-110 {
    line-height: 110px;
  }

  .md-line-height-120 {
    line-height: 120px;
  }

  /* font size */
  .md-font-size11 {
    font-size: 11px;
  }

  .md-font-size12 {
    font-size: 12px;
  }

  .md-font-size13 {
    font-size: 13px;
  }

  .md-font-size14 {
    font-size: 14px;
  }

  .md-font-size15 {
    font-size: 15px;
  }

  .md-font-size16 {
    font-size: 16px;
  }

  .md-font-size17 {
    font-size: 17px;
  }

  .md-font-size18 {
    font-size: 18px;
  }

  .md-font-size19 {
    font-size: 19px;
  }

  .md-font-size20 {
    font-size: 20px;
  }

  .md-font-size22 {
    font-size: 22px;
  }

  .md-font-size24 {
    font-size: 24px;
  }

  .md-font-size26 {
    font-size: 26px;
  }

  .md-font-size28 {
    font-size: 28px;
  }

  .md-font-size30 {
    font-size: 30px;
  }

  .md-font-size32 {
    font-size: 32px;
  }

  .md-font-size34 {
    font-size: 34px;
  }

  .md-font-size36 {
    font-size: 36px;
  }

  .md-font-size38 {
    font-size: 38px;
  }

  .md-font-size40 {
    font-size: 40px;
  }

  .md-font-size42 {
    font-size: 42px;
  }

  .md-font-size44 {
    font-size: 44px;
  }

  .md-font-size46 {
    font-size: 46px;
  }

  .md-font-size48 {
    font-size: 48px;
  }

  .md-font-size50 {
    font-size: 50px;
  }

  .md-font-size55 {
    font-size: 55px;
  }

  .md-font-size60 {
    font-size: 60px;
  }

  .md-font-size80 {
    font-size: 80px;
  }

  .md-font-size100 {
    font-size: 100px;
  }

  .md-font-size120 {
    font-size: 120px;
  }

  .md-font-size130 {
    font-size: 130px;
  }
}
@media screen and (max-width: 991px) {
  .sm-height-auto {
    height: auto;
  }

  /* typography */
  /* JWP - Don't want responsive h# syle changing  for OBOE.
  h1, h2, h3, h4, h5, h6 {margin:0 0 16px; padding:0; letter-spacing: 0;}
  h1 {font-size:38px;}
  h2 {font-size:30px;}
  h3 {font-size:28px;}
  h4 {font-size:26px;}
  h5 {font-size:22px;}
  h6 {font-size:18px;}
  p { margin: 0 0 20px; } */
  /* font size */
  .sm-font-size11 {
    font-size: 11px;
  }

  .sm-font-size12 {
    font-size: 12px;
  }

  .sm-font-size13 {
    font-size: 13px;
  }

  .sm-font-size14 {
    font-size: 14px;
  }

  .sm-font-size15 {
    font-size: 15px;
  }

  .sm-font-size16 {
    font-size: 16px;
  }

  .sm-font-size17 {
    font-size: 17px;
  }

  .sm-font-size18 {
    font-size: 18px;
  }

  .sm-font-size19 {
    font-size: 19px;
  }

  .sm-font-size20 {
    font-size: 20px;
  }

  .sm-font-size22 {
    font-size: 22px;
  }

  .sm-font-size24 {
    font-size: 24px;
  }

  .sm-font-size26 {
    font-size: 26px;
  }

  .sm-font-size28 {
    font-size: 28px;
  }

  .sm-font-size30 {
    font-size: 30px;
  }

  .sm-font-size32 {
    font-size: 32px;
  }

  .sm-font-size34 {
    font-size: 34px;
  }

  .sm-font-size36 {
    font-size: 36px;
  }

  .sm-font-size38 {
    font-size: 38px;
  }

  .sm-font-size40 {
    font-size: 40px;
  }

  .sm-font-size42 {
    font-size: 42px;
  }

  .sm-font-size44 {
    font-size: 44px;
  }

  .sm-font-size46 {
    font-size: 46px;
  }

  .sm-font-size48 {
    font-size: 48px;
  }

  .sm-font-size50 {
    font-size: 50px;
  }

  .sm-font-size55 {
    font-size: 55px;
  }

  .sm-font-size60 {
    font-size: 60px;
  }

  .sm-font-size80 {
    font-size: 80px;
  }

  .sm-font-size100 {
    font-size: 100px;
  }

  .sm-font-size120 {
    font-size: 120px;
  }

  .sm-font-size130 {
    font-size: 130px;
  }

  /* line height */
  .sm-line-height-normal {
    line-height: normal;
  }

  .sm-line-height-10 {
    line-height: 10px;
  }

  .sm-line-height-13 {
    line-height: 13px;
  }

  .sm-line-height-18 {
    line-height: 18px;
  }

  .sm-line-height-20 {
    line-height: 20px;
  }

  .sm-line-height-24 {
    line-height: 24px;
  }

  .sm-line-height-22 {
    line-height: 22px;
  }

  .sm-line-height-26 {
    line-height: 26px;
  }

  .sm-line-height-28 {
    line-height: 28px;
  }

  .sm-line-height-30 {
    line-height: 30px;
  }

  .sm-line-height-35 {
    line-height: 35px;
  }

  .sm-line-height-40 {
    line-height: 40px;
  }

  .sm-line-height-45 {
    line-height: 45px;
  }

  .sm-line-height-50 {
    line-height: 50px;
  }

  .sm-line-height-55 {
    line-height: 55px;
  }

  .sm-line-height-60 {
    line-height: 60px;
  }

  .sm-line-height-65 {
    line-height: 65px;
  }

  .sm-line-height-70 {
    line-height: 70px;
  }

  .sm-line-height-75 {
    line-height: 75px;
  }

  .sm-line-height-80 {
    line-height: 80px;
  }

  .sm-line-height-85 {
    line-height: 85px;
  }

  .sm-line-height-90 {
    line-height: 90px;
  }

  .sm-line-height-95 {
    line-height: 95px;
  }

  .sm-line-height-100 {
    line-height: 100px;
  }

  .sm-line-height-110 {
    line-height: 110px;
  }

  .sm-line-height-120 {
    line-height: 120px;
  }

  /* custom */
  section {
    padding: 50px 0;
  }

  .sm-center-col {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .xs-height-auto {
    height: auto;
  }

  /* JWP - Don't want responsive h# syle changing  for OBOE.
  h1, h2, h3, h4, h5, h6 {margin:0 0 14px; padding:0; letter-spacing: 0;}
  h1 {font-size:34px;}
  h2 {font-size:28px;}
  h3 {font-size:26px;}
  h4 {font-size:24px;}
  h5 {font-size:20px;}
  h6 {font-size:16px;}*/
  /* font size */
  .xs-font-size11 {
    font-size: 11px;
  }

  .xs-font-size12 {
    font-size: 12px;
  }

  .xs-font-size13 {
    font-size: 13px;
  }

  .xs-font-size14 {
    font-size: 14px;
  }

  .xs-font-size15 {
    font-size: 15px;
  }

  .xs-font-size16 {
    font-size: 16px;
  }

  .xs-font-size17 {
    font-size: 17px;
  }

  .xs-font-size18 {
    font-size: 18px;
  }

  .xs-font-size19 {
    font-size: 19px;
  }

  .xs-font-size20 {
    font-size: 20px;
  }

  .xs-font-size22 {
    font-size: 22px;
  }

  .xs-font-size24 {
    font-size: 24px;
  }

  .xs-font-size26 {
    font-size: 26px;
  }

  .xs-font-size28 {
    font-size: 28px;
  }

  .xs-font-size30 {
    font-size: 30px;
  }

  .xs-font-size32 {
    font-size: 32px;
  }

  .xs-font-size34 {
    font-size: 34px;
  }

  .xs-font-size36 {
    font-size: 36px;
  }

  .xs-font-size38 {
    font-size: 38px;
  }

  .xs-font-size40 {
    font-size: 40px;
  }

  .xs-font-size42 {
    font-size: 42px;
  }

  .xs-font-size44 {
    font-size: 44px;
  }

  .xs-font-size46 {
    font-size: 46px;
  }

  .xs-font-size48 {
    font-size: 48px;
  }

  .xs-font-size50 {
    font-size: 50px;
  }

  .xs-font-size55 {
    font-size: 55px;
  }

  .xs-font-size60 {
    font-size: 60px;
  }

  .xs-font-size80 {
    font-size: 80px;
  }

  .xs-font-size100 {
    font-size: 100px;
  }

  .xs-font-size120 {
    font-size: 120px;
  }

  .xs-font-size130 {
    font-size: 130px;
  }

  /* line height */
  .xs-line-height-normal {
    line-height: normal;
  }

  .xs-line-height-10 {
    line-height: 10px;
  }

  .xs-line-height-13 {
    line-height: 13px;
  }

  .xs-line-height-18 {
    line-height: 18px;
  }

  .xs-line-height-20 {
    line-height: 20px;
  }

  .xs-line-height-24 {
    line-height: 24px;
  }

  .xs-line-height-22 {
    line-height: 22px;
  }

  .xs-line-height-26 {
    line-height: 26px;
  }

  .xs-line-height-28 {
    line-height: 28px;
  }

  .xs-line-height-30 {
    line-height: 30px;
  }

  .xs-line-height-35 {
    line-height: 35px;
  }

  .xs-line-height-40 {
    line-height: 40px;
  }

  .xs-line-height-45 {
    line-height: 45px;
  }

  .xs-line-height-50 {
    line-height: 50px;
  }

  .xs-line-height-55 {
    line-height: 55px;
  }

  .xs-line-height-60 {
    line-height: 60px;
  }

  .xs-line-height-65 {
    line-height: 65px;
  }

  .xs-line-height-70 {
    line-height: 70px;
  }

  .xs-line-height-75 {
    line-height: 75px;
  }

  .xs-line-height-80 {
    line-height: 80px;
  }

  .xs-line-height-85 {
    line-height: 85px;
  }

  .xs-line-height-90 {
    line-height: 90px;
  }

  .xs-line-height-95 {
    line-height: 95px;
  }

  .xs-line-height-100 {
    line-height: 100px;
  }

  .xs-line-height-110 {
    line-height: 110px;
  }

  .xs-line-height-120 {
    line-height: 120px;
  }
}
/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Src/Shared/Styles/Theme/Common.scss ***!
  \******************************************************************************************************************************/
.theme :not(.break-theme) .bg-primary {
  background-color: #532565 !important;
}
.theme :not(.break-theme) .bg-primary-90 {
  background: rgba(83, 37, 101, 0.9);
}
.theme :not(.break-theme) .bg-primary-80 {
  background: rgba(83, 37, 101, 0.8);
}
.theme :not(.break-theme) .bg-primary-75 {
  background: rgba(83, 37, 101, 0.75);
}
.theme :not(.break-theme) .bg-secondary {
  background-color: #982568 !important;
}
.theme :not(.break-theme) .bg-secondary-90 {
  background: rgba(152, 37, 104, 0.9);
}
.theme :not(.break-theme) .bg-secondary-80 {
  background: rgba(152, 37, 104, 0.8);
}
.theme :not(.break-theme) .bg-secondary-75 {
  background: rgba(152, 37, 104, 0.75);
}
.theme :not(.break-theme) .bg-highlight {
  background-color: #e07c3e !important;
}
.theme :not(.break-theme) .bg-highlight-90 {
  background: rgba(224, 124, 62, 0.9);
}
.theme :not(.break-theme) .bg-highlight-80 {
  background: rgba(224, 124, 62, 0.8);
}
.theme :not(.break-theme) .bg-highlight-75 {
  background: rgba(224, 124, 62, 0.75);
}
.theme :not(.break-theme) .bg-alternate {
  background-color: #f0f4fb !important;
}
.theme :not(.break-theme) .bg-alternate-90 {
  background: rgba(240, 244, 251, 0.9);
}
.theme :not(.break-theme) .bg-alternate-80 {
  background: rgba(240, 244, 251, 0.8);
}
.theme :not(.break-theme) .bg-alternate-75 {
  background: rgba(240, 244, 251, 0.75);
}
.theme :not(.break-theme) .bg-success {
  background-color: #cfdcd6 !important;
}
.theme :not(.break-theme) .bg-success-90 {
  background: rgba(207, 220, 214, 0.9);
}
.theme :not(.break-theme) .bg-success-80 {
  background: rgba(207, 220, 214, 0.8);
}
.theme :not(.break-theme) .bg-success-75 {
  background: rgba(207, 220, 214, 0.75);
}
.theme :not(.break-theme) .bg-danger {
  background-color: #e6d2d4 !important;
}
.theme :not(.break-theme) .bg-danger-90 {
  background: rgba(230, 210, 212, 0.9);
}
.theme :not(.break-theme) .bg-danger-80 {
  background: rgba(230, 210, 212, 0.8);
}
.theme :not(.break-theme) .bg-danger-75 {
  background: rgba(230, 210, 212, 0.75);
}
.theme :not(.break-theme) .bg-warning {
  background-color: #e0dbcd !important;
}
.theme :not(.break-theme) .bg-warning-90 {
  background: rgba(224, 219, 205, 0.9);
}
.theme :not(.break-theme) .bg-warning-80 {
  background: rgba(224, 219, 205, 0.8);
}
.theme :not(.break-theme) .bg-warning-75 {
  background: rgba(224, 219, 205, 0.75);
}
.theme :not(.break-theme) .bg-info {
  background-color: #cddcdf !important;
}
.theme :not(.break-theme) .bg-info-90 {
  background: rgba(205, 220, 223, 0.9);
}
.theme :not(.break-theme) .bg-info-80 {
  background: rgba(205, 220, 223, 0.8);
}
.theme :not(.break-theme) .bg-info-75 {
  background: rgba(205, 220, 223, 0.75);
}
.theme :not(.break-theme) .bg-dark-grey {
  background-color: #000 !important;
}
.theme :not(.break-theme) .bg-dark-grey-90 {
  background: rgba(0, 0, 0, 0.9);
}
.theme :not(.break-theme) .bg-dark-grey-80 {
  background: rgba(0, 0, 0, 0.8);
}
.theme :not(.break-theme) .bg-dark-grey-75 {
  background: rgba(0, 0, 0, 0.75);
}
.theme :not(.break-theme) .bg-light-grey {
  background-color: #f2f2f2 !important;
}
.theme :not(.break-theme) .bg-light-grey-90 {
  background: rgba(242, 242, 242, 0.9);
}
.theme :not(.break-theme) .bg-light-grey-80 {
  background: rgba(242, 242, 242, 0.8);
}
.theme :not(.break-theme) .bg-light-grey-75 {
  background: rgba(242, 242, 242, 0.75);
}
.theme :not(.break-theme) .bg-rti-pale {
  background-color: #f0f4fb !important;
}
.theme :not(.break-theme) .bg-rti-pale-90 {
  background: rgba(240, 244, 251, 0.9);
}
.theme :not(.break-theme) .bg-rti-pale-80 {
  background: rgba(240, 244, 251, 0.8);
}
.theme :not(.break-theme) .bg-rti-pale-75 {
  background: rgba(240, 244, 251, 0.75);
}

section {
  padding: 70px 0;
}

.image-row {
  margin: 75px 0;
}

a:hover, aactive {
  color: #000;
  text-decoration: none;
}

/*.bg-theme {
	background-color: $theme-color-secondary;
}

.bg-theme-90 {
	background: rgba($theme-color-secondary, 0.9);
}

.bg-theme-80 {
	background: rgba($theme-color-secondary, 0.8);
}

.bg-theme-75 {
	background: rgba($theme-color-secondary, 0.75);
}
*/
.bg-gainsboro {
  background-color: #dae1e7;
}

.bg-ltgrey {
  background-color: #f2f2f2;
}

.theme-overlay[data-overlay-dark]:before,
.theme-overlay[data-overlay-light]:before {
  background: #27496e;
}

.text-theme-color {
  color: #27496e;
}

.text-content-big p {
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 25px;
  font-size: 15px;
}

.shadow-primary {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.line-through {
  text-decoration: line-through;
}

.readmore {
  font-weight: 700;
  transition: all 0.3s ease;
}
.readmore:after {
  content: "\f105";
  font-size: 16px;
  vertical-align: top;
  font-family: Font Awesome\ 5 Free;
  padding-left: 8px;
  vertical-align: middle;
}
.readmore :hover {
  color: #27496e;
}

.link-icon {
  margin-left: 7px;
}

ul.primary-list {
  list-style-position: outside;
  margin-left: 10px;
}
ul.primary-list li {
  /*list-style: none;*/
  margin-top: 0.75rem;
  padding-left: 15px;
  position: relative;
}
ul.primary-list li .icon {
  font-weight: 900;
  margin-right: 10px;
  color: #01909E;
}
ul.secondary-list {
  list-style-position: inside;
  margin-left: 30px;
}
ul.secondary-list li {
  list-style: disc;
  /*margin-top: .75rem;*/
  /*padding-left: 15px;*/
  /*position: relative;*/
}

.modal-full {
  max-width: 94vw;
}

/*
.top-login {
	padding: 0;
	float: right;
	margin: 0;

	li {
		font-size: 14px;
		list-style-type: none;
		float: left;
		text-align: center;
		margin: 0;
		padding: 0 7px;

		&:last-child {
			padding-right: 0;

			a {
				padding-right: 0;
			}
		}

		a {
			color: #fff;
			line-height: 28px;
			transition-duration: .3s;
			padding: 0 3px;

			&:hover {
				color: #27496e;
			}
		}
	}
}
*/
/*
.blockquote {
	background: #f1f1f1;
	border-left: 4px solid #27496e;
	font-size: 16px;
	font-weight: 500;
	margin: 25px 0;
	padding: 20px 30px 30px;

	p {
		font-size: 15px;
		font-weight: 500;
		line-height: 190%;
		color: #232323;
		letter-spacing: .5px;
	}

	h4 {
		font-size: 20px;
		font-weight: 400;
		color: #232323;
		letter-spacing: .5px;
	}
}
*/
@media screen and (max-width: 575px) {
  .no-mobile-margin-15px-bottom {
    margin-bottom: 0 !important;
  }

  .mobile-margin-15px-bottom {
    margin-bottom: 15px;
  }

  .mobile-margin-20px-bottom {
    margin-bottom: 20px;
  }

  .mobile-margin-30px-bottom {
    margin-bottom: 30px;
  }
}
/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Src/Shared/Styles/Theme/Nav-Bar.scss ***!
  \*******************************************************************************************************************************/
header {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease 0s;
  position: relative;
}

.header-connects .navbar-default {
  transition: all 0.5s ease 0s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.header-connects .navbar-brand img {
  max-height: 150px;
  transition-duration: 0.5s;
}
.header-connects .navbar-header-custom {
  padding: 22px 0 20px 0;
}
.header-connects .menu_area {
  background-color: #dae1e7;
  border-top: 1px solid #acbbc9;
  border-bottom: 1px solid #acbbc9;
  /* nav-bar */
}
.header-connects .menu_area .navbar > ul > li.current > a:after {
  border-color: transparent #5085a5 #5085a5 transparent;
}
@media screen and (max-width: 991px) {
  .header-connects .menu_area .navbar {
    padding: 0 1rem;
  }
}
.header-connects .menu_area .navbar-nav {
  /* nav-item end */
}
.header-connects .menu_area .navbar-nav .nav-item:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .header-connects .menu_area .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #532565;
  }
  .header-connects .menu_area .navbar-nav .nav-item:not(:last-child).show {
    border-bottom: none;
  }
}
.header-connects .menu_area .navbar-nav .nav-item .nav-link {
  display: inline-block;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 21px 0.6rem;
}
.header-connects .menu_area .navbar-nav .nav-item .nav-link.dropdown-toggle {
  padding-right: 0.2em;
}
.header-connects .menu_area .navbar-nav .nav-item .nav-link:hover, .header-connects .menu_area .navbar-nav .nav-item .nav-link:focus {
  text-decoration: underline;
}
.header-connects .menu_area .navbar-nav .nav-item .nav-link:hover.dropdown-toggle, .header-connects .menu_area .navbar-nav .nav-item .nav-link:focus.dropdown-toggle {
  text-decoration: none;
}
.header-connects .menu_area .navbar-nav .nav-item .nav-link:hover.dropdown-toggle:focus, .header-connects .menu_area .navbar-nav .nav-item .nav-link:focus.dropdown-toggle:focus {
  text-decoration: underline;
}
.header-connects .menu_area .navbar-nav .nav-item .nav-link.first {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .header-connects .menu_area .navbar-nav .nav-item .nav-link {
    display: block;
    padding: 10px 0.5rem;
  }
}
.header-connects .menu_area .navbar-nav .nav-item .dropdown-toggle {
  padding-right: 0.6rem;
}
.header-connects .menu_area .navbar-nav .nav-item .dropdown-toggle::after {
  content: none;
  display: none;
}
.header-connects .menu_area .navbar-nav .nav-item .dropdown-toggle .nav-link {
  padding-right: 2px;
}
.header-connects .menu_area .navbar-nav .nav-item .dropdown-indicator {
  display: inline-block;
  color: #000;
  padding-right: 0.6em;
}
.header-connects .menu_area .navbar-nav .nav-item .dropdown-indicator .open-icon {
  font-size: 11px;
}
@media screen and (max-width: 991px) {
  .header-connects .menu_area .navbar-nav .nav-item .dropdown-indicator {
    position: absolute;
    right: 12px;
    top: 12px;
    padding-right: 0;
  }
  .header-connects .menu_area .navbar-nav .nav-item .dropdown-indicator .open-icon {
    font-size: 18px;
    transform: rotate(90deg);
    transition: all 0.2s ease 0s;
  }
}
@media screen and (max-width: 991px) {
  .header-connects .menu_area .navbar-nav .nav-item.show .dropdown-indicator .open-icon {
    transform: rotate(0deg);
  }
}
.header-connects .menu_area .navbar-nav .nav-item .dropdown-menu {
  background-color: white;
  padding: 15px 0 0 0;
  margin-top: 0;
  box-shadow: 0 0 0 2px transparent;
}
@media screen and (max-width: 991px) {
  .header-connects .menu_area .navbar-nav .nav-item .dropdown-menu {
    position: relative;
  }
}
.header-connects .menu_area .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  margin-bottom: 12px;
  padding: 0 20px;
}
.header-connects .menu_area .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .header-connects .menu_area .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .header-connects .menu_area .navbar-nav .dropdown .dropdown-menu {
    position: absolute;
    top: 55px;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .header-connects .menu_area .navbar-nav .dropdown .dropdown-menu.fade-up {
    top: 120%;
  }
  .header-connects .menu_area .navbar-nav .dropdown .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .header-connects .menu_area .navbar-nav .dropdown .dropdown-menu.show {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    top: 55px;
    transform: rotateX(0deg);
  }
  .header-connects .menu_area .navbar-nav .dropdown:hover .dropdown-menu {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    top: 55px;
    transform: rotateX(0deg);
  }
}
.header-connects .navbar-toggler {
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .header-connects .navbar-toggler {
    width: 45px;
    height: 40px;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    visibility: visible;
  }
  .header-connects .navbar-toggler .toggler-icon {
    background: linear-gradient(360deg, #532565 10%, #982568 30%, #981f32 50%, #bf362e 76%, #e07c3e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .header-connects .toggler-grad {
    background: linear-gradient(90deg, #532565 10%, #982568 30%, #981f32 50%, #bf362e 76%, #e07c3e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

/* connects-header */
/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Src/Shared/Styles/Theme/Footer.scss ***!
  \******************************************************************************************************************************/
footer {
  padding: 50px 0 0;
  background: #f0f4fb;
  color: black;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 30px;
  }
}
footer p {
  margin-bottom: 0;
}
footer h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
  position: relative;
}
footer h3:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin: 0 auto;
  background: #982568;
  margin-top: 12px;
}
footer h3.footer-title {
  margin-bottom: 20px;
}
footer .footer-link {
  color: #532565;
  font-weight: bold;
}
footer .footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  text-align: center;
  background: #c0c3c9;
  color: black;
}
@media screen and (max-width: 767px) {
  footer .footer-bar {
    margin-top: 30px;
  }
  footer .footer-bar p {
    font-size: 13px;
  }
}
footer .footer-bar span {
  color: #532565;
  font-size: 15px;
  font-weight: 400;
}
footer.footer-title:after {
  margin-left: auto;
  margin-right: auto;
}
/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Src/Shared/Styles/Theme/Banner-wrapper.scss ***!
  \**************************************************************************************************************************************/
.banner-wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 6rem 0;
  position: relative;
}
.banner-wrapper .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
  background-color: #000;
}
.banner-wrapper h1 {
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .banner-wrapper h1 {
    font-size: 5.5rem;
  }
}
.banner-wrapper h2 {
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .banner-wrapper h2 {
    font-size: 4.5rem;
  }
}
.banner-wrapper h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .banner-wrapper h3 {
    font-size: 2.5rem;
  }
}
.banner-wrapper p {
  color: #fff;
}
.banner-wrapper p.dark {
  color: #000;
}
/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Src/Shared/Styles/Theme/Buttons.scss ***!
  \*******************************************************************************************************************************/
.butn {
  background: #982568;
  color: #232323;
  text-align: center;
  border-radius: 4px;
  padding: 12px 30px;
  line-height: normal;
  font-weight: 500;
  text-transform: none !important;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .butn {
    padding: 10px 28px;
  }
}
@media screen and (max-width: 767px) {
  .butn {
    padding: 8px 26px;
  }
}
.butn span {
  z-index: 9;
  position: relative;
}
.butn:hover {
  color: #fff;
  border-radius: 3px;
}
.butn:hover:after {
  width: 100%;
  border-radius: 3px;
}
.butn:after {
  content: "";
  position: absolute;
  border-radius: 4px;
  bottom: 6px;
  left: 0;
  height: 2px;
  transition: width 0.4s;
  width: 0;
  background: #27496e;
  height: 100%;
  top: 0;
  z-index: 1;
}
.butn.white {
  background: #fff;
  color: #232323;
}
.butn.white:hover {
  color: #fff;
  border-radius: 3px;
}
.butn.white:after {
  background: #232323;
  border-radius: 3px;
}
.butn.theme {
  background: #152850;
  color: #fff;
}
.butn.theme span {
  color: #fff;
}
.butn.theme:hover {
  color: #fff;
  border-radius: 3px;
}
.butn.theme:after {
  background: #232323;
  border-radius: 3px;
}
.butn.theme .white-hover:hover {
  color: #232323;
}
.butn.theme .white-hover:hover span {
  color: #232323;
}
.butn.theme .white-hover:after {
  background: #fff;
  border-radius: 3px;
}
.butn.small {
  padding: 8px 20px;
}
@media screen and (max-width: 991px) {
  .butn.small {
    padding: 7px 16px;
  }
}
@media screen and (max-width: 767px) {
  .butn.small {
    padding: 6px 14px;
  }
}
.butn.medium {
  padding: 10px 20px;
}
@media screen and (max-width: 991px) {
  .butn.medium {
    padding: 8px 18px;
  }
}
@media screen and (max-width: 767px) {
  .butn.medium {
    padding: 6px 16px;
  }
}

.theme :not(.break-theme) .btn-primary {
  color: white;
  background: #982568;
  border-color: #982568;
}
.theme :not(.break-theme) .btn-primary:hover, .theme :not(.break-theme) .btn-primary:active, .theme :not(.break-theme) .btn-primary.active {
  background: #6f1b4c !important;
  border-color: #6f1b4c !important;
}
.theme :not(.break-theme) .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(152, 37, 104, 0.5) !important;
}
.theme :not(.break-theme) .btn-outline-primary {
  color: #982568;
  border-color: #982568;
}
.theme :not(.break-theme) .btn-outline-primary:hover, .theme :not(.break-theme) .btn-outline-primary:active, .theme :not(.break-theme) .btn-outline-primary.active {
  color: white;
  background: #982568 !important;
  border-color: #982568 !important;
}
.theme :not(.break-theme) .btn-outline-primary.disabled, .theme :not(.break-theme) .btn-outline-primary:disabled {
  background-color: transparent;
}
.theme :not(.break-theme) .btn-secondary {
  color: black;
  background: #e07c3e;
  border-color: #e07c3e;
}
.theme :not(.break-theme) .btn-secondary:hover, .theme :not(.break-theme) .btn-secondary:active, .theme :not(.break-theme) .btn-secondary.active {
  background: #ca6221 !important;
  border-color: #ca6221 !important;
}
.theme :not(.break-theme) .btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(224, 124, 62, 0.5) !important;
}
.theme :not(.break-theme) .btn-outline-secondary {
  color: #e07c3e;
  border-color: #e07c3e;
}
.theme :not(.break-theme) .btn-outline-secondary:hover, .theme :not(.break-theme) .btn-outline-secondary:active, .theme :not(.break-theme) .btn-outline-secondary.active {
  color: black;
  background: #e07c3e !important;
  border-color: #e07c3e !important;
}
.theme :not(.break-theme) .btn-outline-secondary.disabled, .theme :not(.break-theme) .btn-outline-secondary:disabled {
  background-color: transparent;
}
.theme :not(.break-theme) .btn-success {
  color: white;
  background: #0f5132;
  border-color: #0f5132;
}
.theme :not(.break-theme) .btn-success:hover, .theme :not(.break-theme) .btn-success:active, .theme :not(.break-theme) .btn-success.active {
  background: #072617 !important;
  border-color: #072617 !important;
}
.theme :not(.break-theme) .btn-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(15, 81, 50, 0.5) !important;
}
.theme :not(.break-theme) .btn-outline-success {
  color: #0f5132;
  border-color: #0f5132;
}
.theme :not(.break-theme) .btn-outline-success:hover, .theme :not(.break-theme) .btn-outline-success:active, .theme :not(.break-theme) .btn-outline-success.active {
  color: white;
  background: #0f5132 !important;
  border-color: #0f5132 !important;
}
.theme :not(.break-theme) .btn-outline-success.disabled, .theme :not(.break-theme) .btn-outline-success:disabled {
  background-color: transparent;
}
.theme :not(.break-theme) .btn-danger {
  color: white;
  background: #842029;
  border-color: #842029;
}
.theme :not(.break-theme) .btn-danger:hover, .theme :not(.break-theme) .btn-danger:active, .theme :not(.break-theme) .btn-danger.active {
  background: #5b161c !important;
  border-color: #5b161c !important;
}
.theme :not(.break-theme) .btn-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(132, 32, 41, 0.5) !important;
}
.theme :not(.break-theme) .btn-outline-danger {
  color: #842029;
  border-color: #842029;
}
.theme :not(.break-theme) .btn-outline-danger:hover, .theme :not(.break-theme) .btn-outline-danger:active, .theme :not(.break-theme) .btn-outline-danger.active {
  color: white;
  background: #842029 !important;
  border-color: #842029 !important;
}
.theme :not(.break-theme) .btn-outline-danger.disabled, .theme :not(.break-theme) .btn-outline-danger:disabled {
  background-color: transparent;
}
.theme :not(.break-theme) .btn-warning {
  color: white;
  background: #664d03;
  border-color: #664d03;
}
.theme :not(.break-theme) .btn-warning:hover, .theme :not(.break-theme) .btn-warning:active, .theme :not(.break-theme) .btn-warning.active {
  background: #342802 !important;
  border-color: #342802 !important;
}
.theme :not(.break-theme) .btn-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(102, 77, 3, 0.5) !important;
}
.theme :not(.break-theme) .btn-outline-warning {
  color: #664d03;
  border-color: #664d03;
}
.theme :not(.break-theme) .btn-outline-warning:hover, .theme :not(.break-theme) .btn-outline-warning:active, .theme :not(.break-theme) .btn-outline-warning.active {
  color: white;
  background: #664d03 !important;
  border-color: #664d03 !important;
}
.theme :not(.break-theme) .btn-outline-warning.disabled, .theme :not(.break-theme) .btn-outline-warning:disabled {
  background-color: transparent;
}
.theme :not(.break-theme) .btn-info {
  color: white;
  background: #055160;
  border-color: #055160;
}
.theme :not(.break-theme) .btn-info:hover, .theme :not(.break-theme) .btn-info:active, .theme :not(.break-theme) .btn-info.active {
  background: #022830 !important;
  border-color: #022830 !important;
}
.theme :not(.break-theme) .btn-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(5, 81, 96, 0.5) !important;
}
.theme :not(.break-theme) .btn-outline-info {
  color: #055160;
  border-color: #055160;
}
.theme :not(.break-theme) .btn-outline-info:hover, .theme :not(.break-theme) .btn-outline-info:active, .theme :not(.break-theme) .btn-outline-info.active {
  color: white;
  background: #055160 !important;
  border-color: #055160 !important;
}
.theme :not(.break-theme) .btn-outline-info.disabled, .theme :not(.break-theme) .btn-outline-info:disabled {
  background-color: transparent;
}
.theme :not(.break-theme) .btn-light {
  color: black;
  background: #fefefe;
  border-color: #fefefe;
}
.theme :not(.break-theme) .btn-light:hover, .theme :not(.break-theme) .btn-light:active, .theme :not(.break-theme) .btn-light.active {
  background: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.theme :not(.break-theme) .btn-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 254, 254, 0.5) !important;
}
.theme :not(.break-theme) .btn-outline-light {
  color: #fefefe;
  border-color: #fefefe;
}
.theme :not(.break-theme) .btn-outline-light:hover, .theme :not(.break-theme) .btn-outline-light:active, .theme :not(.break-theme) .btn-outline-light.active {
  color: black;
  background: #fefefe !important;
  border-color: #fefefe !important;
}
.theme :not(.break-theme) .btn-outline-light.disabled, .theme :not(.break-theme) .btn-outline-light:disabled {
  background-color: transparent;
}
.theme :not(.break-theme) .btn-dark {
  color: white;
  background: #141619;
  border-color: #141619;
}
.theme :not(.break-theme) .btn-dark:hover, .theme :not(.break-theme) .btn-dark:active, .theme :not(.break-theme) .btn-dark.active {
  background: black !important;
  border-color: black !important;
}
.theme :not(.break-theme) .btn-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 22, 25, 0.5) !important;
}
.theme :not(.break-theme) .btn-outline-dark {
  color: #141619;
  border-color: #141619;
}
.theme :not(.break-theme) .btn-outline-dark:hover, .theme :not(.break-theme) .btn-outline-dark:active, .theme :not(.break-theme) .btn-outline-dark.active {
  color: white;
  background: #141619 !important;
  border-color: #141619 !important;
}
.theme :not(.break-theme) .btn-outline-dark.disabled, .theme :not(.break-theme) .btn-outline-dark:disabled {
  background-color: transparent;
}
.btn.btn-square {
  border-radius: 0;
}

.btn-xlarge {
  padding: 18px 28px;
  font-size: 22px;
  line-height: normal;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Src/Shared/Styles/Theme/Headings.scss ***!
  \********************************************************************************************************************************/
.section-heading {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
.section-heading.half {
  margin-bottom: 30px;
}
.section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  line-height: 140%;
}
.section-heading h1:after, .section-heading h2:after, .section-heading h3:after, .section-heading h4:after, .section-heading h5:after, .section-heading h6:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #01909e;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-heading span {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #27496e;
  line-height: 200%;
  margin-bottom: 10px;
}
.section-heading strong {
  font-weight: 600;
}
.section-heading p {
  font-size: 15px;
  font-weight: 400;
  padding-top: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .section-heading p {
    padding-top: 10px;
    font-size: 14px;
  }
}
.section-heading.white h1, .section-heading.white h2, .section-heading.white h3, .section-heading.white h4, .section-heading.white h5, .section-heading.white h6, .section-heading.white h6 {
  color: #fff;
}
.section-heading.white p {
  color: #fff;
}
.section-heading.white span {
  color: #fff;
}
.section-heading.grey h1, .section-heading.grey h2, .section-heading.grey h3, .section-heading.grey h4, .section-heading.grey h5, .section-heading.grey h6, .section-heading.grey h6 {
  color: #b7b7b7;
}
.section-heading.grey h1:after, .section-heading.grey h2:after, .section-heading.grey h3:after, .section-heading.grey h4:after, .section-heading.grey h5:after, .section-heading.grey h6:after, .section-heading.grey h6:after {
  background: #b7b7b7;
}
.section-heading.grey span {
  color: #b7b7b7;
}
.section-heading.left {
  text-align: left;
}
.section-heading.left h1, .section-heading.left h2, .section-heading.left h3, .section-heading.left h4, .section-heading.left h5, .section-heading.left h6 {
  padding-bottom: 15px;
}
.section-heading.left h1:after, .section-heading.left h2:after, .section-heading.left h3:after, .section-heading.left h4:after, .section-heading.left h5:after, .section-heading.left h6:after {
  margin: 0;
  left: 0;
}
.section-heading .badge {
  display: inline-block;
  padding: 7px 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 14px;
  color: #27496e;
  border: 1px solid #27496e;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.left-title {
  position: relative;
}
.left-title:before {
  content: "";
  background: #27496e;
  width: 15px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}
.left-title.white:before {
  background: #fff;
}
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Src/Shared/shared.scss ***!
  \*****************************************************************************************************************/
.theme :not(.break-theme) .ribbon-left {
  border-left: 20px solid transparent;
  border-image: linear-gradient(to bottom, #532565 10%, #982568 30%, #981f32 50%, #bf362e 76%, #e07c3e 100%) 1;
  padding: 6rem 0;
  min-height: 50vh;
}
@media screen and (min-width: 992px) {
  .theme :not(.break-theme) .footer-nav-ribbon {
    min-height: 300px;
    background-color: #FFFFFF;
    border-left: 16px solid transparent;
    border-image: linear-gradient(to top, #532565 10%, #982568 30%, #981f32 50%, #bf362e 76%, #e07c3e 100%) 1;
    padding-right: 80px;
  }
}
.theme :not(.break-theme) #footer-nav {
  margin-bottom: 50px;
}
.theme :not(.break-theme) #footer-nav .nav-link {
  color: #532565;
  font-weight: bold;
  font-size: 20px;
}
.theme :not(.break-theme) .row.disclaimer {
  background-color: rgba(83, 37, 101, 0.05);
  font-size: 11px;
  line-height: 1.25 !important;
}
.theme :not(.break-theme) p.lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.theme :not(.break-theme) ul.lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.theme :not(.break-theme) h1, .theme :not(.break-theme) h2, .theme :not(.break-theme) h3, .theme :not(.break-theme) h4, .theme :not(.break-theme) h5, .theme :not(.break-theme) h6 {
  font-family: "Montserrat", sans-serif;
  color: #373a3c;
}
.theme :not(.break-theme) h1 {
  font-weight: bold;
  font-size: 40px;
}
.theme :not(.break-theme) h2 {
  font-weight: bold;
  font-size: 28px;
}
.theme :not(.break-theme) h3 {
  color: #818a91;
  font-weight: bold;
  font-size: 24px;
}
.theme :not(.break-theme) h4 {
  font-weight: normal;
  font-size: 28px;
}
.theme :not(.break-theme) h5 {
  font-weight: bold;
  font-size: 20px;
}
.theme :not(.break-theme) h6 {
  font-weight: normal;
  font-size: 20px;
}
.theme :not(.break-theme) .display-1 {
  font-size: 4rem;
}
.theme :not(.break-theme) .display-2 {
  font-size: 3.5rem;
}
.theme :not(.break-theme) .display-3 {
  font-size: 3rem;
}
.theme :not(.break-theme) .display-4 {
  font-size: 2.8rem;
}
.theme :not(.break-theme) .display-5 {
  font-size: 2.8rem;
}
.theme :not(.break-theme) .display-6 {
  font-size: 2.5rem;
}
.theme :not(.break-theme) .display-1, .theme :not(.break-theme) .display-2, .theme :not(.break-theme) .display-3, .theme :not(.break-theme) .display-4, .theme :not(.break-theme) .display-5, .theme :not(.break-theme) .display-6 {
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .theme :not(.break-theme) .display-1, .theme :not(.break-theme) .display-2, .theme :not(.break-theme) .display-3, .theme :not(.break-theme) .display-4, .theme :not(.break-theme) .display-5, .theme :not(.break-theme) .display-6 {
    font-size: 40px;
  }
}
.theme :not(.break-theme) .fw-medium {
  font-weight: 500;
}
.theme :not(.break-theme) .fw-semibold {
  font-weight: 600;
}
.theme :not(.break-theme) .text-heal-purple {
  color: #532565 !important;
}
.theme :not(.break-theme) .text-heal-magenta {
  color: #982568 !important;
}
.theme :not(.break-theme) .text-heal-red {
  color: #981f32 !important;
}
.theme :not(.break-theme) .text-heal-coral {
  color: #bf362e !important;
}
.theme :not(.break-theme) .text-heal-orange {
  color: #de7635 !important;
}
.theme :not(.break-theme) .text-heal-montana {
  color: #373A3C !important;
}
.theme :not(.break-theme) .bg-heal-purple {
  background-color: #532565;
}
.theme :not(.break-theme) .bg-heal-magenta {
  background-color: #982568;
}
.theme :not(.break-theme) .bg-heal-red {
  background-color: #981f32;
}
.theme :not(.break-theme) .bg-heal-coral {
  background-color: #bf362e;
}
.theme :not(.break-theme) .bg-heal-orange {
  background-color: #e07c3e;
}
.theme :not(.break-theme) .bg-heal-orange.transparent-45 {
  background-color: rgba(224, 124, 62, 0.45);
}
.theme :not(.break-theme) .navbar-brand {
  max-width: 65%;
}
@media screen and (min-width: 769px) {
  .theme :not(.break-theme) .navbar-brand {
    padding-left: 20px;
  }
}
.theme :not(.break-theme) .navbar-brand img {
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .theme :not(.break-theme) .navbar-brand img {
    max-width: 80%;
  }
}
.theme :not(.break-theme) .navbar-toggler {
  width: 70px;
  height: 70px;
  background-color: #fff;
}
.theme :not(.break-theme) .navbar-toggler:focus {
  box-shadow: none;
  /*&:before {
      position:absolute;
      content: '';
      border-radius: 2px;
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      background-image: linear-gradient(to bottom right, rgba(83,37,101,1) 10%, rgba(152,37,104,1) 30%, rgba(152,31,50,1) 50%, rgba(191,54,46,1) 76%, rgba(224,124,62,1) 100%) 1;
      padding: 2px;
      top: -2px;
      left: -2px;
      z-index: -1;
  }*/
}
.theme :not(.break-theme) .navbar-toggler .line {
  width: 100%;
  float: left;
  height: 5px;
  background-color: #000;
  margin-bottom: 10px;
}
.theme :not(.break-theme) .navbar-toggler :nth-child(1) {
  margin-top: 0px;
  background-color: #982568 !important;
}
.theme :not(.break-theme) .navbar-toggler :nth-child(2) {
  background-color: #bf362e !important;
}
.theme :not(.break-theme) .navbar-toggler :nth-child(3) {
  margin-bottom: 0;
  background-color: #de7635 !important;
}
.theme :not(.break-theme) #main-menu .navbar-nav .nav-link {
  font-size: 22px;
  font-weight: bold;
  color: #373a3c;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .theme :not(.break-theme) #main-menu .navbar-nav .nav-link {
    font-size: 1.5vw;
  }
}
.theme :not(.break-theme) #main-menu .navbar-nav .dropdown-item.nav-link {
  color: inherit;
  font-weight: 400;
}
.theme :not(.break-theme) #main-menu .navbar-nav :nth-child(2) .nav-link:not(.dropdown-item) {
  color: #a33d6a !important;
}
.theme :not(.break-theme) #main-menu .navbar-nav :nth-child(3) .nav-link:not(.dropdown-item) {
  color: #de7635 !important;
}
.theme :not(.break-theme) #main-menu .navbar-nav :nth-child(4) .nav-link:not(.dropdown-item) {
  color: #532565 !important;
}
@media screen and (max-width: 768px) {
  .theme :not(.break-theme) .navbar .navbar-collapse {
    top: 100px;
    right: 0;
    margin-right: 15px;
    padding: 15px 40px;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: auto;
    z-index: 1;
  }
  .theme :not(.break-theme) .navbar .navbar-collapse .dropdown-menu {
    padding: 0 0 0 1rem;
    background-color: transparent;
    border: none;
  }
}
.theme :not(.break-theme) .form-control, .theme :not(.break-theme) .form-select {
  background-color: #FAF4F6;
  border: none;
  border-radius: 0;
}
.theme :not(.break-theme) .form-control:focus, .theme :not(.break-theme) .form-select:focus {
  border-color: #982568 !important;
  box-shadow: 0 0 0 0.25rem rgba(152, 37, 104, 0.25);
}
.theme :not(.break-theme) .form-label {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 8px 16px;
  width: 100%;
  vertical-align: bottom;
}
.theme :not(.break-theme) .form-label.required::after {
  content: "*";
  position: relative;
  color: #981f32;
  top: -0.25em;
}
.theme :not(.break-theme) .btn {
  border-radius: 0;
}
.theme :not(.break-theme) .btn.btn-xl {
  padding: 1.25rem 2.5rem;
  font-size: 1.75rem;
}
.theme :not(.break-theme) .btn.btn-primary {
  background-color: rgba(152, 38, 88, 0.9);
  color: white;
}
.theme :not(.break-theme) .btn.btn-primary:hover, .theme :not(.break-theme) .btn.btn-primary:active, .theme :not(.break-theme) .btn.btn-primary.active {
  background-color: rgba(152, 38, 88, 0.7) !important;
}
.theme :not(.break-theme) .validation-summary-valid {
  display: none;
}
.theme :not(.break-theme) .footer-logo-container {
  height: 100px;
  min-width: 150px;
}
.theme :not(.break-theme) img.footer-logo {
  width: 100%;
  max-width: 100px;
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Src/Shared/Components/scroll-to-top/scroll-to-top.scss ***!
  \*************************************************************************************************************************************************/
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  background-color: #982568;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.scroll-to-top i {
  color: white;
}
.scroll-to-top:hover, .scroll-to-top:focus {
  color: #982568;
  background: #fff;
}
.scroll-to-top:hover i, .scroll-to-top:hover .icon, .scroll-to-top:focus i, .scroll-to-top:focus .icon {
  color: #e07c3e;
}
.scroll-to-top:visited {
  color: #232323;
  text-decoration: none;
}
.scroll-to-top .icon {
  width: 90%;
  height: 93%;
}
.scroll-to-top.show {
  visibility: visible;
  opacity: 1;
}
