@import url(https://fonts.googleapis.com/css?family=Roboto);
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
  background-color: #FFFFFF;
}

.top_box {
    width: 100%;
    background-color: #FFF;
    min-height: 350px;
    padding: 24px;
}

.logo_holder {
    display: block;
    width: 197px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    margin-bottom: 42px;
    background-size: cover;
    /* background-image: url("https://f.hubspotusercontent10.net/hubfs/7851312/idcm-infographic/bhg-logo.svg") ; */

}


.headline {
    display: block;
    position: relative;
    width: 735.1863px;
    height: 72.022px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("https://f.hubspotusercontent10.net/hubfs/7851312/idcm-infographic/headline.svg") ;
}

/*
.tag_holder {
    display: block;
    width: 251.4375px;
    height: 32.2942px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 34px;
    background-image: url("img/tagline.svg") ;
    bottom: 5%;
    text-align: center;
}
*/
h1 {
    font-size: 32px;
    line-height: 20px;
    color: #000;
    text-align: center;
  /*  max-width: 970px;*/
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}
p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    text-align: center;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px;
    padding-top: 24px;
}


h2.header_white {
    font-size: 24px;
    line-height: 28px;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0;
}

/*
.material-tabs {
  display: block;
  float: left;
  padding: 16px;
  padding-top: 0;
  width: 100%;
  max-width: 480px;
  left: calc(50% - 480px/2);
  position: relative;
  margin: 96px auto;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  border-radius: 2px;
}
*/
/*
.material-tabs {
    background-image: url("img/base.png");
    display: inline-block;
    padding: 0;
    width: 1080px;
    height: 1049px;
    position: relative;
    margin: 96px auto;
    margin-left: 10%;
    margin-right: 10%;
}
*/


.grad_background {
    display: block;
    width: 100%;
    min-height: 100%;
    position: relative;
    background: rgb(0,146,210);
    background: -moz-linear-gradient(180deg, rgba(0,146,210,1) 0%, rgba(0,51,73,1) 63%);
    background: -webkit-linear-gradient(180deg, rgba(0,146,210,1) 0%, rgba(0,51,73,1) 63%);
    background: linear-gradient(180deg, rgba(0,146,210,1) 0%, rgba(0,51,73,1) 63%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0092d2",endColorstr="#003349",GradientType=1);
    border-top: 5px solid #000000;
    padding-top: 34px;
}

.material-tabs {
    background-image: url("https://f.hubspotusercontent10.net/hubfs/7851312/idcm-infographic/base-2.png");
    display: block;
    padding: 0;
    width: 100%;
    height: 1249px;
    position: relative;
    margin: 18px auto;
   /* margin-left: 10%;*/
 /*   margin-right: 10%;*/
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.material-tab-1 {
    background-image: url("https://f.hubspotusercontent10.net/hubfs/7851312/idcm-infographic/mary.png");
    display: inline-block;
    padding: 0;
    width: 100%;
    height: 1249px;
    position: relative;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.material-tab-2 {
    background-image: url("https://f.hubspotusercontent10.net/hubfs/7851312/idcm-infographic/mark.png");
    display: inline-block;
    padding: 0;
    width: 100%;
    height: 1249px;
    position: relative;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.material-tab-3 {
    background-image: url("https://f.hubspotusercontent10.net/hubfs/7851312/idcm-infographic/kyle.png");
    display: inline-block;
    padding: 0;
    width: 100%;
    height: 1249px;
    position: relative;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

@media all and (max-width: 480px) {
  .material-tabs {
    max-width: 100%;
    left: 0;
  }
}
/*
.visible {
  position: relative;
  opacity: 1;
  width: 100%;
  height: auto;
  float: left;
  transition: opacity 0.35s ease;
  z-index: 3;
}
*/
.visible {
    position: relative;
    opacity: 1;
    width: 100%;
    height: auto;
    float: left;
    transition: opacity 0.35s ease;
    z-index: 3;
    top: -32px;
}

.hidden {
  position: absolute;
  opacity: 0;
  z-index: 0;
  transition: opacity 0s ease;
}
.hidden img {
  display: none;
}

[class*=tabbed-section-] {
  float: left;
  color: #000;
}

[class*=tabbed-section-] img {
  display: block;
  width: 100%;
  margin: auto auto;
}

.tabbed-section__selector {
    position: relative;
    height: 32px;
    top: 12px;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 100;
    padding: 0;
    margin: 0;
}
/*
.tabbed-section__selector {
    position: relative;
    height: 32px;
    top: 12px;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    z-index: 100;
}
*/

.tabbed-section__selector [class*=-tab-] {
    display: inline-block;
    height: 232px;
    line-height: 132px;
    width: 32%;
    text-align: center;
    background: none;
    font-weight: bold;
    text-decoration: none;
    color: black;
    font-size: 0px;
    margin-left: auto;
    margin-right: auto;
}
/*
.tabbed-section__selector [class*=-tab-] {
    display: inline-block;
    height: 132px;
    line-height: 32px;
    width: 132px;
    text-align: center;
    background: none;
    font-weight: bold;
    text-decoration: none;
    color: black;
    font-size: 0px;
    margin-left: 13.9%;
    margin-right: auto;
}
*/

/*
.tabbed-section__selector {
  position: relative;
  height: 32px;
  top: -31.2px;
  left: -16px;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}
*/

/*
.tabbed-section__selector [class*=-tab-] {
  float: left;
  display: block;
  height: 32px;
  line-height: 32px;
  width: 100px;
  text-align: center;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  color: black;
  font-size: 14px;
}
*/
.tabbed-section__selector [class*=-tab-].active {
  color: #4F2CCA;
}
.tabbed-section__selector a:first-child {
  border-top-left-radius: 2px;
}
.tabbed-section__selector a:last-of-type {
  border-top-right-radius: 2px;
}

.tabbed-section__highlighter {
  position: absolute;
  z-index: 10;
  bottom: 0;
  height: 2px;
  background: #4F2CCA;
  max-width: 100px;
  width: 100%;
  transform: translateX(0);
  display: none;
  left: 0;
  transition: transform 0.23s ease;
}


/*
.tabbed-section__selector-tab-3.active ~ .tabbed-section__highlighter {
  transform: translateX(200px);
}

.tabbed-section__selector-tab-2.active ~ .tabbed-section__highlighter {
  transform: translateX(100px);
}

.tabbed-section__selector-tab-1.active ~ .tabbed-section__highlighter {
  transform: translateX(0);
}
*/
.divider {
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 0px;
  margin: 8px 0;
  padding: 0;
  overflow: hidden;
  display: none;
}

@media (max-width:808px) {
.headline {
    display: block;
    position: relative;
    width: 435.1863px;
    height: 42.022px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("https://f.hubspotusercontent10.net/hubfs/7851312/idcm-infographic/headline.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-align: center;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px;
    padding-top: 16px;
}
    .tabbed-section__selector {
    position: relative;
    height: 32px;
    top: 12px;
    padding: 0;
    margin: 0;
    width: 90%;
    z-index: 100;
    padding: 0;
    margin: 0;
    margin-left: 6%;
}
}

@media screen and (max-width:1180px) {
    .material-tabs,.material-tab-1,.material-tab-2,.material-tab-3 {
    height: 100vw;
	}
    .grad_background {
    min-height: auto;
	}
}
@media screen and (max-width:500px) {
   .headline {
    width: 100% !important;
    height: 40px;
}
}
@media screen and (max-width:400px) {
   .headline {
    width: 100% !important;
    height: 33px;
}
}
@media screen and (max-width:300px) {
   .headline {
    width: 100% !important;
    height: 28px;
}
}
.form-mod.widget_1623871955762{
   overflow:inherit !important;
}