/* VDI CSS Styles */
/* Added Custom Font Families

Lora
font-family: 'Lora', serif;

Lato
font-family: 'Lato', sans-serif;

Open Sans
font-family: 'Open Sans', sans-serif;

*/
/* Preload CSS */
/* END Preload CSS */
/* Text CSS */
.lora {
  font-family: 'Lora', serif !important;
}

.lato {
  font-family: 'Lato', sans-serif !important;
}

.opensans {
  font-family: 'Open Sans', sans-serif !important;
}

.f-white {
  color: #ffffff !important;
}

/* END Text CSS */
/* Hover Menu CSS */
#vdi-hover-nav-container {
  background-color: #003141;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  z-index: -1;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

#vdi-hover-nav-container .container {
  max-width: 800px;
  padding: 50px 0;
  position: relative;
}

#hover-menu-top {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

#hover-menu-top li {
	list-style-type: none;
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 15px;
}

#hover-menu-top li:last-of-type {
	margin-right: 0;
}

#hover-menu-top li a {
	font-family: 'Lora', serif !important;
	color: #ffffff;
	font-size: 17px;
	letter-spacing: 1px;
	text-decoration: none;
	transition: color 300ms;
}

#hover-menu-top li a:hover {
	font-family: 'Lora', serif !important;
	color: rgba(255,255,255,0.6);
	font-size: 17px;
	letter-spacing: 1px;
	text-decoration: none;
}

#hover-menu-top li.menu-ralc {
	margin-bottom: 0;
}
	
#hover-menu-top li.menu-ralc a {
	color: rgba(255,255,255,0.6);
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #fff;
	font-family: Lato,sans-serif !important;
	width: 100%;
	text-align: center;
}
#hover-menu-top li.menu-ralc + .menu-ralc {
	width: 50%;
	margin-right: -4px;
}

#hover-menu-top li.menu-ralc + li.menu-ralc a {
	color: #fff;
	font-family: Lora,serif!important;
}

#hover-menu-top li.menu-ralc a:hover,
#hover-menu-top li.menu-ralc + li.menu-ralc a:hover {
	background-color: #fff;
	color: #003141;
}

#hover-menu-top li.menu-ralc.ralc a,
#hover-menu-top li.menu-ralc.ralc a:hover  {
	color: rgba(255,255,255,0.6);
	background: transparent;
	cursor: pointer;
	pointer-events: none;
	position: relative;
	top: 1px;
}

@media (min-width: 576px) {
	#hover-menu-top li.menu-ralc {
		width: 60%;
		margin-right: 10%;
	}
	#hover-menu-top li.menu-ralc + .menu-ralc {
    width: 30%;
	}
}

@media (min-width: 768px) {
	#hover-menu-top li.menu-ralc,
	#hover-menu-top li.menu-ralc + li.menu-ralc,
	#hover-menu-top li.menu-ralc a {
		width: auto;
		margin-right: 0;
	}

	#hover-menu-top li.menu-ralc + li.menu-ralc {
		margin-left: -5px;
		width: auto;
	}
}

@media (min-width: 992px) {
	#hover-menu-top li {
		margin-right: 50px;
	}
}

#hover-menu-main {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 0;
}

#hover-menu-main li {
  list-style-type: none;
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}

#hover-menu-main li a {
  font-family: 'Lora', serif !important;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: bold;
  transition: color 300ms;
}

#hover-menu-main li a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

#vdi-hover-nav-container .hover-menu-credits-link, #vdi-hover-nav-container .hover-menu-credits-info {
  margin: 0;
}

#vdi-hover-nav-container .hover-menu-credits-link {
  color: #ffffff;
  line-height: 100%;
  text-align: left;
}

#vdi-hover-nav-container .hover-menu-credits-link a {
  font-family: 'Lora', serif !important;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  transition: color 300ms;
}

#vdi-hover-nav-container .hover-menu-credits-link a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

#vdi-hover-nav-container .hover-menu-credits-info {
  font-family: 'Lora', serif !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
}

#vdi-hover-nav-container .vdi-hover-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  color: #ffffff;
  cursor: pointer;
}

.wht-border-bot {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.wht-border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* END Hover Menu CSS */
/* Body CSS */
/*body {
	background-color: #093c4f;
}*/
.site {
  position: relative;
}

#page-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

/* END Body CSS */
/* General CSS */
.boxs {
  box-shadow: 0 5px 10px rgba(154, 160, 185, .05), 0 15px 40px rgba(166, 173, 201, .2);
}

.grey-break {
  position: relative;
  z-index: 999;
}

.grey-break span {
  background-color: #ffffff;
  padding-right: 30px;
  z-index: 999;
}

.ns-section-title.grey-break span {
  padding-left: 30px;
}

.grey-break::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  z-index: -1;
}

.green-break {
  position: relative;
  z-index: 9999;
}

.green-break span {
  background-color: #ffffff;
  padding-right: 20px;
  z-index: 9999;
	display: inline-block;
}

.green-break::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  height: 1px;
  background-color: #478832;
  z-index: -1;
}

.vdi-list {
  padding: 0;
  font-size: 18px;
  color: #54585a;
  list-style-type: none;
  margin: 2rem 0;
  text-align: left;
  vertical-align: top;
}

.vdi-list li {
  padding: 0 0 0 30px;
  font-family: 'Lato', sans-serif !important;
  font-size: 18px;
  color: #54565a;
  list-style-type: none;
  margin-bottom: 10px;
  margin-right: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.vdi-list li:last-of-type {
  margin-bottom: 0px;
}

.vdi-list li::before {
  color: #af4a06;
  position: absolute;
  content: "\f054";
  font-family: FontAwesome;
  left: 0;
  line-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60%;
}

.vdi-list ul {
  margin-top: 15px;
  margin-left: 15px;
}

.grey-border-r {
  border-right: 1px solid #e3e3e3;
}

.grey-border-b {
  border-bottom: 1px solid #e3e3e3;
}

.wht-bg {
  background-color: #ffffff !important;
}

.pad-t-6 {
  padding-top: 6rem !important;
}

.pad-t-50 {
  padding-top: 50px !important;
}

.content_section {
  padding-bottom: 1rem;
}

.content_section:last-child {
  padding-bottom: 0px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .content_section {
    padding-bottom: 3rem;
  }
}

#generic-content-section .content-section .location-area p strong {
  font-family: 'Lato', sans-serif !important;
  font-size: .9rem;
  text-transform: uppercase;
  color: #093c50;
}

#generic-content-section .content-section .location-area p {
  margin-bottom: 1rem;
}

figure {
  border: 1px solid #dedede;
  padding: 3rem;
  text-align: center;
}

figure img {
  max-width: 90%;
}

/* END General CSS */
/* Header CSS */
.bg-header {
  background-color: transparent;
}

#wrapper-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: auto;
}

#wrapper-navbar nav.navbar {
  padding: 0;
}

#wrapper-navbar .container {
  padding: 0;
}

#wrapper-navbar .container div[class^='col-md'], #wrapper-navbar .container div[class*=' col-md'] {
  padding: 0;
}

@media (min-width: 960px) {
  #myHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition-timing-function: ease-out;
    transition: .3s;
  }

  #myHeader.whiteHeader {
    background: #fff;
    -webkit-box-shadow: 0px 17px 28px -17px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 17px 28px -17px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 17px 28px -17px rgba(0, 0, 0, 0.35);
    transition-timing-function: ease-in;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: #54565a;
  padding: 46px 30px 26px;
  font-family: 'Lora', serif;
  font-size: 16px;
}

@media (min-width: 1200px) {
	.navbar-dark .navbar-nav .menu-item:first-child .nav-link {
		padding-left: 30px;
	}
	.navbar-dark .navbar-nav .nav-link {
		white-space: nowrap;
		padding: 46px 15px 26px;
	}
}

.menu-ral {
	padding-right: 40px;
}

@media (min-width: 1200px) {
	.menu-ral {
		display: flex;
	}
	.menu-ral + .menu-ral {
		margin-left: -41px;
	}
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #54565a;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

#main-menu .vdi-menu-icon {
  background-color: #f3f3f3;
}

#navbarNavDropdown {
  background-color: transparent;
}

#main-menu {
  background-color: #ffffff;
}

#main-menu .menu-norm a {
  text-align: center;
  line-height: 1;
  height: 100%;
}

#main-menu .menu-norm.active a {
  color: #c14d03;
}

#main-menu .menu-norm a:focus {
  color: #54565a !important;
  outline: none !important;
}

#main-menu .menu-norm span {
  display: block;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 99;
}

#main-menu .menu-norm.reg span::before {
  content: none;
}

#main-menu .menu-norm span::after {
	content: "";
	position: absolute;
	bottom: -10px;
	border-bottom: 2px solid #c14d03;
	transition: all .3s;
	vertical-align: top;
	left: 50%;
	right: 50%;
}

#main-menu .menu-norm a:hover span::after {
	left: 0;
	right: 0;
}

#main-menu .menu-norm span::before {
    content: url(/wp-content/uploads/2019/06/menu-hover-for.png);
    display: block;
	position: absolute;
	top: 0px;
	left: 0;
	opacity: 0;
    width: 100%;
	height: 22px;
    transition: top 300ms, opacity 300ms;
	z-index: -1;
}

#main-menu .menu-norm a:hover span::before {
    top: -25px;
	opacity: 1;
}

#main-menu .menu-ral a {
	margin: 29px 0 !important;
	color: #c14d03;
	transition: background-color 150ms ease-in-out,color 150ms ease-in-out;
	display: inline-block;
	border: 1px solid #c14d03;
	padding: 10px 30px!important;
	text-align: center;
	white-space: normal;
}

#main-menu .menu-ral + .menu-ral a {
	font-family: Lora,serif !important;
}

@media (min-width: 1200px) {
	#main-menu .menu-ral a {
		padding: 10px 15px !important;
		display: flex;
		align-items: center;
		line-height: 1;
		font-family: Lato,sans-serif!important;
		font-size: .875rem;
	}
	#main-menu .menu-ral + .menu-ral a {
		color: #54565a;
	}
}

/* #main-menu .menu-ral a span {
	display: inline-block;
	padding: 10px 30px !important;
	border: 1px solid #c14d03;
} */

#main-menu .menu-ral a:hover  {
	color: #ffffff;
	background-color: #c14d03;
}

#main-menu .menu-ral.ral a,
#main-menu .menu-ral.ral a:hover  {
	color: #c14d03;
	background: transparent;
	cursor: pointer;
	pointer-events: none;
}

/* #main-menu .menu-ral a:hover > span {
	background-color: #c14d03;
} */

.navbar-dark .navbar-toggler, .navbar-dark .navbar-toggler:focus {
  color: #000000;
  border: none;
  background-color: #f3f3f3;
  border-radius: 0px;
  outline: none;
  padding: 20px;
}

.navbar-dark .navbar-nav .vdi-menu-icon .nav-link {
  padding: 40px;
  transition: color 100ms;
}

.navbar-dark .navbar-nav .vdi-menu-icon .nav-link:hover, .navbar-dark .navbar-nav .vdi-menu-icon .nav-link:focus {
  color: #c14d03;
}

/* END Header CSS */
/* Footer CSS */
#wrapper-footer {
  padding: 0;
}

#wrapper-footer .container {
  background-color: #093c4f;
  padding: 50px 0 100px;
}

#wrapper-footer .container .row.top {
  margin: 0;
}

#wrapper-footer .container .row.bottom {
  margin: 0;
  align-items: center;
}

#wrapper-footer .container .row.bottom .bot-border {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 50px;
  margin-bottom: 25px;
  border-top: 1px solid #256077;
  border-bottom: 1px solid #256077;
}

#wrapper-footer img {
  display: inline-block;
}

#menu-footer-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

#menu-footer-nav li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding: 3px 0;
}

#menu-footer-nav li ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

#menu-footer-nav li ul li {
  width: 100%;
  display: inline-block;
}

#menu-footer-nav a {
  color: #4f859c;
  transition: color 200ms ease-in-out;
  text-decoration: none;
}

#menu-footer-nav a:hover {
  color: #ffffff;
  text-decoration: none;
}

.vdi-footer-credits {
  color: #4f859c;
  padding: 0;
  margin: 0;
}

.footer-logo-container {
  display: flex;
  align-items: center;
}

.footer-logo-container *:first-child {
  margin-right: 1rem;
}

.social a {
  color: rgba(255, 255, 255, .4);
}

.social a:hover {
  color: rgba(255, 255, 255, .8);
}

.newsletter {
  margin: 2rem 0 0 0;
}

.newsletter a {
  display: flex;
  text-decoration: none;
  float: left;
}

.newsletter .inner {
  padding: 1rem 2rem;
  border: 1px solid #FFF;
  text-align: left;
  color: #FFF;
  position: relative;
  transition: .3s all;
}

.newsletter a:hover .inner {
  background-color: #ae4803;
  transition: .3s all;
}

.newsletter .title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: Lora, serif !important;
  margin: 0;
}

.newsletter .subtitle {
  font-size: 1rem;
  font-family: Lora, serif !important;
  font-style: italic;
  opacity: .5;
  margin-bottom: .375rem;
  line-height: 1.25;
}

.newsletter i {
  padding: 1.5rem;
  border: 1px solid #FFF;
  margin-left: -1px;
  font-size: 2rem;
  color: #1798cc;
  display: flex;
  align-items: center;
  transition: .3s all;
}

.newsletter a:hover i {
  background-color: #ae4803;
  color: #FFF;
  transition: .3s all;
}

.newsletter .modal.show .modal-dialog {
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.newsletter .modal-content {
  border: 0;
  border-radius: 0;
  padding: 2rem;
}

.newsletter .modal-content button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.newsletter .modal-content h2 {
  font-family: Lora, serif !important;
  font-weight: 700;
  color: #093c50;
  margin-bottom: 1rem;
}

.newsletter .modal-content p {
  font-family: Lato, sans-serif !important;
  color: #54565a;
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 18px;
}

.newsletter .field {
  margin-bottom: 1rem;
}

.newsletter label {
  font-size: 1rem;
  font-family: Lato, sans-serif !important;
  color: #54565a;
  font-weight: 400;
  margin-bottom: .25rem;
}

.newsletter input {
  color: #495057;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  width: 100%;
}

.newsletter input.hs-button {
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
  font-family: Lato, sans-serif !important;
  font-weight: 500;
  color: #FFF;
  background-color: #ae4803;
  border: 0;
  height: auto;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 1rem;
  transition: background-color .3s;
}

.newsletter input.hs-button:hover {
  background-color: #7a3002;
  transition: background-color .3s;
}

@media (min-width: 576px) {
  .newsletter .inner {
    padding: 1rem 2rem 1rem 6.5rem;
  }

  .newsletter .inner:before {
    content: '';
    background-image: url('/wp-content/themes/vdi/img/newsletter.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 56px;
    position: absolute;
    top: calc(50% - 28px);
    left: 1.5rem;
    transition: .3s all;
  }

  .newsletter a:hover .inner:before {
    background-image: url('/wp-content/themes/vdi/img/newsletter-w.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(50% - 28px);
    width: 50px;
    height: 56px;
    transition: .3s all;
  }
}

@media (min-width: 768px) {
  .nav.social {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .newsletter {
    margin: 0 0 0 1rem;
  }

  .newsletter a {
    float: right;
  }
}

/* END Footer CSS */
/* Home Page CSS */
#home-head-section {
  padding-top: calc(110px + 1rem);
  min-height: 892px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/wp-content/uploads/2019/08/vdi-header.jpg);
  background-size: cover;
}

#home-head-section .row {
  padding-top: 245px;
}

#home-head-section h1 {
  font-family: 'Lora', serif !important;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
}

#home-head-section p {
  font-family: 'Lato', sans-serif !important;
  color: #ffffff;
  font-size: 22px;
}

#home-head-section .learn-more, #generic-head-section .learn-more {
  font-family: 'Lato', sans-serif !important;
  margin-top: 20px;
  display: inline-block;
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #ffffff;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 300ms;
}

#home-head-section .learn-more:hover, #generic-head-section .learn-more:hover {
  background-color: #063041;
  text-decoration: none;
  color: #ffffff;
}

#home-head-section .learn-more span, #home-head-section .learn-more i, #generic-head-section .learn-more span, #generic-head-section .learn-more i {
  display: inline-block;
  padding: 15px 25px;
  line-height: 24px;
}

#home-head-section .learn-more i, #generic-head-section .learn-more i {
  border-left: 1px solid #ffffff;
}

#home-content-section {
  background-color: #093c4f;
}

#home-content-section .content-section {
  margin-top: -100px;
  background-color: transparent;
}

#home-content-section .content-section>.row:first-of-type {
  background-color: #ffffff;
  min-height: 300px;
}

body.home #cta-section {
  padding-bottom: 0;
}

#cta-section .home-cta {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: margin-top 300ms ease-in-out, padding-top 300ms ease-in-out, background-color 300ms ease-in-out, background-image 50ms ease-in-out;
  cursor: pointer;
}

/*--------------------------------------------------------
HEALTH PLANS CTA ---------------------------------------*/
#cta-section .home-cta.for-healthplans {
  background-blend-mode: soft-light;
  background-color: #488833;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%), url(/wp-content/uploads/2019/06/for-providers-cta.png);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%), url(/wp-content/uploads/2019/06/for-providers-cta.png);
}

#cta-section .home-cta.for-healthplans:hover {
  background-color: #1b530e;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2019/06/for-providers-cta.png);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2019/06/for-providers-cta.png);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2019/06/for-providers-cta.png);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #cta-section .home-cta.for-healthplans {
    background-blend-mode: soft-light;
    background-color: #488833;
    background-image: url(/wp-content/uploads/2019/06/for-healthplans-cta.png);
  }
}

/*--------------------------------------------------------
PROVIDERS CTA ------------------------------------––––---*/
#cta-section .home-cta.for-providers-blue {
  background-blend-mode: soft-light;
  background-color: #1e99cc;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%), url(/wp-content/uploads/2019/08/providers-box.jpg);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%), url(/wp-content/uploads/2019/08/providers-box.jpg);
}

#cta-section .home-cta.for-providers-blue:hover {
  background-color: #003e52;
  background-blend-mode: multiply;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2019/08/providers-box.jpg);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2019/08/providers-box.jpg);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2019/08/providers-box.jpg);
}

/*--------------------------------------------------------
PROVIDERS CTA ------------------------------------––––---*/
#cta-section .home-cta.for-providers {
  background-blend-mode: soft-light;
  background-color: #1e99cc;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%), url(/wp-content/uploads/2019/08/providers-box.jpg);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%), url(/wp-content/uploads/2019/08/providers-box.jpg);
}

#cta-section .home-cta.for-providers:hover {
  background-color: #003e52;
  background-blend-mode: multiply;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2019/08/providers-box.jpg);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2019/08/providers-box.jpg);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2019/08/providers-box.jpg);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #cta-section .home-cta.for-providers, #cta-section .home-cta.for-providers-blue {
    background-blend-mode: soft-light;
    background-color: #1e99cc;
    background-image: url(/wp-content/uploads/2019/08/providers-box.jpg);
  }

  #cta-section .home-cta.for-providers-blue {
    background-blend-mode: soft-light;
    background-color: #1e99cc;
    background-image: url(/wp-content/uploads/2019/08/providers-box.jpg);
  }
}

/*--------------------------------------------------------
MEMBERS CTA ------——------------------------------––––---*/
#cta-section .home-cta.for-members {
  background-blend-mode: multiply;
  background-color: rgba(12, 142, 195, .8);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, .6) 0%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2019/08/members-box.jpg);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .6) 0%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2019/08/members-box.jpg);
}

#cta-section .home-cta.for-members:hover {
  background-color: #093e52;
  background-blend-mode: multiply;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2019/08/members-box.jpg);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2019/08/members-box.jpg);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2019/08/members-box.jpg);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #cta-section .home-cta.for-members {
    background-blend-mode: soft-light;
    background-color: #093e52;
    background-image: url(/wp-content/uploads/2019/06/for-members-cta.png);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  /*--------------------------------------------------------
MEMBERS CTA ------——------------------------------––––---*/
  #cta-section .home-cta.for-members:before {
    background-color: rgba(9, 60, 70, 0.8);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  #cta-section .home-cta.for-members:before:hover {
    background-color: rgba(8, 54, 71, 0.5) !important;
  }

  /*--------------------------------------------------------
HEALTH PLANS CTA --------------------------------––––---*/
  #cta-section .home-cta.for-healthplans:before {
    background-color: rgba(72, 136, 51, 0.4);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  #cta-section .home-cta.for-healthplans {
    background-blend-mode: soft-light;
    background-color: #488833;
    background-image: url(/wp-content/uploads/2019/06/for-providers-cta.png);
  }

  #cta-section .home-cta.for-healthplans:before:hover {
    background-color: rgba(50, 95, 35, 0.6);
  }

  /*--------------------------------------------------------
PROVIDERS CTA ------——----------------------------––––---*/
  #cta-section .home-cta.for-providers:before, #cta-section .home-cta.for-providers-blue:before {
    background-color: rgba(30, 153, 204, 0.7);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  #cta-section .home-cta.for-providers:before:hover, #cta-section .home-cta.for-providers-blue:before:hover {
    background-color: rgba(24, 122, 163, 0.8);
  }

  #cta-section .home-cta a {
    z-index: 2;
    position: relative;
  }
}

/* IE EDGE */
@supports (-ms-ime-align: auto) {

  /*--------------------------------------------------------
MEMBERS CTA ------——----------------------------––––---*/
  #cta-section .home-cta.for-members:before {
    background-color: rgba(9, 60, 70, 0.8);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  #cta-section .home-cta.for-members:before:hover {
    background-color: rgba(8, 54, 71, 0.5) !important;
  }

  /*--------------------------------------------------------
HEALTH PLANS CTA -----±--------------------------––––---*/
  #cta-section .home-cta.for-healthplans:before {
    background-color: rgba(72, 136, 51, 0.4);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  #cta-section .home-cta.for-healthplans:before:hover {
    background-color: rgba(50, 95, 35, 0.6);
  }

  /*--------------------------------------------------------
PROVICERS CTA -----————-------------------------––––---*/
  #cta-section .home-cta.for-providers:before, #cta-section .home-cta.for-providers-blue:before {
    background-color: rgba(30, 153, 204, 0.7);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  #cta-section .home-cta.for-providers:before:hover, #cta-section .home-cta.for-providers-blue:before:hover {
    background-color: rgba(24, 122, 163, 0.8);
  }

  #cta-section .home-cta a {
    z-index: 2;
    position: relative;
  }
}

/* ---------</END CTA FIXES> ————————————————*/
#cta-section .home-cta a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 50px;
  text-decoration: none;
}

#cta-section .home-cta a:hover {
  text-decoration: none;
}

#cta-section .home-cta .main-text {
  display: block;
  width: 100%;
  height: auto;
}

#cta-section .home-cta .main-text p {
  margin: 0;
}

#cta-section .home-cta .main-text p.for {
  display: block;
  width: 100%;
  height: auto;
  font-family: 'Lora', serif !important;
  font-style: italic;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.43);
}

#cta-section .home-cta .main-text p.cat {
  display: block;
  width: 100%;
  height: auto;
  font-family: 'Lora', serif !important;
  font-weight: bold;
  font-size: 37px;
  color: rgba(255, 255, 255, 1);
}

#cta-section .home-cta .main-text p.sub {
  display: block;
  width: 100%;
  height: auto;
  font-family: 'Lora', serif !important;
  font-style: italic;
  font-size: 17px;
  color: rgba(255, 255, 255, 1);
}

#cta-section .home-cta .main-text .learn-more {
  display: block;
  width: 100%;
  height: auto;
  border-top: 1px solid #ffffff;
  padding-top: 15px;
  margin-top: 40px;
  text-align: right;
  padding-right: 40px;
  position: relative;
}

#cta-section .home-cta .main-text .learn-more .learn-more-text {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  transition: width 300ms ease-in-out;
  width: 100%;
}

#cta-section .home-cta .main-text .learn-more::before {
  content: "\f178";
  font-family: FontAwesome;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(50%);
}

/*#cta-section .home-cta a:hover > .main-text .learn-more .learn-more-text {
	width: 100%;
}*/
#home-content-section #cta-section-container {
  margin-top: -100px;
  padding-top: 40px;
  background-color: transparent;
}

#cta-section-container {
  margin-top: 0;
  background-color: transparent;
}

#cta-section-container .row:first-of-type {
  background-color: #ffffff;
  min-height: 300px;
}

.page-template-template-contact #cta-section-container {
  padding-top: 0;
}

.page-template-template-contact iframe {
  padding: 0;
  margin: 0;
}

#cta-section .duo {
  min-height: 400px !important;
  background-position: center top !important;
}

#cta-section.min4 {
  min-height: 400px !important;
}

#home-content-section .content-section p {
  color: #54565a;
  font-size: 18px;
}

/* contact page */
.corporate-location {
  margin-bottom: 2rem;
  border-bottom: 1px solid #dedede;
}

@media (min-width: 768px) {
  .corporate-location {
    width: 90%;
  }

  .contact-map {
    border-left: 1px solid rgba(0, 0, 0, .1);
  }
}

/* END Home Page CSS */
/* Generic Page CSS */
#generic-head-section {
  padding-top: calc(110px + 1rem) !important;
  padding-bottom: 120px !important;
  min-height: 400px !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
  background: rgb(220, 220, 220);
  background: -moz-linear-gradient(top, rgba(220, 220, 220, 1) 0%, rgba(143, 143, 143, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(220, 220, 220, 1) 0%, rgba(143, 143, 143, 1) 100%);
  background: linear-gradient(to bottom, rgba(220, 220, 220, 1) 0%, rgba(143, 143, 143, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#8f8f8f', GradientType=0);
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #cta-section-container {
    padding-top: 100px;
  }

  #generic-head-section .row, #generic-subhead-section .row {
    padding-bottom: 40px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #generic-head-section {
    min-height: 500px !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #generic-head-section {
    min-height: 600px !important;
  }

  #generic-head-section .row, #generic-subhead-section .row {
    padding-bottom: 100px;
  }
}

#generic-head-section h1, #generic-subhead-section h1, p.h1 {
  font-family: 'Lora', serif !important;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
}

#generic-head-section h1 span, #generic-subhead-section h1 span {
  font-family: 'Lora', serif !important;
  color: #ffffff;
  font-size: 43px;
  font-weight: normal;
  text-transform: lowercase;
}

#generic-head-section h1 span, #generic-subhead-section h1 span {
  font-weight: normal !important;
  font-style: italic;
}

#generic-subhead-section {
  padding-top: calc(110px + 1rem) !important;
  padding-bottom: 120px !important;
  min-height: 400px !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
  background: rgb(220, 220, 220);
  background: -moz-linear-gradient(top, rgba(220, 220, 220, 1) 0%, rgba(143, 143, 143, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(220, 220, 220, 1) 0%, rgba(143, 143, 143, 1) 100%);
  background: linear-gradient(to bottom, rgba(220, 220, 220, 1) 0%, rgba(143, 143, 143, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#8f8f8f', GradientType=0);
}

#generic-content-section {
  background-color: #093c4f;
}

#generic-content-section .content-section {
  background-color: #ffffff;
  margin-top: -110px;
  border-top: 10px solid #39afd8;
}

#generic-content-section .content-section .row.norm {
  padding-top: 100px !important;
}

#generic-content-section .content-section .row.last {
  padding-bottom: calc(100px + 2rem) !important;
}

#generic-content-section .content-section h1,
#generic-content-section .content-section h2,
#generic-content-section .content-section h3,
#generic-content-section .content-section h4,
#generic-content-section .content-section h5,
#generic-content-section .content-section h6 {
  font-family: 'Lora', serif !important;
  font-weight: bold;
  color: #093c50;
  margin-bottom: 25px;
}

#generic-content-section .content-section h2 {
  font-size: 28px;
}

#generic-content-section .content-section h2.leader-name {
  margin-bottom: 0;
}

#generic-content-section .content-section h3 {
  font-size: 21px;
}

#generic-content-section .content-section p.lead {
  font-family: 'Lora', serif !important;
  color: #073141;
  font-weight: normal;
  margin-bottom: 35px;
  font-size: 21px;
}

#generic-content-section .content-section p {
  font-family: 'Lato', sans-serif !important;
  color: #54565a;
  font-weight: normal;
  margin-bottom: 35px;
  font-size: 18px;
}

#generic-content-section .content-section p.caption {
  font-family: 'Lato', sans-serif !important;
  color: #797979;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
}

#generic-content-section .content-section a, #generic-content-section .content-section a:hover {
  color: #c14d03;
  text-decoration: none;
  transition: color 300ms;
}

#generic-content-section .content-section .entry-title a {
  color: #093c4f;
}

#generic-content-section .vdi-btn {
  font-family: 'Lato', sans-serif !important;
  margin-top: 20px;
  display: inline-block;
  padding: 0;
  color: #ffffff !important;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #ffffff;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: #ae4803;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#generic-content-section .vdi-btn {
  padding: 0 5rem 0 2rem;
  position: relative;
  height: 54px;
  line-height: 54px;
}

#generic-content-section .vdi-btn:hover {
  background-color: #7a3002;
  text-decoration: none;
}

#generic-content-section .vdi-btn span, #generic-content-section .vdi-btn i {
  display: inline-block;
  padding: 15px 25px;
  line-height: 24px;
}

#generic-content-section .vdi-btn i {
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}

#generic-content-section .green-bg {
  background-color: #35573d;
  padding-top: 125px;
  padding-bottom: 125px;
}

#generic-content-section .green-bg p:last-of-type {
  margin-bottom: 0px;
}

#generic-content-section .green-bg p,
#generic-content-section .green-bg h1,
#generic-content-section .green-bg h2,
#generic-content-section .green-bg h3,
#generic-content-section .green-bg h4,
#generic-content-section .green-bg h5,
#generic-content-section .green-bg h6,
#generic-content-section .green-bg ul {
  color: #ffffff !important;
}

#generic-content-section .green-bg ul {
  padding-top: 2rem;
}

#testimonial p.testimonial {
  font-family: 'Lora', serif !important;
  font-size: 18px;
  color: #093e52;
  font-style: italic;
  margin-bottom: 20px;
}

#testimonial p.author {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
  color: #54565a;
  margin-bottom: 0;
}

#specialist-list p.specialist-name {
  font-family: 'Lora', serif !important;
  font-size: 24px;
  font-style: italic;
  color: #093e52;
  margin-bottom: 0;
  text-align: left;
}

#specialist-list p.specialist-title {
  font-family: 'Lato', sans-serif !important;
  font-size: 16px;
  color: #54565a;
  margin-bottom: 0;
  text-align: left;
}

#specialist-list img {
  margin-bottom: 1rem;
}

#generic-content-section #specialist-list.last {
  padding-bottom: 0px !important;
}

#generic-content-section .content-section p.lrg-percent {
  font-family: 'Lora', serif !important;
  color: #093e52;
  font-size: 108px;
  font-weight: bold;
  line-height: 100%;
}

#generic-head-section.container, #home-head-section.container, #generic-content-section.container, #home-content-section.container {
  max-width: 100% !important;
}

#generic-content-section.container, #home-content-section.container {
  margin-left: 0;
}

#generic-content-section ul {
  list-style: none;
  padding-left: 25px;
  margin: 1rem 4rem 2rem 0;
}

#generic-content-section li {
  color: #54565a;
  margin-bottom: .7rem;
  font-size: 18px;
}

#generic-content-section ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  font-size: 1rem;
  font-weight: 700;
  color: #c14d03;
}

#generic-content-section ul.pagination {
  padding-left: 0;
}

#generic-content-section ul.pagination li:before {
  content: none;
}

#generic-content-section .green-bg ul li:before {
  color: #fff;
}

/* END Generic Page CSS */
/* Health Plan Page CSS */
.hp-green {
  background-color: #ffffff;
  padding: 0;
}

.hp-green .gbg {
  background-color: #35573d;
  color: #fff;
}

.hp-green .gbg h3, .hp-green .gbg p {
  color: #fff !important;
}

#generic-content-section .gbg h3 {
  font-size: 28px;
}

.hp-green .gbg li:before, .hp-green .gbg li {
  color: #fff !important;
}

#generic-content-section .hp-green .gbg li {
  font-size: 20px;
}

.hp-green img {
  width: 100%;
  height: auto;
}

.img-container {
  width: 100% !important;
}

.green-bg-override {
  position: relative;
}

.pb-cus {
  padding-top: 6rem !important;
  padding-right: 4rem !important;
  padding-left: 0px !important;
  padding-bottom: 6rem !important;
}

.cus-img {
  position: relative;
}

.cus-img img {
  position: absolute;
  display: block;
  width: 624px;
  height: auto;
  bottom: 0;
  right: 3.5rem;
  left: auto;
  max-width: 624px;
  max-height: auto;
}

.hp-green .learn-more {
  font-family: 'Lato', sans-serif !important;
  margin-top: 20px;
  display: inline-block;
  padding: 0;
  color: #ffffff !important;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #ffffff;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 300ms;
  padding-left: 1.5rem;
  font-size: .9rem;
}

.hp-green .learn-more:first-of-type {
  margin-right: 1rem;
}

.hp-green .learn-more:hover {
  background-color: rgba(0, 0, 0, .3);
  text-decoration: none;
  color: #ffffff;
}

.hp-green .learn-more span, .hp-green .learn-more:fist-of-type {
  margin-right: 1rem;
}

.hp-green .learn-more span, .hp-green .learn-more i {
  display: inline-block;
  padding: 10px 15px;
  line-height: 24px;
}

.hp-green .learn-more i {
  border-left: 1px solid #ffffff;
  margin-left: 1.5rem;
}

#member-experience {
  padding-bottom: 80px;
}

#member-experience img {
  margin-bottom: 15px;
}

#member-experience p.main-cat {
  font-family: 'Lato', sans-serif !important;
  font-size: 50px;
  color: #478832;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}

#member-experience p.cat-info {
  font-family: 'Lato', sans-serif !important;
  font-size: 20px;
  color: #54565a;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 15px;
}

#member-experience .quality-stat {
  border-right: 1px solid #dedede;
  text-align: center;
}

#member-experience .quality-stat:last-child {
  border: none;
}

#what-sets-us-apart .col-md-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#what-sets-us-apart {
  padding: 2rem 0 1rem 0;
}

.living-well-box-1, .living-well-box-2, .living-well-box-3 {
  padding: 3rem 2rem 1rem 2rem;
  background: #e0e5f2;
  width: 100%;
  margin-bottom: 4rem;
}

.living-well-box-1 img, .living-well-box-2 img, .living-well-box-3 img {
  width: 114px;
  margin-top: -90px;
  margin-bottom: 2rem;
}

body.home .living-well-box-1, body.home .living-well-box-2, body.home .living-well-box-3 {
  padding: 0 2rem 0 0;
  background: #fff;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

body.home .living-well-box-1 img, body.home .living-well-box-2 img, body.home .living-well-box-3 img {
  width: 85px;
  max-width: 85px;
  margin-top: 0px;
  margin-right: 1rem;
  margin-bottom: 0;
}

body.home .living-well-box-1 h3, body.home .living-well-box-2 h3, body.home .living-well-box-3 h3 {
  font-size: 1.3rem;
}

/* END Health Plan Page CSS */
/* Bread Crumbs CSS */
#generic-content-section .content-section p#breadcrumbs, p#breadcrumbs {
  font-family: 'Lato', sans-serif !important;
  letter-spacing: normal;
  font-size: 13px;
}

p#breadcrumbs a, p#breadcrumbs a:hover {
  color: #7a7c80;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 13px;
  text-align: left;
  padding-right: 10px;
}

p#breadcrumbs .breadcrumb_last {
  color: #1e99cc;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 13px;
  text-align: left;
  padding-left: 10px;
}

p#breadcrumbs {
  font-size: 13px;
  letter-spacing: normal;
}

p#breadcrumbs>span span:first-child a {
  padding-left: 0;
}

p#breadcrumbs>span span:first-child span a {
  padding-left: 10px;
}

/* END Bread Crumbs CSS */
/* Recent News & Stories Template CSS */
#recent-ns-posts {
  padding: 0 0 25px;
  padding-top: 1rem;
}

#recent-ns-posts .ns-link, #recent-ns-posts .ns-link:hover {
  display: block;
  text-transform: none;
  text-decoration: none;
  color: #54565a;
  transition: box-shadow 200ms ease-in-out;
}

#recent-ns-posts .row.fix {
  padding: 25px 0 50px;
  margin-left: 0;
  margin-right: 0;
}

#recent-ns-posts .ns-section-title {
  font-family: 'Lora', serif !important;
  font-size: 24px;
  color: #093c50;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
}

#recent-ns-posts .ns-info {
  width: 100%;
  padding: 0 0 1rem 0;
  margin: 0 0 15px 0;
}

#recent-ns-posts .ns-info .ns-date {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif !important;
  color: #54565a;
  text-transform: uppercase;
}

#recent-ns-posts .ns-info .ns-title {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Lora', serif !important;
  color: #093c50;
}

#recent-ns-posts .ns-info .ns-title .ns-excerpt {
  width: 100%;
  font-size: 15px;
  font-family: 'Lato', sans-serif !important;
  color: #54565a;
}

#recent-ns-posts .ns-readmore, #recent-ns-posts .ns-readmore:hover {
  font-size: 15px;
  font-family: 'Lato', sans-serif !important;
  color: #c14d03;
  text-decoration: none;
}

#recent-ns-posts .ns-readmore {
  clear: both;
  display: block;
  padding-top: .5rem;
}

#recent-ns-posts .more-news {
  font-family: 'Lato', sans-serif !important;
  margin-top: 20px;
  display: inline-block;
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #ffffff;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: #ae4803;
  transition: background-color 300ms;
}

#recent-ns-posts .more-news:hover {
  background-color: #7a3002;
  text-decoration: none;
}

#recent-ns-posts .more-news span, #recent-ns-posts .more-news i {
  display: inline-block;
  padding: 15px 25px;
  line-height: 24px;
}

#recent-ns-posts .more-news i {
  border-left: 1px solid #ffffff;
}

#news-feed article:first-child,
#featured-feed article:first-child {
  padding-top: 0;
}

#search_results article,
#featured-feed article, #search_results article {
  padding: 2rem 0 0 0;
}

#news-feed .category-type:not(:last-child) {
  margin-bottom: calc(2rem + 25px);
  border-bottom: 1px solid rgba(0, 0, 0, .25);
}

#news-feed .category-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

#generic-content-section .content-section #news-feed .category-type h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
}

#news-feed .category-type button {
  background: transparent;
  border: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: .875rem;
  display: inline-block;
  background-color: #c14d03;
  color: #FFF;
  padding: .25rem .75rem;
  letter-spacing: 1px;
  font-family: Lato, sans-serif !important;
  white-space: nowrap;
  margin-left: .5rem;
  transition: background-color .3s;
}

#news-feed .category-type button:hover {
  background-color: #7a3002;
  transition: background-color .3s;
}

@media (min-width: 768px) {
  #generic-content-section .content-section #news-feed .category-type h2 {
    font-size: 28px;
  }

  #news-feed .category-type button {
    padding: .5rem 1rem;
    font-size: 1rem;
  }
}

#news-feed article {
  padding-bottom: 2rem;
}

#news-feed article .thumbnail {
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
  display: block;
}

#news-feed article .thumbnail.default {
  /* background-color: #f1f1f1; */
  /* background-image: url('/wp-content/themes/vdi/img/vital-decisions.svg'); */
  background-color: #093c4f;
  background-image: url('/wp-content/themes/vdi/img/vital-decisions-white.svg');
  background-size: 65%;
  background-repeat: no-repeat;
}

#news-feed article .entry-content a,
#search_results article .entry-content a,
#featured-feed article .entry-content a {
  display: block;
  margin-top: 1rem;
}

#news-feed hr, #search_results hr,
#featured-feed hr, #search_results hr {
  margin-top: 3rem;
}

#news-feed hr {
  margin-bottom: 3rem;
}

#news-feed, #search_results, #featured-feed {
  padding-bottom: 100px;
}

#news-feed article .entry-meta, .hentry .entry-meta, #featured-feed article .entry-meta {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: .8rem;
  color: #535353;
}

.section.bg-gray .row {
  background: #efefef !important;
  padding-top: 2rem;
}

/* END Recent News & Stories Template CSS */
/* Responsive Styles */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .pb-5, .py-5 {
    padding-bottom: 0px !important;
  }

  #wrapper-navbar nav.navbar {
    padding: .5rem;
  }

  #cta-section .home-cta:hover {
    margin-top: 0px;
  }

  #home-head-section {
    min-height: 500px;
    background-size: cover;
    background-position: 80% 100%;
    background-image: url('http://vitaldecisions.qatserver.com/wp-content/uploads/2019/08/vdi-header-mobile.jpg');
  }

  #home-head-section .row {
    padding-top: 130px;
    padding-bottom: 50px;
    z-index: 10;
    position: relative;
  }

  #wrapper-footer .container {
    padding: 50px 1rem 100px;
  }

  #home-content-section .content-section {
    margin-top: 0 !important;
    background-color: transparent;
  }

  #wrapper-footer .container .row.bottom .bot-border {
    text-align: center;
  }

  .nav.social {
    padding-top: 2rem;
    font-size: 1.3rem;
    width: 150px;
    margin: 0 auto;
  }

  .nav.social li {
    text-align: center;
    width: 75px;
  }

  .living-well-box-3 {
    margin-bottom: 0;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .o1 {
    order: 1;
  }

  .o2 {
    order: 2;
  }

  .o3 {
    order: 3;
  }

  .o4 {
    order: 4;
  }

  .o5 {
    order: 5;
  }

  #generic-head-section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  #hover-menu-main li {
    width: 100%;
    margin-bottom: 20px;
  }

  #hover-menu-main li a {
    font-family: 'Lora', serif !important;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: normal;
    transition: color 300ms;
  }

  #hover-menu-top li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #hover-menu-top li a {
    font-family: 'Lora', serif !important;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 300ms;
  }

  #hover-menu-main li a:hover {
    font-size: 18px !important;
    text-decoration: none;
    font-weight: normal !important;
  }

  #hover-menu-top li a:hover {
    font-size: 22px !important;
    font-weight: bold !important;
    text-decoration: none;
  }

  #wrapper-navbar .container {
    max-width: 100%;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .o1 {
    order: 1;
  }

  .o2 {
    order: 2;
  }

  .o3 {
    order: 3;
  }

  .o4 {
    order: 4;
  }

  .o5 {
    order: 5;
  }

  .grey-border-r {
    border-right: none;
  }

  #vdi-hover-nav-container .container {
    max-width: 800px;
    padding: 50px !important;
    position: relative;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  #wrapper-navbar .container {
    padding: 20px;
  }

  body {
    background-color: #093c4f;
  }
}

/* Extra large devices (large desktops) */
/* No media query since the extra-large breakpoint has no upper bound on its width */
@media (max-width: 1365.98px) {
  .cus-img img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
  }

  .pb-cus {
    padding-top: 4rem !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    padding-bottom: 5rem !important;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .living-well-box-1, .living-well-box-2, .living-well-box-3 {
    width: 32%;
    margin-bottom: 1rem;
  }

  body.home .living-well-box-1, body.home .living-well-box-2, body.home .living-well-box-3 {
    width: 32%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cus-img img {
    left: -4rem;
    right: auto;
    position: absolute;
    max-width: 100%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1500px) {}

/* END Responsive Styles */
/* Responsive Fix */
@media (max-width: 1333px) {}

@media (max-width: 1199px) {}

@media (max-width: 1051px) {}

@media (max-width: 991px) {}

@media (max-width: 880px) {}

@media (max-width: 767px) {}

@media (max-width: 527px) {}

@media (max-width: 509px) {}

/* MS IE Bug Fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}

/* Members Page */
h2 sup {
  top: -0.75em !important;
}

h2 sup span {
  font-size: 50%;
}

.divider-line-right {
  border-right: 1px solid #CCC;
  padding-right: 30px;
  height: 100%;
}

.divider-line-left {
  border-left: 1px solid #CCC;
  padding-left: 30px;
  height: 100%;
}

@media (max-width: 991.98px) {
  .divider-line-right {
    border-right: none;
    padding-right: 0;
  }

  .divider-line-left {
    border-right: none;
    padding-right: 0;
  }
}

#members_callout, #our_benefits, #member-experience {
  background: #EFEFEF;
  padding: 60px 0 30px 0;
  margin-bottom: 4rem;
  position: relative;
}

#members_callout {
  margin-top: 90px;
  margin-bottom: 0;
}

#members_callout:before, #our_benefits:before, #member-experience:before {
  content: '';
  height: 8px;
  background: #478832;
  display: block;
  position: absolute;
  z-index: 10;
  right: 0;
  top: -8px;
  width: 90.5%;
}

#members_callout p strong, #our_culture .values p, #members-care .values p:first-child {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: .4rem;
  color: #093c50;
  display: block;
}

#our_culture .values p, #members-care .values p {
  margin-bottom: 2rem;
}

#our_culture .values img, #members-care .values img {
  max-width: 75px;
  padding-bottom: 1rem;
}

#our_culture .values ul, #members-care .values ul {
  margin-right: 0rem !important;
}

#members-care .values ul li {
  margin-bottom: 0;
}

#members-care {
  padding: 0 0 2rem 0;
}

#members_callout p {
  display: block;
  position: relative;
}

#members_callout p:before {
  width: 20%;
  height: 2px;
  margin-bottom: 1rem;
  background-color: #ccc;
  content: '';
  display: block;
}

#our_benefits ul {
  margin-top: 0;
  margin-bottom: 0;
}

#generic-content-section #what_participants_say h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif !important;
  letter-spacing: .07rem;
}

#generic-content-section #what_participants_say blockquote p {
  font-family: 'Lora', serif !important;
  font-style: italic;
  font-size: 1.2rem;
}

#generic-content-section #what_participants_say {
  background: #f3f3f3;
  padding-top: 100px;
  margin-bottom: 2rem;
}

#generic-content-section .content_section blockquote p {
  font-family: 'Lora', serif !important;
  font-style: italic;
  margin-bottom: 1rem;
}

#generic-content-section .content_section blockquote {
  padding-right: 1rem;
}

#generic-content-section .content_section blockquote p cite {
  font-family: 'Lato', sans-serif !important;
  font-size: .9rem;
  font-style: normal;
  color: #afafaf;
}

#generic-content-section .content_section blockquote p.quote {
  background: #e1eef3;
  padding-top: 110px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  margin-top: -108px;
  border-left: 4px solid #b7d9e6;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #members_callout, #our_benefits {
    padding: 60px 0 60px 0;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #members_callout, #our_benefits {
    padding: 100px 0 100px 0;
  }
}

/* Providers Page */
body.page-id-189 #generic-content-section .content-section .row.last {
  padding: 0 !important;
}

body.page-id-189 .hp-green {
  padding: 2em 0 5em 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

address {
  position: relative;
  padding-left: 20px;
}

address:before {
  content: url(/wp-content/themes/vdi/img/map-marker.svg);
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 4px;
}

#generic-content-section .content-section .location-area p.phone {
  position: relative;
  padding-left: 20px;
  margin-bottom: 2rem;
}

#generic-content-section .content-section .location-area a.email {
  position: relative;
  padding-left: 0;
  margin-left: 0;
}

p.phone:before {
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 0;
}

p.phone:before {
  content: url(/wp-content/themes/vdi/img/phone.svg);
}

a.email:before {
  content: url(/wp-content/themes/vdi/img/envelope.svg);
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: -18px;
  top: -3px;
}

/* pagination */
.page-link, .page-item:first-child .page-link {
  border: none;
  border-radius: 0px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #c14d03;
  border-color: #c14d03;
}

#generic-content-section ul.pagination {
  float: right;
  margin-right: 0;
  padding-right: 0;
}

/* contact form */
.wpcf7 {
  max-width: 100% !important;
}

.wpcf7-form label input, .wpcf7-form textarea {
  border-radius: 0rem !important;
  margin: .25rem 0 1rem 0;
}

.btn, .wpcf7 input[type=submit] {
  font-family: 'Lato', sans-serif !important;
  margin-top: 20px;
  display: inline-block;
  padding: 0;
  color: #ffffff !important;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: #ae4803;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  border-radius: 0rem;
}

.wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:active, .wpcf7 input[type=submit]:focus {
  background-color: #7a3002;
}

/* 404 */
#searchsubmit {
  margin-top: 0;
  padding: 0 1.3rem;
}

#searchsubmit:hover, #searchsubmit:active, #searchsubmit:focus {
  background-color: #7a3002;
}

#searchform {
  margin-bottom: 2rem;
}

.widget_recent_entries {
  padding-bottom: 2rem;
}

/* ABOUT US -----------------
---------------------------*/
body.page-template-template-about-us #members_callout {
  margin-bottom: 100px;
  margin-top: 70px;
}

#home-head-section .overlay {
  display: none;
}

/* RESPONSIVE TWEAKS -----------------
---------------------------*/
@media (max-width: 767.98px) {

  /* home */
  body.home #cta-section {
    padding-bottom: 0;
  }

  #home-head-section br {
    display: none;
  }

  #recent-ns-posts .ns-section-title {
    text-align: left;
    margin-top: 1.5rem;
  }

  #recent-ns-posts {
    padding-bottom: 2rem;
  }

  .ns-section-title.grey-break span {
    padding-left: 0;
  }

  /* For Members */
  #generic-content-section #what_participants_say .col-md-6 {
    padding: 0 40px;
  }

  /* About Us */
  body.page-template-template-about-us #members_callout {
    margin-bottom: 60px;
    margin-top: 40px;
  }

  /* Meet Specialists */
  body.specialist-template-default h2 {
    margin-top: 2rem;
  }

  /* Leadership */
  #generic-content-section .content-section h2.leader-name {
    margin-top: 2rem;
  }

  /* general pages -------------------------------------
	----------------------------------------------------*/
  #generic-head-section h1, #generic-subhead-section h1, p.h1 {
    font-size: 2.4rem;
    line-height: 1;
  }

  #generic-content-section .content-section h1 {
    font-size: 1.5rem;
  }

  #generic-head-section .row, #generic-subhead-section .row {
    padding-bottom: 40px;
  }

  #generic-head-section {
    background-position: 100% !important;
  }

  .col-md-10, #wrapper-footer .container, .content_section .col-md-5, .content-section .col-md-7, .content-section .col-md-3, #home-head-section .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    margin: 0 auto;
  }

  #wrapper-footer .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #generic-content-section .content-section p#breadcrumbs, p#breadcrumbs {
    margin-bottom: 1rem;
  }

  #cta-section-container {
    padding-top: 2rem;
  }

  body.page-template-default .green-break::after {
    content: none;
  }

  #specialist-list p.specialist-name {
    line-height: 1.2;
  }
}

@media (max-width: 575.98px) {
  .hp-green .learn-more {
    width: 100%;
    line-height: 45px;
  }

  .hp-green .learn-more i {
    float: right;
  }

  #generic-content-section .vdi-btn {
    padding: 1rem 5rem 1rem 2rem;
    position: relative;
    height: auto;
    line-height: 1.2;
  }

  #generic-content-section .vdi-btn i {
    bottom: 0;
  }

  #home-head-section .learn-more, #generic-head-section .learn-more {
    background-color: #063041;
  }

  #wrapper-navbar nav.navbar {
    padding: .5rem;
    background: #fff;
  }

  #wrapper-navbar .container {
    padding: 10px 20px 10px 20px;
  }

  #generic-content-section .content-section {
    margin-top: 0;
  }

  #generic-head-section {
    padding-bottom: 0 !important;
  }

  #page-wrapper {
    padding-top: 95px;
  }

  #generic-head-section {
    min-height: 150px !important;
    padding-top: 0 !important;
  }

  body.page-template-template-working-here #generic-head-section {
    min-height: 180px !important;
    background-size: 120% !important;
  }

  #home-head-section {
    padding-top: 20px;
    position: relative;
  }

  #menu-footer-nav li {
    width: 50%;
    float: left;
  }

  #generic-head-section h1, #generic-subhead-section h1, p.h1 {
    font-size: 1.5rem;
    line-height: 1;
  }

  #generic-content-section .content-section h2, #generic-content-section .content-section h1 {
    font-size: 2rem;
  }

  /*footer */
  #menu-footer-nav li {
    padding: 1rem 1rem 0 0;
    line-height: 1.2;
  }

  #home-head-section .overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
  }
}

@media (max-width: 374.98px) {
  #generic-content-section .vdi-btn i {
    padding-top: 25px;
  }
}

#featured-content-cta,
#home-content-section .content-section #featured-content-cta .row {
  background-color: #efefef
}

#featured-content-cta .featured-content {
  padding: 0 2rem;
}

#featured-content-cta .featured-image img {
  margin-bottom: 1rem;
  width: 100%;
}

#featured-content-cta h2 {
  font-size: 30px;
  color: #083d4f;
  font-family: Lora, serif;
  font-weight: 700;
  position: relative;
  margin: 0 1rem 0 0;
  z-index: 1;
}

#featured-content-cta h2 span {
  background: #efefef;
  padding: 0 1rem 0 0;
}

#featured-content-cta h2 span:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #478832;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: -1;
}

#featured-content-cta p.fc-date {
  font-size: 14px;
  font-family: Lato, sans-serif;
  color: #54565a;
  margin-bottom: 10px;
}

#featured-content-cta .fc-title a {
  font-size: 20px;
  font-weight: 700;
  font-family: Lora, serif;
  color: #54565a;
}

#featured-content-cta .fc-excerpt {
  font-size: 18px;
  color: #54565a;
}

#featured-content-cta .vdi-btn {
  font-family: Lato, sans-serif !important;
  margin-top: 20px;
  display: inline-block;
  padding: 0;
  color: #093c4f;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #093c4f;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: #fff;
  transition: background-color .3s;
  font-weight: bold;
}

#featured-content-cta .vdi-btn span,
#featured-content-cta .vdi-btn i {
  display: inline-block;
  padding: 15px 25px;
  line-height: 24px;
}

#featured-content-cta .vdi-btn i {
  border-left: 1px solid #093c4f;
}

#featured-content-cta .vdi-btn:hover i {
  border-color: #fff;
}

#featured-content-cta .vdi-btn:hover {
  background-color: #093c4f;
  text-decoration: none;
  color: #fff;
}

@media (min-width: 768px) {
  #featured-content-cta h2 span {
    padding: 0 2rem 0 0;
  }

  #featured-content-cta .featured-image img {
    margin-bottom: 0;
  }
}

#specialist-search form {
  display: flex;
  border: 20px solid #f1f1f1;
  margin: 0;
}

#specialist-search form input {
  height: 40px;
}

#specialist-search form #s {
  width: 100%;
  border: 0;
  font-family: Lora, serif;
  font-size: 18px;
  font-style: italic;
  color: #093e52;
  padding: 15px 20px;
}

#specialist-search form #searchsubmit {
  background-image: url(/wp-content/themes/vdi/img/search.png);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination {
  justify-content: center;
}

#generic-content-section ul.pagination {
  float: none;
  margin: 0 auto;
}

.pagination .page-numbers,
.pagination .page-item a {
  font-size: 16px;
  color: #063041 !important;
  padding: .25rem;
  margin: 0 1px;
  background-color: #f1f1f1;
  width: 32px;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: bold;
  transition: .25s all;
}

.pagination .page-numbers:not(.current):hover,
.pagination .page-item:not(.active) a:hover,
.pagination .page-item .page-link.prev:hover:before,
.pagination .page-item .page-link.next:hover:before {
  background-color: #e3e3e3;
}

.pagination .page-numbers.current,
.pagination .page-item.active span {
  background-color: #063041;
  color: #fff !important;
  font-size: 16px !important;
  padding: .25rem !important;
  width: 32px;
  text-align: center;
  margin: 0 1px;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  background-color: #fff;
  background-image: url('/wp-content/themes/vdi/img/chevron.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
}

.pagination .page-numbers.prev,
.page-item .page-link.prev {
  transform: rotate(180deg);
}

.page-item .page-link {
  border-radius: 0 !important;
}

.page-item .page-link.prev,
.page-item .page-link.next {
  position: relative;
}

.page-item .page-link.prev:before,
.page-item .page-link.next:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  position: absolute;
  background-image: url('/wp-content/themes/vdi/img/chevron.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
}

.section-font {
  font-family: Lora, serif !important;
  font-weight: 700;
  color: #093c50;
  margin-bottom: 25px;
}

.home-intro {
  padding: 4rem 0 3rem 0;
  background: #fff;
}

.vdi-btn-intro {
  background-color: #fff;
  border: 1px solid #093c4f;
  transition: background-color .3s;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  color: #093c4f;
  font-family: Lato, sans-serif !important;
  margin-top: 20px;
  display: inline-block;
  padding: 0;
  font-weight: bold;
  white-space: nowrap;
}

.vdi-btn-intro:hover {
  color: #fff;
  background-color: #093c4f;
}

.vdi-btn-intro {
  border: 1px solid #093c4f;
}

.vdi-btn-intro i {
  line-height: 24px;
  display: inline-block;
  padding: 15px 25px;
  border-left: 1px solid #093c4f;
}

.vdi-btn-intro:hover i {
  border-left: 1px solid #fff;
}

/* Solutions Subpage -------------------------------------
----------------------------------------------------*/
#grey_callout {
  padding: 100px 0;
  background: #efefef;
  margin-bottom: 6rem
}

#grey_callout .co-divider i {
  display: flex;
  height: 2px;
  width: 100%;
  background-color: #CCC;
  margin: 2rem auto;
}

.secondary-content {
  margin-bottom: 4rem;
}

.secondary-content img {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #grey_callout .co-divider i {
    height: 100%;
    width: 2px;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .secondary-content img, .screenshots img {
    margin-bottom: 0;
  }
}

.screenshots img {
  margin-bottom: 1rem
}

.screenshots {
  margin: 4rem -15px
}

/* Post Filter -------------------------------------
----------------------------------------------------*/
.filter {
  margin-bottom: 3.5rem;
}

.filter>.row {
  margin: 0;
}

.filter .inner {
  background-color: #F1F1F1;
  padding: 2rem;
  overflow: hidden;
}

#generic-content-section .content-section .filter p.filter-title {
  font-family: 'Lora', serif !important;
  font-size: 1.125rem;
  font-weight: 600;
  font-style: italic;
  color: #54565A;
  text-transform: lowercase;
  margin-bottom: 1rem;
  display: inline-block;
  position: relative;
}

.filter .filter-title:after {
  content: '';
  background-color: rgba(0, 0, 0, .1);
  height: 2px;
  width: 100vw;
  position: absolute;
  bottom: .375rem;
  left: calc(100% + .5rem);
}

.filter form .row {
  align-items: center;
}

.filter form .row>* {
  margin: 0 auto 1rem;
}

.filter form .row>*:last-child {
  margin: 0;
}

.filter form .clear {
  text-transform: uppercase;
  font-weight: 500;
  font-size: .875rem;
  display: inline-block;
}

.filter form .clear:hover {
  color: #7a3002;
}

.filter form .clear svg {
  fill: #c14d03;
  height: 10px;
  width: 10px;
  margin-right: .5rem;
  margin-top: -1px;
}

.filter form .clear:hover avg {
  fill: #7a3002;
}

.filter label,
.filter select {
  display: block;
}

.filter label {
  font-family: 'Lora', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #093C50;
  margin: 0 0 .5rem;
}

.filter select {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  border: 0;
  border-radius: 0;
  padding: .75rem 2.5rem .75rem .75rem;
  font-family: 'Lora', serif;
  color: #54565A;
  font-size: 1.125rem;
  background-color: #FFF;
  background-image: url(/wp-content/themes/vdi/img/chevron-down.svg);
  background-position: calc(100% - .75rem) center;
  background-size: 14px 8px;
  background-repeat: no-repeat;
  width: 100%;
}

.results h2 {
  margin: 0 !important;
  font-size: 2rem !important;
}

#generic-content-section .content-section .results p {
  font-size: .875rem;
}

@media (min-width: 576px) {

  .filter label,
  .filter select {
    display: inline-block;
  }

  .filter label {
    margin: 0 1rem 0 0;
  }

  .filter select {
    width: auto;
  }
}

@media (min-width: 992px) {
  .filter form .row>* {
    margin: 0;
  }
}
