@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Merriweather");
html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Lato', sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 200;
  background-color: #FFFFFF;
  color: #343434;
  margin: 0;
}

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

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

[contenteditable]:focus {
  outline: 0px solid transparent;
}

.no-outline:focus {
  outline: 0px solid transparent;
}

h1 {
  font-weight: 100;
  font-size: 2.2rem;
  color: #3b525f;
}

h2 {
  font-weight: 100;
  font-size: 2rem;
  color: #343434;
}

h3 {
  font-weight: 100;
  font-size: 1.7rem;
  color: #343434;
}

h4 {
  font-weight: 100;
  font-size: 1.4rem;
  color: #343434;
}

h5 {
  font-weight: 100;
  font-size: 1.2rem;
  color: #343434;
}

h6 {
  font-weight: 100;
  font-size: 1.1rem;
  color: #343434;
}

.small {
  font-weight: 100;
  font-size: 0.8rem;
  color: #343434;
}

.x-small {
  font-weight: 100;
  font-size: 0.7rem;
  color: #343434;
}

.vh-10 {
  height: 10vh;
}

.vh-20 {
  height: 20vh;
}

.vh-25 {
  height: 25vh;
}

.vh-30 {
  height: 30vh;
}

.vh-40 {
  height: 40vh;
}

.vh-50 {
  height: 50vh;
}

.vh-50 {
  height: 50vh;
}

.vh-60 {
  height: 60vh;
}

.vh-70 {
  height: 70vh;
}

.vh-80 {
  height: 80vh;
}

.vh-90 {
  height: 90vh;
}

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

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

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

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

.icon-48, .icon-xsmall, .image-48, .image-xsmall {
  height: 48px;
}

.icon-96, .icon-small, .image-96, .image-small {
  height: 96px;
}

.icon-128, .icon-medium, .image-128, .image-medium {
  height: 128px;
}

.icon-256, .icon-large, .image-256, .image-large {
  height: 256px;
}

.text-justify {
  text-align: justify;
}

.req, .required {
  color: #860000;
}

a {
  color: #3b525f;
  text-decoration: none;
}

a:hover {
  color: #003366;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-body .title {
  font-size: 1.2rem;
  color: #3b525f;
  margin-bottom: 5px;
}

.card-body .title {
  font-size: 1.2rem;
  color: #3b525f;
  margin-bottom: 5px;
}

.modal-body .controls {
  margin-top: 10px;
  text-align: right;
}

.card-body .controls {
  margin-top: 10px;
  text-align: right;
}

.clickable:hover {
  background-color: #F8F8Fc;
}

.body-container {
  overflow-x: hidden;
  height: 100%;
  min-height: 70vh;
  vertical-align: top;
  padding-bottom: 20px;
}

.logo-large {
  height: 100px;
}

.logo-medium {
  height: 80px;
}

.logo-small {
  height: 60px;
}

.logo-xsmall {
  height: 40px;
}

.avatar {
  height: 80px;
}

.avatar-large {
  height: 256px;
}

.avatar-medium {
  height: 128px;
}

.avatar-small {
  height: 64px;
}

.avatar-xsmall {
  height: 48px;
}

.myaccount {
  background-color: #F8F8Fc;
}

.fa-exclamation-triangle {
  color: #a00000;
}

.jumbotron {
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  background-color: #624B9F;
}

.page-bar-header {
  border: 0;
  border-radius: 1em;
}

.border-radius-1em {
  border-radius: 1em;
}

.page-title {
  font-size: 1.2em;
  color: #351C75;
}

.section {
  margin-bottom: 1em;
}

.card-section {
  border-radius: 1em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
          box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin-bottom: 1em;
}

.card-section-secondary {
  border-radius: 1em;
  border: 1px solid #F8F8Fc;
  -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
          box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  margin-bottom: 1em;
}

.card-section-border-top {
  border-radius: 0.2rem;
  border-bottom: 0.1rem solid #FFFFFF;
  border-top: 0.3rem solid #351C75;
}

.row-title {
  margin-bottom: 1em;
}

.border-primary-thick-left {
  border-left: 1em solid #351C75;
  padding-left: 10px;
}

.border-primary-top {
  border-top: 5px solid #351C75;
}

.section-subtitle {
  font-style: italic;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #351C75;
  border-color: #351C75;
}

.btn-primary:hover {
  background-color: #351C75;
}

.btn-outline-primary {
  color: #351C75;
  border-color: #351C75;
}

.btn-outline-primary:hover {
  background-color: #351C75;
  border-color: #351C75;
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #624B9F;
  border-color: #624B9F;
}

.btn-tertiary {
  color: #351C75;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}

.btn-tertiary:hover {
  background-color: #CCCCCC;
  color: #351C75;
}

.text-primary {
  color: #351C75 !important;
}

.text-justify {
  text-align: justify;
}

.bg-primary {
  background-color: #351C75 !important;
}

.bg-secondary {
  background-color: #624B9F !important;
}

a, .btn-link, .btn-link:hover {
  color: #351C75;
  text-decoration: none;
}

a:hover, .btn-link:hover {
  color: #351C75;
  text-decoration: none;
}

.section-controls {
  text-align: right;
  margin-top: 2em;
}

.card-coming-soon {
  position: absolute;
  top: -30px;
  left: 5px;
  width: 180px;
  z-index: 100;
}

.accordion-button:not(.collapsed) {
  background-color: #351C75;
  color: #FFFFFF;
}

.tag-line {
  margin-bottom: 0.5em;
}

.tag {
  margin-right: 0.7em;
  margin-bottom: 0.5em;
}

/*header {
    padding: 1rem;

    .nav-link {
        padding-right: 1.5rem;
        padding-bottom: 0;
        padding-left: 0;
        color: $color-black;

        &.active {
            color: $color-purple;
            font-weight: bold;
        }

        &:hover {
            color: $color-purple;
        }

        &:focus {
            color: $color-black;
        }
    }

    .button-admin {
        top: 20px; 
        right: 20px;
    }

    // MEDIA QUERIES
    @media (max-width: 767px), (min-width: 992px) {
        .logo {
            height: 60px;
        }
    }

    @media (min-width: 768px) and (max-width: 992px) {
        .logo {
            height: 40px;
        }
    }
}*/
footer {
  background: #FFFFFF;
  padding: 3rem 0;
  border-top: 1px solid #8D8D8D;
}

footer a {
  text-decoration: none;
  color: #343434;
}

footer .mobile-dropdown {
  background: #EFEFEF;
}

footer ul {
  list-style-type: none;
  /* Remove bullets */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margins */
}

footer .social-links a {
  font-size: 2rem;
}

@media print {
  a:link {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  a[href]:after {
    content: none !important;
  }
}

.pagination-container li {
  padding-right: 1em;
}

.pagination-container li.active {
  text-decoration: underline;
  color: #351C75;
}

.pagination-container li.active a {
  color: #351C75;
}

.pagination-container li .fa-arrow-left {
  color: #8D8D8D;
}

.pagination-container li .fa-arrow-left.active {
  color: #351C75;
}

.pagination-container li .fa-arrow-right {
  color: #8D8D8D;
}

.pagination-container li .fa-arrow-right.active {
  color: #351C75;
}

.pagination-container li a {
  color: #343434;
  text-decoration: none;
  cursor: pointer;
}

.data-val-required {
  color: #a00000;
  font-size: 0.8em;
  margin-left: 0.4em;
}

.input-container {
  padding: 1em;
}

.input-container .input-group {
  background-color: #FFFFFF;
  border: 0.1em solid #8D8D8D;
  border-radius: 1.5em;
  padding: 0.4em;
}

.input-container .input-group .send-msg, .input-container .input-group #search-button {
  background: none;
  border: none;
  cursor: pointer;
}

.input-container .input-group .send-msg svg:hover, .input-container .input-group #search-button svg:hover {
  color: #351C75;
}

.input-container .input-group .fa-paper-plane, .input-container .input-group .fa-search {
  color: #8D8D8D;
  margin-right: 0.2em;
}

.input-container .input-group input {
  border: none;
  padding: 0;
}

.input-container .input-group input:focus {
  outline: none !important;
  border: none;
}

span.circle {
  background: #c1cabe;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  line-height: 48px;
  margin-right: 5px;
  text-align: center;
  width: 48px;
}

.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-text-decoration: ellipsis;
          text-decoration: ellipsis;
  overflow: hidden;
}
/*# sourceMappingURL=site.css.map */