:root {
--body-font: HelveticaNeueLTStd-Lt, "Helvetica Neue", Helvetica, Arial, sans-serif;
--header-font: HelveticaNeueLTStd-Bd, "Helvetica Neue", Helvetica, Arial, sans-serif;
--light: 300;
--normal: 400;
--semi-bold: 600;
--bold: 700;
--font-size-sm: 0.875rem;
--font-size-body: 1.125rem;
--font-size-lg: 1.375rem;
--font-size-header: 2rem;
--brand-blue: #052049;
--blue: var(--brand-blue);
--blue-dark: #052049;
--blue-light: #006be9;
--blue-link: #0166ff;
--blue-border: #27354c;
--blue-main-bg: var(--brand-blue);
--green: #18fe70;
--red: #ff2366;
--white: #ffffff;
--gray-bg: #f8f8f9;
--gray-border: #506380;
--gray-text: #9ba6b6;
--base-time: 0.3s;
--base-function: ease;
--base-transition: all var(--base-time) var(--base-function);
--lg-pad-sides: calc(1.25rem + 1.5vw);
--lg-pad-sides-full: calc(6rem + 1.5vw);
}
* {
font-family: var(--body-font);
font-weight: var(--light);
color: var(--blue)
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--header-font);
font-weight: var(--bold);
font-size: var(--font-size-header);
line-height: 1.31;
color: var(--blue);
margin: 0 0 30px
}
body {
margin: 0;
padding: 0;
font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
background: #ffffff;
}
img{
max-width: 100%;
}
header, .main_white, .main_blue, .main_grey, footer
{
padding: 1rem var(--lg-pad-sides) 1rem;
margin: 0 auto;
}
/***** FONTS ******/
.whiteCopy{color: #FFFFFF !important;}
.copy_header{
color: #ffffff;
margin: 0.2em 0em 0em 0em;
font-family: var(--header-font) !important;
font-size: 4.375rem;
font-weight: 600;
line-height: 4.875rem;
letter-spacing: -0.068rem;
text-align: left;
}
.copy_miniheader{
color: #ffffff;
font-family: var(--header-font) !important;
font-size: 2.1rem;
font-weight: 600;
line-height: 2.9rem;
letter-spacing: -.01rem;
text-align: left;
}
.subCopy_header{
margin: 0em 0em 01em 0em;
font-size: 1.5rem;
font-weight: normal;
line-height: 2.125rem;
letter-spacing: 0.019rem;
color: #052049;
text-align: left;
}
.copy_SubHeader{
color: #052049;
font-size: 2rem;
font-weight: bold;
line-height: 3rem;
letter-spacing: -0.042rem;
text-align: left;
}
.subCopy_SubHeader{
color: #052049; 
font-size: 1.5rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 2rem;
letter-spacing: 0.01rem;
}
/***** FONTS ******/
/********** MAIN FORM ***********/
form br {
height: 0px;
line-height: 0px;
display: none;
}
label {
font-family: HelveticaNeueLTStd-Roman, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1rem;
letter-spacing: normal;
color: #052049;
}
input[type=text] {
font-size: 20px;
width: 95%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
height: 60px;
border: solid 1px #9c9fa2;
background-color: #fff;
-webkit-appearance:  none;
}
input[type=button], input[type=submit], input[type=reset] {
font-family: Arial;
font-size: 20px;
background-color: #006be9;
color: #FFFFFF;
padding: 1rem 1.5rem;
text-decoration: none;
margin: 2rem -0.2rem;
cursor: pointer;
border: none;
border-radius: 2rem;
-webkit-appearance:  none;
}
select[type=text]{
background: #fff url(https://image.healthcare.ucsf.edu/lib/fe2b117171640574741d76/m/1/triangle.png) no-repeat 90% center;
background-size: 18px;
font-size: 20px;
width: 95%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
height: 60px;
border: solid 1px #9c9fa2;
background-color: #fff;
-webkit-appearance:  none;
}
.formRowWrap{
display: flex; 
flex-direction: row;
margin: 0rem 0rem 0rem 0rem ;
}
.formRow{
flex-basis: 48%;
margin: 0rem 0rem 0rem 0rem ;
}  
.labelForm{
font-size: 16px; !important;
line-height: 1rem; !important;
font-weight: 400;
letter-spacing: normal !important;
font-family: HelveticaNeueLTStd-Lt, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.disclaimerForm{
font-size: 1rem !important;
line-height: 28px !important;
letter-spacing: 0.25px !important;
font-weight: 400;
font-family: HelveticaNeueLTStd-Lt, "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 1rem 1rem 0rem 0rem;
}
.error {
font-size: 0.9em;
margin: 0rem 0rem 10px 0.5rem;
display: none;
}
/**************** MAIN FORM ****************/
/* ----------------widget FULL---v2.2------------------*/
.linewrapper {
}
.vertical {
border-left: 1.5px solid white;
margin-right: 15px;
height: 130px;
position: static;
}
.horizontal {
border-bottom: 1.5px solid #16a0ac;
margin-top: 5px;
width: 90%;
}
.horizontal_two {
border-bottom: 1.5px solid #16a0ac;
margin-left: 60px;
margin-right: 60px;
margin-top: 25px;
}
.widgetblue {
display: flex;
background: #16a0ac;
margin: 2em 0em 0em 0em;
flex-direction: row;
margin-bottom: 0em;
}
.widgetblue_tag1 {
order: 1;
background: #16a0ac;
margin: 0em 0em 0em 0em;
flex-basis: 50%;
display: flex;
flex-direction: row;
align-items: flex-start;
}
.widgetblue_tag2 {
order: 2;
background: #16a0ac;
margin: 0em 0em 0em 0em;
flex-basis: 50%;
display: flex;
flex-direction: row !important;
align-items: flex-start;
}
.widgetblue_tag3 {
order: 3;
background: #16a0ac;
margin: 0em 0em 0em 0em;
flex-basis: 50%;
display: flex;
flex-direction: row !important;
align-items: flex-start;
}
.widgetblue_imagetag4 {
order: 1;
margin: 0.5em 1.5em 0em 1em;
flex-basis: 20%;
max-width: 107px;
}
.widgetblue_copy_tag4 {
order: 2;
color: #ffffff;
background: #16a0ac;
margin: 0.5em 0em 0em 0em;
text-align: left;
flex-basis: 60%;
font-size: 24px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 200;
line-height: 34px;
font-stretch: normal;
font-style: normal;
letter-spacing: 0px;
}
.widgetblue_headcopy_tag4 {
order: 1;
color: #ffffff;
background: #16a0ac;
margin: 0em 0em 0em 0.9em;
text-align: left;
font-size: 50px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 600;
line-height: 64px;
font-stretch: normal;
font-style: normal;
letter-spacing: -0.78px;
}
.widgetblue_left {
order: 1;
background: #16a0ac;
margin: 0em 1em 0em 2em;
flex-basis: 90%;
}
.herolightblue_widget {
background: #16a0ac;
margin: 1em 03em 3em 03em;
align-items: center;
flex-basis: 100%;
}
/* ----------------widget FULL------------------------*/
/******Desktop******/
/***Desktop Text Styling Classes Begin***/
.hero_header {
  color: #fff;
  margin: 0.2em 0em 0em 0em;
  font-family: var(--header-font) !important;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.068rem;
  text-align: left;
  font-size: 70px;
}
.hero_bodytext {
  color: #fff;
  margin: 1em 0em 0em 0em;
  font-family: var(--body-font);
  font-weight: normal;
  line-height: 2.125rem;
  letter-spacing: 0.019rem;
  text-align: left;
  font-size: 20px;
}
.module_header {
  color: #052049;
  margin: 0em 1em .4em 0em;
  text-align: left;
  font-size: 50px;
  font-family: var(--header-font) !important;
  font-weight: Normal;
  line-height: 64px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.78px;
  } 
.module_subheader {
  color: #052049;
  margin: 0em 1em .25em 0em;
  text-align: left;
  font-size: 20px;
  font-family: var(--body-font);
  font-weight: 600;
  line-height: 38px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.23px;
  }
.module_bodytext {
  color: #052049;
  margin: 0rem 01rem 01rem 0rem;
  text-align: left;
  font-size: 20px;
  font-family: var(--body-font);
  font-weight: 300;
  line-height: 32px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.module_pullquote {
  color: #052049;
  margin: 0rem 01rem 01rem 0rem;
  text-align: left;
  font-size: 32px;
  font-family: var(--body-font);
  font-weight: bold;
  line-height: 1.3em;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.white_text {
  color: #FFF;
}
.bold {
/*Global rules prevent <b> and <strong>, utilize .bold with <span> to bold inline elements*/
  font-weight: bold;
}
.indent {
/*Utility class to indent content*/
  padding: 0em 0em 0em 2.5em;
}
.inline_cta{
/*Utility class to set text as a CTA*/
  color: ##006be9;
  display: inline;
  text-decoration: none;
}
/***Desktop Text Styling Classes End***/

/***Desktop Image Styling Classes Begin***/
.divider_image {
/*Utility Class to combine a module with a divider graphic*/
  margin-bottom:-10px;
}
.full-width {
/***Utility Class to set an image to fill width***/
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
/***Desktop Image Styling Classes End***/
.full_area_responsive_image {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 65% 25%;
  max-width: 325px;
}
/***Desktop Module Utility Layout Classes Begin***/
.module_container {
  padding: 4em 4.5em 3em 4.5em;
}
.position_switch {
  display: flex;
  flex-direction: column; 
}
/***Desktop Module Utility Layout Classes End***/



/***Desktop Hero Layout Classes Start***/
.hero {
display: flex;
background: #052049;
flex-direction: row; 
}
.hero_left {
order: 1;
margin: 3em 2em 3em 4.5em;
flex-basis: 45%;
min-width: 500px;
}
.hero_right {
order: 2;
flex-basis: 55%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden
}
.hero_image {
flex-shrink: 0;
min-width: 100%;
min-height: 100%;
object-fit: cover;
object-position: 50% 14%;
}
/***Desktop Hero Layout Classes End***/



/***Desktop ListBlock Layout Classes Start***/
.listblock_container{
background: #fff;
flex-direction: row; 
}
.listsection_container{
order: 1;
flex-basis: 50%;
padding: 0em 0em 2em 0em;
}
.list_flex_container{
order: 1;
margin: 0em 0em 0em 0em;
flex-basis: 100%;
display: flex;
flex-direction: row !important;
align-items: left;
justify-content: left;
}
.listicon{
order: 1;
margin: 0em 3em 2em 3em;
flex-basis: 100%;
max-height:162px;
max-width: 162px;
}
/***Desktop ListBlock Layout Classes End***/



/***Desktop Postcard Layout Classes Start***/
.postcard_container{
  display: flex;
  background: #efeff7;
  flex-direction: row; 
  justify-content: center;
}
.postcard_right{
  order: 2;
  margin: 0em 0em 0em 4em;
  flex-grow: 5;
}
.postcard_left{
  order: 1;
  margin: 0em 0em 0em 0em;
  flex-grow: 1;
}
.postcard_image{
  max-width: 450px;
}
/***Desktop Postcard Layout Classes End***/



/***Desktop Banner Layout Classes Begin***/
.banner_container{
display: flex;
background-color: #efeff7;
flex-direction: row;
}
.banner_left{
order: 1;
flex-basis: 75%;
}
.banner_right{
order: 2;
flex-basis: 25%;
margin: 0em 0em 0em 3em;
}
/***Desktop Banner Layout Classes End***/



/***Desktop Text Styling Classes Begin***/
.inline_cta{
/*Utility class to set text as a CTA*/
  color: #006be9;
  display: inline;
  text-decoration: none;
}
/***Desktop Text Styling Classes End***/


.bullet {
font-weight: bold;
font-size: 1.1em;
}
.header {
color: white;
background: #FFFFFF;
}
.header_img_mob{
margin: 0rem 0rem 0rem 02rem;
display:block;
order: 1;
width: 18rem;
height: auto;
}
.header_img2_mob{
margin: 1rem 0rem;
padding: 0.3rem 0rem 0rem 0rem;
display:block;
width: 2rem;
height: auto;
}
.phoneNumber {
display: flex;
align-items: center;
flex-direction: row;
font-weight: bold;
color: #006be9 !important;
letter-spacing: 0.1em;
font-size: 1.5em;
text-decoration: none;
text-align: right;
font-stretch: normal;
font-style: normal;
line-height: normal;
margin: 0rem 02rem 0.1rem 0rem;
order: 2;
}
.iconsNumber{
display: flex;
text-decoration: none !important;
flex-direction: row;
align-items: center;
margin: 0rem 0rem;
color: #FFFFFF;
}
.main_white {
color: white;
background: #FFFFFF;
}
.main_grey {
color: white;
background: #f8f8f9;
}
.main_blue {
color: white;
background: #506380;
}
.main_darkblue {
color: white;
background: #052049;
}
.containerHeader {
max-width: 1440px;
margin: 0rem auto;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.container {
max-width: 1440px;
margin: 0rem auto;
padding: 0em;
}
.hero_old{
display: flex;
background: #052049;
flex-direction: row; 
}
.hero_left_old{
order: 1;
background: #052049;
margin: 0em 2em 0em 3em;
flex-basis: 50%;
}
.hero_right_old{
order: 2;
background: #052049;
margin: 1em 2em 0em 0.5em;
flex-basis: 50%;
}
.hero_span{
background: #052049;
margin: 0em 0em 0em 0em;
align-items: left;
flex-basis: 70%;
}
.herowhite{
display: flex;
background: #ffffff;
flex-direction: row; 
}
.herowhite_left{
order: 1;
background: #ffffff;
margin: 0em 0em 0em 3em;
flex-basis: 50%;
}
.herowhite_right{
order: 2;
background: #ffffff;
margin: 5.5em 0em 0em 0em;
flex-basis: 70%;
}
.herowhite_span{
background: #ffffff;
margin: 0em 0em 0em 0em;
align-items: left;
flex-basis: 100%;
}
.herolightblue{
display: flex;
background: #16a0ac;
flex-direction: row; 
}
.herolightblue_left{
order: 1;
background: #16a0ac;
margin: 0em 0em 0em 03em;
flex-basis: 50%;
}
.herolightblue_right{
order: 2;
background: #16a0ac;
margin: 13em 0em 0em 0em;
flex-basis: 70%;
}
.herolightblue_span{
background: #16a0ac;
margin: 0em 0em 0em 3em;
align-items: left;
flex-basis: 90%;
}
.section1{
display: flex;
background: #f8f8f9;
flex-direction: row; 
}
.section1_left{
order: 1;
background: #f8f8f9;
margin: 0em 1em 0em 3em;
flex-basis: 50%;
}
.section1_right{
order: 2;
background: #f8f8f9;
margin: 1.5em 1em 0em 0em;
flex-basis: 50%;
}
.section2{
display: flex;
background: #ffffff;
flex-direction: row;
margin-bottom: 0em; 
}
.section2_tag1{
order: 1;
background: #ffffff;
margin: 0em 0em 0em 0em;
flex-basis: 25%;
display: flex;
flex-direction: column;
align-items: center;
}
.section2_tag2{
order: 2;
background: #ffffff;
margin: 0em 0em 0em 0em;
flex-basis: 25%;
display: flex;
flex-direction: column;
align-items: center;
}
.section2_tag3{
order: 3;
background: #ffffff;
margin: 0em 0em 0em 0em;
flex-basis: 25%;
display: flex;
flex-direction: column;
align-items: center;
}
.section2_tag4{
order: 4;
background: #ffffff;
margin: 0em 0em 0em 0em;
flex-basis: 25%;
display: flex;
flex-direction: column;
align-items: center;
}
.body_formlefttag {
order: 1;
color: #052049;
background: #f8f8f9;
margin: 01em 04.5em 0em 0em;
text-align: left;
flex-basis: 55%;
font-size: 22px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 33px;
font-stretch: normal;
font-style: normal;
letter-spacing: .24px;
}   
.headline_formlefttag {
order: 1;
color: #052049;
background: #f8f8f9;
margin: 01em 02em 0em 0em;
text-align: left;
flex-basis: 55%;
font-size: 50px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 400;
line-height: 64px;
font-stretch: normal;
font-style: normal;
letter-spacing: -1.04px;
} 
.tag{
order: 1;
margin: 1em 1em 1em 1em;
flex-basis: 20%;
max-width: 153px;
}
.copy_tag {
order: 2;
color: #052049;
background: #FFFFFF;
margin: 1em 1em 0em 1em;
text-align: center;
flex-basis: 50%;
font-size: 24px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 36px;
font-stretch: normal;
font-style: normal;
letter-spacing: -0.23px;
}
.section2_left{
order: 1;
background: #FFFFFF;
margin: 0em 1.5em 0em 0em;
flex-basis: 90%;
}
.section3{
display: flex;
background: #16a0ac;
flex-direction: row;
}
.section3_left{
order: 1;
background: #16a0ac;
margin: 0em 1em 0em 3em;
flex-basis: 100%;
}
.section3_right{
order: 2;
margin: 5.2em 1em 0em 5em;
flex-basis: 50%;
}
.copy_tag3 {
order: 2;
color: #ffffff;
background: #16a0ac;
margin: 03.3rem 01rem 0.4rem 0.1rem;
text-align: left;
flex-basis: 50%;
font-size: 50px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 67px;
font-stretch: normal;
font-style: normal;
letter-spacing: -01.25px;
}
.body4_tag4 {
order: 1;
color: #052049;
background: #ffffff;
margin: 01em 0em 0em 0em;
text-align: left;
flex-basis: 55%;
font-size: 24px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 38px;
font-stretch: normal;
font-style: normal;
letter-spacing: .24px;
}   
.headline4_tag4 {
order: 1;
color: #052049;
background: #ffffff;
margin: 01em 0em 0em 0em;
text-align: left;
flex-basis: 55%;
font-size: 50px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 400;
line-height: 64px;
font-stretch: normal;
font-style: normal;
letter-spacing: -1.04px;
} 
.phone5_tag5 {
order: 1;
color: #ffffff;
font-size: 24px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 34px;
font-stretch: normal;
font-style: normal;
letter-spacing: .3px;
}    
.section4{
display: flex;
background: #ffffff;
margin: 0em 0em 0em 1em;
flex-direction: column;
margin-bottom: 0em; 
}
.section4_tag1{
order: 1;
background: #ffffff;
margin: 02em 0em 0em 0em;
flex-basis: 50%;
display: flex;
flex-direction: row !important;
align-items: center;
justify-content: center;
}
.section4_tag2{
order: 2;
background: #ffffff;
margin: 0em 0em 0em 0em;
flex-basis: 50%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.tag4{
order: 1;
margin: 01em 1em 0em 1em;
flex-basis: 20%;
max-width: 88px;
}
.copy_tag4 {
order: 2;
color: #052049;
background: #FFFFFF;
margin: 01em 0em 0em 0em;
text-align: left;
flex-basis: 55%;
font-size: 24px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 36px;
font-stretch: normal;
font-style: normal;
letter-spacing: -0.23px;
}
.section4_left{
order: 1;
background: #FFFFFF;
margin: 0em 1em 0em 2em;
flex-basis: 90%;
}
.section5{
display: flex;
background: #16a0ac;
margin: 02em 0em 0em 0em;
flex-direction: column;
margin-bottom: 0em; 
}
.section5_tag1{
order: 1;
background: #16a0ac;
margin: 1.7em 0em 0em 0em;
flex-basis: 50%;
display: flex;
flex-direction: row !important;
align-items: top;
justify-content: center;
}
.section5_tag2{
order: 2;
background: #16a0ac;
margin: 0em 0em 0em 0em;
flex-basis: 50%;
display: flex;
flex-direction: row;
align-items: top;
justify-content: center;
}
.headline_tag5 {
order: 1;
color: #ffffff;
background: #16a0ac;
margin: 1em 0em 0em 0em;
text-align: left;
flex-basis: 55%;
font-size: 50px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 600;
line-height: 64px;
font-stretch: normal;
font-style: normal;
letter-spacing: -0.78px;
}
.tag5{
order: 1;
color: #ffffff;
margin: .5em 0em 0.4em 0em;
flex-basis: 20%;
font-size: 144px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 600;
line-height: 24px;
font-stretch: normal;
font-style: normal;
letter-spacing: -1.04px;
max-width: 100px;
}
.copy_tag5 {
order: 2;
color: #ffffff;
background: #16a0ac;
margin: 1em;
text-align: left;
flex-basis: 55%;
font-size: 24px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 33px;
font-stretch: normal;
font-style: normal;
letter-spacing: -0.23px;
}
.body5_tag5 {
order: 1;
color: #ffffff;
background: #16a0ac;
margin: -01em 0em 02em 2em;
text-align: left;
flex-basis: 100%;
font-size: 24px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 34px;
font-stretch: normal;
font-style: normal;
letter-spacing: .3px;
}
.section5_left{
order: 1;
background: #16a0ac;
margin: 0em 1em 0em 2em;
flex-basis: 90%;
}
.section5_right{
order: 1;
background: #16a0ac;
margin: 0em 1em 0em 2em;
flex-basis: 90%;
}
.body_rankingstag {
order: 1;
color: #052049;
background: #ffffff;
margin: 0em 013em 0em 0em;
text-align: left;
flex-basis: 55%;
font-size: 24px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 38px;
font-stretch: normal;
font-style: normal;
letter-spacing: .24px;
}   
.headline_rankingstag {
order: 1;
color: #052049;
background: #ffffff;
margin: 0em 0.8em 0.5em 0em;
text-align: left;
flex-basis: 55%;
font-size: 32px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 400;
line-height: 42px;
font-stretch: normal;
font-style: normal;
letter-spacing: -0.67px;
}    
.alignCenter{
display: flex;
justify-content: flex-start;
}
.footer_top{
order: 1;
margin: 1em 0em 1em 0em;
width: 20%;
}
.footer_mid{
order: 2;
margin: 0em 1em 0em 0em;
flex-basis: 33%;
}
.footer_bot{
order: 3;
margin: 0em 1em 0em 0em;
flex-basis: 33%;
}
/* ----------------FOOTER------------------------*/
footer{
color: white;
background: #052049;
}
.footer-logo{
display: flex;
justify-content: center;
max-width: 100%;
margin-bottom: 1.5rem;
}
.footer-img-logo{
justify-content: center;
width: 15rem;
}
.lp-footer-social{
display:flex;
justify-content: center;
flex-direction: row;
}
footer .lp-footer-social a span{
color:#FFFFFF;
font-weight:inherit;
flex-basis:100%;
text-align:center
}
.social-media{
display: flex;
flex-direction: column;
align-items: center;
margin: 2rem;
}
.social-mediaYT{
display: flex;
flex-direction: column;
align-items: center;
margin: 2rem;
}
footer .lp-footer-copy{
margin-top:21px;
padding-top:18px;
/*border-top:1px solid var(--gray-border);*/
text-align:center;
}
footer .lp-footer-copy p{
font-size:var(--font-size-sm);
color:var(--gray-text);
display:inline-block
}
footer .lp-footer-copy p:first-child{
display:block
}
footer .lp-footer-copy p a{
margin:0 35px;
color:inherit;
text-decoration:underline;
}
.wrapIcon{
display: flex;
flex-direction: row;
}
.imgFooter{
max-width: 3rem;
}
/* ----------------FOOTER------------------------*/
/***** MEDIA 1200PX = 75EM *****/
@media screen and (max-width: 75rem) {
header, .main_white, .main_blue, .main_grey, footer
{
padding: 1rem var(--lg-pad-sides) 1rem;
}
/* ----------------widget mob------------------------*/
.linewrapper {
}
.vertical {
border-left: 1.5px solid #16a0ac;
margin-right: 15px;
height: 90px;
position: static;
}
.horizontal {
border-bottom: 1.5px solid white;
margin-top: 28px;
width: 100%;
}
.horizontal_two {
border-bottom: 1.5px solid white;
margin-left: 18px;
margin-right: 25px;
margin-top: 30px;
margin-bottom: 20px;
}
.horizontal_three {
border-bottom: 1.5px solid white;
margin-left: 18px;
margin-right: 25px;
margin-top: 0px;
margin-bottom: 20px;
}
.widgetblue {
display: flex;
background: #16a0ac;
margin: 1.8em 0em 0em 0em;
flex-direction: column;
margin-bottom: 0em;
}
.widgetblue_tag1 {
order: 1;
background: #16a0ac;
margin: 0em 0em 0em 0em;
flex-basis: 50%;
display: flex;
flex-direction: row;
align-items: flex-start;
}
.widgetblue_tag2 {
order: 2;
background: #16a0ac;
margin: 0em 0em 0em 0em;
flex-basis: 50%;
display: flex;
flex-direction: row !important;
align-items: flex-start;
}
.widgetblue_tag3 {
order: 3;
background: #16a0ac;
margin: 0em 0em 0em 0em;
flex-basis: 50%;
display: flex;
flex-direction: row !important;
align-items: flex-start;
}
.widgetblue_imagetag4 {
order: 1;
margin: 0em 1.5em 0em 0em;
flex-basis: 20%;
max-width: 70px;
}
.widgetblue_copy_tag4 {
order: 2;
color: #ffffff;
background: #16a0ac;
margin: 0em 0.4em 0em 0em;
text-align: left;
flex-basis: 60%;
font-size: 18px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 24px;
font-stretch: normal;
font-style: normal;
letter-spacing: 0px;
}
.widgetblue_headcopy_tag4 {
order: 1;
color: #ffffff;
background: #16a0ac;
margin: 0em 0.9em 0em 0.5em;
text-align: left;
font-size: 32px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 40px;
font-stretch: normal;
font-style: normal;
letter-spacing: -0.9px;
}
.widgetblue_left {
order: 1;
background: #16a0ac;
margin: 0em 1em 0em 2em;
flex-basis: 90%;
}
.herolightblue_widget {
background: #ffffff;
margin: 3em 0em 3em 0em;
align-items: center;
flex-basis: 90%;
}
.herolightblue_widget {
background: #ffffff;
margin: 3em 0em 3em 0em;
align-items: center;
flex-basis: 90%;
}
.phone5_tag5 {
order: 1;
color: #ffffff;
font-size: 18px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 34px;
font-stretch: normal;
font-style: normal;
letter-spacing: .3px;
}      
/* ----------------widget mob------------------------*/
/******Mobile******/
/***Mobile Text Styling Classes Begin***/
.hero_header {
  color: #fff;
  margin: 0.2em 0em 0.6em 0em;
  font-family: var(--header-font);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.068rem;
  text-align: left;
  font-size: 38px;
}
.hero_bodytext {
  color: #fff;
  margin: 0em 0em 1em 0em;
  font-weight: normal;
  line-height: 2.125rem;
  letter-spacing: 0.019rem;
  text-align: left;
  font-size: 18px;
}
.module_header {
  color: #052049;
  margin: 0em 0em .6em 0em;
  text-align: left;
  font-size: 32px;
  font-family: var(--header-font);
  font-weight: 400;
  line-height: 1.25;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.3px;
  }
.module_subheader {
  color: #052049;
  margin: 0em 1em .25em 0em;
  text-align: left;
  font-size: 18px;
  font-family: var(--body-font);
  font-weight: 600;
  line-height: 1.56;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.2px;
  }
.module_bodytext{
  color: #052049;
  margin: 0em 1em 1em 0em;
  text-align: left;
  font-size: 18px;
  font-family: var(--body-font);
  font-weight: 300;
  line-height: 1.56;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.2px;
}
.module_pullquote {
  color: #052049;
  margin: 0rem 01rem 01rem 0rem;
  text-align: left;
  font-size: 24px;
  font-family: var(--body-font);
  font-weight: bold;
  line-height: 1.3;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.white_text {
  color: #FFF;
}
.indent {
  padding: 0em 0em 0em 1.5em;
}
.inline_cta{
  color: #006be9;
  display: inline;
  text-decoration: none;
}
/***Mobile Text Styling Classes End***/

/***Mobile Module & Utility Layout Classes Begin***/
.module_container {
padding: 2em 1.5em;
}
.position_1 {
order:2
}
.position_2 {
order:1;
margin:auto;
}
.flex_center {
align-self: center;
display: flex;
justify-content: center;
}
.full_area_responsive_image {
max-height: 50vh;
object-position: 50% 24%;
max-width: 100%;
}
/***Mobile Module & Utility Layout Classes End***/

/***Mobile Hero Layout Classes Begin***/
.hero{
display: flex;
flex-direction: column;
}
.hero_left {
order: 2;
margin: 1em 1.5em 1em 1.5em;
min-width: auto;
}
.hero_right {
order: 1;
display: flex;
justify-content: center;
}
.hero_image {
flex-shrink: 0;
min-width: 100%;
min-height: 100%;
max-height: 50vh;
}
/***Mobile Hero Layout Classes End***/


/***Mobile List Block Classes Begin***/
.listblock_container{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(316px, 1fr));
  width: auto;
  column-gap: 4em;
  row-gap: 1.5em;
}
.listsection_container {
  padding: 0em 1em 0em 0em;
}
.listblock_container > div:first-child {
  grid-column: 1/-1;
}  
.list_flex_container{
flex-direction: column !important;
margin: 0rem 0rem 0rem 0rem; 
}
.listicon{
max-width: 120px;
max-height: 119px;
}
.list_left{
order: 1;
}
.list_right{
order: 2;
}
/***Mobile List Block Classes End***/



/***Mobile Postcard Layout Classes Start***/
.postcard_container{
  display: flex;
  flex-direction: column; 
}
.postcard_right{
  margin: 0rem 0rem 1.5rem 0rem;
  order: 1;
}
.postcard_left{
  margin: 0rem 0rem 0rem 0rem;
  order: 2;
}
.postcard_image{
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
/***Mobile Postcard Layout Classes End***/



/***Mobile Banner Layout Classes Begin***/
.banner_container{
display: flex;
flex-direction: column;
}
.banner_left{
margin: 0rem 0rem 0rem 0rem;
}
.banner_right{
  margin: 0rem 0rem 0rem 0rem;
}
/***Mobile Banner Layout Classes End***/



/***Mobile Text Styling Classes End***/
.inline_cta{
  color: #006be9;
  display: inline;
  text-decoration: none;
}
/***Mobile Text Styling Classes End***/


.copy_header{
color: #FFF;
font-size: 3.125rem;
line-height: 3.375rem;
letter-spacing: -0.078rem;
font-weight: 300;
padding: 0rem 0.1rem 0rem 0rem;
text-align: left;
}
.copy_miniheader{
color: #FFF;
font-size: 2rem;
font-weight: 300;
line-height: 2.625rem;
letter-spacing: -0.67px;
padding: 1rem 0.1rem 0rem 0rem;
text-align: left;
}
.subCopy_header{
font-size: 1.125rem;
line-height: 2.125rem;
font-weight: 300;
letter-spacing: 0.014rem;
padding: 01rem .1rem 0rem 0rem;
margin: 0rem 0.4rem 0rem 0rem;
}
.copy_SubHeader{
font-size: 1.5rem;
font-weight: bold;
line-height: 2.2rem;
letter-spacing: -0.042rem;
text-align: left;
margin: 0rem 0rem 0rem 0rem;
}
.subCopy_SubHeader{
font-size: 1.125rem;
line-height: 2rem;
letter-spacing: 0.015rem;
margin: 1rem 0rem 0rem 1rem;
}
.copy_tag {
font-size: 1.25rem;
font-weight: 300;
line-height: 1.5rem;
letter-spacing: 0.015rem;
margin: 0rem 1rem 01.5rem 01rem;
text-align: left;
}
.formRow{
flex-basis: 48%;
margin: 0rem 0rem 0rem 0.5rem ;
}         
.copy_tag4 {
order: 2;
color: #052049;
background: #FFFFFF;
margin: 0rem 0rem 0rem 0rem;
text-align: left;
flex-basis: 80%;
font-size: 20px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 1.2;
font-stretch: normal;
font-style: normal;
letter-spacing: -0.23px;
}  
.tag4{
order: 1;
margin: 01em 2em 1em 1em;
flex-basis: 20%;
max-width: 80px;
align-items: top;
}  
.hero_right_old {
display: flex;
justify-content: center;
}
.displayNone{
display: none !important;
margin: margin: 0rem 0rem 0rem 0rem;
}
.displayBlock{
display: block !important;
margin: 0rem 0rem 0rem 01rem;
}
.displayBlockSubtitle{
display: block !important;
margin: 01.5rem 0.1rem 0rem 0rem;
}
.alignCenter{
justify-content: center;
}
.hero_old{
display: flex;
background: #ffffff;
flex-direction: column;
}
.herowhite{
display: flex;
background: #ffffff;
flex-direction: column; 
}
.herolightblue{
display: flex;
background: #16a0ac;
flex-direction: column; 
}
.herolightblue_span{
background: #16a0ac;
margin: 0em 0em 0em 1em;
align-items: left;
flex-basis: 90%;
}
.header_img_mob{
margin: 0rem 0rem 0rem 0rem; 
display:block;
width: 16rem;
height: auto;
}
.header_img2_mob{
width: 2rem;
}
.phoneNumber {
display: flex;
align-items: center;
flex-direction: row;
font-weight: bold;
color: #006be9 !important;
letter-spacing: 0.1em;
font-size: 1.5em;
text-decoration: none;
text-align: right;
font-stretch: normal;
font-style: normal;
line-height: normal;
margin: 0rem 0rem 0.1rem 0rem;
order: 2;
}
.section1{
display: flex;
background: #f8f8f9;
flex-direction: column; 
}
.herowhite_left, .herowhite_right {margin: 0rem 0rem 0rem 01rem;}
.herolightblue_left, .herolightblue_right {margin: 0rem 0rem 0rem 01rem;} 
.section1_left{margin: 0rem 1rem 0rem 0.5rem;}, .section1_right {margin: 0rem 0rem 0rem 0rem;}
.tag{
max-width: 7.125rem;
padding: 0rem 0rem 0rem 0rem;
}
.herowhite_span{
background: #ffffff;
margin: 0em 0em 0em 03em;
align-items: left;
flex-basis: 100%;
}
.flex_form{
display:flex; flex-direction: column;
margin: 0rem 0rem 0rem 0rem;
}
.section2{
display: flex;
background: #ffffff;
flex-direction: column;
margin: 0rem 0rem 0rem 0rem;
}
.section2_left{
margin: 0rem 0.2rem 0rem 0rem;
}
.section3{
display: flex;
flex-direction: column;
}
.section3_left {
margin: 0rem 0rem 0rem 0rem;
} 
.section3_right {
margin: 1rem;
}
.copy_tag3 {
order: 2;
color: #ffffff;
background: #16a0ac;
margin: 02rem .5rem 01rem 1rem;
text-align: left;
flex-basis: 50%;
font-size: 30px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 0;
line-height: 42px;
font-stretch: normal;
font-style: normal;
letter-spacing: -0.71px;
}
.section2_tag1, .section2_tag2, .section2_tag3, .section2_tag4{
flex-direction: row !important;
justify-content: center;
} 
.section4{
display: flex;
background: #ffffff;
flex-direction: column;
margin: 0rem 0rem 0rem 0rem;    
}
.section4_left{
margin: 0rem 0rem 0rem 0rem;
}  
.section4_tag1{
flex-direction: row !important;
margin: 0rem 0rem 0rem 0rem;   
justify-content: center;
} 
.section4_tag2{
flex-direction: row !important;
margin: 0rem 02rem 02rem 0rem;
justify-content: center;
} 
.section5{
display: flex;
background: #16a0ac;
flex-direction: column;
margin: 0rem 0rem 0rem 0rem;    
}
.section5_left{
margin: 0rem 0rem 0rem 0rem;
}  
.section5_right{
margin: 0rem 0rem 0rem 0rem;
}  
.section5_tag1, .section5_tag2{
flex-direction: row !important;
margin: 0rem 02rem 0rem 0rem;
justify-content: center;
}  
.headline_tag5 {
order: 1;
color: #ffffff;
background: #16a0ac;
margin: 0.8em 0em 0.4em 0em;
text-align: left;
flex-basis: 55%;
font-size: 32px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 40px;
font-stretch: normal;
font-style: normal;
letter-spacing: -0.9px;
}
.tag5{
order: 1;
margin: 0.1em 0em 0.3em 0em;
flex-basis: 20%;
font-size: 108px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 550;
line-height: 108px;
letter-spacing: -01.01px;
max-width: 110px;
}
.copy_tag5 {
order: 2;
color: #ffffff;
background: #16a0ac;
margin: 1em;
text-align: left;
flex-basis: 55%;
font-size: 18px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 24px;
font-stretch: normal;
font-style: normal;
letter-spacing: -0.23px;
}  
.body5_tag5 {
order: 1;
color: #ffffff;
background: #16a0ac;
margin: -02em 0.7em 02em 01em;
text-align: left;
flex-basis: 80%;
font-size: 18px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 34px;
font-stretch: normal;
font-style: normal;
letter-spacing: .3px;
}  
.body4_tag4 {
order: 1;
color: #052049;
background: #ffffff;
margin: 0em 01em 01.8em 0em;
text-align: left;
flex-basis: 55%;
font-size: 18px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 34px;
font-stretch: normal;
font-style: normal;
letter-spacing: .23px;
}   
.headline4_tag4 {
order: 1;
color: #052049;
background: #ffffff;
margin: 0.5em 0em 0.5em 0em;
text-align: left;
flex-basis: 55%;
font-size: 32px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 42px;
font-stretch: normal;
font-style: normal;
letter-spacing: -0.67px;
}  
.body_rankingstag {
order: 1;
color: #052049;
background: #ffffff;
margin: 0em 0em 0em 0em;
text-align: left;
flex-basis: 55%;
font-size: 18px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 34px;
font-stretch: normal;
font-style: normal;
letter-spacing: .23px;
}   
.headline_rankingstag {
order: 1;
color: #052049;
background: #ffffff;
margin: 0.5em 0.5em 0.5em 0em;
text-align: left;
flex-basis: 55%;
font-size: 32px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 42px;
font-stretch: normal;
font-style: normal;
letter-spacing: -0.67px;
}    
.body_formlefttag {
order: 1;
color: #052049;
background: #f8f8f9;
margin: 01em 0em 0em 0.5em;
text-align: left;
flex-basis: 55%;
font-size: 18px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 1.89;
font-stretch: normal;
font-style: normal;
letter-spacing: .23px;
}   
.headline_formlefttag {
order: 1;
color: #052049;
background: #f8f8f9;
margin: 01em 0em 0em 0.3em;
text-align: left;
flex-basis: 55%;
font-size: 32px;
font-family: HelveticaNeueLTStd-LtIt, Helvetica, Arial, sans-serif !important;
font-weight: 300;
line-height: 42px;
font-stretch: normal;
font-style: normal;
letter-spacing: -0.67px;
}   
footer .lp-footer-copy{
margin-top:1.313rem;
padding-top:1.125rem;
}
footer .lp-footer-copy p{
font-size:var(--font-size-sm);
color:var(--gray-text)
}
footer .lp-footer-copy p a{
color:inherit;
text-decoration:underline
}
.footer-logo{
margin: 2rem 0rem;
}
.lp-footer-social{
flex-direction: column;
flex-basis: 40%;
align-items: center;
}
.social-media{
margin: 0.5rem 1.6rem;
}
.social-mediaYT{
margin: 0.5rem 1.8rem;
}
.formRowWrap{
display: flex !important; 
flex-direction: column !important;
margin: 0rem 0rem 0rem 0rem;
}
input[type=text], input[type=button], input[type=reset] {
font-size: 1.25rem;
line-height: 1.5rem;
letter-spacing: normal;
font-family: HelveticaNeueLTStd-Lt, "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 1.5rem 0rem 01rem 0.5rem;
-webkit-appearance:  none;
}
input[type=submit] {
font-size: 1.25rem;
line-height: 1.5rem;
letter-spacing: normal;
font-family: HelveticaNeueLTStd-Lt, "Helvetica Neue", Helvetica, Arial, sans-serif;
display: block;
margin: 01em auto 01.5em auto;
-webkit-appearance:  none;
} 
.labelForm{
font-size: 1rem; !important;
line-height: 1rem; !important;
font-weight: 400;
letter-spacing: normal !important;
margin: 0rem 0rem 0rem 0.5rem;
font-family: HelveticaNeueLTStd-Lt, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.disclaimerForm{
font-size: 1rem !important;
line-height: 28px !important;
letter-spacing: 0.25px !important;
font-weight: 400;
font-family: HelveticaNeueLTStd-Lt, "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: .6rem 0.1rem 0.4rem 1.2rem;
}
.iconsNumber{
margin: 0rem 0rem 0rem 0rem;
}
}
svg {max-width: 3% !important;}
/***** MEDIA 1200PX = 90EM *****/
/***** MEDIA mobile padding *****/
@media screen and (max-width: 48rem) {
header, .main_white, .main_blue, .main_grey, footer {padding: var(--lg-pad-sides);}
}
/****** THANK YOU PAGE *******/
*, *::after, *::before {
box-sizing: border-box;
}
.modal {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
transition: 200ms ease-in-out;
border-radius: 10px;
z-index: 10;
background-color: white;
max-width: 100%;
padding: 1em 2em 3.9375em;
}
.modal.active {
transform: translate(-50%, -50%) scale(1);
}
.modal-header {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
}
.modal-header .title {
font-size: 2em;
font-weight: bold;
margin-top: 1em;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.13em;
letter-spacing: -0.01875em;
color: #052049;
}
.modal-header .close-button {
cursor: pointer;
border: none;
outline: none;
background: none;
font-size: 1.25rem;
font-weight: bold;
width: 15px;
height: 2px;
margin: 7px 0 6px;
color: #006be9;
}
.modal-body {
font-size: 1em;
line-height: 1.5em;
letter-spacing: normal;
color: #506380;
margin-top: 2em;
}
#overlay {
position: fixed;
opacity: 0;
transition: 200ms ease-in-out;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, .5);
pointer-events: none;
}
#overlay.active {
opacity: 1;
pointer-events: all;
}
/****** THANK YOU PAGE *******/
