/* body {
    text-align: center;
} */

/* color dark #555555 */
/* color red #454f84 */

body {
  background: #fff;
  color: #666666;
  font-family: 'Raleway', sans-serif;
  line-height: 1.6rem;
  overflow-x: hidden;
  width: 100%;
}

section {
  padding-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

h1 {
  font-size: 30px;
  font-weight: 800;
  color: #454f84;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;
  /* max-width: 880px; */
}
h2 {
  letter-spacing: 1.5px;
  color: #454f84;
  font-size: 28px;
  font-weight: 800;
}
h3 {
  letter-spacing: 1.5px;
  color: #454f84;
  font-size: 22px;
  font-weight: 700;
}
p {
  font-size: 1.05rem;
}
a {
  transition: opacity 0.3s ease;
  opacity: 1;
  color: #454f84;
}
a:hover {
  text-decoration: none;
  color: #454f84;
  opacity: .7;
}

.legal-pages ol {
  margin-top: 3rem;
  padding: 0px 0 0 15px;
}
.legal-pages h3 {
  margin-top: 2rem;
}

/* NAVBAR */
.nav-container {
  transition: all 0.3s ease;
  background: #fff;
  min-height: 100px;
  position: fixed;
  z-index: 1000;
  padding-top: 0;
  top: 0;
  display: list-item;
}
.nav-container.shrink {
  min-height: 60px;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
  box-shadow: 0 1px 3px rgb(0 0 0 / 11%);

}
.nav-container.shrink .pageLogo {
  max-width: 120px;
}

.pageLogo {
  transition: all 0.3s ease;
  width: 100%;
  max-width: 200px;
}
.navbar {
  position: absolute;
  /* width: calc(100% - 15px); */
  width: 100%;
  align-items: baseline;
  min-height: 52px !important;
  /* color: #fff; */
  z-index: 2;
  top: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: all 0.3s ease;
}
.nav-container.shrink .navbar {
  top: -15px;
}
.navbar:before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  /* background: #474089; */
  z-index: -1;
}
.navbar-toggler {
  color: black;
  border-color: black;
  background-color: white;
  border: 0;
  padding: .25rem 0 .25rem .75rem;
}
.navbar-toggler-icon {
  background-image: url(../img/navbar-icon.svg);
}

@media (min-width: 991.75px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav {
  margin-top: 80px;
}
.mobile-nav ul {
  padding: 0;
  list-style: none;
  text-align: right;
  height: 100vh;
}
.mobile-nav ul li {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.navbar h2 {
    color: #fff;
}
.menu-item {
    margin-left: 20px;
}
.menu-item a {
  transition: color 0.3s ease;
    color: #555555;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Raleway;
    text-transform: uppercase;
}
.menu-item a:hover {
  opacity: 1;
  color: #454f84;
}

/* footer */
footer {
  color: #fff;
}
.footer-top {
  background-color: #262626;
  color: #999999;
  padding: 3rem 0;
}
.footer-bottom {
  background-color: #1b1b1b;
  color: #999999;
  padding: 2rem 0;
}
footer a {
  transition: all 0.3s ease;
  color: #cccccc!important;
}
footer a:hover {
  color: #fff;
  opacity: 1;
}
footer h3 {
  font-size: 1rem !important;
  color: #fff;
  margin-bottom: 20px;
}
footer p,
footer p a {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
}

.carousel-section {
  padding-top: 100px;
  margin-bottom: 0;
}
.carousel {
  /* aspect-ratio: 16 / 4; */
  height: 260px;
  display: flex;
  align-items: center;
}
.section-blackout:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  left: 0;
  top: 0;
}
.carousel h1 {
  font-weight: 800;
  font-size: 4.375rem;
  color: #FFF;
  letter-spacing: 0;
  font-family: 'Raleway';
  max-width: 920px;
  line-height: 4.375rem;
}
.carousel-cell {
  width: 100%;
  /* height: 160px; */
  margin-right: 10px;
}

@media screen and ( min-width: 439px ) {
  /* half-width cells for larger devices */
  .carousel-cell { width: 50%; }

  .carousel h1 {
    font-size: 1.75rem !important;
    line-height: 2.2rem;
  }
}
@media screen and ( min-width: 767.75px ) {
  .carousel-cell img {
    transition: filter 0.3s ease-in-out;
    filter: grayscale(100%);
  }
  .carousel-cell img:hover {
    filter: grayscale(0%);
  }
  .carousel-section {
    padding-top: 100px;
    max-height: 600px;
  }

  .carousel {
    margin-top: 0;
    height: 500px;
    /* aspect-ratio: 16 / 12; */
  }
  .carousel h1 {
    font-size: 3.75rem !important;
    line-height: 4.2rem;
  }
}
@media screen and ( min-width: 992px ) {
  /* half-width cells for larger devices */
  .carousel-cell { width: 25%; }
}

.main-carousel .flickity-button {
  transition: opacity 0.3s ease;
  opacity: 0;
}
.main-carousel:hover .flickity-button {
  opacity: 1;
}

.section-triangle-yes:after {
  content: "";
  position: absolute;
  display: inline-block;
  border: 20px solid transparent;
  border-top-color: #ffffff;
  top: -2px;
  z-index: 999;
  left: 50%;
  margin-left: -20px;
}
.section-triangle-yes_dark:after {
  border-top-color: #454f84;
}
.section-triangle-yes_lightblue:after {
  border-top-color: #f6f6f6;
}

.underline-normal {
  position: relative;
  margin-bottom: 50px;
}
.underline-normal:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -24px;
  width: 100px;
  background-color: #454f84;
  height: 2px;
  left: 50%;
  margin-left: -50px;
}
.underline-white {
  position: relative;
  margin-bottom: 50px;
}
.underline-white:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -24px;
  width: 100px;
  background-color: #fff;
  height: 2px;
  left: 50%;
  margin-left: -50px;
}

#our-approach {
  background: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 60px;
}

.underline_pull-left:after {
  left: 0;
  margin-left: 0;
}

/* carousel */
.main-carousel {
  margin-top: -45px;
}

.cta-one {
  background-image: url(../img/dot.png),url(../img/black-overlay.png),url(../img/graphs.jpg);
  background-size: 2px, 2px, cover;
  background-position: 0, 0, 50% 38%;

  color: #fff;
}
.cta-one h2,
.cta-one p,
.cta-two h2,
.cta-two p {
  color: inherit;
}

.cta-two {
  /* background-image: url(../img/business-meeting.jpeg);
  background-size: cover;
  background-position: 50% 38%; */
  background-color: #454f84;
  color: #fff;
}
.cta-two img {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}

/* forms */
.input-group-text {
  min-width: 43px;
  justify-content: center;
  background: transparent;
  border-right: 0;
  border: 1px solid #e8e8e8;
}

input {
  border: 1px solid #e8e8e8;
  border-left: 0 !important;
}
input[type=text]:focus, 
textarea:focus {
  box-shadow: 0 0 0 #e8e8e8;
  border: 1px solid #e8e8e8;
}
.form-control {
  border: 1px solid #e8e8e8;
}
.form-control:focus {
  box-shadow: 0 0 0 #e8e8e8;
  border: 1px solid #e8e8e8;
}
button {
  background-color: #454f84;
  color: #ffffff;
  font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 25px 13px 25px;
    border-radius: 50px;
    border: 0;
}
.form-error {
  color: #c60d48;
  padding-left: 55px;
  margin: 0;
}
.success-style {
  padding: 20px;
  background: lightgreen;
}
.error-style {
  padding: 20px;
  background: #c60d48;
  color: white;
}

/* helpers */
.pull-last-margin > *:last-child {
  margin-bottom: 0;
}

.pb-60 {
  padding-bottom: 60px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pt-120 {
  padding-top: 120px;
}

.mt-120{
  margin-top: 120px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-120 {
  margin-bottom: 120px;
}

.z-index-1 {
  z-index: 1;
}
.founder-title {
  display: block;
  margin-top: -10px;
}
.opacity-50 {
  opacity: .5;
}

@media (max-width: 360px) {
  .carousel {
    margin-top: 40px;
    /* aspect-ratio: 16 / 12; */
  }
  .carousel h1 {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 440px) {
  section {
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .carousel-section {
    padding-top: 100px;
  }

  .carousel {
    margin-top: 0;
    /* aspect-ratio: 16 / 12; */
  }
  .carousel h1 {
    font-size: 2rem !important;
    line-height: 2.6rem;
  }

  .pb-60 {
    padding-bottom: 30px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  
  .mt-120{
    margin-top: 100px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
}

table {
  width: 100%;
}
table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: baseline;
}
td {
  padding: 10px;
}