/**************************** GLOBAL ****************************/
body {
  /*  -webkit-text-size-adjust: none;*/
  margin: 0px;
  color: #565657;
  font-family: "source-sans-3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.3;
  padding-bottom: 0px;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
img {
  border: 0;
}
.scalable {
  max-width: 100% !important;
  height: auto !important;
}
a:link, a:active, a:visited {
  outline: none;
  color: #0072BC;
  text-decoration: none;
  /*
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
*/
}
a:hover {
  text-decoration: underline;
  color: #286077;
  outline: none;
}
*:focus, a:focus {
  outline: #3d9cfc auto 2px;
}
.imgover {
  cursor: pointer
}
.imagefit img {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.table {
  display: table;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px auto 0px auto;
  border: 0px;
}
.row {
  display: table-row;
  margin: 0px;
  padding: 0px;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.column {
  display: table-cell;
  vertical-align: middle;
}
/*
h1 {
  font-size: 45px;
  line-height: 1.3em;
  font-weight: 300;
  margin: 0px;
  letter-spacing: -.01em;
  color: #ffffff;
}
h2 {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 700;
  color: #000000;
  letter-spacing: -.01em;
  margin: 20px auto 40px;
}
*/
input[type="button"], input[type="submit"], input[type="reset"] {
  /* remove for standard buttons */
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
}
.mobile-only {
  display: none;
}
/* global compliance styles */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.skip-to-content a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15rem;
  font-weight: 900;
  text-align: center;
  padding: 14px 0px 12px;
  background: #1c6194;
  color: #ffffff !important;
  text-transform: uppercase;
  position: fixed;
  z-index: 500;
  top: 0px;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
  outline: none !important;
}
.skip-to-content a:focus, .skip-to-content a:hover {
  color: #ffffff !important;
  top: 125px;
  outline: none !important;
}
input.submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px !important;
  line-height: 14px !important;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: capitalize !important;
  text-align: left;
  padding: 10px 30px;
  margin: 0px auto;
  color: #ffffff !important;
  border: none;
  background-color: #0074b8;
  overflow: hidden;
  text-decoration: none !important;
  transition: .25s all ease-in-out;
}
input.submit:hover, input.submit:focus, input.submit:active {
  color: #ffffff !important;
  border: none;
  background-color: #204d74;
  transition: .25s all ease-in-out;
}
main {
  width: 100%;
  margin: 103px auto 0px;
}
/**************************** HEADER ****************************/
header {
  position: fixed;
  background-color: #FFFFFF;
  top: 0px;
  width: 100%;
  z-index: 550;
  padding: 20px 0px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
}
header ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header li {
  display: inline-block;
  vertical: middle;
}
.header-inside {
  width: 98%;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  align-items: center
}
.header-inside .header-logo {
  width: 250px;
  display: flex;
  text-align: center;
}
.header-inside .header-logo a.logo {
  display: inline-block;
  width: 100%;
  padding-bottom: 28.92%;
  background-image: url("../images/SDP-New-Stacked-Logo-Color.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.banner {
  margin: auto 0px;
  width: 100%;
  height: 42vh;
/*  min-height: 380px;*/
}
.banner .inner {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.banner .inner .text {
  width: 50%;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
	background-image: url("../images/global/Rectangle-1.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	 z-index: 1;
	height: 42vh;
/*  min-height: 380px;*/
}
.banner .inner .text::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/global/Clover-1.svg');
  background-size: 650px;
  background-repeat: no-repeat;
  background-position: -100px -120px;
  z-index: -1;
}
.banner .inner .photo {
  width: 50%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  background-image: url("../images/main/banner-photo.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
height: 42vh;
/*  min-height: 380px;*/
 }
.banner .inner .text h2 {
  font-size: 5rem;
  font-size: clamp(2rem, 5vw, 5rem);
	line-height: .95em;
  font-weight: 700;
	padding: 10%;
  margin: 0px;
  letter-spacing: -0.05em;
  color: #ffffff;
  text-transform: none;
}
.banner .inner .copy h3 {
  font-size: 25px;
  line-height: 1.1em;
  font-weight: 300;
  color: #ffffff;
  margin: .25em auto 0px;
  text-transform: none;
  letter-spacing: -0.03em;
}
.banner .inner .copy span {
  display: block;
  margin: .5em 0px;
}
.banner .inner .copy span + a {
  margin: .5em 0px 0px;
}
/*-- ---- ---- ---- FOOTER ---- ---- ---- --*/
footer {
	width: 100%;
	padding: 50px 0px;
	color: #ffffff;
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
	background-image: url("../images/global/Rectangle-1.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
footer .inner {
  width: 90%;
  max-width: 1300px;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
	text-align: left;
}
footer .container-01 {
  width: 250px;
  display: flex;
  display: -webkit-flex;
 justify-content: center;
	align-items: flex-start;
	padding: 0 2% 0 0;
}
footer .container-01 img {
	width: 200px;
	max-width: 200px; 
}
footer .container-02 {
  width: 400px;
  display: flex;
  display: -webkit-flex;
	flex-direction: column;
}
footer .container-03 {
  width: 250px;
  display: flex;
  display: -webkit-flex;
	flex-direction: column;
}
footer .container-04 {
  width: 150px;
  display: flex;
  display: -webkit-flex;
	flex-direction: column;
}
.footer-social-container{
	 display: flex;
  display: -webkit-flex;
	flex-direction: row;
	margin:0 0 10px;
	justify-content: flex-start;
}
.footer-social-icon{
	width: 30px;
  height: 30px;
	margin-right:20px;
	 display: flex;
  display: -webkit-flex;
}
.footer-social-icon:last-child{
	margin-right:0;
}
footer .container-03 ul{
	column-count: 2;
	margin: 0;
    padding: 0;
	column-gap: 5px;
	list-style: none
}
footer .container-03 li{
	width:100%;
		margin: 0px 0px 5px;
	foot-weight: 400;
	 font-style: normal;
  font-size: 1.125rem;
  font-size: clamp(1rem, 1vw, 1.125rem);
  line-height: 1;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}
.footer-head-title {
	font-weight: bold;
	color: #F68D2E;
	margin:0;
}
footer .inner p {
	foot-weight: 400;
	 font-style: normal;
  font-size: 1.125rem;
  font-size: clamp(1rem, 1vw, 1.125rem);
  line-height: 1.3;
	margin:0;
	width:100%;
}

footer a {
  color: #ffffff !important;
  text-decoration: none;
  transition: all .31s ease;
  position: relative;
  z-index: 1;

  display: inline-block;
}
footer a:hover, footer a:focus, footer a:active {
  color: #F68D2E !important;
  text-decoration: none;
	
}
/*--SHARE THIS--*/
.shareThis-holder-main-pg {
  text-align: center;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: flex-end;
	align-content: center !important;
}
.share-this-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center !important;
}
.share-this-icons > div {
  display: flex;
  /*! vertical-align: top; */
  margin-right: 7px;
  color: rgba(60, 60, 67, 1);
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .05em;
  /*! margin-top: 5px; */
  align-self: center;
}
.share-this-icons ul {
  padding: 0;
  margin: 0;
  line-height: 1;
  display: flex;
  vertical-align: top;
}
.share-this-icons ul li {
  display: inline-flex;
  margin: 0 1px;
  height: 20px;
  width: 20px;
  position: relative;
  border-radius: 100%;
}
.share-this-icons ul li a {
  background-color: rgb(244 244 245);
  display: inline-block;
  height: 18px;
  width: 18px;
  padding: 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: none;
  border-radius: 100%;
  border: 1px solid #696a6c;
}
.share-this-icons ul li a:hover {
  background-color: #696a6c !important;
}
.share-this-icons ul li a.share-facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath d='M35.8,16.26h-7.64v-5.01c0-1.88,1.25-2.32,2.13-2.32h5.39V.65l-7.43-.03c-8.25,0-10.12,6.17-10.12,10.12v5.52h-4.77v8.53h4.77v24.14h10.03V24.79h6.77l.88-8.53Z' fill='%23000'/%3E%3C/svg%3E");
}
.share-this-icons ul li a.share-twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='%23000'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-linkedin {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve' fill='%23000'%3E%3Cg%3E%3Cpath d='M4.9,18h8.3v26.4H4.9V18z'/%3E%3Cpath d='M8.9,5.6c-3,0-5,2-5,4.6c0,2.6,1.9,4.6,4.9,4.6h0.1c3.1,0,5-2,5-4.6C13.8,7.5,11.9,5.6,8.9,5.6L8.9,5.6z'/%3E%3Cpath d='M35.7,17.8c-4.7,0-7.7,2.6-8.2,4.4V18h-9.3c0.1,2.2,0,26.4,0,26.4h9.3V30.2c0-0.8,0-1.6,0.2-2.2c0.6-1.6,2-3.2,4.5-3.2 c3.2,0,4.7,2.4,4.7,6v13.7h9.4V29.8C46.2,21.6,41.6,17.8,35.7,17.8L35.7,17.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-email {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23000'%3E%3Cpath d='M24 24.2l21.2-13.8C44.5 9 43 8 41.3 8H6.7c-1.8 0-3.3 1-4 2.4L24 24.2z'/%3E%3Cpath d='M24.9 27.2c-.3.2-.6.3-.9.3s-.6-.1-.9-.3L2.4 13.8V36c0 2.2 1.9 4 4.3 4h34.5c2.4 0 4.3-1.8 4.3-4V13.8L24.9 27.2z'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-facebook:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath d='M35.8,16.26h-7.64v-5.01c0-1.88,1.25-2.32,2.13-2.32h5.39V.65l-7.43-.03c-8.25,0-10.12,6.17-10.12,10.12v5.52h-4.77v8.53h4.77v24.14h10.03V24.79h6.77l.88-8.53Z' fill='%23fff'/%3E%3C/svg%3E");
}
.share-this-icons ul li a.share-twitter:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='white'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-linkedin:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cpath d='M4.9,18h8.3v26.4H4.9V18z'/%3E%3Cpath d='M8.9,5.6c-3,0-5,2-5,4.6c0,2.6,1.9,4.6,4.9,4.6h0.1c3.1,0,5-2,5-4.6C13.8,7.5,11.9,5.6,8.9,5.6L8.9,5.6z'/%3E%3Cpath d='M35.7,17.8c-4.7,0-7.7,2.6-8.2,4.4V18h-9.3c0.1,2.2,0,26.4,0,26.4h9.3V30.2c0-0.8,0-1.6,0.2-2.2c0.6-1.6,2-3.2,4.5-3.2 c3.2,0,4.7,2.4,4.7,6v13.7h9.4V29.8C46.2,21.6,41.6,17.8,35.7,17.8L35.7,17.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-email:hover {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23fff'%3E%3Cpath d='M24 24.2l21.2-13.8C44.5 9 43 8 41.3 8H6.7c-1.8 0-3.3 1-4 2.4L24 24.2z'/%3E%3Cpath d='M24.9 27.2c-.3.2-.6.3-.9.3s-.6-.1-.9-.3L2.4 13.8V36c0 2.2 1.9 4 4.3 4h34.5c2.4 0 4.3-1.8 4.3-4V13.8L24.9 27.2z'/%3E%3C/svg%3E%0A");
}
.video-container {
  margin: auto 0px;
  padding: 50px 0;
  width: 100%; 
}
.video-container .inner {
  width: 90%;
	max-width: 1000px;
	margin:0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;	
}
.video-holder {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  width: 100%;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.video-text{
font-size: 20px;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.3;
	color: #000;
	margin:30px auto 0;
}
.full-container {
  margin: auto 0px;
  padding: 30px 0;
  width: 100%; 
}
.full-container .inner {
  width: 90%;
  max-width: 1170px;
  margin:0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;	
}
#benefitssection.full-container{
	background-image: url("../images/global/Rectangle-1.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	 margin: 40px auto;
}
#benefitssection.full-container .inner {
  width: 90%;
  max-width: 1300px;
}
#benefitssection.full-container h2 {
text-align: center;
  font-size: 46px;
  font-size: clamp(34px, 3.6vw, 46px);
  line-height: 1.1;
	font-weight: 700;
  color: #ffffff;
  margin: 0 auto 40px;
  letter-spacing: -.02em;
}
.clover-symbol{
	 margin: 0 auto 20px;
	width:50px;
}
.clover-symbol img{
	 margin: 0;
	padding:0;
	display: block;
}
.benefits-row{
	width: 100%;
  margin:0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: flex-start;
	justify-content: space-between;
}
.benefits-container{
	display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
	padding: 0 1%;
}
.benefits-container p {
text-align: center;
  font-size: 20px;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.2;
	font-weight: 600;
  color: #ffffff;
  margin: 0;
  letter-spacing: -.02em;
}
.benefits-container p a {
	color: #f68d2e;
	background-color: transparent;
}
.benefits-container p a:hover {
	color: #0076A8;
	text-decoration: none;
}

#valuessection.full-container{
	background-color: #ffffff;
	padding: 20px 0;
	 margin: 40px auto;
}
#valuessection.full-container .inner {
  width: 90%;
  max-width: 1300px;
}
#valuessection.full-container h2 {
text-align: center;
  font-size: 46px;
  font-size: clamp(34px, 3.6vw, 46px);
  line-height: 1.1;
	font-weight: 700;
  color: #1b365d;
  margin: 0 auto 40px;
  letter-spacing: -.02em;
}
#valuessection.full-container h3 {
text-align: center;
  font-size: 24px;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.2;
	font-weight: 600;
  color: #1b365d;
  margin: 0 auto 10px;
  letter-spacing: -.01em;
}
.values-row{
	width: 100%;
  margin:0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: flex-start;
	justify-content: space-between;
}
.values-container{
	display: flex;
  display: -webkit-flex;
  flex-direction: column;
	justify-content: center;
  align-items: center;
	padding: 0 1%;
	flex: 1;
}
.values-icon{
	width:60%;
	margin: 0 0 5px;
	text-align: center;
}
.values-icon img{
	display: block;
}
.values-container p {
text-align: center;
  font-size: 20px;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.2;
	font-weight: 400;
  color: #000000;
  margin: 0;
  letter-spacing: -.01em;
}
.values-container p a {
	color: #f68d2e;
	background-color: transparent;
}
.values-container p a:hover {
	color: #0076A8;
	text-decoration: none;
}
.dual-container {
  margin: 50px 0px;
  padding: 30px 0;
  width: 100%; 
}
#shapefuture{
	background-color: rgb(86, 86, 87, .05);
	margin: 50px 0px;
}
#quotesection{
	background-image: url("../images/global/Rectangle-1.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 30px 0px;
	padding: 0;	
}

.dual-container h1 {
text-align: center;
  font-size: 46px;
  font-size: clamp(34px, 3.6vw, 46px);
  line-height: 1.1;
	font-weight: 700;
  color: #1B365D;
  margin: 0 auto 2rem;
  letter-spacing: -.02em;
}
.dual-container .inner {
  width: 90%;
	max-width: 1170px;
	margin:0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;	
}
#thankyoupg.dual-container .inner {
  justify-content: center;
}
.dual-container .inner .text {
  width: 45%;
  padding: 3% 5% 3% 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
text-align: left;
}
#shapefuture.dual-container .inner .text {
  width: 45%;
	padding: 3% 0 3% 5%;
}
#quotesection.dual-container .inner .text {
  width: 45%;
	padding: 4% 0 4% 5%;
	position: relative;
	 z-index: 1;
}
#quotesection.dual-container .inner .photo {
position: relative;
	z-index: 1;
	padding:30px 0 0;
}
#quotesection.dual-container .inner .photo::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/global/Clover-1.svg');
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: 10% bottom;
  z-index: -1;
}
#quotesection.dual-container .inner .photo img {
  width: 80%;
	padding:0;
	margin:0;
  display: flex;
  display: -webkit-flex;
 }
.dual-container .inner .photo {
  width: 40%;
  display: flex;
  display: -webkit-flex;
	justify-content: center;
 }
.dual-container .inner .text h2 {
text-align: left;
  font-size: 30px;
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.2;
	font-weight: 700;
  color: #565657;
  margin: 0 0 10px;
	letter-spacing: -.02em;
	width:100%;
}
.dual-container .inner .text p {
 font-size: 20px;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.3;
	text-align: left;
	margin: 0;
	width:100%;
}
#quotesection.dual-container .inner .text h2 {
text-align: left;
  font-size: 26px;
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.2;
	 font-weight: 600;
  color: #ffffff;
  margin: 0 0 20px;
	letter-spacing: -.02em;
	width:100%;
	
}
#quotesection.dual-container .inner .text::after  {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/main/Mask-group-1.webp');
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: 9% top;
  z-index: -2;
}
#quotesection.dual-container .inner .text p {
 font-size: 20px;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.1;
	 font-weight: 400;
	color: #ffffff;
	text-align: left;
	margin: 0;
	width:100%;
}
/*--Quote Container--*/
.quote-container {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  box-sizing: border-box;
  background-image: url("../images/global/Rectangle-3.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.quote-container  .inner {
 width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
/*-- ---- Main Page Slider---- --*/
.slider-hero {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.slider-items{
 display: flex;
 flex: 1;
 padding:0 15px;
}
.slider-items .photo{
margin:0;
display: block;
border-radius: 50px;
}
.slider-items img{
width: 100%;
 height:auto;
}

/*-- ---- EXPRESS FORM---- --*/
.express-interest {
  padding: 40px 1rem;
  margin: 0;
  color: #000000;
 background-color: rgb(86, 86, 87, .05);
}
.express-interest .inner {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
.express-interest .te-field {
  margin-bottom: 20px;
}
.express-interest .te-field label {
  font-size: 24px;
  font-size: clamp(16px, 2vw, 23px);
  margin-bottom: 7px;
  display: block;
}
.express-interest .te-field input[type="text"], .express-interest .te-field input[type="tel"], .express-interest .te-field input[type="email"] {
  padding: 1rem 1.25rem;
  width: 100%;
  box-sizing: border-box;
}
.express-interest .te-field input[type="file"] {
  font-size: 21px;
}
.express-interest .te-field select {
  border: 1px solid #9A9A9A;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
}
.express-interest h3 {
  text-align: center;
  font-size: 40px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
  color: #ffffff;
  margin: 0 auto 1rem;
  letter-spacing: -.02em;
}
.express-interest .inner > p {
  font-size: 24px;
  font-size: clamp(16px, 2vw, 23px);
	padding: 20px 55px;
  text-align: left;
	margin: 0;
}
.express-interest .te-field:not(.te-field-resume) > div {
  border: 1px solid #9A9A9A;
  padding: 1rem;
}
.express-interest .te-field > div label {
  font-size: 18px;
  font-size: clamp(14px, 1vw, 18px);
  text-transform: none;
  color: #1b365d;
  margin-bottom: 7px;
  display: block;
  letter-spacing: 0;
}
.express-interest .te-field > div#id_specialty_preference {
  height: 76px;
/*  overflow-y: scroll;*/
}
.express-interest .te-field > div#id_location_preference {
  height: 76px;
  overflow-y: scroll;
}
.express-interest .te-field > div label:last-child {
  margin-bottom: 0;
}
.express-interest .te-field > div label input[type="checkbox"] {
  display: inline-block;
  vertical-align: top;
  margin: 2px .75rem 0 0;
  width: 20px;
  height: 20px;
}
.express-interest button {
  color: #fff;
  background-color: #F68D2E;
  font-size: 21px;
  font-size: clamp(16px, 1vw, 21px);
  padding: .75rem 2rem;
  border-radius: 50px;
  border: none;
  font-family: "source-sans-3", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.express-interest .te-field-resume .te-field-help {
  display: inline-block;
  vertical-align: top;
  color: #000000;
}
.form-top{
	background-color: #1b365d;
	padding: 50px 55px;
	margin-bottom:20px;
}
.form-top p{
	color:#ffffff;
	margin:0;
}
.form-bottom{
	background-color: #ffffff;
	padding: 10px 55px 60px;
}
.required-sign {
  color: #D0282E;
}
.te-thanks {
  font-size: 18px;
  font-size: clamp(16px, 2vw, 23px);
  color: #00548b;
  margin-bottom: 7px;
  display: block;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  line-height: 1.5;
  max-width: 960px;
}