/*body*/
body {
  font-family: "Alata", "Catamaran", "ABeeZee", "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", "Frank Ruhl Libre", "Adamina", "Georgia", "Times New Roman", serif;
}

/*nav*/

.navbar {
  background-color: #1c3664;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

.nav-item {
  padding: 0;
  margin: 0;
}

.navbar a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.navbar a:hover {
  background-color: #1c3664;
  color: white;
  border-right: 1rem;
}

.navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.76);
  color: #1c3664;
  border-radius: 5px;
}

.navbar-nav .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.76);
  color: #1c3664;
  border-radius: 5px;
  .nav-img {
    filter: invert(100%) sepia(100%) saturate(22%) hue-rotate(140deg) brightness(89%) contrast(100%);
  }
}

.second-nav-group .navbar-nav .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.76);
  color: #1c3664;
  border-radius: 5px;
}

.main-nav {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

img.nav-img {
  height: 50px;
  width: 55px;
}

.nav-link:hover {

  .nav-img {
    filter: invert(100%) sepia(100%) saturate(22%) hue-rotate(140deg) brightness(89%) contrast(100%);
    transition: 150ms;
  }

}
.portrait-image {
  height: 130px;
  width: 130px;
}

.tn-font-style {
    font-family: "Libre Baskerville", "Frank Ruhl Libre", "Adamina", "Georgia", "Times New Roman", serif;
    font-size: 1.9rem;
    padding-bottom: 8px;
}

.sos-font-style {
    font-family: "Libre Baskerville", "Frank Ruhl Libre", "Adamina", "Georgia", "Times New Roman", serif;
    font-size: 1.3rem;
    margin-top: -12px;
}

.sos-name-style {
    font-family: "Libre Baskerville", "Frank Ruhl Libre", "Adamina", "Georgia", "Times New Roman", serif;
    font-size: 1.1rem;
}


/*secondary nav*/

.nav-button {
  background-color: #09c41a;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  padding: 0.25rem 0.75rem;
  font-size: .9rem;
  line-height: 1.25;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-button:hover {
  background-color: #08a119;
}

.nav-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.nav-button:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
}

.nav-button:not(:disabled):not(.disabled):active {
  background-color: #007bff;
  border-color: #007bff;
}

.custom-mobile-header-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}
header.page-header .mobile-header {
  display: block;
  overflow: hidden;
  transition: max-height 0.8s ease;
}

.menu-open header.page-header {
  min-height: 65vh;
}

@media (max-width: 991.98px) {
  header.page-header {
    min-height: 0;
    padding: 2rem 0 .625rem;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: min-height .3s ease;
    -o-transition: min-height .3s ease;
    transition: min-height .3s ease;
    width: 100%;
    z-index: 10;
  }
  .mobile-menu-btn {
    display: flex;
    align-items: center;
  }

  .dialog-off-canvas-main-canvas .page-main {
    padding-top: 0;
  }

  .main-menu {
    padding-bottom: 0;
  }
}
/*content header*/

.content-header {
  background-color: #CCF2F1;
  width: 100%;
  padding: .7em;
  text-align: center;
}

header.page-header .block-profile .profile-pic {
  height: 30px;
  width: 30px;
}

/*sidebar second*/

.partner-sidebar {
  background-color: #CCF2F1;
  padding: 1em;
}

/*footer*/

.footer {
  background-color: #1c3664;
  color: white;
  padding: 3em;
  text-align: left;
  font-size: 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

.footer a{
  color: white;
  text-decoration: none;
}

.footer-link {
  padding: .4em 0;
}

.footer h3 {
  color: white;
  font-weight: 600;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-logo-tenn {
  font-size: 2.5em;
  font-weight: bold;
  vertical-align: top;
  color: #2f579e;
}

.footer-logo-sos {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: -12px;
  color: #2f579e;
}

.footer-social-media-icons img {
  width: 60px;
  margin: .5em;
}

.ending-footer a{
  text-decoration: none;
}

.ending-footer a:hover {
  text-decoration: underline;
}

.footer-web-social a{
  color: #2f579e;
  text-decoration: none;
}

.footer-web-social a:hover {
  text-decoration: underline;
}

/*contact form*/

.centered-form {
  margin: 0 auto;
  max-width: 700px;
  text-align: left;
  padding: 1em 0;
}

/*home page*/

.home-text {
  color: #1b3764;
  padding: 1em 9em 1em 9em;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .home-text {
    padding: 1em 1em 1em 1em;
  }
}

.home-heading {
  text-align: center;
  margin-top: 3em;
}

.home-button {
  display: block;
  margin: 0 auto;
  background-color: #1c3664;
  color: white;
  text-decoration: none;
  max-width: 25%;
  font-size: 1.3em;
}

.home-button:hover {
  background-color: #2f579e;
  color: white;
  text-decoration: none;
}

.sign-up-btn-top {
  max-width: 20%;
}

.center-content {
  text-align: center;
}

.center-content img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .center-content img {
    width: 50%;
  }
  .center-content {
    font-size: .8em;
  }
}

/* user login form*/

.user-login-form {
  margin: 0 auto;
  max-width: 625px;
  text-align: left;
  padding: 1em 0;
}
.switch-link a{
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*opigno stock content pages*/

.dashboard {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991.98px) {
  .view-opigno-training-catalog .view-style {
    display: flex;
  }
}

/*resource page*/

.resource-link-header {
  color: white;
  background-color: #1c3664;
  padding-left: .5em;
}

.layout--twocol-section {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .layout--twocol-section {
    padding: 0;
  }
}

.ui-state-active {
  background-color: #1c3664;
  border: #1c3664;
  color: white;
}

.ui-state-default {
  border:1px solid #1c3664;
}

.ui-widget-content {
  border: 1px solid #1c3664;
}

iframe {
  width:60%;
  height: 25rem;
  margin: -3em 20% 2em 20%;
}

@media (max-width: 991.98px) {
  iframe {
    width: 100%;
    height: 18rem;
    margin: 0 0 2em 0;
  }
}

.faq-block {
  margin-bottom: 2em;
}
/*contact page*/

@media (max-width: 991.98px) {
  #webform-submission-contact-add-form {
    padding: 1em;
  }

}
