/*@font-face {
    font-family: 'Calibrib';
    src: url('../fonts/Calibri-Bold.eot'); /* IE9 Compat Modes */
/*   src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
/*   url('../fonts/Calibri-Bold.woff') format('woff2'), /* Super Modern Browsers */
/*   url('../fonts/Calibri-Bold.woff') format('woff'), /* Pretty Modern Browsers */
/*   url('../fonts/Calibri-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
/*   url('../fonts/Calibri-Bold.svg#svgCalibrib') format('svg'); /* Legacy iOS */
/*}*/
html {
  font-size: 16px; }

body {
  font: normal normal 14px/1.428 "Noto Sans", Arial, sans-serif; }

h1, h2, h3, h4, h5, h6,
.text .title,
.tp-title,
#dsr-form .text .title,
#index .item .text .title {
  font-family: "TP Sans", "Noto Sans", Arial, sans-serif; }

.sweet-alert {
  font-family: "TP Sans", "Noto Sans", Arial, sans-serif; }

.custom-file .btn {
  background-color: white;
  color: #231f20; }

.dropdown-item.active, .dropdown-item:active {
  color: #791097 !important;
  font-family: "Noto Sans", Arial, sans-serif;
  background-color: #fff; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #231f20; }

.btn-secondary {
  color: #231f20 !important;
  background-color: #064976;
  border-color: #064976; }

.btn-secondary:hover {
  background-color: #2a90c9;
  border-color: #2a90c9; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background-color: #064976;
  border-color: #064976; }

h1 {
  font-size: 1.429em;
  line-height: 1.112;
  margin: .278em 0;
  /*color: #064976;*/
  text-transform: uppercase;
  font-weight: 400; }

h2 {
  font-size: 1rem;
  margin-top: -5px;
  font-style: italic;
  font-weight: 600; }

form {
  /*@include tp-button;*/
  /* RADIO */ }
  form input[type=checkbox] {
    display: none; }
  form input[type=checkbox] + label {
    background-color: #fafafa;
    border: 1px solid #42a8dc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    border-radius: 3px;
    padding-bottom: 0;
    padding-top: 0;
    display: inline-block;
    position: relative;
    width: 22px;
    cursor: pointer; }
  form input[type=checkbox] + label:active, form input[type=checkbox]:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  form input[type=checkbox]:checked + label {
    background-color: #dee8f5;
    border: 1px solid #3c86c3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #789bb5; }
  form input[type=checkbox]:checked + label:after {
    content: '\2714';
    font-size: 30px;
    position: absolute;
    top: -12px;
    left: -1px;
    color: #2b90ca; }
  form .big-checkbox + label {
    padding: 18px; }
  form .big-checkbox:checked + label:after {
    font-size: 28px;
    left: 6px; }
  form .tag {
    width: 200px;
    position: relative;
    top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left; }
  form .radio-1 {
    width: 193px; }
  form .button-holder {
    float: left; }
  form .regular-radio {
    display: none; }
  form .regular-radio + label {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative; }
  form .regular-radio:checked + label:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #99a1a7;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-shadow: 0px;
    left: 3px;
    font-size: 32px; }
  form .regular-radio:checked + label {
    background-color: #e9ecee;
    color: #99a1a7;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1); }
  form .regular-radio + label:active, form .regular-radio:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  form .big-radio + label {
    padding: 16px; }
  form .big-radio:checked + label:after {
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px; }
  form .checkbox.radio {
    margin: 0.5rem; }
    form .checkbox.radio input[type="radio"] {
      position: absolute;
      opacity: 0; }
      form .checkbox.radio input[type="radio"] + label:before {
        content: '';
        background: #f4f4f4;
        border-radius: 100%;
        border: 1px solid #b4b4b4;
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: relative;
        top: -0.2em;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease; }
      form .checkbox.radio input[type="radio"]:checked + label:before {
        background-color: #2980b9;
        box-shadow: inset 0 0 0 4px #f4f4f4; }
      form .checkbox.radio input[type="radio"]:focus + label:before {
        outline: none;
        border-color: #2980b9; }
      form .checkbox.radio input[type="radio"]:disabled + label:before {
        box-shadow: inset 0 0 0 4px #f4f4f4;
        border-color: #b4b4b4;
        background: #b4b4b4; }
      form .checkbox.radio input[type="radio"] + label:empty:before {
        margin-right: 0; }
  form h1 {
    text-align: center; }
  form .has-danger {
    color: red; }
  form .has-success {
    color: green; }
  form .has-warning {
    color: orange; }
  form .required-span {
    font-size: 16px;
    color: red;
    margin-left: 5px; }
  form .tp-HelpText {
    border: 1px solid #d8d4d4;
    padding: 15px 0;
    -webkit-box-shadow: 3px 7px 9px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 7px 9px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 7px 9px -6px rgba(0, 0, 0, 0.75); }
    form .tp-HelpText .icon-help {
      font-size: 15px;
      color: #2980b9; }

.tp-inputwithicon {
  display: flex;
  align-items: center; }
  .tp-inputwithicon i.remove-icon {
    margin-right: 5px;
    color: red;
    opacity: .4;
    cursor: pointer; }
    .tp-inputwithicon i.remove-icon:hover {
      opacity: 1; }

.tp-hide {
  display: none; }

#index h1 {
  border: none;
  /*color: #064976;*/
  text-transform: uppercase;
  font-weight: 400; }

#index .item {
  display: flex;
  margin-bottom: 24px; }
  #index .item .image {
    margin-right: 20px;
    cursor: pointer;
    flex: 0 0 320px;
    max-width: 320px;
    width: 100%; }
    #index .item .image img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 100%;
      /*border: 4px solid silver;*/ }
      #index .item .image img:hover {
        /*border-color: #791097;*/ }
  #index .item .text :hover {
    text-decoration: underline;
    cursor: pointer; }
  #index .item .text .title :hover {
    text-decoration: underline;
    cursor: pointer; }
  #index .item .text .title a {
    /*color: #064976;*/ }
  #index .item .text .description a {
    /*color: #636567;*/ }

#index ul li strong {
  text-transform: capitalize; }

#index p {
  text-align: justify; }

#index a {
  /*color: rgb(99, 101, 103);*/ }
  #index a strong {
    font-weight: 900; }

.text {
  /*color: rgb(99, 101, 103);*/
  font-size: 1.2em;
  line-height: 1.428; }
  .text .title {
    margin-bottom: 10px;
    /*color: #064976;*/
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.429em; }
  .text .description {
    text-align: justify; }

#dsr-form .text {
  font-size: 16px; }
  #dsr-form .text .title {
    font-size: 30px; }

.tp-title {
  /*color: #064976;*/
  text-transform: uppercase;
  font-weight: 400; }

#language-div {
  display: flex;
  align-items: center;
  /*color: #6f6b6b;*/
  text-transform: uppercase;
  font-size: 1.2em; }
  #language-div strong {
    margin-top: 25px; }
  #language-div .select-language {
    display: inline; }
    #language-div .select-language .dropdown {
      display: inline; }
  #language-div #LanguageDropDownListButton {
    background-color: white;
    border: white;
    /*color: black;*/
    text-transform: uppercase;
    /*color: #6f6b6b;*/
    font-size: 1.2em; }
    #language-div #LanguageDropDownListButton:focus {
      border: none;
      box-shadow: none; }
    #language-div #LanguageDropDownListButton:hover + #LanguageDropDownList {
      display: block; }
    #language-div #LanguageDropDownListButton::after {
      color: white;
      background-color: white; }
  #language-div #LanguageDropDownList:hover {
    display: block; }

button.btn-primary {
  background-color: #780096 !important;
  border-radius: 4px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  border: none; }
  button.btn-primary:hover {
    background-color: #780096; }
  button.btn-primary:focus {
    box-shadow: none; }

@media (max-width: 575.98px) {
  #index .item {
    flex-wrap: wrap; }

  #index .item .image {
    margin-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.tp-required {
    color: #f00!important;
}

@media (max-width: 767.98px) {
    #index p,
    .text .description,
    p {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    #index p,
    .text .description,
    p {
        text-align: justify !important;
    }
}
