@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
html {
  font-size: 15px;
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-top: 6rem;
  font-family: "Open Sans";
}

*:not(.fa, .fab) {
  font-family: "Open Sans";
}

a {
  color: #0645ad;
}
a:hover {
  color: #003366;
}

a.href {
  color: #0645ad !important;
}
a.href:hover {
  color: #003366 !important;
  text-decoration: underline;
  cursor: pointer;
}

h1 {
  text-transform: uppercase;
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 2rem;
}

h2,
h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 2rem;
}

h1.with-lines,
h2.with-lines,
h3.with-lines,
h4.with-lines,
h5.with-lines {
  margin-top: 25px;
}
h1.with-lines.white > span,
h2.with-lines.white > span,
h3.with-lines.white > span,
h4.with-lines.white > span,
h5.with-lines.white > span {
  border-color: #fff;
}
h1.with-lines > span,
h2.with-lines > span,
h3.with-lines > span,
h4.with-lines > span,
h5.with-lines > span {
  display: inline-block;
  border-top: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
  padding: 1rem 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #003366;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #003333;
}

h5 {
  font-weight: 400;
}

nav.navbar {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.5rem 2rem;
  height: 6rem;
  background-color: rgba(255, 255, 255, 0.85) !important;
}
nav.navbar.shrunk {
  padding: 0.5rem 1rem;
  height: 4rem;
}
nav.navbar.shrunk .navbar-brand {
  padding: 0;
  transform: scale(0.65);
}
nav.navbar .navbar-brand {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 5rem;
  padding: 0;
}
nav.navbar .navbar-brand img {
  height: 5rem;
}
nav.navbar .navbar-nav {
  margin-right: 5rem;
}
nav.navbar .navbar-nav i {
  margin-right: 8px;
}
nav.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  color: #003366;
  cursor: pointer;
}

.padded-container {
  padding: 6rem;
  background-color: #fff;
}

.hero-container {
  position: relative;
  width: 100%;
  height: 20rem;
  max-height: 50vh;
}
.hero-container .hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("photographer.jpg");
  height: 100%;
  max-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-container .hero-text-container {
  position: absolute;
  top: 0;
  left: 6rem;
  height: 100%;
  width: 550px;
  max-width: 75vw;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 4rem;
}
.hero-container .hero-text-container .hero-text {
  position: relative;
  top: 50%;
  text-align: center;
  transform: translate(0, -50%);
  color: white;
}
.hero-container .hero-text-container .hero-text h1 {
  text-transform: none;
  font-weight: 700;
  text-align: left;
  font-size: 2rem;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  line-height: 2.7rem;
  margin-bottom: 0.3em;
  line-height: 1em;
  font-weight: 600;
}
.hero-container .hero-text-container .hero-text h1 span.big {
  display: block;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 900;
}
.hero-container .hero-text-container .hero-text h2 {
  color: #cfcfcf;
  text-align: left;
  font-size: 1.4em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
}

.nav-pills.side-nav {
  padding: 0.75rem 2.5rem;
  border: 1px solid #CCCCCC;
}
.nav-pills.side-nav .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  color: #6699CC;
  border-bottom: 1px solid #CCCCCC;
  padding: 1rem 0;
}
.nav-pills.side-nav .nav-link:last-of-type {
  border: 0;
}
.nav-pills.side-nav .nav-link.active {
  position: relative;
  background: none;
  color: #003366;
}
.nav-pills.side-nav .nav-link.active:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  position: absolute;
  left: -20px;
  top: 1rem;
  line-height: 1.5rem;
}

.ta-r {
  text-align: right;
}

.card .card-header .btn-link {
  width: 100%;
  text-decoration: none !important;
  text-align: left;
}
.card .card-header .btn-link:hover {
  opacity: 0.8;
}
.card .card-header .btn-link.collapsed .toggle-section .show-section {
  display: block;
}
.card .card-header .btn-link.collapsed .toggle-section .hide-section {
  display: none;
}
.card .card-header img {
  width: 100%;
  max-width: 150px;
}
.card .card-header h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  color: #003366;
  margin: 0 0 0.4rem 0;
}
.card .card-header p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
  color: #003366;
}
.card .card-header p a {
  color: #003366;
}
.card .card-header p a:hover {
  color: #003333;
}
.card .card-header .toggle-section {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  position: relative;
  top: -10px;
}
.card .card-header .toggle-section .hide-section {
  display: block;
}
.card .card-header .toggle-section .show-section {
  display: none;
}
.card .card-header .toggle-section p {
  color: #6699CC;
  font-weight: 600;
  text-transform: uppercase;
}
.card .card-header .toggle-section p:hover {
  opacity: 0.8;
}
.card .card-body {
  padding: 2rem;
  padding-bottom: 3rem;
}
.card .card-body h1 {
  font-size: 1.4rem;
}

.tab-content {
  padding: 0 2rem;
}

.lvinet {
  max-width: 40%;
}

.pre-footer {
  background-color: #660033;
}
.pre-footer h1 {
  color: white;
}

.footer {
  background-color: #003366;
  color: #fff;
}
.footer img {
  width: 275px;
  max-width: 100%;
}
.footer p {
  position: relative;
  margin-left: 25px;
  font-size: 0.95em;
  line-height: 1.3em;
}
.footer p a {
  color: #fff;
  word-break: break-all;
}

.icon-left {
  position: relative;
  padding-left: 25px;
}
.icon-left i {
  position: absolute;
  top: 4px;
  left: 0;
}

.icon-right {
  position: relative;
  padding-right: 25px;
}
.icon-right i {
  position: absolute;
  top: 4px;
  right: 0;
}

.w-100 {
  width: 100%;
}

.fa-mr-sm {
  margin-right: 8px;
}

.fa-mr-md {
  margin-right: 12px;
}

.fa-mr-lg {
  margin-right: 25px;
}

.fa-youtube.red:before {
  color: #F80000;
}

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

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

.univ-partners-logo {
  max-width: 100%;
  width: 150px;
}
.univ-partners-logo.udm {
  max-width: 100%;
  width: 275px;
}

.list-item:not(:first-of-type) {
  margin-top: 2rem;
}
.list-item::after {
  content: "";
  display: block;
  clear: both;
}
.list-item.highlighted {
  background-color: #e3e3e3;
  padding: 30px 15px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}
.list-item .list-item-header {
  margin-bottom: 1rem;
  margin-top: 0.75rem;
}
.list-item .list-item-header span.date {
  background-color: #003366;
  color: white !important;
  padding: 8px;
  font-size: 0.8rem;
}
.list-item .list-item-header span.date a {
  color: #fff !important;
}
.list-item .list-item-header span.date a:hover {
  color: #fff !important;
}
.list-item .list-item-header span.source {
  background-color: #CCCCCC;
  color: #003366;
  padding: 8px;
  font-size: 0.8rem;
  margin-left: -5px;
}
.list-item .list-item-title {
  font-size: 1.3rem;
  margin-bottom: 0.45rem;
  margin-top: 0.75rem;
}
.list-item .list-item-title a {
  color: #003333 !important;
}
.list-item .list-item-subtitle {
  color: #949494;
  font-size: 0.9rem;
  font-weight: 400;
}
.list-item .list-item-content {
  clear: both;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
.list-item .list-item-content p {
  margin-bottom: 0.5rem;
}

.fluid-width-video-wrapper {
  max-width: 600px !important;
  padding-top: 337.5px !important;
  margin-top: 0.8rem;
}

.paginate {
  display: block;
  width: 100%;
}

.paginate-pagination {
  margin-top: 3rem;
}
.paginate-pagination ul > li {
  margin-right: 8px;
}
.paginate-pagination ul > li > a {
  height: 35px;
  width: 35px;
}
.paginate-pagination ul > li > a.active {
  font-weight: 800;
}
.paginate-pagination ul > li > a.page {
  height: 35px;
}

/* Modal: micromodal */
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 550px;
  max-width: 80vw;
  max-height: 90vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__container .alert {
  display: none;
}

.modal__container.medium {
  width: 750px;
}

.modal__container.large {
  width: 1400px;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  margin-left: 15px;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__content label {
  margin-top: 0.75rem;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #666;
}
.modal__content input,
.modal__content select,
.modal__content .selectize-input {
  border-top: none;
  border-right: none;
  border-left: none;
}

.modal__btn {
  font-size: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: auto;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  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;
}
.modal__btn.disabled {
  background-color: #eee;
  color: #ccc;
}
.modal__btn.disabled:hover, .modal__btn.disabled:focus {
  -webkit-transform: none;
  transform: none;
  cursor: initial;
  outline: none;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  display: inline-block;
  background-color: #660033;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

label.error {
  color: red;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal__container a:focus {
  outline: 0;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: "Open Sans" !important;
}

.plain-list {
  list-style-type: none;
}

.display-type-selector {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  margin-top: 5px;
  text-align: center;
}
.display-type-selector span.small {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #666;
}
.display-type-selector .nav-pills {
  justify-content: center;
}
.display-type-selector .nav-pills .nav-link {
  color: #333;
  opacity: 0.5;
}
.display-type-selector .nav-pills .nav-link:hover {
  opacity: 0.75;
}
.display-type-selector .nav-pills .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.display-type-selector .nav-pills .nav-link i {
  font-size: 32px;
}

.display-type-container {
  display: none;
}
.display-type-container.active {
  display: block;
}

.back-to-home a {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
}

.dataTables_wrapper .dataTable thead tr th {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #666;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  content: "" !important;
}

@media (max-width: 1299.98px) {
  html {
    font-size: 13px;
  }

  .fluid-width-video-wrapper {
    max-width: 500px !important;
    padding-top: 280px !important;
  }
}
@media (max-width: 1199.98px) {
  .padded-container {
    padding: 4rem !important;
  }

  .hero-container .hero-text-container {
    left: 4rem;
  }
}
@media (max-width: 991.98px) {
  html {
    font-size: 12px;
  }

  .padded-container {
    padding: 4rem 3rem !important;
  }

  .hero-container .hero-text-container {
    left: 3rem;
  }

  nav.navbar .navbar-nav {
    margin-right: 3rem;
  }
  nav.navbar .navbar-brand {
    margin-left: 3rem;
  }
  nav.navbar .navbar-brand img {
    height: 60px;
  }

  .tab-content {
    padding: 0 1rem;
  }

  .list-item:not(:first-of-type) {
    margin-top: 4rem;
  }
  .list-item .list-item-header span {
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 11px;
  }

  .padded-container {
    padding: 4rem 2rem !important;
  }

  .hero-container .hero-text-container {
    left: 2rem;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 1.5em;
  }

  .padded-container {
    padding: 4rem 1rem !important;
  }

  .hero-container .hero-text-container {
    left: 1rem;
  }
}
@media (min-width: 1200px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1700px;
  }
}
h1.with-lines {
  font-size: 1.4rem;
}

.padded-container {
  padding: 2rem 6rem;
}
.padded-container.footer {
  padding: 2rem;
}

.hero-container .hero-text-container {
  width: 700px;
  background: none;
}

.card {
  margin-bottom: 3rem;
}
.card .card-header h1 {
  margin-bottom: 0.75rem;
}
.card .card-header p {
  margin-bottom: 0;
}
.card .card-header,
.card .card-body {
  padding: 2rem;
}
.card .card-body {
  padding: 2rem;
}

.list-item.activity {
  margin-top: 4rem;
}

img.scale-on-hover {
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
img.scale-on-hover:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*# sourceMappingURL=crm-camp.css.map */
