header {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
}

header .top-header {
  background: #004890;
}

header .top-header .row {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

header .top-header .top-header-call {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding-left: 40px;
}

header .top-header .top-header-call a {
  color: #ffd400;
  font-weight: 700;
}

header .top-header .top-header-call a:hover {
  color: #ffd400;
}

header .top-header .top-header-group {
  background: #5091cd;
  padding: 10px 40px;
  position: relative;
}

header .top-header .top-header-group:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #5091cd transparent;
  position: absolute;
  left: -49px;
  top: 0;
}

header .top-header .top-header-group a {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 700;
}

header .top-header .top-header-group .dropdown-toggle:after {
  content: none;
}

header .top-header .top-header-group .dropdown-menu a {
  color: #004890;
  text-transform: capitalize;
}

header .top-header .top-header-group .dropdown-menu .dropdown-item {
  padding: 10px;
}

header .top-header .top-header-group .dropdown-menu .dropdown-item:active {
  background: transparent;
}

header .btm-header {
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.72);
}

header:before {
  content: "";
  background: url('images/auxiant-triangle.png') no-repeat;
}

.navbar-nav .nav-item .nav-link {
  color: #004990;
  font-size: 18px;
  line-height: 1;
}

.navbar-nav .nav-item.active>a {
  border: 2px solid #004890;
  border-radius: 6px;
}

.banner-hero {
  position: relative;
}

.banner-hero .item:before {
  content: "";
  position: absolute;
  background: url('images/auxiant-triangle.png') no-repeat;
  z-index: 2;
  width: 53%;
  height: 100%;
  background-size: 92% 111%;
}

.banner-hero .header-content {
  position: absolute;
  top: 27%;
  z-index: 9;
}

.banner-hero .header-content .header-text {
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: 300;
}

.banner-hero .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

.banner-hero .owl-nav .owl-prev {
  left: 10px;
  position: absolute;
}

.banner-hero .owl-nav .owl-next {
  right: 10px;
  position: absolute;
}

.banner-hero .owl-nav .fa {
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
}

.banner-hero .owl-dots {
  position: absolute;
  bottom: 20%;
  width: 100%;
  text-align: center;
}

.banner-hero .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 2px solid #ffffff;
  margin-right: 10px;
}

.banner-hero .owl-dots .owl-dot.active {
  background: #ffffff;
}

@media (max-width: 1440px) {
  .banner-hero .owl-dots {
    bottom: 27%;
  }
}

.auxiant-owl-caption-section .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

.auxiant-owl-caption-section .owl-nav .owl-prev {
  left: 10px;
  position: absolute;
}

.auxiant-owl-caption-section .owl-nav .owl-next {
  right: 10px;
  position: absolute;
}

.auxiant-owl-caption-section .owl-nav .fa {
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
}

.auxiant-owl-caption-section .owl-dots {
  position: absolute;
  bottom: 20%;
  width: 100%;
  text-align: center;
}

.auxiant-owl-caption-section .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 2px solid #ffffff;
  margin-right: 10px;
}

.auxiant-owl-caption-section .owl-dots .owl-dot.active {
  background: #ffffff;
}

.auxiant-help {
  background: url(images/auxiant-audienceback.png) no-repeat;
  background-size: cover;
  padding-top: 183px;
  margin-top: -206px;
  height: 560px;
  margin-bottom: 460px;
  position: relative;
  z-index: 1;
}

.auxiant-help h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 35px;
}

.auxiant-help .auxiant-card-row {
  margin-bottom: 40px;
}

.auxiant-card {
  border-radius: 6px;
  box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 100%;
  position: relative;
}

.auxiant-card .auxiant-img {
  position: relative;
}

.auxiant-card .auxiant-img img {
  width: 100%;
}

.auxiant-card .auxiant-img .auxiant-img-text {
  position: absolute;
  bottom: 0;
  font-size: 48px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 300;
  width: 100%;
  text-align: center;
}

@media (max-width: 1400px) {
  .auxiant-card .auxiant-img .auxiant-img-text {
    font-size: 30px;
  }
}

.auxiant-card .auxiant-img a {
  display: block;
}

.auxiant-card .auxiant-content {
  background: #ffffff;
  text-align: center;
  padding: 8px 36px 45px 36px;
}

.auxiant-card .auxiant-content p {
  font-size: 20px;
  line-height: 1;
  color: #78797a;
  margin-bottom: 40px;
  font-weight: 300;
}

.auxiant-card .auxiant-btn {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}

.member-section {
  text-align: center;
  padding-top: 40px;
}

.member-section h2 {
  margin-bottom: 13px;
  color: #3e4347;
}

.auxiant-owl-caption-section .auxiant-owl-caption {
  position: absolute;
  top: 33%;
  text-align: center;
  max-width: 1100px;
  margin: auto;
  left: 0;
  right: 0;
}

.auxiant-owl-caption-section .auxiant-owl-caption h5 {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.auxiant-owl-caption-section .auxiant-owl-caption h5.yellow-bar {
  margin-bottom: 100px;
  position: relative;
}

.auxiant-owl-caption-section .auxiant-owl-caption h5.yellow-bar:before {
  content: "";
  width: 140px;
  height: 6px;
  background: #ffca38;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: auto;
}

.auxiant-owl-caption-section .auxiant-owl-caption h2 {
  color: #ffffff;
  line-height: 56px;
  font-weight: 300;
  margin-bottom: 23px;
}

.why-auxiant {
  padding-bottom: 70px;
}

.why-auxiant .align-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.why-auxiant img {
  width: 100%;
}

.why-auxiant h2 {
  color: #78797a;
  line-height: 48px;
  margin-bottom: 52px;
}

.why-auxiant p {
  font-size: 24px;
  line-height: 36px;
  color: #3e4347;
  margin-bottom: 40px;
  font-weight: 400;
}

.why-auxiant p strong {
  color: #000000;
  font-weight: 700;
}

.top-services {
  background: url("images/auxiant-grey-bg.png") no-repeat;
  height: 450px;
  background-size: cover;
  padding-top: 101px;
  margin-bottom: 370px;
}

@media (max-width: 1440px) {
  .top-services {
    height: 361px;
  }
}

.top-services h3 {
  font-size: 36px;
  line-height: 1;
  color: #3e4347;
  margin-bottom: 35px;
  font-weight: 300;
  text-align: center;
}

.top-services .auxiant-card .auxiant-content {
  padding-top: 20px;
}

.top-services .auxiant-card .auxiant-content p {
  font-size: 18px;
  color: #3e4347;
  line-height: 24px;
}

.great-people {
  background: url('images/auxiant-great.png') no-repeat;
  background-size: cover;
  padding: 180px 0;
  background-attachment: fixed;
}

.great-people h2 {
  color: #ffffff;
  margin-bottom: 30px;
}

.great-people p {
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.great-people h3 {
  margin-bottom: 40px;
  font-weight: 300;
}

.great-people.about-career {
  background: url('images/auxiant-career-open.png') no-repeat;
  background-size: cover;
}

.auxiant-news {
  padding: 120px 0;
}

.auxiant-news .read-more-btn {
  margin-top: 53px;
  text-align: center;
}

.grid-gap {
  margin-bottom: 50px;
}

.news-wrapper .news-text-wrapper {
  height: 100%;
  position: relative;
}

.news-wrapper .news-text-wrapper .news-date {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 14px;
}

.news-wrapper .news-text-wrapper .news-text {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
}

.news-wrapper .news-text-wrapper .news-text a {
  color: inherit;
  text-decoration: none;
}

.news-wrapper .news-text-wrapper .news-position {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.news-wrapper .news-text-wrapper .read-more .read-more-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 90px 90px;
  border-color: transparent transparent #004990 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.news-wrapper .news-text-wrapper .read-more .read-more-btn:after {
  content: "\f054";
  font-family: 'FontAwesome';
  position: absolute;
  right: 14px;
  bottom: 0px;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(44deg);
}

.news-wrapper.blue-bg {
  background: #508ecc;
  height: 100%;
}

.news-wrapper.blue-bg .news-position {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  bottom: auto;
}

.news-wrapper.blue-bg .news-position .news-text {
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
}

@media (max-width: 1400px) {
  .news-wrapper.blue-bg .news-position .news-text {
    font-size: 29px;
  }
}

@media (max-width: 991px) {
  .news-wrapper.blue-bg .news-position .news-text {
    font-size: 21px;
  }
}

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

.footer-contact {
  background: url('images/auxiant-footer-bg.jpg') no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.footer-contact .footer-align {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.footer-contact .footer-logo {
  padding-left: 40px;
}

.footer-contact .footer-inner-contact {
  text-align: center;
}

.footer-contact .footer-inner-contact p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

.footer-contact .footer-inner-contact a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.footer-contact ul {
  text-align: right;
  padding-left: 0;
  padding-right: 60px;
}

.footer-contact ul li {
  list-style: none;
}

.footer-contact ul li a {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}

.footer-logo {
  padding: 30px 0;
}

.footer-logo a {
  margin-left: 30px;
  text-decoration: none;
}

.copyright {
  padding: 10px 0;
}

.copyright p {
  font-size: 16px;
  color: #004990;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .banner-hero .header-content {
    top: 37%;
  }

  .banner-hero .header-content .header-text {
    font-size: 39px;
    line-height: 1;
  }

  .banner-hero .owl-dots {
    bottom: 18%;
  }

  .news-wrapper .news-text-wrapper .news-text {
    font-size: 22px;
  }

  .news-wrapper .news-text-wrapper .news-position.blue-box .news-text {
    font-size: 26px;
    line-height: 26px;
    font-weight: 300;
  }

  .auxiant-help {
    margin-top: -135px;
  }
}

@media (max-width: 1200px) {
  .banner-hero .header-content {
    top: 22%;
  }

  .auxiant-help {
    margin-top: -95px;
  }
}

@media screen and (max-width: 991px) {
  .side-flip {
    padding-top: 125px;
  }

  header {
    position: static;
  }

  header .btm-header {
    background: #ffffff;
  }

  header .btm-header .navbar-brand img {
    max-width: 200px;
  }

  header .btm-header .navbar-toggler {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    right: -6px;
    top: 9px;
  }

  header .btm-header .navbar-toggler .bar-icon {
    width: 48px;
    height: 4px;
    background: #004990;
    display: inline-block;
    margin-bottom: 7px;
  }

  header .btm-header .navbar-toggler:after {
    content: "MENU";
    font-size: 16px;
    color: #004990;
    font-weight: 700;
    margin-top: 1px;
  }

  header .btm-header .navbar-toggler:focus {
    outline: none;
  }

  .banner-hero .header-content .header-text {
    font-size: 24px;
    line-height: 28px;
  }

  .auxiant-help {
    padding-top: 50px;
    margin-top: -80px;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .btn-yellow {
    min-width: inherit;
  }

  .auxiant-card {
    margin-bottom: 30px;
  }

  .footer-contact .footer-inner-contact {
    margin-bottom: 30px;
  }

  .footer-contact .footer-inner-contact .col-lg-4 {
    margin-bottom: 15px;
  }

  .footer-contact ul {
    padding-right: 0;
    border-top: 1px solid #ffffff;
  }

  .footer-contact ul li {
    text-align: center;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0;
  }

  .footer-contact ul li a {
    font-size: 32px;
  }

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

  .footer-logo .row {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .right-logos-footer {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }

  .right-logos-footer a {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .left-logos-footer {
    text-align: center;
    display: flex;
    justify-content: space-between;
  }

  .left-logos-footer a {
    margin-left: 0;
  }

  .global-banner-section {
    margin-top: 0;
  }

  .news-wrapper .news-text-wrapper .news-text {
    font-size: 19px;
  }

  .news-wrapper .news-text-wrapper .news-position.blue-box .news-text {
    font-size: 23px;
    line-height: 24px;
    font-weight: 300;
  }

  .why-auxiant .p-right-none {
    margin-top: 30px;
  }

  .top-services {
    height: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .blog-grid h1 {
    font-size: 30px;
  }

  .grid-gap .blue-bg {
    min-height: 300px;
  }

  .news-thumbnail {
    margin-bottom: 20px;
  }

  .auxiant-btn a {
    min-width: inherit;
  }

  .auxiant-help .auxiant-card .auxiant-content h2 {
    font-size: 28px;
  }

  .great-people {
    padding: 30px 0;
  }

  .auxiant-news {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .news-wrapper .news-text-wrapper img {
    width: 100%;
  }

  .news-wrapper.blue-bg {
    min-height: 500px;
  }

  .news-wrapper.blue-bg .news-position .news-text {
    font-size: 21px;
  }

  .banner-hero .header-content {
    top: auto;
    bottom: 20%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  header .top-header {
    padding-bottom: 15px;
  }

  header .top-header .row {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header .top-header .top-header-call {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  header .top-header .top-header-group {
    padding: 10px 20px;
  }

  header .top-header .top-header-group::before {
    content: none;
  }
}

.signInModal .modal-dialog .form-group {
  margin-bottom: 20px;
}

.signInModal .modal-dialog .form-group .btn:focus {
  background-color: #004990;
  color: #ffffff;
}

.signInModal .modal-dialog .form-control {
  border-radius: 4px;
}

.signInModal .modal-dialog a {
  color: #004890;
}

.signInModal .modal-dialog .modal-header {
  align-items: center;
  padding-bottom: 0;
  border-bottom: 0;
}

.signInModal .modal-dialog .modal-header .modal-title {
  text-align: center;
}

.subpage-banner {
  position: relative;
  overflow: hidden;
}

.subpage-banner:before {
  content: "";
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 145px 0 0 1920px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.subpage-banner .subpage-banner-image {
  position: relative;
}

.subpage-banner .subpage-banner-image img {
  width: 100%;
}

.subpage-banner .subpage-banner-image:before {
  content: "";
  background: url(images/auxiant-banner-rectangle.png) no-repeat;
  height: 85%;
  width: 100%;
  position: absolute;
  background-size: 50%;
}

.subpage-banner .subpage-banner-image .subpage-banner-text {
  position: absolute;
  top: 22%;
}

.subpage-banner .subpage-banner-image .subpage-banner-text h1 {
  color: #ffffff;
  max-width: 75%;
}

.subpage-banner.contact-banner:before {
  content: none;
}

.subpage-blue-bg {
  background: #508ecc;
  padding: 115px 0;
}

.subpage-blue-bg h3 {
  font-weight: 400;
  line-height: 48px;
}

@media (max-width: 767px) {
  .banner-nav {
    display: none;
  }
}

.banner-nav ul {
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
  background: #508ecc;
}

.banner-nav ul li {
  list-style: none;
  display: inline;
  margin-left: 30px;
}

.banner-nav ul li:first-child {
  margin-left: 0;
}

.banner-nav ul li a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

.banner-nav ul li.active a:before {
  content: "";
  width: 100%;
  height: 8px;
  background: #004990;
  position: absolute;
  top: -28px;
}

.focus-health {
  margin-bottom: 67px;
}

.subpage-grid {
  background-color: #fff;
}

.subpage-grid .subpage-grid-side-img {
  position: relative;
}

.subpage-grid .subpage-grid-side-img img {
  width: 100%;
}

.subpage-grid .subpage-grid-side-img:before {
  content: "";
  background: url(images/auxiant-img-rectangle.png) no-repeat;
  height: 100%;
  width: 52%;
  position: absolute;
  background-size: cover;
  right: 0;
}

.subpage-grid h2 {
  color: #78797a;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 35px;
}

.subpage-grid h2 strong {
  font-weight: 700;
}

.subpage-grid .subpage-grid-text {
  font-size: 24px;
  line-height: 36px;
  color: #3e4347;
  margin-bottom: 90px;
}

.subpage-grid .subpage-table .table-wrapper {
  margin-bottom: 87px;
}

.subpage-grid .subpage-table h3 {
  color: #508ecc;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 32px;
}

.subpage-grid .subpage-table .table-sub-heading {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  border-bottom: 1px solid #508ecc;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.subpage-grid .subpage-table .table tr td {
  font-size: 18px;
  color: #3e4347;
  line-height: 48px;
  font-weight: 400;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-grid .subpage-table .table tr:first-child td {
  border-top: 0;
}

.subpage-listing-column {
  padding: 115px 0;
}

.subpage-listing-column h3 {
  color: #508ecc;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 50px;
}

.subpage-listing-column ul {
  max-width: 85%;
  padding-left: 40px;
}

.subpage-listing-column ul li {
  font-size: 24px;
  color: #3e4347;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 400;
  list-style: none;
  position: relative;
}

.subpage-listing-column ul li.ban:before {
  content: "\f05e";
  font-family: 'FontAwesome';
  position: absolute;
  left: -30px;
  color: #d1262b;
}

.subpage-listing-column ul li.green-tick:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  left: -30px;
  color: #28b06c;
}

.subpage-listing-column ul li strong {
  color: #000000;
  font-weight: 700;
}

.subpage-heading-small h2 {
  color: #78797a;
  line-height: 48px;
  margin-bottom: 68px;
}

.subpage-image-heading {
  margin-bottom: 85px;
}

.subpage-image-heading h3 {
  color: #508ecc;
  margin-bottom: 32px;
  font-weight: 300;
  line-height: 38px;
}

.subpage-image-heading p {
  font-size: 24px;
  color: #3e4347;
  line-height: 36px;
}

.subpage-left-image-grid {
  background: url('images/auxiant-left-triangle.png') no-repeat;
  background-size: 48%;
}

.subpage-left-image-grid .subpage-inner-image {
  padding-top: 60px;
}

.subpage-left-image-grid.about-us {
  background: none;
  background-color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .subpage-banner .subpage-banner-image .subpage-banner-text {
    top: 10%;
  }

  .subpage-banner .subpage-banner-image .subpage-banner-text h1 {
    font-size: 50px;
    width: 75%;
  }
}

@media screen and (max-width: 991px) {
  .subpage-banner {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .subpage-banner:before {
    content: none;
  }

  .subpage-banner .subpage-banner-image .subpage-banner-text h1 {
    max-width: 80%;
    font-size: 44px;
  }

  .subpage-banner ul li {
    margin-bottom: 25px;
    display: block;
  }

  .subpage-banner ul li.active a:before {
    top: -12px;
  }

  .subpage-grid {
    margin-bottom: 30px;
  }

  .subpage-left-image-grid .subpage-inner-image {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .subpage-banner .subpage-banner-image .subpage-banner-text {
    top: 10%;
  }

  .subpage-banner .subpage-banner-image .subpage-banner-text h1 {
    max-width: 80%;
    font-size: 34px;
  }

  .subpage-heading-small h2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .subpage-image-heading {
    margin-bottom: 40px;
  }

  .subpage-image-heading h3 {
    margin-bottom: 15px;
  }

  .subpage-left-image-grid {
    background-size: 100%;
  }

  .banner-nav ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .banner-nav ul li.active a:before {
    top: inherit;
    bottom: -8px;
  }
}

@media screen and (max-width: 480px) {
  .subpage-banner .subpage-banner-image .subpage-banner-text h1 {
    max-width: 100%;
    font-size: 20px;
  }
}

.table-grid .row {
  align-items: center;
}

.table-grid .cost-avoidance {
  padding-right: 30px;
}

.table-grid .cost-avoidance .table-cost-heading {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1;
}

.table-grid .cost-avoidance .blue-badge {
  background-color: #508ecc;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  padding: 7px;
  margin-bottom: 15px;
}

.table-grid .cost-avoidance .green-badge {
  background-color: #6cb028;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  padding: 7px;
}

.blog-grid {
  padding-top: 60px;
  background: #dcdee0;
  background-size: 100%;
  padding-bottom: 60px;
}

.blog-grid h1 {
  margin-bottom: 60px;
}

.blog-grid h2 {
  margin-bottom: 40px;
  color: #508ecc;
  font-weight: 300;
  line-height: 48px;
}

.blog-grid .blog-card {
  margin-bottom: 80px;
}

.blog-grid .blog-card .blog-img {
  margin-bottom: 26px;
}

.blog-grid .blog-card .blog-img img {
  width: 100%;
}

.blog-grid .blog-card .blog-date p {
  font-weight: 700;
  color: #78797a;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 6px;
  font-size: 14px;
}

.blog-grid .blog-card .blog-heading {
  margin-bottom: 23px;
}

.blog-grid .blog-card .blog-heading h4 {
  margin-bottom: 11px;
}

.blog-grid .blog-card .blog-heading h4 a {
  color: inherit;
}

.blog-grid .blog-card .blog-content p {
  color: #3e4347;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 22px;
}

.blog-grid .blog-card .blog-read-more a {
  color: #004990;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.blog-grid .blog-card .blog-read-more a:hover {
  color: #004990;
}

.blog-grid .blog-card .blog-read-more a .fa {
  position: relative;
  top: 2px;
}

.blog-detail .blog-detail-wrapper {
  padding-bottom: 110px;
}

.blog-detail .blog-detail-wrapper h1 {
  font-size: 48px;
  line-height: 1;
  color: #3e4347;
  margin-bottom: 7px;
}

.blog-detail .blog-detail-wrapper .blog-detail-date {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1;
  color: #78797a;
}

.blog-detail .blog-detail-wrapper .blog-detail-img {
  margin-bottom: 60px;
}

.blog-detail .blog-detail-wrapper .blog-detail-img img {
  width: 100%;
}

.blog-detail .blog-detail-wrapper p {
  font-size: 22px;
  line-height: 36px;
  color: #3e4347;
  margin-bottom: 70px;
}

.blog-detail .detail-share h5 {
  color: #5091cd;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 300;
}

.blog-detail .detail-share .detail-sharing-wrapper {
  border-top: 1px solid #a8abad;
  border-bottom: 1px solid #a8abad;
  padding-left: 0;
}

.blog-detail .detail-share .detail-sharing-wrapper li {
  border-bottom: 1px solid #dcdde0;
  list-style: none;
  padding-top: 19px;
  padding-bottom: 19px;
}

.blog-detail .detail-share .detail-sharing-wrapper li .fa {
  font-size: 26px;
  margin-right: 15px;
  position: relative;
  top: 4px;
}

.blog-detail .detail-share .detail-sharing-wrapper li a {
  font-size: 18px;
  text-decoration: none;
  color: #004890;
}

.blog-detail-share {
  padding: 28px 0;
  border-top: 1px solid #508ecc;
  border-bottom: 1px solid #dcdde0;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.blog-detail-share .share-article span {
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  color: #508ecc;
  margin-right: 20px;
}

.blog-detail-share .share-article a {
  color: #004990;
  font-size: 26px;
  line-height: 25px;
  margin-right: 5px;
}

.blog-detail-share .print-detail span {
  color: #004990;
  font-size: 18px;
  line-height: 1;
}

.blog-detail-share .print-detail a {
  color: #004990;
  font-size: 26px;
  line-height: 25px;
  vertical-align: middle;
  margin-left: 15px;
}

.related-article {
  font-size: 28px;
  line-height: 1;
  color: #508ecc;
  margin-bottom: 12px;
  font-weight: 300;
}

.tag-detail i {
  color: #508ecc;
  font-size: 18px;
  line-height: 24px;
}

.tag-detail a {
  color: #004990;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.blog-two-column .row {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.leadership {
  background: #edeff0;
  padding: 180px 0 200px 0;
  overflow: hidden;
  position: relative;
}

.leadership:before {
  content: "";
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 145px 1920px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  top: 0;
}

.leadership:after {
  content: "";
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 145px 0 0 1920px;
  border-color: transparent transparent transparent #286cb0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.leadership h3 {
  color: #508ecc;
  font-weight: 300;
  margin-bottom: 10px;
}

.leadership .leadership-img img {
  width: 100%;
}

.leadership .leadership-content {
  background: #ffffff;
  padding-top: 22px;
  padding-bottom: 10px;
}

.leadership .leadership-content h5 {
  color: #3e4347;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 2px;
}

.leadership .leadership-content p {
  color: #3e4347;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}

.leadership .leadership-card {
  border-radius: 6px;
  box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.leadership .leadership-card.triangle .leadership-content {
  position: relative;
  box-sizing: border-box;
}

.leadership .leadership-card.triangle .leadership-content:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  /* margin-left: -0.5em; */
  bottom: -60px;
  left: 58%;
  box-sizing: border-box;
  border: 22px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-226deg);
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.leadership .leadership-detail {
  border-radius: 6px;
  box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 80px 80px 40px 80px;
  margin-top: 15px;
  position: relative;
}

.leadership .leadership-detail .close-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.leadership .leadership-detail .close-icon .fa {
  color: #004990;
  font-size: 36px;
}

.leadership .leadership-detail h3 {
  margin-bottom: 40px;
  text-align: left;
}

.leadership .leadership-detail p {
  margin-bottom: 20px;
}

.leadership .leadership-container {
  margin: auto;
  max-width: 1400px;
}

.about-group {
  background: #286cb0;
  padding: 100px 0;
}

.about-group .group-card {
  position: relative;
}

.about-group .group-card a {
  text-decoration: none;
}

.about-group .group-card .group-content {
  background: #ffffff;
  padding: 70px 0;
}

.about-group .group-card .group-content h3 {
  color: #004990;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.about-group .group-card .read-more .read-more-triangle::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 90px 90px;
  border-color: transparent transparent #004990 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-group .group-card .read-more .read-more-triangle:after {
  content: "\f054";
  font-family: 'FontAwesome';
  position: absolute;
  right: 14px;
  bottom: 0px;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(44deg);
}

.select-department {
  margin-bottom: 85px;
}

.select-department select {
  border-radius: 0;
  height: 42px !important;
  font-size: 20px;
  color: #78797a;
  font-weight: 300;
}

.job-table-wrapper {
  margin-bottom: 120px;
}

.job-table-wrapper .job-blue {
  color: #004990;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.job-table-wrapper .job-grey {
  color: #3e4347;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.job-table-wrapper .table td {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.job-table-wrapper .table .dropdown-careers {
  cursor: pointer;
}

.job-table-wrapper .table .dropdown-careers td:first-child {
  width: 60%;
}

.career-detail .career-detail-group {
  margin-bottom: 50px;
}

.career-detail h3 {
  color: #000000;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}

.career-detail h2 {
  color: #3e4347;
  font-size: 36px;
  line-height: 48px;
}

.career-detail p {
  font-size: 24px;
  color: #3e4347;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 400;
}

.career-detail ul li {
  position: relative;
  margin-bottom: 30px;
  font-size: 24px;
  color: #3e4347;
  line-height: 36px;
  font-weight: 400;
  padding-left: 45px;
  list-style: none;
}

.career-detail ul li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #508ecc;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
}

.career-form {
  padding: 0 0 30px 0;
  text-align: center;
  /*background: #dcdee0;*/
}

.career-form label {
  font-size: 24px;
  line-height: 24px;
  color: #3e4347;
  font-weight: 300;
  margin-bottom: 6px;
}

.career-form small {
  font-size: 18px;
  line-height: 24px;
  color: #3e4347;
  font-weight: 300;
  margin-bottom: 4px;
  display: inline-block;
}

.career-form .form-group textarea {
  height: 100px;
}

.custom-input-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background: #e3f1ff;
  padding: 60px 0;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.custom-input-wrapper span {
  font-weight: 300;
  font-size: 24px;
  color: #3e4347;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .custom-input-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.custom-input input {
  display: none;
}

.custom-input .btn {
  background: #508ecc;
  margin-bottom: 0;
  width: 188px;
  height: 59px;
  color: #ffffff;
  font-size: 20px;
  line-height: 43px;
  font-weight: 400;
  min-width: inherit;
  border-color: #508ecc;
}

.detail-image-group {
  background: #dcdee0;
  padding: 40px 0 20px 0;
  margin-bottom: 90px;
}

.detail-image-group .detail-img-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}

.detail-image-group .detail-img-wrapper div {
  margin-bottom: 20px;
}

.detail-image-group .detail-img-wrapper img {
  margin-bottom: 10px;
}

.detail-image-group .detail-img-wrapper p {
  margin-bottom: 0;
  font-size: 24px;
  color: #000000;
  line-height: 36px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .detail-image-group .detail-img-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .btn-yellow.chevron-right:before {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    right: 8px;
    top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .leadership-card {
    margin-bottom: 5px;
  }

  .about-group .group-card {
    margin-bottom: 30px;
  }

  .about-group .group-img img {
    width: 100%;
  }

  .btn-yellow {
    width: 100%;
  }
}

.contact-form {
  background: url(images/auxiant-contact-new-bg.png) no-repeat;
  background-size: 100% 82%;
  padding-top: 200px;
  margin-top: -147px;
  margin-bottom: 70px;
  /*position: relative;*/
}

.contact-form .contact-call h2 {
  color: #ffffff;
  margin-bottom: 20px;
}

.contact-form .contact-call .btn {
  margin-bottom: 20px;
}

.contact-form .contact-form-bg {
  background: url('images/auxiant-contact-4.png') no-repeat;
  padding: 150px;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-form-bg {
    padding: 10%;
  }
}

.contact-form .contact-form-bg .form-control {
  border-color: #c3c5c7;
  height: 42px;
}

.contact-form .contact-form-bg textarea {
  height: 102px !important;
}

.contact-group {
  background: #508ecc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.contact-group .contact-content {
  padding-right: 65px;
}

.contact-group .contact-content .contact-heading {
  margin-bottom: 40px;
}

.contact-group .contact-content h3 {
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
}

.contact-group .contact-content h3.light {
  font-weight: 300;
}

.contact-group .contact-content p {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 20px;
}

.contact-group.purple-bg {
  background: #004990;
}

.contact-group.purple-bg .contact-content {
  padding-right: 0;
  padding-left: 65px;
}

.contact-group div {
  flex: 50%;
}

.map-section {
  height: 100%;
}

@media screen and (max-width: 1400px) {
  .contact-group .contact-content {
    padding-left: 30px;
    padding-top: 10px;
  }

  .contact-group .contact-content .contact-heading {
    margin-bottom: 30px;
  }

  .contact-group .contact-content .contact-heading h3 {
    font-size: 25px;
  }

  .contact-group .contact-content p {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .contact-group.purple-bg .contact-content {
    padding-left: 30px;
  }
}

.two-column {
  padding-bottom: 110px;
}

.two-column h1 {
  font-size: 48px;
  line-height: 1;
  color: #3e4347;
  font-weight: 300;
}

.two-column .grey-text {
  color: #78797a;
  font-size: 18px;
  margin-bottom: 25px;
}

.two-column .detail-img {
  margin-bottom: 60px;
}

.two-column p {
  font-size: 22px;
  color: #3e4347;
  line-height: 36px;
  margin-bottom: 40px;
}

.news-share-list h4 {
  font-size: 28px;
  color: #5091cd;
  line-height: 1;
  font-weight: 300;
  border-bottom: 2px solid #dcdde0;
  padding-bottom: 20px;
}

.news-share-list ul {
  border-bottom: 2px solid #dcdde0;
  padding-bottom: 10px;
}

.news-share-list ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #dcdde0;
}

.news-share-list ul li:last-child {
  border-bottom: 0;
}

.news-share-list ul li a {
  color: #004890;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

.news-share-list ul li a i {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .news-share-list {
    padding-top: 60px;
  }
}

.share-group {
  padding: 20px 0;
  border-top: 1px solid #508ecc;
  border-bottom: 1px solid #dcdde0;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .share-group {
    flex-direction: column;
  }

  .share-group .print-group {
    margin-top: 10px;
  }

  .share-group ul {
    margin-top: 10px;
  }
}

.share-group .share-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.share-group .share-icons h4 {
  margin-bottom: 0;
}

.share-group .share-icons ul {
  margin-bottom: 0;
  margin-left: 30px;
}

.share-group .share-icons ul li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

.share-group .share-icons ul li a {
  color: #004990;
}

.share-group .share-icons ul li a+a {
  margin-left: 15px;
}

.share-group .share-icons ul li a i {
  font-size: 26px;
}

@media (max-width: 600px) {
  .share-group .share-icons {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
  }

  .share-group .share-icons ul {
    margin-left: 0;
  }
}

.share-group .print-group {
  color: #004990;
}

.share-group .print-group span {
  font-size: 18px;
}

.share-group .print-group span a i {
  font-size: 26px;
  margin-left: 10px;
  color: #004990;
}

.article-group {
  color: #508ecc;
}

.article-group .article-tag {
  font-size: 18px;
  font-weight: 300;
}

.article-group .article-tag a {
  color: #004990;
}

.service-text {
  padding-top: 150px;
  padding-bottom: 125px;
}

.service-text h2 {
  color: #78797a;
  margin-bottom: 50px;
}

.service-text p {
  font-size: 24px;
  line-height: 1.4;
  color: #3e4347;
}

.auxiant-administers {
  background: #508ecc;
  padding-top: 150px;
  padding-bottom: 150px;
}

.auxiant-administers ul {
  padding-left: 0;
}

.auxiant-administers ul li {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 15px;
  position: relative;
  margin-left: 30px;
  list-style: square outside url("list-arrow-small.png");
}

.auxiant-administers ul li:before {
  content: "";
  width: 14px;
  height: 14px;
  //  background: #fcb734;
  position: absolute;
  //  list-style-image: url('images/list-arrow.png');
  left: 0;
  top: 11px;
}

.service-bg-text h2 {
  color: #000000;
  margin-bottom: 30px;
}

.service-bg-text p {
  font-size: 24px;
  color: #3e4347;
  line-height: 36px;
  margin-bottom: 45px;
  font-weight: 400;
}

.service-bg-text .btn {
  min-width: inherit;
  padding-right: 30px;
}

.service-bg-text .btn:before {
  right: 10px;
}

@media (max-width: 991px) {
  .service-bg-text h2 {
    margin-bottom: 10px;
  }
}

.focus-health-bg {
  background: url('health-bg.png') no-repeat;
  background-size: cover;
  padding: 200px 0 160px 0;
  background-position: bottom;
}

@media (max-width: 991px) {
  .focus-health-bg {
    background: none;
    padding: 130px 0 20px 0;
    background-size: cover;
    background-position: top;
  }
}

.diamond-ppo-bg {
  background: url('images/diamond-ppo.png') no-repeat;
  background-size: cover;
  padding: 200px 0 160px 0;
}

@media (max-width: 991px) {
  .diamond-ppo-bg {
    background: none;
    padding: 130px 0 20px 0;
    background-size: cover;
    background-position: top;
  }
}

.deduct-bg {
  background: url(deduct-bg.png) no-repeat;
  background-size: contain;
  padding: 200px 0 160px 0;
  background-position: right;
  background-color: #dcdee0;
}

@media (max-width: 991px) {
  .deduct-bg {
    background: #dcdee0;
    padding: 130px 0 20px 0;
    background-size: cover;
    background-position: top;
  }
}

.union-plus-bg {
  background: url('union.png') no-repeat;
  padding: 200px 0 160px 0;
  background-size: cover;
  background-position: left;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .union-plus-bg {
    background: none;
    padding: 130px 0 20px 0;
    background-size: cover;
    background-position: top;
  }
}

.medical-management {
  background: url(medical.png) no-repeat;
  background-size: contain;
  padding: 200px 0 160px 0;
  background-position: right;
  background-color: #dcdee0;
}

@media (max-width: 991px) {
  .medical-management {
    background: #dcdee0;
    padding: 130px 0 20px 0;
    background-size: cover;
    background-position: top;
  }
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-top: 152px;
}

@media (max-width: 991px) {
  body {
    padding-top: 0;
  }
}

body p {
  font-size: 22px;
  line-height: 36px;
  color: #3e4347;
  margin-bottom: 50px;
}

.btn:focus {
  box-shadow: none;
}

.btn.chevron-right {
  position: relative;
}

.btn.chevron-right:before {
  content: "\f054";
  font-family: 'FontAwesome';
  position: absolute;
  right: 8px;
  top: 8px;
}

.btn-sign {
  background: #004890;
  margin-left: 30px;
}

.btn-primary {
  background: #004990;
  font-size: 20px;
  font-weight: 400;
  border-radius: 6px;
  box-shadow: inset 0px -4px 0 0 #002e5c;
  min-width: 250px;
  height: 49px;
  line-height: 34px;
}

@media (max-width: 1420px) {
  .btn-primary {
    font-size: 1em;
  }
}

.btn-yellow {
  background: #ffd400;
  color: #004990;
  font-weight: 400;
  font-size: 20px;
  line-height: 47px;
  height: 60px;
  border-radius: 6px;
  box-shadow: inset 0px -4px 0 0 #ffaa00;
  min-width: 338px;
  padding-left: 40px;
  padding-right: 28px;
  text-align: left;
}

@media (max-width: 991px) {
  .btn-yellow {
    min-width: inherit;
  }
}

h1 {
  font-size: 64px;
  color: #3e4347;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-size: 42px;
  color: #004990;
  line-height: 1;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

h3 {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}

h4 {
  font-size: 28px;
  color: #004990;
  line-height: 1;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.p-right-none {
  padding-right: 0;
}

.p-left-none {
  padding-left: 0;
}

.breadcrumb-auxiant {
  padding-top: 35px;
  padding-bottom: 45px;
}

.breadcrumb-auxiant a {
  color: #004890;
  font-size: 18px;
  letter-spacing: 1.8px;
}

.breadcrumb-auxiant a .fa {
  position: relative;
  top: 1px;
}

.breadcrumb-auxiant a:hover {
  color: #004890;
}

.left-img-triangle {
  position: relative;
}

.left-img-triangle:before {
  content: "";
  background: url(images/auxiant-triangle.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: contain;
}

.breadcrumb-section {
  margin-bottom: 20px;
}

.breadcrumb-section a {
  color: #508ecc;
  font-size: 18px;
}

.breadcrumb-section.padding-gap {
  margin-top: 200px;
  padding-top: 80px;
}

.heading-section h1 {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 60px;
}

.form-group {
  margin-bottom: 30px;
}

.form-group label {
  color: #3e4347;
}

.form-group .form-control {
  height: 50px;
  border-radius: 0;
}

.global-content {
  padding-bottom: 60px;
}

.yellow-astrick {
  color: #fcaf17;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-career-details {
  position: relative;
  display: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 250px;
  z-index: 2;
}

.dropdown-content.mobile {
  position: relative;
  background: #5091cd;
}

@media (min-width: 768px) {
  .dropdown-content:before {
    content: "\f078";
    font-family: FontAwesome;
    width: 115px;
    height: 40px;
    background: #5091cd;
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    font-size: 22px;
  }
}

.dropdown-content a {
  background: #edeff0;
  color: #004990;
  font-size: 18px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ddd;
}

.dropdown-content.mobile a {
  position: relative;
  background: #5091cd;
  color: #edeff0;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.last-element .dropdown-content {
  right: 0;
}

.last-element .dropdown-content:before {
  margin: 0 0 0 auto;
}

.white-bg {
  background: #ffffff;
}

.custom-file-input input {
  display: none;
}

.generic-wrapper .breadcrumb-anchor {
  color: #004890;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 16px;
}

.generic-wrapper h1 {
  font-size: 64px;
  line-height: 1;
  color: #3e4347;
  margin-bottom: 60px;
  margin-top: 5px;
}

@media screen and (max-width: 400px) {
  .generic-wrapper h1 {
    font-size: 32px;
  }
}

.generic-content-yield .generic-main-img {
  margin-bottom: 85px;
}

.generic-content-yield .generic-main-img img {
  width: 100%;
}

.generic-content-yield h2 {
  font-size: 48px;
  color: #3e4347;
  font-weight: 300;
  margin-bottom: 35px;
}

.generic-content-yield h3 {
  color: #78797a;
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 400;
}

.generic-content-yield h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  margin-bottom: 25px;
}

.generic-content-yield h5 {
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 30px;
}

.generic-content-yield h6 {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1;
  color: #78797a;
  text-transform: uppercase;
  font-weight: 700;
}

.generic-content-yield p {
  font-size: 22px;
  line-height: 36px;
  color: #3e4347;
  margin-bottom: 50px;
}

.generic-content-yield strong {
  color: #000000;
  font-weight: 700;
}

.generic-content-yield ul {
  // padding-left: 30px;
  padding-top: 30px;
  margin-bottom: 50px;
}

.generic-content-yield ul li {
  list-style: none;
  position: relative;
  font-size: 22px;
  color: #3e4347;
  line-height: 1;
  margin-bottom: 20px;
  margin-left: 5px;
  list-style: square outside url('images/list-arrow-small.png');

}

/*
.generic-content-yield ul li:before {
  content: "";
  background: #5091cd;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -30px;
  top: 2px;
}
*/
.generic-content-yield a {
  color: #0056b3;
}

.generic-content-yield a.btn {
  color: #ffffff;
}

.generic-content-yield ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 30px;
  padding-top: 30px;
  margin-bottom: 50px;
}

.generic-content-yield ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  color: #3e4347;
  line-height: 1;
}

.generic-content-yield ol li:before {
  content: counter(my-awesome-counter) ". ";
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: -30px;
}

.table-bordered {
  background: #ffffff;
}

.table-bordered thead {
  background: #508ecc;
}

.table-bordered thead tr th {
  color: #ffffff;
}

.table-bordered tbody td {
  border: 1px solid #ddd;
}

@media screen and (max-width: 1440px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

/*#msn {*/
/*  position: relative;*/
/*  padding-top: 200px;*/
/*}*/
/*#cid {*/
/*  position: relative;*/
/*  padding-top: 200px;*/
/*}*/
/*#mlk {*/
/*  position: relative;*/
/*  padding-top: 200px;*/
/*}*/
.anchor {
  display: block;
  height: 22.5vh;
  /* 50% viewport height */
  margin-top: -22.5vh;
  visibility: hidden;
}

/* Jess New Additions */

body {
  padding-top: 158px;
}

h1 {
  font-size: 46px;
}

h2.subhead {
  margin-bottom: 20px;
  line-height: 1.3em;
}

h2.subhead.centered {
  text-align: center;
}

h3 {
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.5em;
  color: #333;
}

h3 a {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}

h3 a:hover {
  color: inherit;
}

h4 {
  font-size: 1.4rem;
  line-height: 1.5em;
  margin: 0;
}

h4 a {
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}

.scaled-image {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.vertical-middle {
  align-items: center;
}

.btm-header {
  background: #ffffff;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-expand-lg {
  padding-left: 0;
  padding-right: 0;
}

.hero-text {
  justify-content: flex-end;
  display: flex
}

.hero-text h1,
.hero-text>div:first-child {
  max-width: 565px;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 40px;
  align-content: center;
  justify-content: center;
}

.hero-text li a {
  color: #1C5BA2;
}

.hero-image {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  min-height: 400px;
}

/* tablet */
@media (min-width: 821px) and (max-width: 1024px) {
    .services-header-image {
        background-position: -200px !important;
    }
}

/* mobile */
@media (max-width: 820px) {
    .services-header-image {
        background-position: -100px !important;
    }
    .contact-header-image {
        min-height: 200px !important;
    }
}

.padded-row {
  padding-top: 100px;
  padding-bottom: 100px;
}

.accent-primary {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #518fcd;
}

.accent-primary .subhead {
  color: #fff;
}

.accent-primary .card {
  height: 100%;
  border-radius: 8px;
  border: solid 4px #4886bf;
  background: #e4eef7;
  padding: 20px;
  color: #333;
}

.accent-primary .card-title {
  color: #4886bf;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.accent-primary .card p {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.accent-primary p {
  color: #fff;
}

.accent-primary .card p,
.accent-primary .accordion p {
  color: #333;
}

.accent-secondary {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #edeff0;
}

.row.boxed,
.btm-header .row {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.justify-center {
  justify-content: center;
}

.accordion.light .btn-link {
  text-decoration: none;
  color: #4886bf;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0;
}

.accordion.light .btn-link .fa {
  color: #004990;
}

.accordion p,
.accent-primary p,
.accent-secondary p,
.padded-row p,
.modal-body p {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.75em;
  margin-bottom: 20px;
}

.accent-secondary.interior {
  margin: 40px;
  border-radius: 8px;
  padding: 40px;
}

.accent-secondary.interior h3 {
  color: #518fcd;
  font-weight: 300;
  font-size: 1.5rem;
}

.accent-secondary.interior h5 {
  font-size: 1.1rem;
}

.tabs-row {
  border: solid 4px #4886BF;
  border-bottom: none;
  background: #E4EEF7;
}

.tabs button,
.tabs button:hover {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  width: auto;
  display: inline-block;
  margin: 0 20px 0 0 !important;
  border: none;
  text-decoration: none;
  font-size: 1.2rem;
  color: #4886BF;
}

.tabs button.collapsed {
  background: transparent;
  text-decoration: none;
}

.tabs button i {
  color: #004990;
}

.tab-content {
  background: #fff;
  border: solid 4px #4886BF;
  border-top: none;
  padding-bottom: 100px;
}

.content-table {
  border: solid 1px #ccc;
  min-width: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.content-table td {
  padding: 10px 20px;
}

.content-list li {
  color: #333;
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 15px;
  position: relative;
  margin-left: 30px;
  list-style: square outside url("list-arrow-small.png");
}

.content-list.small li {
  font-size: 1rem;
}

.content-list.no-icon li {
  list-style: none;
  margin-left: 0;
}

.accent-box {
  border-radius: 8px;
  border: solid 4px #4886BF;
  background: #E4EEF7;
  padding: 20px;
  color: #4886BF;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.3em;
}

.content-list.bad li,
.content-list.good li {
  list-style: none;
}

.content-list.bad li i,
.content-list.good li i {
  margin-left: -30px;
  margin-right: 8px;
}

.content-list.bad li i {
  color: #ab3434;
}

.content-list.good li i {
  color: #068644;
}

.card.headshot {
  height: 100%;
  vertical-align: top;
}

.card.headshot .card-body {
  padding: 0;
  flex: unset;
}

.card.headshot .card-title {
  padding: 8px;
}

.card.headshot h3 {
  margin-top: 4px;
  font-size: 1.1rem;
  font-weight: 400;
}

.card.headshot h4 {
  font-size: 1rem;
  line-height: 1.3em;
  font-weight: 300;
  color: #333;
}

.card.headshot p {
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 0;
}

.mission {
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #1C5BA2;
}

.mission h2,
.mission h4 {
  color: #fff;
}

.mission h2 {
  margin-bottom: 30px !important;
}

.mission h4 {
  font-size: 30px;
  line-height: 1.5em;
}

.map-section {
  min-height: 300px;
}

@media screen and (min-width: 991px) {
  html {
    scroll-padding-top: 170px;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 0;
  }

  h1 {
    font-size: 36px;
  }

  .m-mt-3 {
    margin-top: 1rem;
  }

  .accent-secondary.interior {
    padding: 20px 0px;
    margin: 20px -30px;
  }

  .accent-secondary.interior table {
    font-size: .8rem;
  }

  .content-table {
    font-size: .8rem;
  }

  .content-table td {
    padding: 10px 5px;
  }

  .hero-text h1,
  .hero-text>div:first-child {
    max-width: unset;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 800px) {
  .accordion.tabs .col-sm-12 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .accordion.tabs button {
    padding: 20px 3px;
    font-size: 0.9rem;
    width: 24%;
    margin: 0 !important;
    white-space: wrap;
    vertical-align: text-top;
    height: 100%;
  }

  .accordion.tabs .btn-link i {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .cr-location .row-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1100px) and (min-width: 800px) {
  .accordion.tabs .col-sm-12 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .accordion.tabs button {
    padding: 20px 10px;
    font-size: 1rem;
    width: auto;
    margin: 0 !important;
    white-space: wrap;
    vertical-align: text-top;
    height: 100%;
  }

  .accordion.tabs .btn-link i {
    display: inline-block;
  }
}