* {
margin: 0;
padding: 0;
border: none;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: inherit;
vertical-align: baseline;
}
form {
display: inline;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
a {
text-decoration: none;
color: #469c0e; /* decctiva green */
}
a:hover {
text-decoration: underline;
color: #469c0e; /* dectiva green */
}
b {
font-weight: bold;
}

a.btn-rounded {
min-width: 200px;
background: #fff;
border: 2px solid #469c0e;
border-radius: 40px;
float: left;
text-align: center;
font-size: 14px;
color: #469c0e;
padding: 20px 26px;
line-height: 1.2;
font-weight: bold;
letter-spacing: 1.5px;
cursor: pointer;
}
a.btn-rounded:hover {
background: #469c0e;
color: #fff;
text-decoration: none;
}


body {
width: 100%;
height: 100%;
min-width: 320px;
min-height: 100vh;
background: #fff;
font-family: 'Noto Sans', Verdana, Sans-Serif;
font-weight: normal;
font-style: normal;
font-size: 11px;
line-height: 17px;
text-align: center;
}
.page-wrapper {
}
/** HEADER RULES **/
.page-header {
}
.navigation-wrapper {
-webkit-box-shadow: 0 3px 10px #0000001a;
box-shadow: 0 3px 10px #0000001a;
}
.secondary-navigation {
border-bottom: 2px solid #f0f0f0;
}
.secondary-navigation .container {
display: flex;
align-items: center;
justify-content: flex-end;
max-width: 1200px;
margin: 0 auto;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
.nav-contact-us {
}
.nav-contact-us a {
display: flex;
align-items: center;
color: #666;
}
.nav-contact-us a:hover {
color: #469c0e; /* dectiva green */
text-decoration: none;
}
.nav-contact-us span {
font-size: 12px;
font-weight: 700;
}
.nav-contact-us img {
margin-left: 10px;	
}
.main-navigation {
}
.main-navigation .container {
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
max-width: 1200px;
padding: 0 30px;
}
.main-logo {
display: inline-block;
}
.main-logo a {
}
.main-logo img {
}
.main-menu {
display: inline-block;
padding-left: 72px;
}
ul.primary-nav {
margin-top: 30px;
}
ul.primary-nav li {
display: inline-block;
font-size: 18px;
font-weight: 400;
padding: 0 20px 40px 20px;
}
ul.primary-nav li a {
}
ul.primary-nav li.active a {
text-decoration: underline;
color: #469c0e; /* dectiva green */
text-underline-offset: 12px;
}
ul.primary-nav li a:hover {
text-underline-offset: 12px;
}
ul.primary-nav li#nav-contact {
display: none;
}

.mobile-menu {
display: none;
margin: 22px 0 28px 0;
}
/* hamburger style */
.mobile-menu .bar {
display: block;
width: 25px;
height: 3px;
margin: 5px auto;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background-color: #383838;
}
/* transform hamburger into X */
.mobile-menu.active .bar:nth-child(2) {
opacity: 0;
}
.mobile-menu.active .bar:nth-child(1) {
transform: translateY(8px) rotate(45deg);
}
.mobile-menu.active .bar:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}
.main-contact {
margin-left: 24px;
margin-bottom: 5px;
}
.main-contact a.btn-rounded {
font-size: 12px;
padding: 15px 26px;
min-width: auto;
letter-spacing: .8px;
}

/** BODY RULES ***/
.page-body {
text-align: left;
}
.body-content {
}
.body-content h3 {
color: #469c0e; /* dectiva green */
font-size: 34px;
line-height: 42px;
font-weight: normal;
font-style: normal;
margin-top: 24px;
margin-bottom: 24px;
margin-top: 36px;
}
.body-content h4 {
color: #469c0e; /* dectiva green */
font-size: 22px;
line-height: 28px;
font-weight: normal;
font-style: normal;
margin: 15px 0;
margin: 25px 0 15px 0;
}
.body-content p {
color: #333;
font-size: 16px;
line-height: 30px;
line-height: 28px;
font-style: normal;
margin-bottom: 20px;
margin-bottom: 24px;
}
.body-content ul {
list-style-type: disc;
list-style-position: outside;
margin-left: 18px;
margin-left: 40px;
margin-bottom: 20px;
margin-bottom: 24px;
}
.body-content ul li {
font-size: 16px;
line-height: 24px;
margin-bottom: 10px;
}

.body-center {
width: 100%;
max-width: 1200px;
padding: 50px 30px;
width: calc(100% - 60px);
margin: 0 auto;
}
.body-center-indent {
width: 100%;
max-width: 900px;
padding: 50px 0;
margin: 0 auto;
}
.body-left-align {
width: 100%;
max-width: 1200px;
padding-left: 30px;
padding-right: 30px;
width: calc(100% - 60px);
margin: 0 auto;
margin-top: 75px;
margin-bottom: 75px;
}
/** HERO RULES **/
.hero-wrapper {
max-width: 1200px;
width: 100%;
padding-left: 30px;
padding-right: 30px;
width: calc(100% - 60px);
margin: 0 auto;
margin-top: 82px;
margin-bottom: 75px;
display: flex;
align-items: center;
justify-content: center;
}
.hero-content {
display: flex;
align-items: center;
align-items: flex-start;
}
.hero-left {
flex: 1;
max-width: 500px;
vertical-align: middle;
margin-right: 40px;
}                                          
.hero-left .container {
padding: 0 5px;
}
h2.hero-left-title {
color: #469c0e; /* dectiva green */
font-size: 48px;
line-height: 64px;
font-weight: 700;
margin-bottom: 20px;
}
p.hero-left-text {
color: #333;
font-size: 16px;
line-height: 30px;
font-style: italic;
margin-bottom: 20px;
}
.hero-right {
flex: 1;
max-width: 500px;
vertical-align: top;
}
.hero-right .container {
padding: 0 5px;
}
.hero-right-image {
}
.hero-right-image img {
width: 100%;
}
/** TABBED CONTENT **/
.body-tabbed-content {
max-width: 1200px;
width: 100%;
}
.tab-titles {
height: auto;
width: 100%;
}
.tab-wrapper {
float: left;
display: block;
cursor: pointer;
min-height: 224px;
width: 185px;
background: #fff;
}
.tab-wrapper.active {
background: #f4f4f4;
}
.tab {
min-height: 55px;
width: 100%;
color: #959ca0;
font-size: 14px;
letter-spacing: 1.5px;
justify-content: center;
vertical-align: middle;
font-weight: 600;
text-align: center;
border-top: 2px solid transparent;
}
.tab-wrapper.active .tab {
background: #f4f4f4;
border-color: #43b02a;
color: #43b02a;
}
.tab-wrapper:hover .tab {
color: #43b02a;
}
.tab-title-image {
opacity: 0.4;
}
.tab-wrapper.active .tab-title-image,
.tab-wrapper:hover .tab-title-image {
opacity: 1.0;
}
.tab-title-image img {
width: 127px;
height: 127px;
}
.tab-title-text {
font-size: 14px;
line-height: 1.5em;
font-style: normal;
font-weight: 700;
letter-spacing: normal;
padding: 10px 8px 0px;
margin-bottom: 10px;
}
.tab-content {
overflow: auto;
max-width: 1200px;
width: 100%;
min-height: 424px;
}
.tab-body {
float: left;
padding: 27px 50px;
padding: 50px 50px;
background: #f4f4f4;
display: none;
}
.tab-body.active {
display: block;
display: flex;
/* align-items: center; */
}
.tab-body-left {
flex: 1;
margin-right: 40px;
}
.tab-body-left h4 {
font-size: 22px;
line-height: 28px;
color: #469c0e; /* dectiva green */
margin: 15px 0;
margin: 0 0 15px 0;
}
.tab-body-left p {
font-size: 16px;
line-height: 24px;
margin-bottom: 15px;
}
.tab-body-left ul.tab-body-list {
list-style-type: disc;
list-style-position: outside;
margin-left: 18px;
}
.tab-body-left ul.tab-body-list li {
font-size: 16px;
line-height: 24px;
margin-bottom: 10px;
}
.tab-body-left a.btn-rounded {
margin-top: 25px;
min-width: 148px;
}
.tab-body-right {
flex: 1;
}
.tab-body-image {
}
.tab-body-image img {
width: 100%;
}

/** REPORT SUMMARIES **/
.body-reports {
background: #2b3a42;
}
.body-reports h3 {
color: #469c0e; /* dectiva green */
color: #fff;
}
.body-reports-wrapper {
width: 100%;
max-width: 756px;
padding: 50px 0;
margin: 0 auto;
}
.body-reports-container {
max-width: 756px;
display: flex;
}
.report-summary {
height: auto;
width: 236px;
margin-right: 15px;
margin-top: 15px;
cursor: pointer;
}
.report-header {
width: 100%;
height: 131px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.report-summary#report-1 .report-header {
/*background-image: url(../img/placeholder_report_1.png);*/
background-image: url(../img/report_background_1.png);
}
.report-summary#report-2 .report-header {
/*background-image: url(../img/placeholder_report_2.png);*/
background-image: url(../img/report_background_2.png);
}
.report-summary#report-3 .report-header {
/*background-image: url(../img/placeholder_report_3.png);*/
background-image: url(../img/report_background_3.png);
}
.report-body {
position: relative;
height: calc(100% - 131px);
height: calc(100% - 200px);
padding: 20px 20px 54px;
background: #fff;
border-bottom: 3px solid #469c0e;
}
.report-body h4 {
font-size: 14px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
letter-spacing: 1.2px;
color: #2b3a42;
text-transform: uppercase;
padding-bottom: 11px;
}
.report-body p {
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.25;
letter-spacing: normal;
color: #2b3a42;
text-decoration: none;
padding-bottom: 10px;
}
.report-body p.report-body-description {
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.64;
letter-spacing: normal;
color: #2b3a42;
padding-bottom: 10px;
}
.report-body-footlink {
position: absolute;
bottom: 0;
padding-top: 20px;
padding-bottom: 24px;
}
.report-body-footlink a {
font-size: 14px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.36;
letter-spacing: 1.2px;
color: #469c0e;
text-decoration: none;
}
.report-body-footlink a:hover {
text-decoration: none;
}
.report-footer-btn {
margin-top: 80px;
margin-bottom: 20px;
display: flex;
justify-content: center;
}
.report-footer-btn a.btn-rounded {
color: #fff;
border-color: #fff;
background: transparent;
}
.report-footer-btn a.btn-rounded:hover {
color: #2b3a42;
background: #fff;
}

/** ABOUT PAGE RULES **/
.about-topper {
width: 100%;
max-width: 1200px;
max-width: 900px;
padding: 40px 30px 40px 30px;
width: calc(100% - 60px);
margin: 0 auto;
}
.about-topper h3 {
font-size: 29px;
line-height: 38px;
color: #fff;
}
.about-person {
display: flex;
width: 100%;
}
.about-person-headshot {
width: 200px; 
padding-top: 50px;
padding-right: 20px;
padding-bottom: 20px;
}
.about-person-headshot img {
width: inherit;
}
.about-person-content {
flex: 1;
}
.about-person-content h4 {
margin-top: 0;
}

/** SEGMENT PAGE RULES **/
.segment-main-content {
padding-bottom: 50px;
}
.segment-topper {
width: 100%;
max-width: 1200px;
padding: 50px 30px 20px 30px;
padding: 0 30px 0 30px;
width: calc(100% - 60px);
width: 100%;
padding: 0;
margin: 0 auto;
}
.segment-topper-image img {
display: block;
height: 100%;
width: 100%;
object-fit: contain;
}
.segment-topper-text {
background: #2b3a42;
text-align: left;
padding: 20px 30px;
margin: 0;
}
.segment-topper-text h3 {
color: #fff;
font-size: 24px;
line-height: 30px;
line-height: 28px;
margin: 0 0 10px 0;
margin: 0 0 14px 0;
}
.segment-columns {
display: flex;
width: 100%;
}
.segment-column-list {
flex: 1;
padding-right: 10px;
}
#segment-health-filler {
flex: 0.3;
}
#segment-consumer-filler {
flex: 1.3;
}

/** CONTACT PAGE RULES **/
#contact-form-column {
flex: 2;
padding-top: 25px;
}
.contact-phone-list {
padding-top: 50px;
}
.contact-form-container {
padding: 50px 50px;
margin-right: 100px;
background: #f4f4f4;
width: auto;
}
p.contact-error {
color: red;
line-height: 20px;
}
.contact-field {
text-align: left;
width: auto;
margin-bottom: 20px;
}
.contact-field label {
display: block;
white-space: nowrap;
width: auto;
font-size: 16px;
padding-bottom: 5px;
}
.contact-field input,
.contact-field textarea {
border: 1px solid #b0b0b0;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
font-family: verdana;
font-size: 16px;
padding: 8px 15px;
background-color: #fff;
box-sizing: border-box;
width: 100%;
}
.contact-field textarea {
resize: none;
line-height: 24px;
}
.contact-submit {
height: 60px;
margin-bottom: 0;
}
.contact-submit a.btn-rounded {
min-width: 148px;
}

/** BOTTOM CONTENT **/
.body-bottom-content {
width: 100%;
max-width: 1200px;
padding-left: 30px;
padding-right: 30px;
width: calc(100% - 60px);
margin: 0 auto;
margin-top: 75px;
margin-bottom: 75px;
display: flex;
}
.body-bottom-left {
flex: 1;
margin-right: 20px;
}
.body-bottom-image {
background-size: cover;
background-position: center;
background-position: left;
background-repeat: no-repeat;
background-image: url(../img/careers_arms_crossed.jpg);
max-width: 512px;
height: 370px;
display: flex;
}
.body-bottom-right {
flex: 1;
}
.body-bottom-right h3 {
color: #469c0e; /* dectiva green */
}
.body-bottom-right h4 {
color: #469c0e; /* dectiva green */
}
.body-bottom-right p {
}
.body-bottom-right a.btn-rounded {
margin-top: 25px;
min-width: 148px;
}
/** FOOTER RULES **/
.page-footer {
max-width: 1200px;
padding-left: 30px;
padding-right: 30px;
width: calc(100% - 60px);
margin: 0 auto;
margin-top: 75px;
margin-bottom: 75px;
display: flex;
}
.footer-left {
flex: 1;
text-align: left;
}
.footer-logo {
}
.footer-logo a {
}
.footer-logo img {
width: 125px;
}
.footer-navigation {
}
.footer-nav-top {
}
.footer-nav-bottom {
}
ul.footer-nav {
margin-top: 26px;
}
ul.footer-nav li {
display: inline-block;
font-size: 14px;
line-height: 23px;
padding-right: 40px;
}
ul.footer-nav li a {
color: #2b3a42;                                              
}
ul.footer-nav li a:hover {
text-decoration: none;
}
.footer-right {
max-width: 125px;
text-align: left;
}
.footer-disclaimer {
}
.footer-disclaimer p {
}
/** STICKY CONTACT US **/
.sticky-btn-wrapper {
display: none;
position: fixed;
right: 50px;
bottom: 50px;
}
.sticky-btn-wrapper a.btn-rounded {
float: none;
display: block;
min-width: 138px;
min-width: auto;
box-shadow: 0px 0px 21px -8px rgb(0 0 0 / 66%);
}

/** - RESPONSIVE RULES - **/

@media only screen and (max-width: 1024px) {
  .main-contact {
    display: none;
  }
  .tab-wrapper {
    width: 132px;
    min-height: 200px;
    min-height: 210px;
  }
  .tab-title-image img {
    width: 95px;
    height: 95px;
  }
  .contact-form-container {
  	margin-right: 20px;
  }
}

/* Tablet Styles */
@media only screen and (max-width: 960px) {
  .main-logo img {
    width: 150px;
  }
  .main-menu {
    padding-left: 48px;
  }
  ul.primary-nav {
    margin-top: 24px;
  }
  ul.primary-nav li {
    font-size: 16px;
    padding: 0 15px 32px 15px;
  }
  .tab-body-image {
  }
  .body-center-indent {
    padding: 50px 30px;
    width: calc(100% - 60px);
  }
  .about-person-headshot {
    width: 150px;
  }
  #segment-health-filler {
  	display: none;
  }
  #segment-consumer-filler {
  	display: none;
  }
  .contact-address {
  	float: left;
  }
  .contact-phone-list {
  	float: left;
  	margin-top: 25px;
  	margin-left: 100px;
  }
  .segment-columns#contact-content {
  	flex-direction: column;
  }
  .segment-column-list#contact-info-column {
  	order: 2;
  }
  .segment-column-list#contact-form-column {
  	order: 1;
  	margin-bottom: 20px;
  }
  .body-reports-wrapper {
    padding: 50px 30px;
    width: calc(100% - 60px);
  }
  .body-reports-wrapper h3 {
  	text-align: center;
  }
  .body-reports-container {
  	flex-direction: column;
  }
  .report-summary {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 750px) {
  .main-navigation .container {
    justify-content: space-between;
  	width: calc(100% - 60px);
  	margin: 0;
  }
  .main-menu {
    position: fixed;
    left: -100%;
    top: 5rem;
    flex-direction: column;
    background: #fff;
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #e0e0e0;
  }
  ul.primary-nav {
  }
  ul.primary-nav li {
  	display: block;
  	width: 100%;
  }
  ul.primary-nav li#nav-contact {
  	display: block;
  }
  .main-menu.active {
  	left: 0;
  }
  .mobile-menu {
    display: block;
    cursor: pointer;
  }
  h2.hero-left-title {
    font-size: 48px;
    line-height: 64px;
    font-size: 36px;
    line-height: 50px;
  }
  .hero-right {
  	display: none;
  }
  .tab-wrapper {
    width: 132px;
    min-height: 200px;
    width: 84px;
    min-height: 140px;
    width: 96px;
    min-height: 150px;
  }
  .tab-title-image img {
    width: 95px;
    height: 95px;
    width: 65px;
    height: 65px;
    width: 70px;
    height: 70px;
  }
  .tab-title-text {
    font-size: 14px;
    padding: 10px 8px 0px;
    margin-bottom: 10px;
    font-size: 11px;
    padding: 8px 6px 0px;
    margin-bottom: 8px;
    font-size: 12px;
  }
  span#tab-title-preceding {
  	display: none;
  }
  .tab-body-right {
  	display: none;
  }
  .about-person-headshot {
    width: 120px;
  }
  .segment-columns {
  	flex-direction: column;
  }
  .segment-columns ul {
    margin-bottom: 0;
  }
  .contact-address {
  	float: none;
  }
  .contact-phone-list {
  	float: none;
  	margin-top: 0;
  	margin-left: 0;
  }
  .contact-form-container {
  	padding: 30px;
  }
  .body-bottom-content {
  	flex-direction: column;
  }
  .page-footer {
  	flex-direction: column;
  }
  ul.footer-nav li {
    padding-right: 20px;
  }
  .footer-right {
  	margin-top: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .tab-wrapper {
    width: 132px;
    min-height: 200px;
    width: 84px;
    min-height: 140px;
  }
  .tab-title-image img {
    width: 95px;
    height: 95px;
    width: 65px;
    height: 65px;
  }
  .tab-title-text {
    font-size: 14px;
    padding: 10px 8px 0px;
    margin-bottom: 10px;
    font-size: 11px;
    padding: 8px 6px 0px;
    margin-bottom: 8px;
  }
}

/* Mobile Styles (portrait) */
@media only screen and (max-width: 480px) {
  .tab-wrapper {
    width: 84px;
    min-height: 140px;
    width: 78px;
    min-height: 120px;
  }
  .tab-title-image img {
    width: 65px;
    height: 65px;
    width: 55px;
    height: 55px;
  }
  .tab-title-text {
    font-weight: 700;
    font-size: 11px;
    padding: 8px 6px 0px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 10px;
    padding: 6px 3px 0px;
    margin-bottom: 6px;
  }
  .tab-wrapper#tab-5 {
  	display: none;
  }
  .about-person {
  	flex-direction: column;
  }
  .report-summary {
    width: 300px;
  }
  ul.footer-nav li {
    display: block;
  }
}