@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap);
/* ===================================
    Fonts
====================================== */
/* ===================================
    Reset
====================================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 14px;
  color: #616161;
  font-weight: 400;
  line-height: 24px;
}

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

a, a:active {
  color: #31708e;
  text-decoration: underline;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

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 10px;
  /*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;
}

.no-word-wrap {
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

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

.no-padding {
  padding: 0;
}

.white {
  color: white;
}

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

li::marker {
  color: #99cb00;
}

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

::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: "Europa", sans-serif;
  color: #152850;
  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-size10 {
  font-size: 10px;
}

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

.font-underline {
  text-decoration: underline;
}

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

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

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

/* 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: -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%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(37%, rgba(255, 255, 255, 0)), color-stop(96%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 37%, rgb(255, 255, 255) 96%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1 );
}

.bg-transparent-black {
  background-color: rgba(0, 0, 0, 0);
  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%, rgb(0, 0, 0)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(37%, rgba(0, 0, 0, 0)), color-stop(96%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 37%, rgb(0, 0, 0) 96%, rgb(0, 0, 0) 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 {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

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

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

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

.box-shadow-large {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          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;
  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 */
  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 */
  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;
  }
  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;
  }
}

section {
  padding: 70px 0;
}

.container.full-width {
  max-width: 90vw !important;
}

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

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

.bg-theme {
  background-color: #4c0034;
}

.bg-theme-90 {
  background: rgba(0, 183, 192, 0.9);
}

.bg-theme-80 {
  background: rgba(0, 183, 192, 0.8);
}

.bg-theme-75 {
  background: rgba(0, 183, 192, 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 {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

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

.readmore {
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  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;*/
}

ol {
  margin-left: 1em;
}
ol li::marker {
  color: #616161;
}

@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;
  }
}
.bio {
  margin-bottom: 20px;
}
.bio > div {
  background-color: rgba(76, 0, 52, 0.1411764706);
  padding: 25px 20px 25px;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bio > div > strong {
  color: black;
  font-size: 18px;
  letter-spacing: 0.26px;
  padding-bottom: 15px;
  margin: 0 0 15px;
  line-height: normal;
  border-bottom: 2px solid black;
  display: block;
  font-weight: 700;
}
.bio > div > em {
  display: block;
  width: 100%;
}
.bio > div > em.project-role {
  margin-bottom: 5px;
  font-size: 12px;
  font-style: normal;
}

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-link:focus {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

body {
  font-family: "Europa", serif;
  color: #152850;
  font-size: 17px;
  line-height: 30px;
}

body.secure {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
}
body.secure .navbar-default {
  position: relative;
}
body.secure .main {
  margin-top: 0;
}

ul {
  padding-left: 2rem;
}
ul li::marker {
  color: #152850;
}

.arrow-link {
  padding-right: 17px;
  line-height: 28px;
  background-image: url("/images/arrow_blue.svg");
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: bold;
}
.arrow-link.navy {
  background-image: url("/images/arrow_navy.svg");
}

.external {
  padding-right: 17px;
  line-height: 28px;
  background-image: url("/images/icon_external.svg");
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.external:hover {
  text-decoration: underline;
}

.external-white {
  line-height: 28px;
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff;
}
.external-white:hover {
  text-decoration: underline;
  color: #fff;
}

.navbar-default {
  position: fixed;
  height: 105px;
  width: 100%;
  z-index: 999;
  -webkit-transition: none;
  transition: none;
}
:target::before {
  content: "";
  display: block;
  height: 105px;
  margin: -105px 0 0;
}
@media (min-width: 992px) {
  :target::before {
    height: 158px;
    margin: -158px 0 0;
  }
}

.main {
  margin-top: 110px;
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 992px) {
  .main {
    margin-top: 110px;
  }
}

main.secure {
  margin-top: 110px;
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 992px) {
  main.secure {
    margin-top: 110px;
  }
}

.network-banner {
  background-color: #1d3c7c;
  color: #fff;
  font-family: "Europa", serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.network-banner .eyebrow-tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.network-banner .eyebrow-tab-wrapper .eyebrow-tab {
  display: block;
  background-color: #1C3863;
  color: #fff;
  border-radius: 5px 5px 0 0;
  margin-left: 10px;
  padding: 2px 20px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}
.network-banner .eyebrow-tab-wrapper .eyebrow-tab:hover {
  text-decoration: underline;
  cursor: pointer;
}
.network-banner .eyebrow-tab-wrapper .eyebrow-tab.selected {
  background-color: #fff;
  color: #1C3863;
  text-decoration: none;
  cursor: auto;
}

.eyebrow-divider {
  color: #acbbc9;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .eyebrow-divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.underline-hover:hover {
  text-decoration: underline;
  cursor: pointer;
}

.language-button {
  color: #fff;
  font-family: "Europa", serif;
  font-weight: normal;
  font-size: 14px;
}
.language-button:hover {
  color: #fff;
}

.secure-page-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 140%;
}
.secure-page-title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  background-color: #8897AD;
  height: 1px;
}
.secure-page-title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #8897AD;
  height: 5px;
  width: 300px;
}

.secure-page-desc {
  margin-top: 20px;
  line-height: 150%;
  padding-right: 10px;
  font-size: 16px;
}

.document-library-page {
  padding: 0 0 70px;
}
.document-library-page .container {
  padding: 0;
  margin-left: 0;
}
.document-library-page .container .subheader h5 {
  display: inline-block;
  background-color: #EDF0F5;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
}
.document-library-page .container .document-tree-container {
  border-radius: 0 10px 10px;
  background-color: #EDF0F5;
  padding: 10px 2px 4px 2px !important;
}
.document-library-page .container .document-tree-container .jstree-file-search .btn-secondary {
  background-color: #EDF0F5;
  color: #1C3863;
  border-color: rgb(206, 212, 218);
}
.document-library-page .container .document-tree-container .jstree-file-search .btn-secondary:hover {
  background-color: #1C3863;
  color: #EDF0F5;
}
.document-library-page .container .document-tree-container .file-display-container {
  background-color: #fff;
  overflow-x: auto;
  padding: 20px 10px;
}
.document-library-page .container .document-tree-container .jstree .jstree-wholerow-clicked {
  background: #F6F3EE;
}
.document-library-page .container .document-tree-container .jstree .jstree-wholerow-hovered {
  background: #F6F3EE;
}
.document-library-page .container .document-tree-container .jstree .file-button-background {
  background: #F6F3EE;
}
@charset "UTF-8";
.header-recovertlc .navbar-default {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: white;
}
.header-recovertlc .nav-heading-top {
  background-color: white;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.header-recovertlc .nav-heading-bottom {
  background-color: #1C3863;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 57px) {
  .header-recovertlc .nav-heading-bottom {
    padding: 0;
  }
}
.header-recovertlc .navbar-brand {
  padding: 15px 0;
}
.header-recovertlc .navbar-brand img {
  height: 70px;
  width: auto;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.header-recovertlc .secure-navbar-brand {
  padding: 5px 0;
}
.header-recovertlc .secure-navbar-brand img {
  height: 60px;
}
.header-recovertlc .is-sticky nav.navbar.navbar-expand-md {
  background-color: #1C3863;
}
.header-recovertlc .is-sticky .nav-heading-top {
  padding: 16px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.header-recovertlc .is-sticky .navbar-brand img {
  height: 41px;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.header-recovertlc .is-sticky .navbar-brand.sp-logo {
  height: 41px;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.header-recovertlc .shared-nav {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-recovertlc .shared-nav .nav-item {
  border-bottom: 1px solid #acbbc9;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .header-recovertlc .shared-nav .nav-item {
    margin: 0 0 0 15px;
    list-style: none;
    border-bottom: 0;
  }
  .header-recovertlc .shared-nav .nav-item + .nav-item:before {
    content: "|";
    color: #acbbc9;
    font-family: "Europa", serif;
    font-weight: normal;
    font-size: 15px;
    opacity: 0.6;
    line-height: 14.4px;
    display: inline-block;
    margin-right: 15px;
  }
  .header-recovertlc .shared-nav .nav-item.ml-20px {
    margin-left: 20px;
  }
}
@media (min-width: 57px) and (max-width: 1060px) {
  .header-recovertlc .shared-nav .nav-item + .nav-item:before {
    margin-right: 7px;
  }
  .header-recovertlc .shared-nav .nav-item.ml-20px {
    margin-left: 12px;
  }
}
.header-recovertlc .shared-nav .nav-item.active > .nav-link {
  color: #FFC757;
  text-decoration: underline;
}
.header-recovertlc .shared-nav .nav-item.active > .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 4px;
  bottom: -13px;
  left: 0;
  background-color: #ffc757;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .nav-item.active > .nav-link {
    color: #fff;
    text-decoration: none;
  }
  .header-recovertlc .shared-nav .nav-item.active > .nav-link:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
.header-recovertlc .shared-nav .nav-link {
  font-family: "Europa", serif;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.38px;
  line-height: 14.4px;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.header-recovertlc .shared-nav .nav-link:hover {
  color: #ffc757;
  text-decoration: none;
}
.header-recovertlc .shared-nav .nav-link:focus {
  color: #ffc757;
  text-decoration: none;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .nav-link {
    font-size: 13.4px;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .header-recovertlc .shared-nav .nav-link {
    font-size: 15px;
  }
}
.header-recovertlc .shared-nav .nav-item.dropdown {
  position: static;
}
.header-recovertlc .shared-nav .nav-link.dropdown-toggle:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  border: 0;
  content: "+";
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin-left: 0;
  position: absolute;
  right: 0;
  top: calc(25px - 0.5rem);
  font-size: 2rem;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .nav-link.dropdown-toggle:after {
    content: "‹";
    font-size: 1.3rem;
    vertical-align: bottom;
    -webkit-transform: rotate(-90deg) translateY(5px);
            transform: rotate(-90deg) translateY(5px);
    font-weight: 700;
    position: static;
  }
}
.header-recovertlc .shared-nav .nav-link.dropdown-toggle[aria-expanded=true] {
  color: #ffc757;
}
.header-recovertlc .shared-nav .nav-link.dropdown-toggle[aria-expanded=true]:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .nav-link.dropdown-toggle[aria-expanded=true]:after {
    -webkit-transform: rotate(90deg) translateY(-10px);
            transform: rotate(90deg) translateY(-10px);
  }
}
.header-recovertlc .shared-nav .dropdown-menu {
  padding: 0 0 1rem;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: "Europa", serif;
  font-size: 15px;
  border: 0;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .dropdown-menu {
    background-color: #f7f5f0;
    -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1333333333), inset 0px 8px 25px -10px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1333333333), inset 0px 8px 25px -10px rgba(0, 0, 0, 0.1607843137);
    padding: 4rem 1rem;
  }
}
.header-recovertlc .shared-nav .dropdown-menu .arrow-link.navy {
  color: #fff;
  background-image: url("/images/arrow_white.svg");
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .dropdown-menu .arrow-link.navy {
    color: #152850;
    background-image: url("/images/arrow_navy.svg");
  }
}
.header-recovertlc .shared-nav .dropdown-menu .arrow-link.navy:hover, .header-recovertlc .shared-nav .dropdown-menu .arrow-link.navy:focus {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .dropdown-menu .arrow-link.navy:hover, .header-recovertlc .shared-nav .dropdown-menu .arrow-link.navy:focus {
    color: #152850;
  }
}
.header-recovertlc .shared-nav .dropdown-menu .megatitle .d-lg-none a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.header-recovertlc .shared-nav .dropdown-menu .megatitle .arrow-link {
  font-size: 20px;
  line-height: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 1em;
}
.header-recovertlc .shared-nav .dropdown-menu .megatitle .media-body p {
  font-family: "Europa", serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 26px;
  color: #152850;
  margin-top: 1em;
  padding-right: 10px;
}
.header-recovertlc .shared-nav .dropdown-menu .megatitle .media-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.header-recovertlc .shared-nav .dropdown-menu .megatitle img {
  max-width: 100px;
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks ul + ul {
  padding-left: 1rem;
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks ul + ul li:first-child {
  margin-top: 26px;
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks ul li {
  margin-bottom: 15px;
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks ul li:last-child {
  margin-bottom: 0;
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks .arrow-link {
  font-size: 16px;
  letter-spacing: 0.45px;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .dropdown-menu .megasublinks .arrow-link {
    font-size: 18px;
  }
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks .second-link {
  display: block;
  margin-left: 1.5rem;
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks .second-link a {
  font-size: 14px;
  letter-spacing: 0.45px;
  text-decoration: none;
  color: #fff;
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks .second-link a:hover {
  text-decoration: underline;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .dropdown-menu .megasublinks .second-link a {
    font-size: 16px;
    color: #152850;
  }
}
@media screen and (max-width: 991px) {
  .header-recovertlc .shared-nav .dropdown-menu .megasublinks .second-link .external {
    background-image: url("/images/icon_external_white.svg");
  }
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks .coming-soon {
  color: #fff;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .dropdown-menu .megasublinks {
    border-left: 1px solid #acbbc9;
  }
  .header-recovertlc .shared-nav .dropdown-menu .megasublinks ul + ul {
    padding-left: 6rem;
  }
  .header-recovertlc .shared-nav .dropdown-menu .megasublinks ul + ul li:first-child {
    margin-top: 0;
  }
  .header-recovertlc .shared-nav .dropdown-menu .megasublinks .coming-soon {
    color: #152850;
  }
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .nav-link {
    padding: 0;
    display: inline-block;
    position: relative;
  }
}
.header-recovertlc .secure-nav .dropdown-menu {
  background-color: white;
  padding: 15px 0 0 0;
  margin-top: 0;
  -webkit-box-shadow: 0 0 0 2px transparent;
          box-shadow: 0 0 0 2px transparent;
  background-color: #fff;
  position: absolute;
  top: 35px;
  left: auto;
  right: auto;
  width: auto;
  padding: 0.5rem 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991px) {
  .header-recovertlc .secure-nav .dropdown-menu {
    position: relative;
  }
}
.header-recovertlc .secure-nav .dropdown-menu .dropdown-item {
  color: #152850;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 16px;
  padding: 0 20px;
}
.header-recovertlc .secure-nav .dropdown-menu .dropdown-item:hover, .header-recovertlc .secure-nav .dropdown-menu .dropdown-item:focus {
  text-decoration: underline;
}
.header-recovertlc .secure-nav .dropdown-menu .dropdown-item {
  margin-bottom: 0;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  font-size: 16px;
  color: #152850;
}
.header-recovertlc .secure-nav .dropdown-divider {
  border-top-color: #346094;
  margin-left: 1rem;
  margin-right: 1rem;
}
.butn {
  background: #152850;
  color: white;
  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: #152850;
  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;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  width: 0;
  background: #fdc757;
  color: #152850;
  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;
  }
}

.btn-primary:active, .btn-primary:focus {
  background-color: #ffc857 !important;
  color: #232323 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

.btn-outline-secondary.no-focus:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
h4 span.detail {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}
h4 span.detail strong {
  font-weight: 700;
}

.section-heading {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
.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 span {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #5085a5;
  line-height: 200%;
  margin-bottom: 10px;
}
.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: 175px;
  height: 3px;
  background: #fdc757;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 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: #5085a5;
  border: 1px solid #5085a5;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.section-heading.half {
  margin-bottom: 30px;
}
.section-heading.half.less-margin {
  margin-bottom: 20px;
}
.section-heading.white h1, .section-heading.white h2, .section-heading.white h3, .section-heading.white h4, .section-heading.white h5, .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 {
  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 {
  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: 10px;
}
.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.subheader {
  margin-bottom: 0 !important;
  text-align: left !important;
}
.section-heading.subheader h1, .section-heading.subheader h2, .section-heading.subheader h3, .section-heading.subheader h4, .section-heading.subheader h5, .section-heading.subheader h6 {
  padding-bottom: 7px !important;
}
.section-heading.subheader :after {
  width: 60px;
  height: 2px;
}
.section-heading.subheader .icon {
  margin-right: 10px;
}

.left-title {
  position: relative;
}
.left-title:before {
  content: "";
  background: #5085a5;
  width: 15px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}
.left-title.white:before {
  background: #fff;
}
footer .footer-bar {
  background-color: #1C3863;
  height: 20px;
}
footer .footer-logo img {
  height: 50px;
  width: auto;
  max-width: unset;
}
@media screen and (max-width: 991px) {
  footer .footer-logo {
    text-align: center;
    margin-top: 1rem;
  }
}
footer .footer-links li {
  display: inline-block;
  font-size: 14px;
}
footer .footer-links li::before {
  content: "|";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
footer .footer-links li:nth-child(1)::before {
  content: "";
  padding-left: 0;
  padding-right: 0;
}
footer .footer-links li a {
  text-decoration: none;
  color: #152850;
}
footer .footer-links li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  footer .footer-links {
    padding: 0;
    text-align: center;
  }
}
@charset "UTF-8";
.recoverct-datatable {
  width: 100%;
  /*	table-layout: fixed;
  word-wrap: break-word;*/
  /*		table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc {
  	padding-right: 0.75em !important;

  	&:before,
  	&:after {
  		display: none;
  	}
  }*/
  /*	.dataTables_wrapper .dataTables_filter {
  		float: unset !important;
  	}
  */
}
.recoverct-datatable .dtfc-right-top-blocker {
  background-color: rgba(39, 73, 110, 0) !important;
}
.recoverct-datatable input {
  margin-bottom: 0;
  padding: 2px 10px;
}
.recoverct-datatable th {
  background-color: #152850 !important;
  color: white !important;
  vertical-align: middle;
  line-height: 20px;
  font-size: 12px;
}
.recoverct-datatable th select {
  margin-bottom: 0;
}
.recoverct-datatable.selectable-rows table.dataTable tbody td:hover {
  cursor: pointer;
}
.recoverct-datatable table.dataTable tbody tr.overall-data td {
  font-weight: bold;
}
.recoverct-datatable table.dataTable tbody tr.child-row td {
  background-color: #e2e2e2 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 1px solid rgba(108, 117, 125, 0.6392156863);
}
.recoverct-datatable table.dataTable tbody tr.child-row td.indent {
  padding-left: 25px;
}
.recoverct-datatable table.dataTable tbody tr.child-row.last td {
  border-bottom: none;
}
.recoverct-datatable table.dataTable tbody tr.reason-child-row td {
  background-color: #f6f6f6 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 1px solid rgba(161, 166, 170, 0.6392156863);
}
.recoverct-datatable table.dataTable tbody tr.reason-child-row td.indent {
  padding-left: 25px;
}
.recoverct-datatable table.dataTable tbody tr.reason-child-row.last td {
  border-bottom: none;
}
.recoverct-datatable table.dataTable tbody tr.selectable td:hover {
  cursor: pointer;
}
.recoverct-datatable table.dataTable tbody tr td {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #dee2e6;
  border-top: none;
}
.recoverct-datatable table.dataTable tbody tr td:hover {
  cursor: default;
}
.recoverct-datatable table.dataTable tbody tr td.overall-data {
  font-weight: bold;
}
.recoverct-datatable table.dataTable tbody tr td.link {
  color: #31708e;
  text-decoration: underline;
  cursor: pointer;
}
.recoverct-datatable table.dataTable tbody tr td.details-control {
  padding: 0;
  position: relative;
}
.recoverct-datatable table.dataTable tbody tr td.details-control:after {
  position: absolute;
  content: "‹";
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: 0px;
  font-weight: bold;
  color: #152850;
  -webkit-transform: rotate(180deg) translate(-3px, -3px);
          transform: rotate(180deg) translate(-3px, -3px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.recoverct-datatable table.dataTable tbody tr td.index-0 {
  padding-left: 0.5rem;
}
.recoverct-datatable table.dataTable tbody tr td.indent-1 {
  padding-left: 1.75rem;
}
.recoverct-datatable table.dataTable tbody tr td.indent-2 {
  padding-left: 3rem;
}
.recoverct-datatable table.dataTable tbody tr td.indent-3 {
  padding-left: 4.5rem;
}
.recoverct-datatable table.dataTable tbody tr.reason-row td.details-control:after {
  margin-left: 2.5rem;
  font-size: 20px;
}
.recoverct-datatable table.dataTable tbody tr.opened td.details-control:after {
  -webkit-transform: rotate(-90deg) translateY(0px);
          transform: rotate(-90deg) translateY(0px);
}
.recoverct-datatable table.dataTable.table-striped tbody tr.odd td {
  background-color: #e4e4e4;
}
.recoverct-datatable thead .sorting:before, .recoverct-datatable thead .sorting:after,
.recoverct-datatable thead .sorting_asc:before, .recoverct-datatable thead .sorting_asc:after,
.recoverct-datatable thead .sorting_desc:before, .recoverct-datatable thead .sorting_desc:after {
  display: none !important;
}
.recoverct-datatable thead tr > th:not(.sorting_disabled) {
  padding-right: 0.75em !important;
}
.recoverct-datatable thead th {
  border-bottom: none;
}
.recoverct-datatable.right-filter .dataTables_wrapper .dataTables_filter {
  float: right !important;
}
.recoverct-datatable.right-filter .dataTables_wrapper .dataTables_filter label {
  padding-right: 0;
  font-size: 12px;
}
.recoverct-datatable .top-controls .table-message {
  font-size: 12px;
  line-height: 10px;
  margin-top: 5px;
  font-style: italic;
}
.recoverct-datatable label {
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
}
.recoverct-datatable input {
  margin: 0;
  margin-left: 0;
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  border: 1px solid #909090;
  border-radius: 0;
}
.recoverct-datatable select {
  margin: 0;
}
.recoverct-datatable .form-group {
  margin-bottom: 0.5em;
}
.recoverct-datatable .dropdown {
  border: 1px solid #909090;
}
.recoverct-datatable .filter-option {
  font-size: 12px !important;
}
.recoverct-datatable .dt-buttons {
  float: right;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 10px;
}
.recoverct-datatable .dt-buttons button {
  padding: 2px 11px 1px 11px;
  height: 32px;
  width: 36px;
  max-width: 36px;
  background-color: #616161;
}
.recoverct-datatable .dt-buttons button:hover {
  /*color: black;*/
  background-color: #152850;
}
.recoverct-datatable .progress {
  height: 30px;
  border-radius: 0;
}
.recoverct-datatable .progress .progress-bar {
  background-color: rgba(1, 144, 158, 0.6392156863);
  color: #000;
  font-size: 10px;
}
.recoverct-datatable .progress .progress-bar.hide {
  color: #f2f2f2;
}
.recoverct-datatable .progress .label {
  height: 20px;
  background-color: rgba(39, 73, 110, 0);
  top: 14px;
}
.recoverct-datatable .condense-vertical td {
  padding: 0.25rem 0.75rem;
}
.recoverct-datatable .condense-vertical-mid th {
  line-height: 6px;
  font-size: 12px;
}
.recoverct-datatable .condense-vertical-mid th.details-control {
  border-radius: 14px 0 0 0;
}
.recoverct-datatable .condense-vertical-mid td {
  padding: 0.25rem 0.75rem;
}
.recoverct-datatable .pagination .page-item .page-link {
  color: #6c757d;
}
.recoverct-datatable .pagination .page-item.disabled .page-link {
  color: #dee2e6;
}

.bootstrap-select .filter-option {
  font-size: 14px;
  margin-right: 8px;
}
.bootstrap-select .dropdown-menu li.disabled a {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .bootstrap-select .dropdown-menu {
    max-width: 100%;
  }
}
.bootstrap-select.transparent .btn-light {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  left: 12px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 10px;
  margin-left: 8px;
}

div .dataTables_wrapper div.dataTables_filter {
  display: block;
}
div .dataTables_wrapper div.dataTables_filter label {
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
}
div .dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  border: 1px solid #909090;
  border-radius: 0;
}
.filter-section .filter-label {
  font-size: 11px;
  color: #616161;
  font-weight: 400;
  line-height: 20px;
}
.filter-section .filter-option {
  font-size: 12px !important;
}
.filter-section .form-control.date-select {
  font-size: 12px !important;
  border: 1px solid #909090;
  padding-right: 10px;
}
.filter-section input {
  margin-bottom: 5px;
}
.filter-section .input-icon {
  position: absolute;
  font-size: 16px;
  right: 23px;
  top: 33px;
  pointer-events: none;
}
.filter-section .dropdown {
  border: 1px solid #909090;
}
.filter-section .bootstrap-select .dropdown-menu {
  min-width: unset;
}
.jstree-file-search {
  width: 30% !important;
}
@media screen and (max-width: 991px) {
  .jstree-file-search {
    width: 50% !important;
  }
}
.edit-document-tree-container .jstree .jstree-wholerow {
  height: 25px;
}
.edit-document-tree-container .edit-document-btn-wrapper {
  padding: 0 0.5rem;
  background: white;
  border-radius: 20px;
  height: 18px;
  border: 1px solid;
  cursor: pointer;
  vertical-align: top;
  top: 3px;
  color: #152850;
}
.edit-document-tree-container .edit-document-btn-wrapper .edit-document-btn-icon {
  height: 17px;
}
.edit-document-tree-container .edit-document-btn-wrapper:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.edit-document-tree-container .edit-doc-tree-loading-container {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
  padding: 10px 20px;
}
.edit-document-tree-container .edit-doc-tree-loading-container .edit-doc-tree-loading-text .loading-icon {
  color: #346094;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
  display: inline-block;
}
.edit-document-tree-container .edit-doc-tree-loading-container .edit-doc-tree-loading-text .loading-text {
  padding-left: 0.5rem;
  font-size: 16px;
  font-weight: 400;
}

.document-library-page .edit-doc-btn {
  font-size: 1rem;
  background: #152850;
  color: white;
}
.document-library-page .edit-doc-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.document-library-page .edit-doc-btn.edit-doc-light-btn {
  background: #EDF0F5;
  color: #111A2E;
}
.document-library-page .edit-doc-btn.edit-doc-accent-btn {
  background: #cbd9e7;
  color: #111A2E;
}
.document-library-page .doc-link-btn {
  color: #152850;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
.document-library-page .doc-link-btn:hover {
  color: #fdc757;
}
.document-library-page .doc-tree-toolbar {
  -webkit-animation: fadeInDown 0.5s ease-in-out;
          animation: fadeInDown 0.5s ease-in-out;
  background-color: #f8f8f8;
  border-left: 1px solid #F6F3EE;
  border-bottom: 1px solid #F6F3EE;
  position: relative;
  z-index: 1;
}
.document-library-page .file-search-bar {
  position: relative;
  z-index: 2;
}
.document-library-page .edit-document-menu-container, .document-library-page .edit-root-dropdown-menu {
  font-size: 15px;
  border-radius: 0;
  font-family: "Europa", sans-serif;
}
.document-library-page .edit-document-menu-container hr, .document-library-page .edit-root-dropdown-menu hr {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.document-library-page .edit-document-menu-container .dropdown-header, .document-library-page .edit-root-dropdown-menu .dropdown-header {
  color: #111A2E;
  font-size: 14px;
  font-weight: normal;
}
.document-library-page .edit-document-menu-container .dropdown-header .error-icon, .document-library-page .edit-root-dropdown-menu .dropdown-header .error-icon {
  color: #e11f1f;
}
.document-library-page .edit-document-menu-container .dropdown-header .success-icon, .document-library-page .edit-root-dropdown-menu .dropdown-header .success-icon {
  color: #86EBB0;
}
.document-library-page .edit-document-menu-container .dropdown-item, .document-library-page .edit-root-dropdown-menu .dropdown-item {
  text-decoration: none;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
}
.document-library-page .edit-document-menu-container .dropdown-item .dropdown-icon, .document-library-page .edit-root-dropdown-menu .dropdown-item .dropdown-icon {
  color: #346094;
  width: 18px;
}
.document-library-page .edit-document-menu-container .arrow, .document-library-page .edit-root-dropdown-menu .arrow {
  display: none;
}
.document-library-page .root-sync-btn-group {
  -webkit-animation: fadeInRight 0.5s ease-in-out;
          animation: fadeInRight 0.5s ease-in-out;
}

.edit-documents-modal .modal-lg {
  max-width: 800px;
  width: 90vw;
}
.edit-documents-modal .modal-body {
  max-height: calc(83vh - 3rem);
  overflow-y: auto;
  overflow-x: hidden;
}
.edit-documents-modal .edit-doc-header {
  font-size: 22px;
  font-weight: 700;
}
.edit-documents-modal .edit-doc-success, .edit-documents-modal .edit-doc-saving, .edit-documents-modal .edit-doc-progress {
  -webkit-animation: fadeInDown 0.5s ease-in-out;
          animation: fadeInDown 0.5s ease-in-out;
}
.edit-documents-modal .edit-doc-display-path .file-path-item {
  font-weight: 400;
  font-size: 16px;
}
.edit-documents-modal .edit-doc-display-path .file-path-indicator {
  font-size: 16px;
  padding: 0 0.75rem;
}
.edit-documents-modal .edit-doc-display-path .file-path-overflow {
  cursor: pointer;
}
.edit-documents-modal .edit-doc-display-path .file-path-overflow .dropdown-menu .dropdown-item {
  text-decoration: none;
  cursor: default;
}
.edit-documents-modal .edit-doc-modal-form {
  font-size: 1rem;
}
.edit-documents-modal .edit-doc-modal-form label {
  font-weight: 600;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-modal-btn {
  font-size: 1rem;
  background: #152850;
  color: white;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-modal-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-modal-btn.edit-doc-danger {
  background: #F27D85;
  color: #111A2E;
  border: 1px solid #152850;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block {
  background-color: #f8f8f8;
  border: 2px dashed #152850;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block.highlight-upload-block {
  border-color: #346094;
  background-color: #cbd9e7;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .choose-file-btn {
  background: white;
  color: #152850;
  border: 1px solid #152850;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .choose-file-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery {
  max-height: 375px;
  overflow: auto;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item {
  -webkit-animation: fadeInDown 0.5s ease-in-out;
          animation: fadeInDown 0.5s ease-in-out;
  padding: 0.5rem 1rem;
  background: white;
  border: 1px solid lightgrey;
  border-top: none;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item .fa-file-pdf {
  color: #ba1200;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item .fa-file-word {
  color: #2b589b;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item .fa-file-excel {
  color: #217446;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item .fa-file-powerpoint {
  color: #b8462b;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item .warning-text .warning-icon {
  color: #ff8c00;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item .add-file-delete-btn {
  cursor: pointer;
}
.edit-documents-modal .edit-doc-modal-form .file-upload-block .file-upload-gallery .gallery-item:first-of-type {
  border-top: 1px solid lightgrey;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select {
  padding: 0.5rem 1rem;
  background-color: #f8f8f8;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select input[type=checkbox] {
  accent-color: #346094;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select .edit-folder-row {
  -webkit-animation: fadeInRight 0.5s ease-in-out;
          animation: fadeInRight 0.5s ease-in-out;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select .edit-folder-row .folder-select {
  cursor: pointer;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select .edit-folder-row .folder-select .folder-icon {
  color: #152850;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select .edit-folder-row .folder-select .folder-select-arrow {
  color: #152850;
  display: none;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select .edit-folder-row .folder-select:hover {
  text-decoration: underline;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select .edit-folder-row .folder-select:hover .folder-select-arrow {
  display: inline;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-select .edit-folder-row.selected-folder-row {
  font-weight: 600;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-path-select {
  background: #cbd9e7;
  padding: 0.25rem 1rem;
  color: #111A2E;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-path-select .file-path-indicator {
  font-size: 16px;
  padding: 0 0.75rem;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-path-select .edit-doc-folder-select-item {
  text-decoration: underline;
  cursor: pointer;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-path-select .edit-doc-folder-select-item:hover {
  text-decoration: none;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-path-select .edit-doc-folder-current-select {
  font-weight: 600;
  cursor: default;
  font-style: italic;
}
.edit-documents-modal .edit-doc-modal-form .edit-doc-folder-path-select .file-path-overflow {
  cursor: pointer;
}
.edit-documents-modal .edit-doc-modal-form .collab-doc-info {
  font-size: 16px;
}
.edit-documents-modal .edit-doc-modal-form .collab-doc-info input[type=checkbox] {
  accent-color: #346094;
  cursor: pointer;
}
.edit-documents-modal .edit-doc-modal-form .collab-doc-info label {
  font-weight: normal;
  margin-bottom: 0;
  text-decoration: underline;
  cursor: pointer;
}
.edit-documents-modal .edit-doc-modal-form .collab-text {
  font-size: 14px;
  line-height: normal;
}
.edit-documents-modal .error-block {
  padding: 10px 20px;
  border: 2px solid #e11f1f;
  border-radius: 5px;
  background-color: #f8f8f8;
  -webkit-animation: fadeInDown 0.5s ease-in-out;
          animation: fadeInDown 0.5s ease-in-out;
}
.edit-documents-modal .error-block .error-icon {
  color: #e11f1f;
}
.edit-documents-modal .error-block .error-text {
  font-size: 15px;
  line-height: normal;
}
.edit-documents-modal .error-block.no-animation {
  -webkit-animation: none;
          animation: none;
}
.edit-documents-modal .edit-doc-subheader {
  font-size: 1rem;
  font-weight: 600;
}
.edit-documents-modal .edit-doc-structure-container {
  background: #f8f8f8;
  padding: 0.5rem 1rem;
  overflow: auto;
}
.edit-documents-modal .edit-doc-structure-container .doc-structure-row {
  white-space: nowrap;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-structure-icon {
  color: #152850;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-circle-icon {
  padding: 0 15px;
  border: 1px solid #152850;
  border-radius: 100px;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-circle-icon.add-doc-icon {
  background-color: #86EBB0;
  color: #111A2E;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-circle-icon.add-doc-icon .edit-doc-structure-icon {
  color: #111A2E;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-circle-icon.edit-doc-icon {
  background: #fdc757;
  color: #111A2E;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-circle-icon.edit-doc-icon .edit-doc-structure-icon {
  color: #111A2E;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-circle-icon.delete-doc-icon {
  background: #F27D85;
  color: #111A2E;
}
.edit-documents-modal .edit-doc-structure-container .edit-doc-circle-icon.delete-doc-icon .edit-doc-structure-icon {
  color: #111A2E;
}
.edit-documents-modal .sync-progress-text .loading-icon {
  color: #346094;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
  display: inline-block;
}
.edit-documents-modal .sync-progress-text .loading-text {
  padding-left: 0.5rem;
  font-size: 16px;
  font-weight: 400;
}
.edit-documents-modal .edit-doc-btn {
  font-size: 1rem;
  background: #152850;
  color: white;
}
.edit-documents-modal .edit-doc-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.edit-documents-modal .edit-doc-btn.edit-doc-light-btn {
  background: #cbd9e7;
  color: #111A2E;
}
.edit-documents-modal .sm-text-block {
  line-height: normal;
  font-size: 15px;
}
.edit-documents-modal .error-content-list {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
.edit-documents-modal .edit-doc-long-loading-display {
  max-height: 0;
  opacity: 0;
  -webkit-animation: fadeInDownBlock 0.8s ease-in-out forwards;
          animation: fadeInDownBlock 0.8s ease-in-out forwards;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.edit-documents-modal .edit-doc-progress-bar {
  width: 100px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbd9e7));
  background-image: linear-gradient(#cbd9e7 0 0);
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  border: 2px solid #152850;
  -webkit-transition: background-size 0.1s ease-in-out;
  transition: background-size 0.1s ease-in-out;
}
.edit-documents-modal .edit-doc-progress-bar .edit-doc-progress-text {
  font-size: 12px;
  line-height: normal;
}

.edit-doc-loader {
  margin-top: 0.5rem;
}
.edit-doc-loader .loader {
  width: 100px;
  height: 16px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #346094));
  background-image: linear-gradient(#346094 0 0);
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-size: 0%;
  -webkit-animation: l2 4s infinite;
          animation: l2 4s infinite;
  border: 2px solid #152850;
}
.edit-doc-loader .loader.no-animation {
  -webkit-animation: none;
          animation: none;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: background-size;
  transition-property: background-size;
}
@-webkit-keyframes l2 {
  0% {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #346094));
    background-image: linear-gradient(#346094 0 0);
    background-color: #f8f8f8;
    background-size: 0%;
  }
  24% {
    background-color: #f8f8f8;
    background-size: 110%;
  }
  25% {
    background-color: #fdc757;
    background-size: 110%;
  }
  49% {
    background-color: #fdc757;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #346094));
    background-image: linear-gradient(#346094 0 0);
    background-size: 0%;
  }
  50% {
    background-color: #fdc757;
    background-size: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbd9e7));
    background-image: linear-gradient(#cbd9e7 0 0);
  }
  74% {
    background-color: #fdc757;
    background-size: 110%;
  }
  75% {
    background-color: #f8f8f8;
    background-size: 110%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbd9e7));
    background-image: linear-gradient(#cbd9e7 0 0);
  }
  99% {
    background-size: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbd9e7));
    background-image: linear-gradient(#cbd9e7 0 0);
  }
  100% {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #346094));
    background-image: linear-gradient(#346094 0 0);
    background-color: #f8f8f8;
    background-size: 0%;
  }
}
@keyframes l2 {
  0% {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #346094));
    background-image: linear-gradient(#346094 0 0);
    background-color: #f8f8f8;
    background-size: 0%;
  }
  24% {
    background-color: #f8f8f8;
    background-size: 110%;
  }
  25% {
    background-color: #fdc757;
    background-size: 110%;
  }
  49% {
    background-color: #fdc757;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #346094));
    background-image: linear-gradient(#346094 0 0);
    background-size: 0%;
  }
  50% {
    background-color: #fdc757;
    background-size: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbd9e7));
    background-image: linear-gradient(#cbd9e7 0 0);
  }
  74% {
    background-color: #fdc757;
    background-size: 110%;
  }
  75% {
    background-color: #f8f8f8;
    background-size: 110%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbd9e7));
    background-image: linear-gradient(#cbd9e7 0 0);
  }
  99% {
    background-size: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbd9e7));
    background-image: linear-gradient(#cbd9e7 0 0);
  }
  100% {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #346094));
    background-image: linear-gradient(#346094 0 0);
    background-color: #f8f8f8;
    background-size: 0%;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDownBlock {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 600px;
  }
}
@keyframes fadeInDownBlock {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 600px;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.scroll-to-top {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #152850;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 20px;
  padding: 0 8px;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px 8px 0 0;
  background-color: white;
  border: 1px solid #152850;
  width: auto;
  height: 35px;
  line-height: 35px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-to-top i {
  color: #152850;
}
.scroll-to-top:hover, .scroll-to-top:focus {
  color: #152850;
  background: #fff;
  text-decoration: none;
}
.scroll-to-top:hover i, .scroll-to-top:hover .icon, .scroll-to-top:focus i, .scroll-to-top:focus .icon {
  color: #152850;
}
.scroll-to-top:hover:visited, .scroll-to-top:focus:visited {
  color: #152850;
  text-decoration: none;
}
.scroll-to-top .icon {
  color: #152850;
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.scroll-to-top.show {
  visibility: visible;
  opacity: 1;
}
.jstree .jstree-anchor {
  font-family: "Roboto", sans-serif;
}
.jstree .jstree-themeicon-custom {
  font-size: 18px;
  padding: 3px;
  height: 18px !important;
  width: 18px !important;
}
.jstree .fa-folder.jstree-themeicon-custom {
  color: #96946f;
}
.jstree .fa-folder.jstree-themeicon-custom.empty-folder {
  color: #cdcdcd;
}
.jstree .fa-file-pdf.jstree-themeicon-custom {
  color: #ba1200;
}
.jstree .fa-file-word.jstree-themeicon-custom {
  color: #2b589b;
}
.jstree .fa-file-excel.jstree-themeicon-custom {
  color: #217446;
}
.jstree .fa-file-powerpoint.jstree-themeicon-custom {
  color: #b8462b;
}
.jstree .jstree-default .jstree-wholerow-hovered {
  background-color: #f9fafb;
}
.jstree .jstree-default .jstree-wholerow-clicked {
  background: #cbd4dd;
  color: #575757;
}
.jstree .jstree-default .jstree-search {
  color: #575757;
}
.jstree .jstree-search {
  color: #152850;
}
.jstree .file-button-content {
  line-height: 50px;
  border-radius: 0px 0px 5px 5px;
  background: transparent;
  position: relative;
}
.jstree .file-button-background {
  height: 50px;
  cursor: auto;
  background: whitesmoke;
  position: absolute;
  width: 100%;
  left: 0;
}

.file-display-container {
  overflow-x: auto;
}

.file-btn {
  background-color: #fdc757;
  padding: 5px 20px;
  color: #152850 !important;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  text-decoration: none;
}
.file-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
  color: white;
}

.recover-blue-icon {
  color: #152850;
}
.carousel-container {
  width: 35% !important;
  position: relative;
  float: right;
  margin: 20px 0 0 15px;
}
.carousel-container.width-30 {
  width: 30% !important;
}
.carousel-container.width-100 {
  width: 100% !important;
  margin: 0;
}
.carousel-container.clear-float {
  float: unset !important !important;
}
.carousel-container figure {
  margin-bottom: 0;
}
.document-library-page-expand .card {
  border: 2px solid #152850;
  -webkit-box-shadow: 3px 3px 6px #cccccc;
          box-shadow: 3px 3px 6px #cccccc;
}
.document-library-page-expand .card .active-files {
  font-weight: bold;
}
.document-library-page-expand .card .card-header {
  cursor: pointer;
  font-size: 16px;
  font-family: "Europa", sans-serif;
  color: #152850;
}
.document-library-page-expand .card .card-header:hover .card-label {
  text-decoration: underline;
}
.auth-page .login-content {
  padding-top: 3rem;
  margin-bottom: 8rem;
}
.auth-page .wave-box {
  background-color: #EDF0F5;
  background-image: url("/images/waves bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 430px;
}
.auth-page .slanted-bottom {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.auth-page .login-photo {
  margin-top: -15px;
}
.auth-page .login-row {
  max-width: 1200px;
}
.auth-page .login-row2 {
  margin-top: -590px;
}
@media screen and (max-width: 1199px) {
  .auth-page .login-row2 {
    margin-top: -500px;
  }
}
@media screen and (max-width: 991px) {
  .auth-page .login-row2 {
    margin-top: -400px;
  }
}
.auth-page .login-image-col {
  margin-right: -50px;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.auth-page .login-card {
  background-color: rgba(255, 255, 255, 0.9019607843);
  padding: 3rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.auth-page .login-card h4 {
  margin-bottom: 5px;
}
.auth-page .login-card hr {
  margin-top: 0;
  border-top: 2px solid #FFC757;
}
.auth-page .header-box {
  margin-left: 12rem;
  margin-top: 5rem;
}
.auth-page .butn.login {
  background: #FFC757;
  color: #1C3863;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.auth-page .butn.login:hover {
  background: #152850;
  color: white;
}
.auth-page .butn.login:after {
  background: transparent;
}
@charset "UTF-8";
.header-recovertlc .navbar-default {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: white;
}
.header-recovertlc .nav-heading-top {
  background-color: white;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.header-recovertlc .nav-heading-bottom {
  background-color: #1C3863;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 57px) {
  .header-recovertlc .nav-heading-bottom {
    padding: 0;
  }
}
.header-recovertlc .navbar-brand {
  padding: 15px 0;
}
.header-recovertlc .navbar-brand img {
  height: 70px;
  width: auto;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.header-recovertlc .secure-navbar-brand {
  padding: 5px 0;
}
.header-recovertlc .secure-navbar-brand img {
  height: 60px;
}
.header-recovertlc .is-sticky nav.navbar.navbar-expand-md {
  background-color: #1C3863;
}
.header-recovertlc .is-sticky .nav-heading-top {
  padding: 16px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.header-recovertlc .is-sticky .navbar-brand img {
  height: 41px;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.header-recovertlc .is-sticky .navbar-brand.sp-logo {
  height: 41px;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.header-recovertlc .shared-nav {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-recovertlc .shared-nav .nav-item {
  border-bottom: 1px solid #acbbc9;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .header-recovertlc .shared-nav .nav-item {
    margin: 0 0 0 15px;
    list-style: none;
    border-bottom: 0;
  }
  .header-recovertlc .shared-nav .nav-item + .nav-item:before {
    content: "|";
    color: #acbbc9;
    font-family: "Europa", serif;
    font-weight: normal;
    font-size: 15px;
    opacity: 0.6;
    line-height: 14.4px;
    display: inline-block;
    margin-right: 15px;
  }
  .header-recovertlc .shared-nav .nav-item.ml-20px {
    margin-left: 20px;
  }
}
@media (min-width: 57px) and (max-width: 1060px) {
  .header-recovertlc .shared-nav .nav-item + .nav-item:before {
    margin-right: 7px;
  }
  .header-recovertlc .shared-nav .nav-item.ml-20px {
    margin-left: 12px;
  }
}
.header-recovertlc .shared-nav .nav-item.active > .nav-link {
  color: #FFC757;
  text-decoration: underline;
}
.header-recovertlc .shared-nav .nav-item.active > .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 4px;
  bottom: -13px;
  left: 0;
  background-color: #ffc757;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .nav-item.active > .nav-link {
    color: #fff;
    text-decoration: none;
  }
  .header-recovertlc .shared-nav .nav-item.active > .nav-link:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
.header-recovertlc .shared-nav .nav-link {
  font-family: "Europa", serif;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.38px;
  line-height: 14.4px;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.header-recovertlc .shared-nav .nav-link:hover {
  color: #ffc757;
  text-decoration: none;
}
.header-recovertlc .shared-nav .nav-link:focus {
  color: #ffc757;
  text-decoration: none;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .nav-link {
    font-size: 13.4px;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .header-recovertlc .shared-nav .nav-link {
    font-size: 15px;
  }
}
.header-recovertlc .shared-nav .nav-item.dropdown {
  position: static;
}
.header-recovertlc .shared-nav .nav-link.dropdown-toggle:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  border: 0;
  content: "+";
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin-left: 0;
  position: absolute;
  right: 0;
  top: calc(25px - 0.5rem);
  font-size: 2rem;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .nav-link.dropdown-toggle:after {
    content: "‹";
    font-size: 1.3rem;
    vertical-align: bottom;
    -webkit-transform: rotate(-90deg) translateY(5px);
            transform: rotate(-90deg) translateY(5px);
    font-weight: 700;
    position: static;
  }
}
.header-recovertlc .shared-nav .nav-link.dropdown-toggle[aria-expanded=true] {
  color: #ffc757;
}
.header-recovertlc .shared-nav .nav-link.dropdown-toggle[aria-expanded=true]:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .nav-link.dropdown-toggle[aria-expanded=true]:after {
    -webkit-transform: rotate(90deg) translateY(-10px);
            transform: rotate(90deg) translateY(-10px);
  }
}
.header-recovertlc .shared-nav .dropdown-menu {
  padding: 0 0 1rem;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: "Europa", serif;
  font-size: 15px;
  border: 0;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .dropdown-menu {
    background-color: #f7f5f0;
    -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1333333333), inset 0px 8px 25px -10px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1333333333), inset 0px 8px 25px -10px rgba(0, 0, 0, 0.1607843137);
    padding: 4rem 1rem;
  }
}
.header-recovertlc .shared-nav .dropdown-menu .arrow-link.navy {
  color: #fff;
  background-image: url("/images/arrow_white.svg");
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .dropdown-menu .arrow-link.navy {
    color: #152850;
    background-image: url("/images/arrow_navy.svg");
  }
}
.header-recovertlc .shared-nav .dropdown-menu .arrow-link.navy:hover, .header-recovertlc .shared-nav .dropdown-menu .arrow-link.navy:focus {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .dropdown-menu .arrow-link.navy:hover, .header-recovertlc .shared-nav .dropdown-menu .arrow-link.navy:focus {
    color: #152850;
  }
}
.header-recovertlc .shared-nav .dropdown-menu .megatitle .d-lg-none a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.header-recovertlc .shared-nav .dropdown-menu .megatitle .arrow-link {
  font-size: 20px;
  line-height: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 1em;
}
.header-recovertlc .shared-nav .dropdown-menu .megatitle .media-body p {
  font-family: "Europa", serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 26px;
  color: #152850;
  margin-top: 1em;
  padding-right: 10px;
}
.header-recovertlc .shared-nav .dropdown-menu .megatitle .media-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.header-recovertlc .shared-nav .dropdown-menu .megatitle img {
  max-width: 100px;
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks ul + ul {
  padding-left: 1rem;
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks ul + ul li:first-child {
  margin-top: 26px;
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks ul li {
  margin-bottom: 15px;
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks ul li:last-child {
  margin-bottom: 0;
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks .arrow-link {
  font-size: 16px;
  letter-spacing: 0.45px;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .dropdown-menu .megasublinks .arrow-link {
    font-size: 18px;
  }
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks .second-link {
  display: block;
  margin-left: 1.5rem;
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks .second-link a {
  font-size: 14px;
  letter-spacing: 0.45px;
  text-decoration: none;
  color: #fff;
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks .second-link a:hover {
  text-decoration: underline;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .dropdown-menu .megasublinks .second-link a {
    font-size: 16px;
    color: #152850;
  }
}
@media screen and (max-width: 991px) {
  .header-recovertlc .shared-nav .dropdown-menu .megasublinks .second-link .external {
    background-image: url("/images/icon_external_white.svg");
  }
}
.header-recovertlc .shared-nav .dropdown-menu .megasublinks .coming-soon {
  color: #fff;
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .dropdown-menu .megasublinks {
    border-left: 1px solid #acbbc9;
  }
  .header-recovertlc .shared-nav .dropdown-menu .megasublinks ul + ul {
    padding-left: 6rem;
  }
  .header-recovertlc .shared-nav .dropdown-menu .megasublinks ul + ul li:first-child {
    margin-top: 0;
  }
  .header-recovertlc .shared-nav .dropdown-menu .megasublinks .coming-soon {
    color: #152850;
  }
}
@media (min-width: 57px) {
  .header-recovertlc .shared-nav .nav-link {
    padding: 0;
    display: inline-block;
    position: relative;
  }
}
.header-recovertlc .secure-nav .dropdown-menu {
  background-color: white;
  padding: 15px 0 0 0;
  margin-top: 0;
  -webkit-box-shadow: 0 0 0 2px transparent;
          box-shadow: 0 0 0 2px transparent;
  background-color: #fff;
  position: absolute;
  top: 35px;
  left: auto;
  right: auto;
  width: auto;
  padding: 0.5rem 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991px) {
  .header-recovertlc .secure-nav .dropdown-menu {
    position: relative;
  }
}
.header-recovertlc .secure-nav .dropdown-menu .dropdown-item {
  color: #152850;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 16px;
  padding: 0 20px;
}
.header-recovertlc .secure-nav .dropdown-menu .dropdown-item:hover, .header-recovertlc .secure-nav .dropdown-menu .dropdown-item:focus {
  text-decoration: underline;
}
.header-recovertlc .secure-nav .dropdown-menu .dropdown-item {
  margin-bottom: 0;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  font-size: 16px;
  color: #152850;
}
.header-recovertlc .secure-nav .dropdown-divider {
  border-top-color: #346094;
  margin-left: 1rem;
  margin-right: 1rem;
}

.user-header.navbar-nav .nav-item {
  margin-left: 15px;
  margin-right: 15px;
}
.user-header.navbar-nav .nav-item .nav-link {
  display: inline-block;
  font-size: 13px;
  color: #152850;
  font-weight: 600;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 11px;
  line-height: 16px;
}
.user-header.navbar-nav .nav-item .nav-link.dropdown-toggle {
  padding-right: 0.2em;
}
.user-header.navbar-nav .nav-item .nav-link:hover, .user-header.navbar-nav .nav-item .nav-link:focus {
  text-decoration: underline;
}
.user-header.navbar-nav .nav-item .nav-link:hover.dropdown-toggle, .user-header.navbar-nav .nav-item .nav-link:focus.dropdown-toggle {
  text-decoration: none;
}
.user-header.navbar-nav .nav-item .nav-link:hover.dropdown-toggle:focus, .user-header.navbar-nav .nav-item .nav-link:focus.dropdown-toggle:focus {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .user-header.navbar-nav .nav-item .nav-link {
    font-size: 13px;
    line-height: 16px;
  }
}
.user-header.navbar-nav .nav-item .dropdown-toggle {
  padding-right: 0.6rem;
}
.user-header.navbar-nav .nav-item .dropdown-toggle::after {
  content: none;
  display: none;
}
.user-header.navbar-nav .nav-item .dropdown-toggle .nav-link {
  padding-right: 2px;
}
.user-header.navbar-nav .nav-item .dropdown-indicator {
  display: inline-block;
  color: white;
}
.user-header.navbar-nav .nav-item .dropdown-indicator .open-icon {
  font-size: 11px;
}
.user-header.navbar-nav .nav-item .dropdown-menu {
  background-color: white;
  padding: 15px 0 0 0;
  margin-top: 0;
  -webkit-box-shadow: 0 0 0 2px transparent;
          box-shadow: 0 0 0 2px transparent;
  z-index: 1001;
  background-color: #fff;
  padding: 0.5rem 0;
}
@media screen and (max-width: 991px) {
  .user-header.navbar-nav .nav-item .dropdown-menu {
    position: relative;
  }
}
.user-header.navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #152850;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 16px;
  padding: 0 20px;
}
.user-header.navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .user-header.navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  text-decoration: underline;
}
.user-header.navbar-nav .nav-item .dropdown-menu .dropdown-item {
  margin-bottom: 0;
  font-size: 16px;
  color: #152850;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.user-header.navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.user-header.navbar-nav .nav-item .butn.login {
  background: #EDF0F5;
  color: #1C3863;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  -webkit-box-shadow: 2px 2px 3px #8897AD;
          box-shadow: 2px 2px 3px #8897AD;
}
.user-header.navbar-nav .nav-item .butn.login:hover {
  background: #152850;
  color: white;
}
.user-header.navbar-nav .nav-item .butn.login:after {
  background: transparent;
}
.user-header.navbar-nav .nav-item .butn.login .user-login-text::before {
  content: "Researcher Log In";
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .user-header.navbar-nav .nav-item .butn.login .user-login-text::before {
    content: "";
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .user-header.navbar-nav .nav-item .butn.login {
    padding: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .user-header.navbar-nav .dropdown .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .user-header.navbar-nav .dropdown .dropdown-menu.fade-down {
    top: 80%;
    -webkit-transform: rotateX(-75deg);
            transform: rotateX(-75deg);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  .user-header.navbar-nav .dropdown .dropdown-menu.show {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

.secure-user-header .user-header .nav-item .nav-link {
  color: #1C3863;
  text-transform: none;
}
.secure-user-header .user-header .nav-item .dropdown-indicator {
  color: #1C3863;
}
.profile-page .section-title {
  font-size: 22px;
  color: black;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .profile-page .section-title {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.profile-page .profile-form {
  margin-top: 15px;
}
.profile-page .nav-pills {
  border-bottom: 1px solid #bfbfbf;
}
.profile-page .nav-pills .nav-link.active, .profile-page .nav-pills .nav-pills .show > .nav-link {
  background-color: #4c0034;
}
.profile-page .custom-switch {
  padding-top: 0.75rem;
  margin-left: 20px;
}
.profile-page .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #09324c;
  border-color: #09324c;
}
.profile-page .question {
  border-top: 1px solid #09324c;
  padding-top: 10px;
  margin-top: 10px;
  font-weight: 800;
}

/*# sourceMappingURL=shared.9eedce1819e706cc0e09.css.map*/