@charset "UTF-8";
/* CSS Document */

@font-face{
  font-family: 'CormorantSC-Regular';
  src: url('../../files/fonts/CormorantSC-Regular.ttf') format('truetype');
}
@font-face{ 
  font-family: 'CormorantSC-Medium';
  src: url('../../files/fonts/CormorantSC-Medium.ttf') format('truetype');
}
@font-face{
  font-family: 'CormorantSC-Light';
  src: url('../../files/fonts/CormorantSC-Light.ttf') format('truetype');  
}

@font-face{
  font-family: 'Catamaran';
  src: url('../../files/fonts/Catamaran-VariableFont_wght.ttf') format('truetype');
}

span.subtitle {
  font-family: 'CormorantSC-Regular', sans-serif; font-weight: bold; font-size: 24px; font-size: 1.75rem;
}

span.title {
  font-family: 'CormorantSC-Medium', sans-serif; font-size: 30px; font-size: 2.0rem; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; 
}

body {
  font-size:18px; font-family: 'Catamaran', sans-serif !important;
}

small {
  font-size: 14px;
}

big {
  font-size: 30px;
}

h1 {
  font-family: 'CormorantSC-Medium', sans-serif; font-size: 30px; margin: 0 0 10px 0 !important; padding: 0 !important; line-height: 120% !important; color:#020090 !important; text-transform:uppercase !important;
}

h2 {
  font-family: 'CormorantSC-Regular', sans-serif; font-size: 24px; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#020090;
}

h3 {
  font-family: 'CormorantSC-Light', sans-serif; font-size: 22px; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#020090;
}

h4 {
  font-family: 'CormorantSC-Light', sans-serif; font-size: 18px; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#020090;
}

h5 {
  font-family: 'CormorantSC-Light', sans-serif; font-size: 16px; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#020090;
}

h6 {
  font-family: 'CormorantSC-Light', sans-serif; font-size: 14px; line-height: 110%; color:#020090;
}

p {
  margin: 0 0 20px 0; padding: 0;
}

a,a:link,a:active,a:visited {
  text-decoration: none; color:#3E85C6;
}
	
a:hover {
  text-decoration: underline; color: #3E85C6;
}

.btn-link {
  text-decoration: none; color:#3E85C6;
}
	
.btn-link:hover {
  text-decoration: underline; color: #3E85C6;
}

div#content a {
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

del, strike {
  text-decoration: line-through;
}

sub {
  vertical-align: sub; font-size: smaller;
}

sup {
  vertical-align: super; font-size: smaller;
}

address {
  font-style: italic;
}

/* medium screens
---------------------------------------------------------------*/
@media (max-width: 1024px) {
  
  span.subtitle {
    font-family: 'CormorantSC-Regular', sans-serif; font-weight: bold; font-size: 20px; font-size: 1.75rem;
  }

span.title {
  font-family: 'CormorantSC-Medium', sans-serif; font-size: 24px; font-size: 2.0rem; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; 
  }

body {
  font-size:16px; font-family: 'Catamaran', sans-serif;
  }

small {
  font-size: 14px;
  }

big {
  font-size: 28px;
  }

h1 {
  font-family: 'CormorantSC-Medium', sans-serif; font-size: 24px; margin: 0 0 10px 0 !important; padding: 0 !important; line-height: 120% !important; color:#020090 !important; text-transform:uppercase !important;
  }

h2 {
  font-family: 'CormorantSC-Regular', sans-serif; font-size: 22px; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#020090;
  }

h3 {
  font-family: 'CormorantSC-Light', sans-serif; font-size: 20px; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#020090;
  }

h4 {
  font-family: 'CormorantSC-Light', sans-serif; font-size: 18px; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#020090;
  }

h5 {
  font-family: 'CormorantSC-Light', sans-serif; font-size: 16px; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#020090;
  }

h6 {
  font-family: 'CormorantSC-Light', sans-serif; font-size: 14px; line-height: 110%; color:#020090;
  }

}

.form-control:focus {
    border-color: #020090 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.table .thead-dark th {
  background-color: #8dc8e8 !important;
  color: #020090 !important;
}

.table .thead-dark th {
  color: #020090;
  border-color: #8dc8e8;
}

.x-body {
    color: #000;
    font-size: 1rem !important;
    font-family: 'Catamaran', sans-serif !important;
}