--Color Pallete:
--Blue 1: 5351A5
--Blue 2: 615DA7
--Gray 1: 97989A
--Gray 2: ACADAF
--Gray 3: BEBFC3
--Gray 4: D2D3D5
--Blacktxt: 363435
--Bluetxt: 305695

html {
  font-family: 'Ubuntu', sans-serif;
  scroll-behavior: smooth !important;
}

#main {
  min-height: 60vh;
}

.brand-logo {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

#header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header-nav {
  padding: 1em 1.5em;
  min-height: 7em;
  display: flex;
  align-items: center;
  background-color: transparent;
  transition: 0.5s;
  box-shadow: none;
}

.header-nav:hover {
  background-color: white !important;
}

.header-nav:hover .menu-logo {
  color: rgba(97, 93, 167, 1) !important;
}

.header-nav .menu-item a {
  color: white;
  font-weight: bold;
}

.header-nav:hover .menu-item a {
  color: rgba(97, 93, 167, 0.5) !important;
  font-weight: bold;
}

.header-nav .menu-item a:hover {
  color: rgba(97, 93, 167, 1) !important;
  background-color: transparent !important;
}

.header-nav-wrapper {
  display: block;
  width: 100%;
}

.menu {
}

.menu-item {
  margin: 0 5px;
}

.menu-button a {
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid;
  display: inline-block;
  font-weight: 700 !important;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: 0.25s all ease-in-out;
  margin: 0 5px;
}

.menu-button-big a{
  width: 200px;
}

.button-main a {
  background-color: #615DA7;
  border-color: #615DA7;
  color: #fff !important;
}

.button-secondary a {
  background-color: #D2D3D5;
  border-color: #D2D3D5;
  color: #5351A5 !important;
}

.button-main:hover a {
  background-color: #5351A5 !important;
  border-color: #5351A5 !important;
}

.button-secondary:hover a {
  background-color: #ACADAF !important;
  border-color: #ACADAF !important;
}

.action-button a {
  padding: 13px 18px;
}

.over-button {
  position: relative;
  z-index: 5;
}

.mobile-menu-button {
  background-color: rgba(97, 93, 167, 0.5);
  border-color: rgba(97, 93, 167, 0.5);
  color: #fff;
}

.mobile-menu-button:hover {
  background-color: rgba(97, 93, 167, 1);
  border-color: rgba(97, 93, 167, 1);
  color: #fff;
}

.mobile-menu-button i {
  line-height: 40px !important;
}

#main-menu .button-main {
  margin-left: 10px;
}

.menu .menu-item:not(.menu-button) span{
  padding: 3px 0;
  border-bottom: 3px solid;
  border-top: 3px solid;
  border-color: transparent;
  border-radius: 2px;
  transition: all 0.25s ease-in-out;
}

.menu .menu-item:not(.menu-button) span:hover {
  border-color: #363435;
}

.secondary-page-type-one {
  background: linear-gradient(to bottom, rgba(83, 81, 165, 0.4), #fff);
  width: 100%;
  z-index: -1;
}

.top-gradient-panel {
  background: linear-gradient(to top, #fff 10px, transparent 2px), linear-gradient(19deg, #5351A5, #97989A);
}

.bottom-gradient-panel {
	background: linear-gradient(to bottom, #fff 10px, #5351A5 5px, #97989A 850px, #97989A 850px, #fff);
}

.top-gradient-content-panel {
  padding-bottom: 100px !important;
}

.top-gradient-content-panel-image {
  width: 100%;
  height: auto;
}

.panel-container {
  position: relative;
}

.content-panel {
  overflow: hidden;
  margin: 0px 30px;
  padding: 0px 30px;
}

.marginless {
  margin: 0px;
}

.wave-separator {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}

.rotate {
  transform: scale(-1, 1);
}

.footer-menu {
  border-top: 1px solid #e5e9f8;
  border-bottom: 1px solid #e5e9f8;
}

.footer-copyright {
  padding: 15px;
  padding-right: 15%;
  text-align: right;
}

.sidenav li {
  border-bottom: 0.5px solid #e5e9f8;
  padding: 10px;
}

.sidenav .menu-logo {
  display: flex;
  justify-content: center;
}

.sidenav .menu-item a:hover {
  color: rgba(97, 93, 167, 1) !important;
  background-color: transparent !important;
  font-weight: bold;
}

.half-pane {
  width: 50%;
}

.default-center-pane {
  display: flex;
  align-items: center;
  justify-content: center;
}

.horizontal-split-pane {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.vertical-split-pane {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.bold {
  font-weight: bold;
}

.content-header-blue {
  color: #5351A5;
  font-weight: bold;
}

.content-header-white {
  color: #fff;
  font-weight: bold;
}

.content-header-black {
  color: #363435;
  font-weight: bold;
}

.content-subheader-black {
  color: #363435;
  font-weight: bold;
  font-size: 22pt;
  text-decoration: underline;
}

.content-pane-image {
  max-height: 350px;
  width: auto;
  max-width: 80%;
}

.content-pane-col {
  height: 350px;
  display: table-cell;
  vertical-align: middle;
}

.bulletless>li {
  list-style-type:none;
}

.bulleted>li {
  list-style-type:disc !important;
}

.v_listing {
  line-height: 40px;
  font-style: italic;
  width: 100%;
}

.v_listing_big {
  line-height: 80px;
  font-style: italic;
  width: 100%;
}

.content-pane-text {
  color: #363435;
  font-size: 16pt;
  width: 100%;
}

.content-pane-text-big {
  color: #363435;
  font-size: 20pt;
}

.contact-info-text {
  color: #363435;
  font-size: 13pt;
  width: 100%;
  font-weight: bold;
}

.justify {
  text-align: justify;
}

.deslocate-list>li:nth-of-type(odd) {
  margin-right: 45%;
}

.deslocate-list>li:nth-of-type(even) {
  margin-left: 45%;
}

.testing {
  display: none !important;
}

.black-text {
  color: #363435 !important;
}

.carousel-card {
  background-color: white;
  padding: 5px;
  margin: 5px;
  border-radius: 3px;
  width: 200px;
}

.carousel-logo-card {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px;
  margin: 5px;
  border-radius: 3px;
  width: 200px;
  height: 200px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.carousel-card-image {
  height: auto;
  width: 100%;
}

.carousel-logo-card-image {
  max-height: 100%;
  max-width: 80%;
}

.pointer {
  cursor: pointer;
}

.center {
  margin: auto;
}

.underline {
  text-decoration: underline;
}

.discrete-link:hover {
  font-weight: bold;
}

.portfolio-flex-board {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items:center;
}

.portfolio-card {
  margin: 10px;
  width: 30%;
}

.card-title {
  color: #5351A5;
}

.qrcode {
  margin: 20px;
  max-width: 50%;
  height: auto;
  max-height: 300px;
}

.wrappable {
  flex-wrap: wrap;
}

.slick-dotted.slick-slider {
  margin-top: 30px;
}
