html,body {
  height: 100%;
}
body{
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
	font-weight:400;
	height: 100%;
	background-color:#000;
}
@font-face {
    font-family: 'helvetica_lt_compressedRg';
    src: url('../fonts/helvetica-lt-compressed-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-lt-compressed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_neue_ltheavy';
    src: url('../fonts/helvetica_neue_lt_85_heavy-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_neue_lt_85_heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_neue_ltheavy_italic';
    src: url('../fonts/helvetica_neue_lt_86_heavy_italic-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_neue_lt_86_heavy_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'phontphreaks_handwritingRg';
    src: url('../fonts/phontphreaks_handwriting-webfont.woff2') format('woff2'),
         url('../fonts/phontphreaks_handwriting-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'super_webcomic_bros.BdIt';
    src: url('../fonts/super_webcomic_bros._bold_italic-webfont.woff2') format('woff2'),
         url('../fonts/super_webcomic_bros._bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'super_webcomic_bros.bold';
    src: url('../fonts/super_webcomic_bros._bold-webfont.woff2') format('woff2'),
         url('../fonts/super_webcomic_bros._bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'super_webcomic_bros.regular';
    src: url('../fonts/super_webcomic_bros.-webfont.woff2') format('woff2'),
         url('../fonts/super_webcomic_bros.-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'Avenir-Black';
  src: url('../fonts/Avenir-Black.eot');
  src: url('../fonts/Avenir-Black.woff2') format('woff2'),
       url('../fonts/Avenir-Black.woff') format('woff'),
       url('../fonts/Avenir-Black.ttf') format('truetype'),
       url('../fonts/Avenir-Black.svg#Avenir-Black') format('svg'),
       url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Heavy';
  src: url('../fonts/Avenir-Heavy.eot');
  src: url('../fonts/Avenir-Heavy.woff2') format('woff2'),
       url('../fonts/Avenir-Heavy.woff') format('woff'),
       url('../fonts/Avenir-Heavy.ttf') format('truetype'),
       url('../fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg'),
       url('../fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Medium';
  src: url('../fonts/Avenir-Medium.eot');
  src: url('../fonts/Avenir-Medium.woff2') format('woff2'),
       url('../fonts/Avenir-Medium.woff') format('woff'),
       url('../fonts/Avenir-Medium.ttf') format('truetype'),
       url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg'),
       url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Roman';
  src: url('../fonts/Avenir-Roman.eot');
  src: url('../fonts/Avenir-Roman.woff2') format('woff2'),
       url('../fonts/Avenir-Roman.woff') format('woff'),
       url('../fonts/Avenir-Roman.ttf') format('truetype'),
       url('../fonts/Avenir-Roman.svg#Avenir-Roman') format('svg'),
       url('../fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
a{
	color:#dc842f;
	cursor:pointer;
}
a:hover, a:focus{
	color:#dc842f;
	text-decoration:underline;
}
section {
    min-height:calc(100vh - 135px);
}
/* width */
::-webkit-scrollbar {
-webkit-appearance: none;
  width: 5px;
  height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f6f6f6; 
  border-radius: 10px;
  height: 5px !important;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #716c69; 
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #716c69; 
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #929292;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #929292;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #929292;
}
:-moz-placeholder { /* Firefox 18- */
  color: #929292;
}
.main-container{
	background-color:#000;
	color:#000;	
	position:relative;
	min-height: calc(100vh - 135px);
}
header {position: fixed; left: 0; top: 0px; z-index: 999; right: 0px; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;}
.main-nav .navbar-brand {
    padding-top: 19px;
}
.main-nav {
    padding-left: 0px;
    padding-right: 0px;
	padding-top: 0px;
	padding-bottom:45px;
}
.main-nav .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 15px;
	background-color:#f2f1f1;
	padding:10px 20px!important;	
}
.main-nav .nav-link:hover {
    color: #e68231;
}
.main-nav .nav-link.active {
    color: #dc842f;
}
.top-nav {
    margin-bottom: 0px;
	position: relative;
}
.navbar-nav li.list-inline-item {
    margin: 0 -3px;
}
.navbar-nav li.list-inline-item:after {
    position: absolute;
    content: "";
    height: 41px;
    width: 1px;
    background: #d7d7d7;
    z-index: 99999;
    margin-top: -42px;
}
.sub-nav li.list-inline-item:after{
	content:none;
}
.sub-nav {
    margin-bottom: 0px;
	position: absolute;
    /*right: 20px;*/
	right:130px;
	color:#fff;
	margin-top:10px;
	width: 57%;
    text-align: center;
}
.sub-nav li {
    font-size: 14px;
    font-weight: 500;
	margin-left: 6px!important;
	margin-right: 4px!important;
	border-right: 1px solid #fff;
    padding-right: 10px;
    font-size: 15px;
    line-height: 15px;
}
.sub-nav.providernav li {
	border-right: 1px solid #000;
}
.sub-nav li:first-child {
    margin-left: 0px!important;
}
.sub-nav li:last-child{
	margin-right: 0px!important;
	border-right: 0px solid #fff;
}
.sub-nav li.active {
	color:#e68231;
}
.sub-nav.providernav li.active {
	color:#bf6c13;
}
.sub-nav li a, .sub-nav li a:hover{
	color:#fff;
	text-decoration:none;
}
.sub-nav.providernav li a, .sub-nav.providernav li a:hover {
    color: #000;
    text-decoration: none;
}
.sub-nav li.active a,.sub-nav li.active a:hover{
	text-decoration:none;
	color:#f7c896;
}
.sub-nav.providernav li.active a, .sub-nav.providernav li.active a:hover {
    text-decoration: none;
    color: #bf6c13;
}
#video-carousel .carousel-indicators{
	justify-content: right;
	margin-right:8%;
}
#video-carousel .carousel-indicators li {
    background: url("../Images/homedots.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
#video-carousel .carousel-indicators li.active {
    background: url("../Images/homedots-active.svg");
	background-repeat: no-repeat;
}
#video-carousel .carousel-item {
    transition: -webkit-transform .10s ease-in-out;
    transition: transform .10s ease-in-out;
    transition: transform .10s ease-in-out,-webkit-transform .10s ease-in-out;
}
.blaze-txt {
    font-size: 13px;
    color: #fff;
    line-height: 17px;
    width: 250px;
    position: absolute;
    left: 195px;
    top: 35px;
}
.blaze-txt .blzelogo {
    position: absolute;
    left: -85px;
    top: 35px;
}
.blaze-txt .blazebrk {
    position: absolute;
    left: -32px;
    top: 0px;
}
.blaze-txt a.blzlink {
    border-top: 1px solid #eea841;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    background-color: transparent;
    margin-top: 10px;
    padding-right: 7px;
    border-bottom: 1px solid #eea841;
    height: 22px;
    position: relative;
    line-height: 22px;
}
.blaze-txt a.blzlink img {
    margin-top: -3px;
}
.blaze-txt a.blzlink:hover {
    text-decoration: none;
}
.blaze-txt p {
    margin-bottom: 7px;
}
footer{
	background-color:#000;
	padding: 15px 0px;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    height: 135px;
	/*border-top: 1px solid #131313;*/
}
footer a, footer a:hover, footer a:focus{
	color: #fff;
	text-decoration:none;
}
.footer_list ul{
	padding:0px;
	margin:0px;
	list-style:none;
	text-align: right;
}
.footer_list ul li{
	display:inline-block;
	margin:2px 20px;
	font-weight: 500;
	text-align:center;
	vertical-align: top;
	line-height: 50px;
}
.footer_list ul li:last-child {
    margin-right: 0px;
}
.footer_list ul li a{
	color:#fff;
}
.footer_list ul li a:hover{
	text-decoration:none;
}
.footer_list ul li a img{
/*width: 20px;
margin-left: 6px;*/
	width:32px;
}
li.socialicons a{
	margin-right:10px;
}
li.socialicons a:last-child {
    margin-left: 50px;
	margin-right:0px;
}
li.socialicons a img {
    width: 19px!important;
}
.splash-content {
    position: absolute;
    top: 20%;
    z-index: 9;
    text-align: center;
    color: #fff;
    left: 20px;
    right: 0;
}
.splash-content p {
    font-family: 'phontphreaks_handwritingRg';
    font-size: 47px;
    line-height: 67px;
    margin-top: -150px;
}
.btn-knowmore {
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
}
.btn-knowmore:hover, .btn-knowmore:focus{
	color: #fff;
	text-decoration:none;
}
.mgtop{
	margin-top:200px;
}
.pro-blaze-txt {
    font-size: 13px;
    color: #fff;
    line-height: 17px;
    width: 250px;
    position: absolute;
    left: 90px;
    bottom: 210px;
    z-index: 99;
	font-family: 'Montserrat', sans-serif;
}
.pro-blaze-txt .blzelogo {
    position: absolute;
    left: -85px;
    top: 35px;
}
.pro-blaze-txt .blazebrk {
    position: absolute;
    left: -32px;
    top: 0px;
}
.orgtxt{
	color:#EA973E;
}
.carousel-caption.pro-carousel-caption {
    bottom: 30%;
    font-size: 31px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 36px;
	left: 0;
    right: 0;
	width: 38%;
}
#platform_videosec .carousel-caption.pro-carousel-caption{
	width: 41%;
	font-size: 29px;
}
.pro-splash {
    position: absolute;
    top: 0;
    z-index: 9;
    text-align: center;
    color: #fff;
    left: 0;
    right: 0;
    padding: 0;
    bottom: 0;
	background-color: rgba(0,0,0,0.3);
}
.pro-title {
    font-size: 34px;
    margin-top: 25%;
}
#story-carousel .pro-title{
	margin-top: 9%;
}
.pro-cont{
	position: absolute;
    bottom: 15px;
    right: 15px;
    text-align: center;
	font-family: 'Roboto', sans-serif;
    width: 35%;
    font-size: 17px;
	font-style:italic;
	font-weight:normal;
}
.providerbg{
	padding:200px 0;
	font-size: 15px;
    color: #05060f;
    font-family: 'Roboto', sans-serif;
	font-weight: bold;
    line-height: 24px;
}
.providerhhs{
	background-image:url("../Images/Providers-HospitalsHealthSystem.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position: right 70%;
}
.provideracobg{
	background-image:url("../Images/Providers-ACODCE.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position: right 70%;
}
.providercinbg{
	background-image:url("../Images/For-Providers-cin.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position: right bottom;
	padding-top: 150px;
}
.providerfqhbg{
	background-image:url("../Images/Providers-FQHCRHC.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position: right bottom;
}
.providerfqhbg:before, .providercinbg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.3);
}
.providerhhs:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
}
.providerbg h3 {
    font-size: 45px;
    color:#1b4a52;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.testimonialtxt{
	font-size:16px;
	color:#000;
	padding-top: 10%;
}
.testimonialtxt p span{
	color:#000;
}
.testimonialtxt p span.normtxt{
	color:#000;
	font-size:17px;
	font-weight:bold;
}
.fuse-logo{
	width:90px!important;
}
.quotefirst{
	position: absolute;
    left: -45px;
    top: -25px;
}
.quotesec{
	position: absolute;
    right: -40px;
    bottom: 0px;
}
.imp-text{
	padding:15px;
	font-size: 14px;
    line-height: 17px;
	position:relative;
	margin-top:65px;
}
.imp-text a{
	font-size: 16px;
    color: #F8B500;
    line-height: 19px;
}
.imp-text h3 {
    font-size: 25px;
	line-height: 30px;
    color: #FDB913;
    font-weight: 300;
}
.impactbg{
	background:transparent;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	padding:140px 0 20px 0;
	font-size: 16px;
    color: #fff;    
	font-weight: normal;
	z-index:9;
	min-height: calc(100vh - 135px);
}
.impact-wrdbg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
.impact-wrdbg{
	background-image:url("../Images/Our-impact-The-word.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	position: relative;
}
.impact-custbg{
	background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
}
.impact-fusebg h2{
	font-family: 'Avenir-Black';
	font-size:24px;
	color:#000;
	margin-bottom: 0;
    line-height: 48px;
}
.impact-fusebg{
	/*background-image:url("../Images/Our-impact-Fuse365.jpg");
	background-repeat:no-repeat;
	background-size:cover;*/
	background:#dcdbdb;
	position: relative;
}
.impact-box ul li {
	text-align: center;
	vertical-align: top;
	width: 10%;
    line-height: 14px;
}
.impact-box ul li p {
    font-size: 20px;
    color: #FAA61A;
    margin: 5px 0;
    line-height: 27px;
    font-weight: 300;
}
.impact-box ul li span {
	font-size: 11px;
	color: #fff;	
	font-weight:400;
}
.imp-text p span {
    background-color: #faa61a;
    padding: 7px 21px 6px;
    border-radius: 8px;
    color: #000;
}
.plat-txt {
    position: absolute;
    z-index: 9;
    width: 100%;
    margin-top: -10px;
}
.impact-box .list-inline-item:not(:last-child) {
    margin-right: .2rem;
}
.normaltext{
	font-size:24px;
	line-height: 29px;
}
.impact-box {
    background-color: #42342c;
    padding: 15px 37px 9px;
    border: solid 1px #5e3e1c;
    border-radius: 8px;
}
.impactbg h4{
    font-size: 20px;
    color: #f6cc46;
    line-height: 30px;
	margin-bottom:20px;
}
.imp-blaze-txt.wrd-top{
	top:115px;
	bottom:auto;
}
.imp-blaze-txt{
	font-size: 13px;
    color: #fff;
    line-height: 17px;
    width: 250px;
    position: absolute;
    right: 72px;
    bottom: 190px;
    z-index: 99;
    text-align: right;
	font-family: 'Montserrat', sans-serif;
}
.imp-blaze-txt .blazebrk {
    position: absolute;
    right: -25px;
    top: 0px;
}
.imp-blaze-txt .blzelogo {
    position: absolute;
    right: -70px;
    top: 35px;
}
.imp-content {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    margin-bottom: 20px;
	/*height: calc(100vh - 350px);
    overflow-y: auto!important;
	padding-right: 50px;*/
}
.impact-custbg .imp-content{
	height: calc(100vh - 350px);
    overflow-y: auto!important;
	padding-right: 0px;
}
.imp-content p {
    margin-bottom: 5px;
}
.imp-content span {
    color: #FDCB04;
}
.imp-content a {
    color: #fff;
	font-size:20px;
}
.imp-content a:hover, .imp-content a:focus {
    color: #fff;
	text-decoration:none;
}
.impact-custbg .imp-content {
    height: calc(100vh - 300px);
}
.btm-15{
	bottom:15px;
}
.ourstorybg{
	background-image:url("../Images/Our-Story-posturebg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	padding:100px 0 100px 0;
	font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
	font-weight: normal;
	min-height: calc(100vh - 135px);
}
.innovbg {
    background-image: none;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    width: 100%;
}
.crewbg{
	/*background-image:url("../Images/ourstory-crew-bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;*/
	background: transparent;
    position: absolute;
    top: 0;
    z-index: 99;
	width: 100%;
}
.fusebg{
	background-image:url("../Images/fuse-img-Collage2025.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	padding:160px 0 100px 0;
	font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
.fusebox ul li a {
    color: #000;
}
.fusebox ul li a:hover, .fusebox ul li a:hover{
    color: #000;
	text-decoration:none;
}
.ourstorybg h4 {
    font-size: 19px;
    color: #fff;
    line-height: 30px;
}
.sublist-nav{
	text-align:center;
	margin-top:20px;
	background-color: #ea973e;
    border-radius: 6px;
	border:1px solid #ea973e;
}
.sublist-nav li{
	font-weight: 500;
    margin-left: 0px!important;
    margin-right:0px!important;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 15px;
	font-family: 'Montserrat', sans-serif;
	background-color:#ea973e;
}
/*.sublist-nav li:first-child{
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}*/
.sublist-nav li a {
    color: #000;
    text-decoration: none;
	padding-right: 17px;
    padding-left: 17px;
    border-right: 1px solid #291e18;
}
.sublist-nav li a:hover {
    color: #000;
    text-decoration: none;
}
.sublist-nav li.active a, .sublist-nav li.active a:hover {
    text-decoration: none;
    color: #faa61a;
}
/*.sublist-nav li:last-child{
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}*/
.sublist-nav li:last-child a{
	border-right:none;
}
.sublist-nav li.active {
    background-color: #291e18;
}
.sublist-nav li:first-child.active {
    background-color: #291e18;
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.sublist-nav li:last-child.active {
    background-color: #291e18;
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.hide {
  display: none;
}
.top-115 {
    top: 115px;
}
.crew_holder img {
	width: 100%;
}
.crew-block {
    position: relative;
    /*min-height: 380px;*/
    margin-bottom: 20px;
}
.crew_desc {
	position: absolute;
    bottom: 0;
    color: #fff;
    background: url(../Images/crew_head_bg.png);
	background-position: top!important;
    padding: 10px 15px;
    height: 82px;
    overflow: hidden;
    border: none;
    transition: all 0.6s ease-in-out;
    background-size: auto;
    background-repeat: repeat;
    background-position: 0;
}
.crew-display .crew_desc {
	bottom:auto;
	bottom:0;
    height: auto;
    border: 1px solid #000;
    background: rgba(0,0,0,0.8);
    min-height: 266px;
	z-index:9;
}
.crew_holder {
	cursor: pointer;
	border: 2px solid #000;
}
.crew_desc h3 {
	font-family: 'Roboto', sans-serif;
	font-weight:300!important;
	font-size:16px!important;
	color:#fff!important;
	text-transform: uppercase;	
	border-bottom: 2px solid #fa8b39;
	margin-top: 0;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.crew_desc p.crew_occ {
    font-family: 'Roboto', sans-serif;
	font-weight:300;
    font-size: 13px;
    margin-bottom: 6px;	
	opacity: 1;
}
.crew_desc p {
    font-size: 12px;
    line-height: 16px;
    opacity: 0;
}
.crew-display .crew_desc p {
	opacity: 1;
}

.platformbg{
	background: transparent;
    position: absolute;
    padding: 100px 0 20px 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    top: 0;
    width: 100%;
	height: 100%;
    z-index: 9;
}
.plattechbg{
	background: transparent;
    position: absolute;
    padding: 120px 0 20px 0;
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    top: 0;
    width: 100%;
	height: 100%;
    z-index: 9;
}
.plattechbg:before {
    background: rgba(0,0,0,.7)!important;
	content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
}
.platformbg h4 {
    font-size: 19px;
    color: #fff;
    line-height: 30px;
}
.platformbg:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.7);
}
.appscontent ul li {
    margin-bottom: 15px;
}
.applist li{
	font-size:11px;
	text-align:center;
	line-height:13px;
	vertical-align: text-top;
	margin-left: 10px!important;
    margin-right: 10px!important;
	color: rgba(255,255, 255, 1);
	cursor:pointer;
	font-weight: bold;
}
.applist li.active {
    color: rgba(255,255, 255, 1);
}
.applist li img {
    margin-bottom: 5px;
	width:30px;
}
.scrl-txt {
    /*height: 600px;
    overflow-y: scroll;
	padding-right:20px;*/
}
.scrl-txt h5{
	font-size: 21px;
    color: #e68231;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;	
}
.platformbg h5 {
    font-size: 21px;
    color: #e8913e;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.orgtitle {
    font-size: 14px;
    color: #e68231;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.mediabg {
    background-image: url(../Images/bg-media.png);
    background-size: 100%;
    background-position: top right;
    padding: 100px 0 100px 0;
    background-repeat: no-repeat;
}
.mediacontainer {
    font-size: 20px;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
    padding-bottom: 30px;
}
.mediabox{
	border:1px solid #ff8400;
	border-radius: 10px;
  background-color:rgba(255,255,255,0.8);
  padding:20px 25px;
  margin-bottom:15px;
  font-size: 22px;
    line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}
.mediacontainer a{
	color:#ff7200;
	text-decoration:underline;
}
.mediacontainer h2 {
    font-size: 33px;
    color: #e68230;
	font-weight:normal;
}
.mediabox p{
	margin-bottom:0px;
}
.mediabox p.subtxt{
	font-size: 17px;
	font-weight:normal;
}
.mediabox .imgleft{
	float:left;
	width:25px;
	margin-right:20px;
}
.mediabox .textright{
	float:left;
	width:90%;
}
.careerbg {
    background-color: #eed6c3;
    background-image: url(../Images/careerbg.png);
    background-position: top right;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    padding:160px 0 100px 0;
}
.careers-content{
	margin-top:20px;
}
.careers-content h2{
	font-size:33px;
	color:#402e1f;
}
.careers-content p{
	margin-bottom:39px;
	font-size:20px;
}
.career-box{
	border:1px solid #ff8400;
	padding:25px 30px 15px 30px;
	border-radius:10px;
	background-color:rgba(255, 255, 255, 0.8);
	font-size:18px;
	line-height:30px;
	color:#000;
	margin-bottom:15px;
}
.career-box h2{
	font-size:24px;
	font-weight:500;
}
.career-box p{
	margin-bottom:10px;
}
.linktxt{
	color:#c17e32;
	font-size:19px;
	line-height:30px;
	margin-bottom:0px!important;
}
.linktxt a{
	color:#c17e32;
	text-decoration:underline;
}
.linktxt a:hover{
	color:#c17e32;
	text-decoration:none;
}
#career-cont .imp-blaze-txt{
	color:#000;
}
.privacycontainer h3{
    font-size: 29px;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    color: #ea973e;
}
.subtitle {
    font-size: 29px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    color: #ea973e;
}
.fusecontainer {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 40px;
}
.fusecontainer .subtitle {
    font-size: 23px;
    line-height: 24px;
}
.fusecontainer .wordbox ul {
    padding-left: 0px;
	padding-top:50px;
	padding-bottom:50px;
}
.fusecontainer .wordbox ul li{
	color:#E68231;
	font-size: 18px;
	line-height: 28px;
}
.wordbox a {
    color: #000;
    font-size: 22px;
    line-height: 25px;
}
.wordbox a:hover {
    color: #000;
    text-decoration:none;
}
.wordbox h3{
	font-size:27px;
	line-height:40px;
	color:#e68231;
	font-family: 'Roboto', sans-serif;
}
.wordbox p, .wordbox ul li{
	font-size:22px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	line-height:30px;
}
.wordbox ul{
	padding-left:10px;
}
.wordbox ul li{
    background-image: url("../Images/caret-right-fill.png");
	padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left 7px;
    list-style: none;
    line-height: 28px;
    background-size: 7px 12px;
}
.northstarbg{
	background-image:url("../Images/northstar-bg.jpg");
	background-repeat:no-repeat;
	background-size: 100% auto;
    background-position: top right;
	padding:100px 0 100px 0;
	font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
.northcontainer{
	font-size:15px;
	line-height:25px;
	font-family: 'Roboto', sans-serif;
	padding-top:30px;
    padding-bottom: 30px;
	color:#fff;
	font-weight:300;
	font-style:italic;
}
.northcontainer h3{
	font-size:23px;
	line-height:28px;
	font-weight:300;
	font-style:italic;
}
.northbox{
	padding:30px 30px 0 30px;
	background-color:transparent;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	font-style:normal;
	margin-bottom:20px;
	height:100%;
	border:1px solid #ff8400;
	border-radius:8px;
}
.taskcontent{
	padding-top:50px;
	padding-bottom:30px;
}
.taskcontent h4{
	font-size:44px;
	color:#ea973e;
	margin-bottom:0px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-style:normal;
}
.vaultbg{
	background: url(../Images/bg-the-vault.jpg) #000 bottom no-repeat;
    background-color: #271a0f;
    background-size: cover;
    min-height: 690px;
    /* min-height: 768px; */
    padding: 119px 0 0 15px;
    color: #FFF;
    line-height: 23px;
    background-repeat: repeat;
    background-position: 0 0;
}
.imagebox {
  background: transparent;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 100%;
}

.imagebox img {
  opacity: 1;
  border-radius:8px;
  border:1px solid #555454;
}

.imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: #fff;
  font-size: 27px;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  left: 0px;
  padding: 20px 15px;
  position: absolute;
  text-align: center;
  width: 100%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.imagebox a{
	cursor:pointer;
}
.vaultbg .imp-content {
    height: calc(100vh - 260px);
}
.vlt-thinkbox h4{
	color: #ffca43;
    font-size: 16px;
}
.vlt-thinkbox{
	color: #FFF;
	margin:20px 10px 20px 0;
}
.bridge-cancel {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 30px;
    background: transparent;
    position: relative;
	font-family: 'Roboto', sans-serif;
	opacity: 0.8;
	height:100%
}
.bridge-cancel h2 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0px;
	font-weight:300;
}
.bridge-cancel li {
    position: relative;
    margin-bottom: 10px;
    line-height: 21px;
    list-style: none;
    padding-left: 30px;
}
.bridge-cancel a{
	color: #FDCB04;
	text-decoration:none;
}
.bridge-cancel a:hover{
	color: #FDCB04;
	text-decoration:underline;
}
.bridge-cancel li:before {
    background-image: url(../Images/listicon.png);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
}
.btn-unlock {
    background-color: #c25200;
    font-size: 19px!important;
    padding: 15px 90px!important;
    opacity: 1!important;
    border-radius: 5px!important;
    color: #fff!important;
}
.insightsbg {
    background: url(../Images/insights-bg.jpg) #000 top no-repeat;
    /* background-color: #271a0f; */
    background-size: 100% auto;
    min-height: 768px;
    padding: 119px 0 0 15px;
    color: #FFF;
    line-height: 23px;
}
.FormUnlock .modal-content{
	background-color: #403f3f;
    border: 1px solid #818080;
    border-radius: 5px;
	font-family: 'Roboto', sans-serif;
}
.FormUnlock button.close{
	opacity:1;
}
.FormUnlock .modal-title{
	font-size: 27px;
    font-weight:300;
	color:#fff;
	width: 100%;
}
.FormUnlock .modal-body {
    padding: 15px 50px 30px 50px;
}
.FormUnlock .form-control {
    height: 50px;
	background-color: #919191;
    border: none;
    border-radius: 8px;
	color:#000;
	font-size:18px;
}
.FormUnlock .form-control:focus, .FormUnlock .form-control:hover{
	outline:0;
	box-shadow:none;
}
img:focus, img:hover{
	outline:0;
}
.FormUnlock .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:rgba(0,0,0,1);
}

.FormUnlock .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:rgba(0,0,0,1);
}

.FormUnlock .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color:rgba(0,0,0,1);
}
.FormUnlock .modal-header{
    border-bottom: 0px;
}
.FormUnlock button.close {
    position: absolute;
    right: 15px;
}
.btn, .btn:focus, .btn:hover, button, button:focus, button:hover {
    outline: 0;
	box-shadow:none;
}
.healthylogo {
    height: 50px;
    margin-left: 15px;
    margin-top: 6px;
}
.FeaturedContainer {
	font-family: 'Roboto', sans-serif;
	margin-top: 30px;
	background-color: transparent;
    padding: 20px;
	background-color: rgba(255,255,255,0.7);
}
.FeaturedContainer h4 {
    /* color: #ccc; */
    color: #000;
    font-size: 37px;
    font-weight:300;
}
.feature-wrap {
    /* width: 70%; */
    width: 100%;
    /* margin: 9% 0 6% 0; */
    margin: 5% 0 5% 0;
	padding-left: 20%;
}
.quotes-img1 {
    position: absolute;
    margin-top: -20px;
	z-index: -1;
}
p.second-quote {
    text-align: left;
    margin-left: 3%;
    font-size: 23px;
    margin-right: 0%;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 3%;
	font-weight:400;
    color: #000;
}
.quotes-img2 {
    /*float: right;*/
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(270deg);
    /* margin: -69px 50px 0px 0; */
    margin: -80px 0px 0px 0;
	z-index: -1;
    position: absolute;
    right: 0;
}
.top_desc {
    margin-left: 4%;
}
.Desc1 {
    color: #000;
    width: 35%;
    font-size: 23px;
    font-weight: 400;
    border-bottom: 1px solid #dc842f;
}
.Desc2 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.leadershipbg {
    background: url(../Images/leadership_bg_img.png) #271a0f left repeat-x;
    background-color: #271a0f;
    background-size: cover;
    padding-top: 20px;
    color: #FFF;
    border-bottom: 1px solid #676767;
}
.leadershipContant p {
    font-size: 16px;
	font-weight:300;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
}
.CustomerUnlock{
	padding:0px;
}
.CustomerUnlock .modal-content{
	background-color: #403f3f;
    border: 1px solid #818080;
    border-radius: 5px;
	font-family: 'Roboto', sans-serif;
}
.CustomerUnlock button.close{
	opacity:1;
}
.CustomerUnlock button.close {
    position: absolute;
    right: 18px;
	top: 15px;
}
.CustomerUnlock .modal-body {
    padding: 0px;
}
.CustomerUnlock .modal-body img{
    border-radius:4px;
}

/*------------customer trailblazer css--------------*/

.cust_timeline {
	background: url("../Images/customer/line-cust-may2025-bg.png");
    height: 4125px;
    width: 1000px;
    /*left: 50%;*/
    background-position: center;
    position: relative;
    /*transform: translate(-50%);*/
    background-size: 991px 100%;
    background-repeat: no-repeat;
	margin:0 auto;
	margin-top:195px;
	/*margin-top: 52px;*/
}
.cust_timeline_width {
    width: 100%;
    left: 0px;
    position: relative;
    top: 15px;
    float: left;
    height: 272px;
}
.timeline-1strow, .timeline-2ndrow, .timeline-3trdrow, .timeline-4throw, .timeline-5throw, .timeline-6throw, .timeline-7throw, .timeline-8throw, .timeline-9throw, .timeline-10throw, .timeline-11throw, .timeline-12throw, .timeline-13throw, .timeline-14throw, .timeline-15throw, .timeline-16throw{
	width:100%;
	height: 275px;
    top: 0;
    position: absolute;
}
.cust_timeline_top, .cust_timeline_bot{
	width: 25%;
    float: left;
	left:0px;
	position:relative;
	text-align:center;
}
.cust_timeline_top span, .cust_timeline_bot span{
	font-size:20px;
	color:#fff;
	font-weight:300;
}
.timeline-1strow .cust_timeline_bot {
    margin-top: 15px;
    margin-left: 0;
}
.timeline-1strow .cust_timeline_bot.fst-prof {
    margin-left: 70px;
}
.timeline-1strow .cust_timeline_top.fst-prof {
    margin-top: -155px;
	margin-left: -17px;
}
.timeline-1strow .cust_timeline_top.scnd-prof {
    margin-top: -327px;
    margin-left: 426px;
}
.timeline-2ndrow .cust_timeline_bot.scnd-prof {
    margin-top: 15px;
    margin-left: -58px;
}
.timeline-2ndrow .cust_timeline_top.fst-prof {
    margin-top: -135px;
    margin-left: -27px;
}
.timeline-2ndrow .cust_timeline_bot.fst-prof {
    margin-top: 12px;
    margin-left: 121px;
}
.timeline-2ndrow .cust_timeline_top.scnd-prof {
    margin-left: -37px;
    margin-top: -130px;
}
.timeline-3trdrow .cust_timeline_bot.scnd-prof {
    margin-top: 10px;
    margin-left: 145px;
}
.timeline-3trdrow .cust_timeline_top.fst-prof {
    margin-top: -187px;
    margin-left: -73px;
}
.timeline-3trdrow .cust_timeline_bot.fst-prof {
    margin-top: -17px;
    margin-left: 168px;
}
.timeline-3trdrow .cust_timeline_top.scnd-prof {
    margin-left: -40px;
    margin-top: -145px;
}
.timeline-4throw .cust_timeline_bot.scnd-prof {
    margin-top: 8px;
    margin-left: -80px;
}
.timeline-4throw .cust_timeline_top.fst-prof {
    margin-top: -160px;
    margin-left: -25px;
}
.timeline-4throw .cust_timeline_bot.fst-prof {
    margin-top: 8px;
    margin-left: 168px;
}
.timeline-4throw .cust_timeline_top.scnd-prof {
    margin-left: 816px;
    margin-top: -358px;
}
.timeline-5throw .cust_timeline_bot.scnd-prof {
    margin-top: 5px;
    margin-left: 178px;
}
.timeline-5throw .cust_timeline_top.fst-prof {
    margin-top: -137px;
    margin-left: -110px;
}
.timeline-5throw .cust_timeline_bot.fst-prof {
    margin-top: 5px;
    margin-left: 21px;
}
.timeline-5throw .cust_timeline_top.scnd-prof {
    margin-left: -97px;
    margin-top: -152px;
}
.timeline-6throw .cust_timeline_bot.scnd-prof {
    margin-top: 1px;
    margin-left: -26px;
}
.timeline-6throw .cust_timeline_top.fst-prof {
    margin-top: -152px;
    margin-left: -57px;
}
.timeline-6throw .cust_timeline_bot.fst-prof {
    margin-top: 0px;
    margin-left: 150px;
}
.timeline-6throw .cust_timeline_top.scnd-prof {
    margin-left: -80px;
    margin-top: -167px;
}
.timeline-7throw .cust_timeline_top.fst-prof {
    margin-top: -158px;
    margin-left: -75px;
}
.timeline-7throw .cust_timeline_bot.fst-prof {
    margin-left: 170px;
    margin-top: 0px;
}
.timeline-7throw .cust_timeline_bot.scnd-prof {
    margin-left: -63px;
    margin-top: 0px;
}
.timeline-7throw .cust_timeline_top.scnd-prof {
    margin-left: -35px;
    margin-top: -165px;
}
.timeline-8throw .cust_timeline_top.fst-prof {
    margin-top: -163px;
    margin-left: -20px;
}
.timeline-8throw .cust_timeline_bot.fst-prof {
    margin-left: 123px;
    margin-top: -5px;
}
.timeline-8throw .cust_timeline_bot.scnd-prof {
    margin-left: 523px;
    margin-top: -190px;
}
.timeline-8throw .cust_timeline_top.scnd-prof {
    margin-left: 790px;
    margin-top: -362px;
}
.timeline-9throw .cust_timeline_top.fst-prof {
    margin-top: -189px;
    margin-left: -55px;
}
.timeline-9throw .cust_timeline_bot.fst-prof {
    margin-left: 160px;
    margin-top: -8px;
}
.timeline-9throw .cust_timeline_bot.scnd-prof {
    margin-left: 580px;
    margin-top: -180px;
}
.timeline-9throw .cust_timeline_top.scnd-prof {
    margin-left: 778px;
    margin-top: -348px;
}

.timeline-1strow .cust_timeline_bot span {
    position: absolute;
    top: -35px;
    left: 46px;
}
.timeline-10throw .cust_timeline_top.fst-prof {
    margin-top: -337px;
    margin-left: 398px;
}
.timeline-10throw .cust_timeline_bot.fst-prof {
    margin-left: 160px;
    margin-top: -8px;
}
.timeline-10throw .cust_timeline_bot.scnd-prof {
    margin-left: 580px;
    margin-top: -178px;
}
.timeline-10throw .cust_timeline_top.scnd-prof {
    margin-left: 780px;
    margin-top: -351px;
}
.timeline-11throw .cust_timeline_top.fst-prof {
    margin-top: -353px;
    margin-left: 417px;
}
.timeline-11throw .cust_timeline_bot.fst-prof {
    margin-left: 170px;
    margin-top: -12px;
}
.timeline-11throw .cust_timeline_bot.scnd-prof {
    margin-left: 595px;
    margin-top: -192px;
}
.timeline-11throw .cust_timeline_top.scnd-prof {
    margin-left: 765px;
    margin-top: -358px;
}
.timeline-12throw .cust_timeline_top.fst-prof {
    margin-top: -353px;
    margin-left: 417px;
}
.timeline-12throw .cust_timeline_bot.fst-prof {
    margin-left: 170px;
    margin-top: -16px;
}
.timeline-12throw .cust_timeline_bot.scnd-prof {
    margin-left: 595px;
    margin-top: -192px;
}
.timeline-12throw .cust_timeline_top.scnd-prof {
    margin-left: 765px;
    margin-top: -370px;
}
.timeline-13throw .cust_timeline_top.fst-prof {
    margin-top: -361px;
    margin-left: 361px;
}
.timeline-13throw .cust_timeline_bot.fst-prof {
    margin-left: 170px;
    margin-top: -18px;
}
.timeline-13throw .cust_timeline_bot.scnd-prof {
    margin-left: 595px;
    margin-top: -179px;
}
.timeline-13throw .cust_timeline_top.scnd-prof {
    margin-left: 765px;
    margin-top: -350px;
}
.timeline-14throw .cust_timeline_top.fst-prof {
    margin-top: -340px;
    margin-left: 360px;
}
.timeline-14throw .cust_timeline_bot.fst-prof {
    margin-left: 145px;
    margin-top: -23px;
}
.timeline-14throw .cust_timeline_bot.scnd-prof {
    margin-left: 575px;
    margin-top: -183px;
}
.timeline-14throw .cust_timeline_top.scnd-prof {
    margin-left: 765px;
    margin-top: -342px;
}
.timeline-15throw .cust_timeline_top.fst-prof {
    margin-top: -350px;
    margin-left: 360px;
}
.timeline-15throw .cust_timeline_bot.fst-prof {
    margin-left: 185px;
    margin-top: -24px;
}
.timeline-15throw .cust_timeline_bot.scnd-prof {
    margin-left: 555px;
    margin-top: -192px;
}
.timeline-15throw .cust_timeline_top.scnd-prof {
    margin-left: 765px;
    margin-top: -360px;
}
.timeline-16throw .cust_timeline_top.fst-prof {
     margin-top: -173px;
    margin-left: 360px;
}
.timeline-16throw .cust_timeline_bot.fst-prof {
    margin-left: 185px;
    margin-top: -24px;
}
.timeline-16throw .cust_timeline_bot.scnd-prof {
    margin-left: 555px;
    margin-top: -26px;
}
.timeline-16throw .cust_timeline_top.scnd-prof {
    margin-left: 765px;
    margin-top: -356px;
}
 
.timeline-1strow .cust_timeline_bot span {
    position: absolute;
    top: -35px;
    left: 46px;
}
.timeline-1strow .cust_timeline_top.fst-prof span {
    margin-top: 15px;
    margin-left: 16px;
}
.timeline-1strow .cust_timeline_top.scnd-prof span {
    left: 85px;
}
.timeline-1strow .cust_timeline_bot.scnd-prof span {
    margin-left: 44px;
}
.timeline-1strow .cust_timeline_bot.fst-prof span {
    margin-left: 42px;
}
.timeline-2ndrow .cust_timeline_bot.fst-prof span {
    margin-left: 35px;
}
.timeline-2ndrow .cust_timeline_top.fst-prof span {
    margin-left: 23px;
}
.timeline-2ndrow .cust_timeline_bot.scnd-prof span {
    margin-left: 35px;
}
.timeline-2ndrow .cust_timeline_top.scnd-prof span{
	margin-left: 30px;
}
.timeline-4throw .cust_timeline_top.scnd-prof span{
	margin-left: 30px;
	margin-top: 25px;
}
.timeline-3trdrow .cust_timeline_bot.scnd-prof span{
	margin-left: 40px;
}
.timeline-3trdrow .cust_timeline_top.scnd-prof span{
	margin-left: 30px;
}
.timeline-3trdrow .cust_timeline_bot.fst-prof span{
	margin-left:30px;
}
.timeline-3trdrow .cust_timeline_top.fst-prof span{
	margin-left: 25px;
    margin-top: 10px;
}
.timeline-4throw .cust_timeline_bot.scnd-prof span{
	margin-left:37px;
}
.timeline-4throw .cust_timeline_top.fst-prof span{
	margin-left:30px;
	margin-top: 10px;
}
.timeline-4throw .cust_timeline_bot.fst-prof span{
	margin-left:30px;
}
.timeline-5throw .cust_timeline_bot.scnd-prof span{
	margin-left:30px;
}
.timeline-5throw .cust_timeline_top.scnd-prof span{
	margin-left:25px;
}
.timeline-5throw .cust_timeline_bot.fst-prof span{
	margin-left:35px;
}
.timeline-5throw .cust_timeline_top.fst-prof span{
	margin-left:25px;
	margin-top: -10px;
}
.timeline-6throw .cust_timeline_top.scnd-prof span {
    margin-top: 10px;
    margin-left: 25px;
}
.timeline-6throw .cust_timeline_bot.scnd-prof span{
	margin-left:30px;
}
.timeline-6throw .cust_timeline_bot.fst-prof span {
    margin-left: 30px;
}
.timeline-6throw .cust_timeline_top.fst-prof span {
    margin-left: 30px;
}
.timeline-7throw .cust_timeline_bot.fst-prof span {
    margin-left: 30px;
}
.timeline-7throw .cust_timeline_bot.scnd-prof span {
    margin-left: 40px;
}
.timeline-7throw .cust_timeline_top.fst-prof span {
    margin-left: 30px;
}
.timeline-7throw .cust_timeline_top.scnd-prof span{
    margin-left: 30px;
}
.timeline-8throw .cust_timeline_bot.fst-prof span {
    margin-left: 30px;
}
.timeline-8throw .cust_timeline_bot.scnd-prof span {
    margin-left: 37px;
}
.timeline-8throw .cust_timeline_top.fst-prof span {
    margin-left: 30px;
}
.timeline-8throw .cust_timeline_top.scnd-prof span{
    margin-left: 20px;
    top: 195px;
}
.timeline-9throw .cust_timeline_bot.fst-prof span {
    margin-left: 30px;
}
.timeline-9throw .cust_timeline_bot.scnd-prof span {
    margin-left: 37px;
}
.timeline-9throw .cust_timeline_top.fst-prof span {
    margin-left: 25px;
    margin-top: 25px;
}
.timeline-9throw .cust_timeline_top.scnd-prof span{
    margin-left: 20px;
    top: 195px;
}
.timeline-10throw .cust_timeline_bot.fst-prof span {
    margin-left: 30px;
}
.timeline-10throw .cust_timeline_bot.scnd-prof span {
    margin-left: 37px;
}
.timeline-10throw .cust_timeline_top.fst-prof span {
    margin-left: 25px;
    margin-top: 5px;
}
.timeline-10throw .cust_timeline_top.scnd-prof span{
    margin-left: 20px;
    top: 195px;
}
.timeline-11throw .cust_timeline_bot.fst-prof span {
    margin-left: 30px;
}
.timeline-11throw .cust_timeline_bot.scnd-prof span {
    margin-left: 37px;
}
.timeline-11throw .cust_timeline_top.fst-prof span {
    margin-left: 25px;
    margin-top: 5px;
}
.timeline-11throw .cust_timeline_top.scnd-prof span{
    margin-left: 20px;
    top: 195px;
}
.timeline-12throw .cust_timeline_bot.fst-prof span {
    margin-left: 30px;
}
.timeline-12throw .cust_timeline_bot.scnd-prof span {
    margin-left: 37px;
}
.timeline-12throw .cust_timeline_top.fst-prof span {
    margin-left: 25px;
    margin-top: 5px;
}
.timeline-12throw .cust_timeline_top.scnd-prof span{
    margin-left: 20px;
    top: 195px;
}
.timeline-13throw .cust_timeline_bot.fst-prof span {
    margin-left: 30px;
}
.timeline-13throw .cust_timeline_bot.scnd-prof span {
    margin-left: 37px;
}
.timeline-13throw .cust_timeline_top.fst-prof span {
    margin-left: 25px;
    margin-top: 23px;
}
.timeline-13throw .cust_timeline_top.scnd-prof span{
    margin-left: 20px;
    top: 195px;
}
.timeline-14throw .cust_timeline_bot.fst-prof span {
    margin-left: 30px;
}
.timeline-14throw .cust_timeline_bot.scnd-prof span {
    margin-left: 37px;
}
.timeline-14throw .cust_timeline_top.fst-prof span {
    margin-left: 25px;
    margin-top: 5px;
}
.timeline-14throw .cust_timeline_top.scnd-prof span{
    margin-left: 20px;
    top: 195px;
}
.timeline-15throw .cust_timeline_bot.fst-prof span {
    margin-left: 30px;
}
.timeline-15throw .cust_timeline_bot.scnd-prof span {
    margin-left: 37px;
}
.timeline-15throw .cust_timeline_top.fst-prof span {
    margin-left: 25px;
    margin-top: 5px;
}
.timeline-15throw .cust_timeline_top.scnd-prof span{
    margin-left: 20px;
    top: 195px;
}
.timeline-16throw .cust_timeline_bot.fst-prof span {
    margin-left: 30px;
}
.timeline-16throw .cust_timeline_bot.scnd-prof span {
    margin-left: 37px;
}
.timeline-16throw .cust_timeline_top.fst-prof span {
    margin-left: 25px;
    margin-top: 5px;
}
.timeline-16throw .cust_timeline_top.scnd-prof span{
    margin-left: 20px;
    top: 195px;
}
 




.cust_timeline_top span{
	position: absolute;
    top: 186px;
    width: 80px;
    left: 62px;
}
.cust_timeline_bot span {
    position: absolute;
    top: -35px;
    left: 58px;
}
.quotation_up{
	margin-bottom: 5px;
}
.quotation_up img{
	width: 18px;
    height: 18px;
	}
.quotation_up:after{
position: relative;
    content: "";
    height: 1px;
    background-color: #f7c896;
    width: 75%;
    margin-left: 25px;
    display: block;
    margin-top: -3px;
}
.quotation_down img{
width: 18px;
    height: 18px;
    float: right;
    position: relative;
    right: 12%;
    bottom: 13px;
}
.quotation_down:before{
position: relative;
    content: "";
    height: 1px;
    background-color: #f7c896;
    width: 80%;
    margin-left: 3px;
    display: block;
    margin-top: -10px;
}
.quotation_down{
	margin-bottom: 20px;
}
.subnav-right{
	text-align:right !important;
}
.card-body {
    font-size: 19px!important;
    font-family: 'Roboto', sans-serif!important;
    line-height: 25px!important;
}
#payersection h6 {
    font-size: 50px;
    line-height: 52px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
#payersection p{
	    margin: 0 auto;
    margin-bottom: 20px;
    width: 60%;
}
.payers-overviewlist {
    margin-bottom: 70px;
}
.payers-overviewlist ul {
    margin: 0px;
    padding: 0px;
}
.payers-overviewlist ul li {
    background-image: url(../Images/payers-list-icon.png);
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: left 5px;
    list-style: none;
    background-size: 23px 13px;
    font-size: 16px;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
	color: #fff;
}
.payers-overviewlist ul li span {
    font-size: 25px;
    color: #f57d00;
}
.forarchitecturebg{
	background: transparent;
    position: absolute;
    padding: 160px 0 20px 0;
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    top: 0;
    width: 100%;
	height: 100%;
    z-index: 9;
}
.forarchitecturebg:before {
    background: rgba(0,0,0,.7)!important;
	content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
}
.forarchitecturebg img {
    position: relative;
}
.forpayerbg{
	background: transparent;
    position: absolute;
    padding: 160px 0 20px 0;
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    top: 0;
	bottom: 0;
    width: 100%;
	height:100%;
    z-index: 9;
}
.forpayerbg:before {
    background: rgba(0,0,0,.7)!important;
	content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
}
.patientcont ul li{
    background-image: url("../Images/patient-list.png");
	padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left 7px;
    list-style: none;
    line-height: 23px;
    background-size: 19px 18px;
	color:#000;
	margin-bottom: 15px;
}
.patient-buildbg{
	background-image: none;
    background-color: transparent;
    padding: 160px 0 20px 0;
    position: absolute;
    font-size: 15px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    top: 0;
    width: 100%;	
}
.patient-differbg{
	background-image: none;
    background-color: transparent;
    padding: 160px 0 20px 0;
    position: absolute;
    font-size: 15px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    top: 0;
    width: 100%;	
}
.engage-txt{
	width: 57px;
    margin-right: 5px;
}
.w_iconpad0{
	padding: 0px;
    text-align: center;
}
.what_icon, .why_icon, .how_icon, .key_icon{
	    border-bottom: 1px solid  #7f7e7e;
}
.why_icon img{
	    position: relative;
    top: 11px;
	width:185px;
}
.key_icon img{
	    position: relative;
    top: 22px;
}
.border_bottom1{
	    text-align: center;
    margin-top: -45px;
    margin-bottom: 15px;
}
.border_bottom2{
	margin-bottom: 15px;
}
.border_bottom3{
	    margin-top: -6px;
    margin-bottom: 15px;
}
.patientcont ul {
    padding-left: 0px;
    padding-right: 20px;
}
.pttext{
	font-size:22px;
	color:#000;
}
/*------------blazespeak-------------*/
.blazebox_group{
  float:left;
  width:100%;
}
.blazebox_list{
	    float: left;
    padding: 10px;
    background: #ea973e;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	position: absolute;
   /*bottom: -85px;
   bottom: -101px;*/
	 bottom: -5px;	
    z-index: 9;
	width:185px;
	transition: 0.3s ease-in;
	
}
.blazebox_list ul{
    margin: 0px;
    padding: 0px;
}
.blazebox_list ul li{
    list-style: none;
    color: #fff;
    font-size: 12px;
    background: #45322b;
    margin-bottom: 10px;
	padding:7px;
	 border-radius:5px;
	 cursor: pointer;
}
.blazebox_list ul li a{
	color:#fff;
		 cursor: pointer;
}
.blazebox_list ul li a:hover{
	color:#fff;
	text-decoration:none;
}
.blazebox_list ul li p{
	font-size:12px;
	margin-bottom:0px;
}
.li5 span {
    font-size: 15px;
	font-weight:500;
}
.li5 span.green {
    color:#98c254;
}
.li5 span.blue {
    color:#51a9db;
}
/* .index_bg1{
	background:url(../Images/indexbg1.png);
} */
.activeclass{
	background:#000 !important;
}
.activeclass::after{
transform: rotate(270deg);
    content: "";
    position: absolute;
    /* top: 15%; */
    right: 0px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.listdiv_one{
float: left;
    width: 30%;
    position: absolute;
    bottom: -40px;
    z-index: 9;
    left: 185px;
    border: 1px solid #ea973e;
    background: #000;
    padding: 10px;
    border-radius: 10px;
}
.listdiv_six{
float: left;
    width: 30%;
    position: absolute;
    bottom: -40px;
    z-index: 9;
    left: 185px;
    border: 1px solid #ea973e;
    background: #000;
    padding: 10px;
    border-radius: 10px;
}
.modal_title_one{
	font-size:15px;
	color:#fff;
}
.moadl_close_icon{
    position: absolute;
    top: 5px;
    right: 15px;
	z-index:9;
}
.moadl_close_icon img{
width:14px;
cursor: pointer;
}
.modalform{
	background: #ea973e;
	border:1px solid #ea973e;
	color:#000;
	margin-bottom:5px;
	border-radius:5px;
}
.modalform:focus{
	background: #ea973e;
	border:1px solid #ea973e;
	color:#000;
	margin-bottom:5px;
	border-radius:5px;
}
.modalform::placeholder {
  color:#010101;
}
.padd_right5{
	padding-right:5px;
}
.padd_left5{
	padding-left:5px;
}
.bottom_btn{
text-align: center;
    margin-top: 10px;
}
.rdmbtn{
	background:#7b5429;
    color: #fff;
    font-size: 12px;
}
.rdmbtn:hover{
	color:#fff;
}
.listdiv_two{
    float: left;
    width: 30%;
    position: absolute;
    bottom: -20px;
    z-index: 9;
    left: 185px;
    border: 1px solid #ea973e; 
    padding: 10px;
    border-radius: 10px;
    background: url(../Images/bridge_curve.png) #000 no-repeat bottom right;
}
.listdiv_four{
    float: left;
    width: 30%;
    position: absolute;
    bottom: -80px;
    z-index: 9;
    left: 185px;
    border: 1px solid #ea973e; 
    padding: 10px 15px;
    border-radius: 10px;
    /*background: url(../Images/bridge_curve.png) #000 no-repeat bottom right;*/
	background-color: #000;
}
.listdiv_four p {
    margin-top: 15px;
}
.blaze-imp-box span{
	font-size:36px;
	color:#fff;
}
.blaze-imp-box {
    border-right: 1px solid #fff;
    padding: 10px;
	height: 100%;	
	font-size: 14px;
    color: #d9a66f;
}
.btm-border{
	border-bottom: 1px solid #fff;
}
.mto_width{
	width:90%;
	margin-bottom:0px;
}
.mto_width2{
	width:95%;
	margin-bottom:0px;	
}
.listdiv_three{
	float: left;
    width: 38%;
    position: absolute;
    bottom: -30px;
    z-index: 9;
    left: 185px;
    border: 1px solid #ea973e; 
    padding: 10px;
    border-radius: 10px;
    background: url(../Images/blaze_arrows.png) #000 no-repeat bottom 5% right 5%;
}
.listdiv_three p{
	font-size:15px;
}
.blaze_icon_logo{
	position:absolute;
	top:-88px !important;
}
#blazeicon2{}
#blazeicon1{}
.blaze_bracket{
	position: absolute;
    top: -108px;
    left: -15px;
}
.quote_group{
float: left;
    width: 25%;
    position: absolute;
    bottom: 10%;
    right: 0px;
    z-index: 9;
    color: #fff;
}
.quote_group_content{
	position: relative;
    bottom: 20px;
}
.quote_group_content img{
	width: 55px;
}
.quote_group_content p{
    line-height: 22px;
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
	margin-right:30px;
	line-height:27px;
}
.qut1{
	position: absolute;
    top: -15px;
	left:0px;
}
.qut2{
	position: absolute;
    right: 25px;
    bottom: -25px;
}
.quote_bottom{
	position: relative;
    bottom: 10px;
}
.qbtext{
	float: right;
    width: 50%;
    text-align: center;
	margin-right: 15px;
}
.qbtext p{
	color:#ea973e;
	font-size:17px;
	margin-bottom:0px;
}
.sm_text{
	color:#fff !important;
	font-size:14px !important;
}
.blazebox_list_left{
	left:-9% ;
}
#blazeicon2{
	cursor:pointer;
}
/*----------*/
.fusebox {
    background-color: #f1f1f1;
    padding: 15px;
    height: 350px;
    overflow-y: scroll;
	-webkit-overflow-scrolling: auto;
	font-size: 15px;
    color: #000;
    font-family: 'Avenir-Roman';
    font-weight: normal;
	margin-bottom:30px;
}
.fusebox h4 {
    font-size: 16px;
    color: #6b422a;
	font-family: 'Avenir-Black';
    margin-bottom: 0px;
}
.blogcont a {
    color: #36679c;
    font-size: 16px;
	font-family: 'Avenir-Heavy';
	line-height: 21px;
}
.blogcont a:hover, .blogcont a:focus{
	text-decoration:none;
	color: #36679c;
}
.fusebox ul li{
	margin:10px 5px;	
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
	width:28%;
}
.fusebox ul li p{
	background-color:#dcdbdb;
    padding: 20px 20px 30px 20px;
	width: 100%;
    margin-bottom: 5px;
	position:relative;
}
.fusebox ul li p span {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.streamtitle img{
	margin-right:7px;
}
.episodelink a{
	margin-right:20px;
	font-size:18px;
	font-family: 'super_webcomic_bros.regular';
	color:#fff;
}
.episodelink a img{
	margin-right:5px;
}
.episodergtlink{
	text-align:right;
}
.episodergtlink a{
	margin-left:20px;
}
.brd-btmline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
}
.fusebox h5{
	font-family: 'super_webcomic_bros.regular';
	font-size:32px;
	margin-top:15px;
}
.fusebox h5 span{
	font-size:20px;
}
.blogcont{
	border-bottom: 1px solid #dcdbdb;
	margin: 0px 5px 15px 5px;
	padding-bottom: 15px;
}
.blogcont h6 {
    font-size: 13px;
    margin-bottom: 5px;
    color: #494968;
	font-family: 'Avenir-Heavy';
}
.blogcont p {
    font-size: 13px;
    margin-bottom: 5px;
    color: #7e7e82;
	font-family: 'Avenir-Medium';
	line-height: 15px;
}
.blogcont p.datetxt {
    font-size: 13px;
    color: #a9b1bb;
	font-family: 'Avenir-Heavy';
}
.blaze_float_index{
	float:left;
	width:100%;
	position:absolute;
	bottom:27%;
	z-index:99;
}
.blaze_float{
	float:left;
	width:100%;
	position:fixed;
	bottom:18%;
	z-index:99;
}
.blazeactive {
    left: 0% !important;
}
.txt-small {
    font-size: 9px;
	position: absolute;
    right: 15px;
    bottom: 10px;
}
.pat-txt{
	position:absolute;
	bottom:25px;
	z-index:9;
}
.topnav{
	position: absolute !important;
    top: 0;
    float: left;
    width: 100%;

}
.topnavhide{
	display:none;
}
.blazefloathide{
	display:none;
}
.headerclass{
	position:relative;
	top:0px;
	left:0px;	
}
.topnavoverlay{
		background: rgb(0 0 0 / 12%);
    padding-bottom: 20px;
}
.fusemodalpopup .modal-title {
    font-size: 21px;
    color: #6b422a;
	font-family: 'Avenir-Black';
}
.fusemodalpopup .modal-content {
    border-radius: 0px;
}
.fusemodalpopup .modal-header {
    border-bottom: none;
	padding-bottom: 0px;
}
.fusemodalpopup .modal-body{
	font-family: 'Avenir-Roman';
  font-size: 15px;
  color:#000;
  height: 80vh;
    overflow-y: scroll;
}
.fusemodalpopup.unlockpopup .modal-body{
	font-family: 'Avenir-Roman';
  font-size: 15px;
  color:#000;
  height: auto;
    overflow-y: auto;
	padding:30px;
	padding-top: 0px
}
.fusemodalpopup .modal-body p strong{
	font-family: 'Avenir-Black';
  font-size: 17px;
  color:#6b422a;
}
.footbox {
    background-color: #e8e8e8;
    padding: 15px;
    font-family: 'Avenir-Roman';
    font-size: 19px;
}
.footbox .addtext{
	font-family: 'Avenir-Roman';
    font-size: 16px;
	color:#000;
}
.footbox .addtext span{
	font-family: 'Avenir-Black';
    font-size: 18px;
}
.brd-rgt{
	border-right: 1px solid #dcdbdb;
}
.fusemodalpopup .modal-body ul {
	  list-style: none;
	  margin: 0;
    padding-left: 15px;
    margin-bottom: 10px;
	}
	.fusemodalpopup .modal-body ul li::before {
	  content: "\2022";
	  color: #e7963f;
	  font-weight: bold;
	  display: inline-block; 
	  width: 1em;
	  margin-left: -1em;
	}
	.fusemodalpopup .modal-body p {
    margin-bottom: 10px;
}
.impact-fusebg{
	padding-top: 130px;
}
.footbox a{
color:#000;
}
.footbox a:hover, .footbox a:focus{
color:#000;
text-decoration:none;
}
.fusebox h4{
	line-height: 21px;
}
.fusebox ul li p {
    background-color: #e3e3e3;
	}
	
.posturebox {
    padding: 40px;
    background: #efefef;
    color: #000;
    font-size: 18px;
    font-family: 'Avenir-Roman';
    line-height: 30px;
}
.posturebox ol {
    padding-left: 20px;
}
.seelink{
	/*margin-top:30px;*/
	text-align:right;
	position: relative;
    z-index: 99;
    margin-bottom: 0;
}
.seelink a{
	color: #000;
    font-size: 23px;
    font-family: 'Avenir-Medium';
    line-height: 30px;
}
.seelink a:hover, .seelink a:focus{
	text-decoration:none;
	color: #000;
}
.bridge-vid-sec h2{
	color: #fff;
    font-size: 68px;
    font-family: 'Roboto';
	font-weight:300;
    line-height: 75px;
	margin-bottom:40px;
	margin-top:90px;
}
.carousel-caption.bridge-vid-sec {
    bottom: 18%;
	font-size: 29px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.bridge-vid-sec .seelink a{
	font-size: 22px;
    font-family: 'Roboto';
	font-weight:300;
	color:#fff;
}
.cust-vid-sec h2{
	color: #000;
    font-size: 29px;
    font-family: 'Avenir-Roman';
    line-height: 50px;
	margin-bottom:10px;
	text-align: center;
}
.cust-story-sec h2{
	color: #fff;
    font-size: 27px;
    font-family: 'Avenir-Roman';
    line-height: 50px;
	margin-bottom:10px;
	text-align: center;
}
.blkleft .seelink a{
	color:#fff;
}
.cust-story-sec, .cust-vid-sec {
    height: calc(100% - 60px);
}
.cust-vid-sec .row, .cust-story-sec .row{
	height: calc(100% - 90px);
}
.cust-story-sec .custbox{
	/*border-right: 1px solid #727272;*/
    padding: 20px;
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 25px;
	text-align:center;
    background-color: transparent;
    /*height: calc(100% - 90px);*/
    font-weight: normal;
	color:#fff;
}
.cust-story-sec .custbox a:hover, .cust-story-sec .custbox a:focus{
	text-decoration:none!important;
}
.custbox span{
	color:#000;
	font-size:14px;
	font-weight:normal;
}
.custbox span.pos{
	color: #000;
    font-size: 16px;
    font-weight: 600;
}

.custbox{
	border-right: 1px solid #000;
    padding: 20px;
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 17px;
    text-align: left;
    background-color: transparent;
    /*height: calc(100% - 90px);*/
    font-weight: 600;
}
.custbox img{
	/*margin-top:-80px;*/
}
.blkoverlay:before{
	content:'';
	position:absolute;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.3);
}
.btn-unlock {
    background-color: #ea973e;
    font-size: 21px!important;
    font-family: 'Avenir-Black';
    line-height: 27px;
}
.unlockpopup .form-control {
    background-color: #e8e8e8;
    border-radius: 0px;
    border: none;
    font-size: 23px;
    font-family: 'Avenir-Roman';
    line-height: 35px;
    color: #929292;
}
.form-control:hover, .form-control:focus {
	outline:0;
	box-shadow:none;
}
.bounce-icon{
	 width: 100%;
    /* float: left; */
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -16px;
    /*background: #232022;*/
    margin-top: -36px;
}  
.bounceiconhide{
	display:none;
}
.imp-tilebg {
    margin-bottom: 20px;
    background-color: rgba(108, 69, 26, 0.8);
    padding: 15px 25px;
	font-size: 16px;
    font-family: 'Montserrat';
    line-height: 20px;
}
.imp-tilebg span{
	color:#ffe491;
	font-size:16px;
	font-weight:500;
}
.imp-tilebg span strong{
	font-size:22px;
	font-weight:500;
}
.impwordbox{
	margin-bottom: 20px;
    background-color: #42342c;
    padding: 20px;
	border:1px solid #a78566;
	height:100%;
	font-size: 16px;
    font-family: 'Montserrat';
    line-height: 20px;
	cursor:pointer;
}
.impwordbox span{
	color:#f6cc46;
	font-size:14px;
	font-weight:500;
}
.impwordbox span strong{
	font-size:16px;
	font-weight:500;
}
.impwordbox.active{
    background-color: #000;
}
.brd-rgt-line{
	border-right:1px solid #fff;
}
.brd-rgt-line::after{
content: '';
    height: 21px;
    width: 21px;
    position: absolute;
    background-color: rgb(87 58 26);
    top: 45%;
    right: -11px;
    border-top: white solid 1px;
    border-left: white solid 1px;
    transform: rotate(135deg);
}
.appscontent{
	height: calc(100vh - 250px);
    overflow-y: auto!important;
    padding: 0px;
	overflow-x: hidden;
}
.second_section{
	/*background-image: url("../Images/customer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
	padding: 50px 0px;*/
}
.valErr {
    font-size: 10px;
    color: #c25200;
}
.carousel-caption.bridge-vid-sec img {
    width: 170px;
}
.custom_testmonial{
    padding-top: 15px;
}
.custom_testmonial ul{
	list-style: none;
    padding: 0;
    margin: 0px;
}
.custom_testmonial ul li{ 
     display: inline-block;
   width: 15px;
    height: 15px;
    background: #000;
    border-radius: 50%;
	cursor:pointer;
	border: 1px solid rgba(255, 255, 255, 0.4);
}
.listactiveclass{
	background:#fff !important;
}
.fusemainbg{
	background-color: #f1f1f1;
    padding: 10%;
    margin-bottom: 50px;
}
.ourthinkbg{
	background-image:url('../Images/ourthinkbg.png');
	background-repeat:no-repeat;
	background-position:top;
	background-size:contain;
	padding: 130px 0 50px 0;
    margin-bottom: 30px;
}
.ourthinkbg h3{
	font-family:'Roboto', sans-serif;
  font-size: 41px;
  font-weight: 300;
  line-height: 1.74;
  color: #ea973e;
}
.think-list{
	font-family:'Roboto', sans-serif;
	color:#FFF; 
	border-bottom: 1px solid #727272;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 15px;
	padding-bottom: 15px;
}
.think-list p{
	margin-bottom:0px;
}
.think-list h4{
	color:#f8cd65; 
	font-size:18px;	
	line-height:24px;
	margin-bottom: 0px;
}
.think-list-cont{
	font-family:'Roboto', sans-serif;
	color:#FFF; 
	border-bottom: 1px solid #727272;
    font-weight: 300;
    font-size: 15px;
	line-height:24px;
    margin-bottom: 15px;
	padding-bottom: 15px;
	position:relative;
}
.think-list-cont h3{
	color:#f8cd65; 
	font-size:18px;	
	line-height:24px;
	margin-bottom: 0px;
}
.think-list-cont strong{
	font-weight:600;
}
.think-list-cont a{
	color:#f8cd65;
}
.think-list-cont a:hover, .think-list-cont a:focus{
	color:#f8cd65;
	text-decoration:underline;
}
.think-list-cont .sub-title{
	font-weight:300;
	font-style:italic;
}
.think-list-cont ul {
    padding-left: 0px;
}
.think-list-cont ul li{
	list-style:none;
}
.ourthinkbg .carousel-indicators{
	justify-content: right;
}
.ourthinkbg .carousel-indicators li{
	width: 10px;
    height: 10px;
	background-color: #4a4a4a;
	border-radius: 50%;
	opacity: 1;
}
.ourthinkbg .carousel-indicators .active {
    background-color: #d18737;
}
.second_section .blkleft{
	background-color:#000; padding: 100px 30px 10px 30px;
}
.second_section .blkright{
	background-color:#f4b244; padding: 100px 30px 10px 30px;
}
.brd-rgt-0{
	border-right:none!important;
}
.second_section h1{
	position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    z-index: 9;
    padding-top: 35px;
    padding-bottom: 15px;
    font-size: 39px;
    font-family: 'Avenir-Roman';
    line-height: 50px;
	left:0px;
	right:0px;
	padding-left:10px;
}
.second_section h1 span{
	color:#000;
	padding-right: 10px;
	text-align:right;
}
.bounce-icon2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.prev-link{
	position: absolute;
    left: -30px;
    top: 3px;
	cursor:pointer;
}
.think-list a{
	cursor:pointer;
}
#successfull-care-cordination .nav-tabs .nav-link.active {
    color: #f8cd65;
    background-color: transparent;
    border-color: #f8cd65 #f8cd65 #f8cd65;
}
#successfull-care-cordination .nav-tabs {
    border-bottom: 1px solid #f8cd65;
}
#successfull-care-cordination .nav-tabs .nav-link:focus, #successfull-care-cordination .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.ourthinkbg:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}
.plat-logo {
    position: absolute;
    right: 15px;
	top: 60px;
}
.expand-txt{
	margin-top:20px;
}
.expand-txt a{
	color:#ea973e;
	text-decoration:underline;
}
.expand-txt a:hover, .expand-txt a:focus {
	color:#ea973e;
	text-decoration:none;
}
.fuse-bigimg{
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.click-tenyears, .click-story, .click-nick, .click-ben, .click-key{
	cursor:pointer;
}
.platbtm-img {
    position: absolute;
    bottom: -15px;
    right: 0;
    z-index: 6;
}
#BlazefloatForm #sucess_msg {
    text-align: center;
}
#BlazefloatForm {
    min-height: 290px;
}
.blacklogo{
		display:block;
	}
	.whitelogo{
		display:none;
	}
/*	.second_section, .blkoverlay {
    display: none;
}*/
.desk-video{
		display:block;
	}
	.mob-video{
		display:none;
	}
	.imggroup1{
	padding-left:5px;
	padding-right:5px;
}
.imggroup2{
	margin-left: 0px!important;
	padding-left:5px;
	padding-right:5px;
}
.removedate{
	display:none;
}
.mv{
	display:none;
}
.mvadd{
	display:block;
}
.privacycontainer {
    font-size: 16px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 40px;
}
.privacycontainer a{
	color:#ea973e;
}
.privacycontainer a:hover, .privacycontainer a:focus{
	color:#ea973e;
	text-decoration:none;
}
.privacycontainer ul li{
	margin-bottom:15px;
}
 .privacycontainer .small{
	/*color:rgba(0, 0, 0, 0.7);*/
	color: rgba(255, 255, 255, 0.7);
 }
.privacycontainer .subtitle{
	margin-top:30px;
	line-height: 35px;
 }
 #customer-trailblazer {
    padding-left: 15%;
}
.cust_timeline img {
    cursor: pointer;
}
.impact-fusebg h2 img {
    height: 80px;
}
.menu-desk-none{
		display:none;
	}
/*----------responsive-----------------*/

@media (min-width:1441px){
	.home-hgt{
	min-height:100vh!important;
}
.home-hgt video{
	width: 100vw;
  height: 100vh;
   object-fit: cover;
}
}
@media (max-width:1199px){
.main-nav .nav-link{
	font-size: 14px;
}

}
@media (max-width:1024px){
	.navbar-nav li.list-inline-item {
    margin: 0 -7px;
}
	.blaze_float_index{
		bottom: 10px;
	}
	.blazebox_list{
		/*width:25%;*/
		left:-164px;
	}
	.listdiv_one, .listdiv_two, .listdiv_three, .listdiv_four{
		width: 40%;
    left: 185px;
	}
	.blaze_float{
		bottom:25%;
	}
	.cust-story-sec h2, .cust-vid-sec h2{
		font-size: 27px;
	}
	button.navbar-toggler img{
		width:50px;
	}
	button.navbar-toggler{
		padding:0px;
		margin-right: 20px;
	}
	button.navbar-toggler:focus {
    border: none;
    outline: 0;
}

.main-nav .nav-link{
	font-size: 12px;
}
.applist li{
	margin-left: 5px!important;
    margin-right: 5px!important;
}
img#blaze {
    width: 70px;
}
.carousel-caption.bridge-vid-sec {
    bottom: 0;
}
.sub-nav{
	width:67%;
}
.sublist-nav li a{
	padding-right: 2px;
    padding-left: 2px;
}
.forpayerbg, .impactbg, .forarchitecturebg{
	padding: 110px 20px 20px 20px;
}
}
@media (max-width:991px){
	.topnavhide{
		display:block!important;
	}
	/*.topnav {
    position: relative !important;
	}*/
	.navbar-nav li.list-inline-item:after {
    position: absolute;
    content: none;
    height: 1px;
    width: 100%;
    background: #d7d7d7;
    z-index: 99999;
    margin-top: -39px;
}
.bounceiconhide {
    display: none!important;
}
.bounce-icon2 {
    display: none!important;
}
.second_section, .blkoverlay {
    display: block!important;
}
.second_section .blkleft {
    background-color: #000;
    padding: 100px 10px 10px 10px;
}
.second_section .blkright {
    background-color: #f4b244;
    padding: 100px 10px 10px 10px;
}
.navbar-nav li.list-inline-item {
    margin: 0 0px;
}
.blaze-txt {
    display: none;
}

	.cust-story-sec h2, .cust-vid-sec h2 {
    font-size: 19px;
	line-height: 25px;
	}
	.second_section h1{
		font-size: 29px;
		line-height: 31px;
	}
	.cust-story-sec .custbox, .custbox{
		padding:10px;
		font-size:12px;
	}
	.custbox span.pos{
		font-size:14px;
	}
	.custbox span {
    font-size: 12px;
	}
.main-nav .navbar-brand {
    padding-left: 15px;
}
.footer_list ul li a img.w-auto {
    width: 50px!important;
}
.navbar-nav li.list-inline-item {
    margin-right: 0px;
    width: 100%;
	border-right:0px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
}
.sub-nav {
    position: relative;
    right: 0px;
    margin-top: 0px;
    padding-left: 30px;
    background-color: #f2f1f1;
	width: 100%;
    text-align: left!important;
}
.navbar-nav .sub-nav li.list-inline-item{
	border-right:0px solid #d7d7d7;
	border-bottom:0px solid #d7d7d7;
	margin-left: 0px!important;
    margin-right: 0px!important;
}
.sub-nav li a, .sub-nav li a:hover{
	color:#000;
	text-decoration:none;
	font-size:12px;
}
.sub-nav li:first-child {
    margin-left: 6px!important;
}
.sub-nav li:last-child {
    margin-bottom: 15px!important;
}
.carousel-caption.pro-carousel-caption {
    bottom: 10%;
    font-size: 18px;
    line-height: 21px;
}
.impact-box ul li{
	width: 25%;
}
.imp-text {
    padding: 0;
	font-size: 8px;
}
.impact-box{
	padding: 15px 7px 9px;
}
.impact-box ul li p {
    font-size: 14px;
}
.impact-box ul li span {
    font-size: 10px;
}
.imp-blaze-txt {
    display: none;
}
.FeaturedContainer h4{
	font-size: 25px;
}
.feature-wrap{
	padding-left:5%;
}
p.second-quote{
	font-size: 14px;
    line-height: 17px;
}
.Desc1{
	width:100%;
	font-size: 18px;
}
.Desc2 {
    font-size: 14px;
}
.patient-buildbg, .patient-differbg {
    position: relative;
    /*background: url(../Images/patient-videobg.png);
    background-size: cover;*/
    margin-top: -20px;
    padding: 20px;
}
.engage-txt {
    position: relative;	 
}
.forpayerbg, .forarchitecturebg {
    position: relative;
	/*background: url(../Images/For-Payers-bg.jpg);
    background-size: cover;
    margin-top: -20px;
    padding: 20px;*/
}
.quote_group{
	width:35%;
}
.pro-title {
    font-size: 14px;
    margin-top: 25%;
}
.pro-cont{
	width:90%;
}
.pro-cont, .quote_group_content p{
	font-size:12px;
}
.qbtext p{
	font-size:12px;
}
.innovbg{
	position: relative;
	padding:20px!important;
}
.fusebox h2{
	font-size: 25px;
}
.fusebox h4 {
    font-size: 14px;
    line-height: 20px;
}
.storylineimg {
    background-size: 80px;
}
.trainingvideoicon{
	background-size: 30px;
}
.streamtitle img {
    height: 24px;
}
.swimstreamimg {
    background-size: 40px;
}
.blogiconimg {
    background-size: 30px;
}
.fusebox h5 {
	font-size: 21px;
}
.fusebox h5 span {
    font-size: 14px;
}
.impact-fusebg{
	padding-top: 100px!important;
}
.impactbg.impact-custbg {
    position: absolute;
    padding: 160px 0 20px 0;
}
.providerfqhbg{
	background-position: left top;
}
.platformbg, .plattechbg, .impactbg {
    position: relative;
    padding: 20px;
}
.bridge-vid-sec h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.carousel-caption.bridge-vid-sec {
    bottom: 90px;
}
.blkoverlay video{
	/*width: 100vw;
  height: 100vh;
   object-fit: cover;*/
}
.seelink {
    margin-top: 0px;
    margin-bottom: 0;
}
.impact-wrdbg {
    padding: 120px 0px 50px 0px;
}
.crewbg{
	position: relative;
    padding: 0px;
}
.plat-logo {
    position: relative;
    text-align: right;
    right: 15px;
	top: 0px;
	margin-bottom: 20px;
}
.fuse-bigimg{
	width:100%;
}
.footer_list ul li{
	margin: 2px 10px;
}
.impactbg{
	padding:120px 0px 50px 0px;
	position: relative;
}
.mob-video-sec{
		position:absolute;
		margin-top:80px;
	}
	.vid-height{
		padding-top:100px;
	}
}

@media (max-width:767px){
	.home-hgt{
		min-height:auto!important;
	}
	.home-hgt video{
	width: 100%;
  height: 100%;
   object-fit:contain;
}
	/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f6f6f6; 
  border-radius: 10px;
}
	.menu-desk-none{
		display:block;
	}
	.desk-video{
		display:none;
	}
	.mob-video{
		display:block;
	}
	.blaze_bracket {
    width: 100px;
	top: -86px;
    left: -50px;
	display:none;
}
	.pro-blaze-txt {
    display: none;
}
	.blacklogo{
		display:none;
	}
	.whitelogo{
		display:block;
	}
	.main-nav{
		padding-bottom:0px;
	}
	.second_section h1 {
    position: relative;
	}
	.second_section h1 span {
    color: #fff;
	padding-left: 0;
}
.second_section .blkleft, .second_section .blkright {
    padding: 20px;
}
.cust-story-sec .custbox {
    border-right: none;
	height:auto;
	line-height: 19px;
}
.platbtm-img {
    position: relative;
}
.cust-vid-sec .row, .cust-story-sec .row {
    height: auto;
}
.cust-story-sec, .cust-vid-sec {
    height: auto;
}
.cust-story-sec h2 {
    margin-bottom: 20px;
}
.blaze_float_index {
    bottom: -27%;
}
	
	section {
    min-height: auto;
}
#video-carousel {
   /* height: 400px;*/
}
.appscontent {
    height: auto;
}
.FeaturedContainer{
	margin-top:0px;
}
.pro-splash {
   /* position: relative;
	top: -60px;*/
}
#story-carousel .pro-title {
    margin-top: 30%;
}
.carousel-item, .carousel-inner {
    height: 100%;
}
.carousel-caption.pro-carousel-caption {
    bottom: 10%;
    font-size: 18px;
    line-height: 21px;
	width:100%;
}
	.footer_list ul li{
	margin: 2px 5px;
}
.footer_list ul{
	text-align:left;
}
.splash-content{
	left: 0;
    right: 0;
    position: relative;
    top: -7px;
    background-color: #fff;
    padding: 20px 10px;
	background-image: url(../Images/patient-videobg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.splash-content p {
    font-size: 27px;
    line-height: 37px;
    margin-top: -100px;
}
li.socialicons {
    margin-top: 5px!important;
}
footer{
	font-size: 12px;
    line-height: 18px;
	padding: 15px 0;
}
.footer_list ul li {
    margin: 2px 7px;
}
.quotesec {
    right: 0;
    width: 50px;
}
.quotefirst {
    left: 0;
    width: 50px;
}
.appscontent ul {
    margin-left: 0;
    padding-left: 20px;
    margin-top: 10px;
}
.careerbg {
    background-position: bottom left;
}
.careers-content {
    padding: 0 40px;
}
.careers-content h2 {
    font-size: 23px;
}
.careers-content p {
    font-size: 18px;
}
.northcontainer {
    padding-left: 40px;
    padding-right: 40px;
}
.impact-box ul li{
		width: 30% !important;
	}
	.sublist-nav li {
    border-right: 0px solid #d7d7d7;
	width: 100%;
	}
	.providerbg h3 {
    font-size: 25px;
	}
	.providerbg{
		font-size: 16px;
		line-height: 23px;
		padding: 120px 22px;
	}
	.testimonialtxt {
    font-size: 14px;
	}
	.testimonialtxt p span.normtxt {
    font-size: 15px;
}
.fusecontainer .subtitle {
    font-size: 21px;
    line-height: 28px;
}
.fusecontainer {
    font-size: 16px;
    line-height: 21px;
	padding: 20px 35px 40px 35px;
}
.fusecontainer .wordbox ul li {
    font-size: 16px;
    line-height: 25px;
}
.imagebox .imagebox-desc{
	font-size: 21px;
}
.bridge-cancel{
	height: auto;
    margin-bottom: 30px;
}
.northbox{
	height: auto;
	padding: 15px;
}
.mediabox .textright {
    width: 87%;
}
.mediabox .imgleft {
    margin-right: 10px;
}
.privacycontainer iframe {
    width: 100% !important;
    height: 100% !important;
}
.privacycontainer h3 {
    font-size: 18px;
    line-height: 27px;
}
.platformbg, .plattechbg{
	/*padding: 100px 0;*/
	padding:0px 20px 50px 20px;
	position: relative;
}
.innovbg {
    position: relative;
    padding: 20px 0 50px 0;
}
.impactbg.impact-custbg {
    position: absolute;
	padding: 100px 0px 50px 0px;
}
.mediabox{
	font-size: 18px;
    line-height: 25px;
}
.mediabox p.subtxt {
    line-height: 21px;
    font-size: 14px;
}
.mediacontainer {
    font-size: 18px;
    line-height: 31px;
}
#payersection h6 {
    font-size: 38px;
    line-height: 40px;
}
#payersection p{
	width: 100%;
}
.FeaturedContainer h4{
	font-size: 20px;
}
.feature-wrap{
	padding-left:5%;
}
p.second-quote{
	font-size: 14px;
    line-height: 17px;
}
.Desc1{
	width:100%;
	font-size: 18px;
}
.Desc2 {
    font-size: 14px;
}
.applist li{
	margin-left: 3px!important;
    margin-right: 3px!important;
}
ul.list-inline.applist {
    text-align: center!important;
}
.mgtop {
    margin-top: 50px;
}
/*.blazebox_list{
  width:50%;
  left: -170px;
}*/
.modal_title_one, .modalform, .listdiv_three p {
    font-size: 12px;
}
.pro-blaze-txt {
    display: block;
}
.listdiv_one{
      left: 5%;
    width: 90%;
	bottom: -80px;
}
.listdiv_two{
    left: 5%;
    width: 90%;
	height: 250px;
    overflow-y: scroll;
	background-size: 50%;
}
.listdiv_three{
left: 5%;
    width: 90%;
    height: 250px;
    overflow-y: scroll;
}
.listdiv_four{
left: 5%;
    width: 90%;
}
.blaze-imp-box span {
    font-size: 16px;
}
.blaze-imp-box{
	font-size:12px;
}
.quote_group{
  width: 91%;
    position: absolute;
    top: 35%;
}
.quote_group_content img{
width:33px;
}
.quote_group_content p{
font-size:12px;}
.blazebox_list_left {
    left: -174px;
}
#blazeicon2, #blazeicon1 {
    width: 36px!important;
    left: -90px;
    top: -73px!important;
}
.fusebox h2 {
    font-size: 32px;
    line-height: 35px;
}
.fusebox h4 {
    font-size: 14px;
    line-height: 21px;
}
.fusebox{
	font-size: 12px;
    margin-bottom: 20px;
	-webkit-overflow-scrolling: touch;
}
.fusebox h5 {
    font-size: 21px;
}
.fusebox h5 span, .episodelink a {
    font-size: 16px;
}
.pttext {
    font-size: 12px;
}
.patient-buildbg, .patient-differbg{
	background-image:url("../Images/patient-videobg.png");
	background-repeat:no-repeat;
	background-size:cover;
	padding: 20px 0 20px 0;
    font-size: 15px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    position: relative;
    margin-top: -20px;
}
.engage-txt{
	position:relative;
}
.impact-fusebg h2{
	font-size: 14px;
	line-height: 28px;
}
.impact-fusebg h2 img{
	height: 30px;
}
.fusebox ul li{
	width: 27%;
}
.cust-vid-sec h2{
	font-size: 19px;
    line-height: 20px;
	margin-bottom: 20px;
}
.custbox img {
    margin-top: 0;
}
.custbox {
   border-right: 0px solid #000;
}
.bridge-vid-sec h2 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    margin-top: 0;
}
.bridge-vid-sec .seelink a {
    font-size: 16px;
}
.carousel-caption.bridge-vid-sec {
    bottom: 0;
    padding-bottom: 0px;
}
.carousel-caption.bridge-vid-sec img{
	width:70px;
}
.carousel-caption.bridge-vid-sec p{
	padding-bottom:0px;
	font-size:12px;
	margin-bottom: 10px;
}
.seelink {
    margin-top: 10px;
	text-align: center!important;
}
.second_section h1 {
    position: relative;
    text-align: center!important;
	font-size: 24px;
    line-height: 21px;
	padding-top: 0;
    padding-bottom: 0;
}
.brd-rgt-line {
    border-right: none;
    border-bottom: 1px solid #fff;
	padding-bottom: 15px;
    margin-bottom: 30px;
}
.brd-rgt-line::after {
    /* position: absolute; */
    content: '';
    height: 21px;
    width: 21px;
    position: absolute;
    background-color: rgb(87 58 26);
    top: auto;
    right: auto;
    left: 45%;
    border-top: white solid 1px;
    border-left: white solid 1px;
    transform: rotate(226deg);
    bottom: -11px;
}
.impact-wrdbg, .mediabg, .ourstorybg{
	padding:100px 20px 50px 22px;
	background-size: cover;
}
.posturebox{
	margin-top:20px;
}
.crewbg{
	padding:0px 0px 50px 0px;
	position:relative;
}
.footer_list {
    margin-top: 15px;
	margin-bottom: 15px;
}
.pro-cont {
    width: 100%;
    position: relative;
    right: 0;
    padding: 15px;
}
.pat-txt {
    position: absolute;
    bottom: 10px;
    z-index: 9;
}
.sublist-nav li:first-child{
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.sublist-nav li:last-child{
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	border-bottom:none;
}
.sublist-nav li a{
	border-right:none;
}
.sublist-nav li {
    border-bottom: 1px solid #291e18;
}
.what_icon img {
    width:80px;
}
.why_icon img, .how_icon img, .key_icon img {
    width:100px;
}
.prev-link {
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    margin-bottom: 10px;
}
.subtitle {
    font-size: 18px;
	line-height: 25px!important;
	}
	.privacycontainer {
    font-size: 14px;
    line-height: 19px;
	}
	.privacybg {
    padding: 100px 0 20px 0;
	}
	
	.cust_timeline {
    /*background: url(../Images/customer/line-mobile-bg.png) center repeat;	*/
	background: url(../Images/customer/line-mobile-end-bg.png) right bottom no-repeat, url(../Images/customer/line-mobile-bg.png) left top repeat;
    height: auto;
    width: 300px;
    /* left: 50%; */
    position: relative;
    /* transform: translate(-50%); 
    background-size: 300px 775px;*/
    margin: 0 auto;
    margin-top: 180px;
}
.cust_timeline.mob-end-bg {
    /* margin-top: -540px; */
	margin-top: -210px;
}
#customer-trailblazer {
    padding-left: 8%;
}
.cust_timeline_width{
	height: 775px;
}
.timeline-1strow, .timeline-2ndrow, .timeline-3trdrow, .timeline-4throw, .timeline-5throw, .timeline-6throw, .timeline-7throw, .timeline-8throw, .timeline-9throw, .timeline-10throw, .timeline-11throw, .timeline-12throw, .timeline-13throw{
	height: 375px;
}
.cust_timeline_top, .cust_timeline_bot {
    width: 50%;
}
.timeline-1strow .cust_timeline_bot.fst-prof {
    margin-left: 0;
    margin-top: 750px;
}
.timeline-1strow .cust_timeline_top.fst-prof {
    margin-top: 580px;
    margin-left: -66px;
}
.timeline-1strow .cust_timeline_top.fst-prof span {
    margin-top: 15px;
    margin-left: 10px;
}
.timeline-1strow .cust_timeline_bot.fst-prof span {
    margin-left: 0;
}
.timeline-1strow .cust_timeline_bot.scnd-prof {
    margin-top: -410px;
    margin-left: 0;
}
.timeline-1strow .cust_timeline_bot.scnd-prof span {
    margin-left: 0;
}
.timeline-1strow .cust_timeline_top.scnd-prof {
    margin-top: -564px;
    margin-left: -131px;
}
.timeline-1strow .cust_timeline_top.scnd-prof span {
    left: 34px;
}
.timeline-2ndrow .cust_timeline_top.scnd-prof {
    margin-left: 0;
    margin-top: -322px;
}
.timeline-2ndrow .cust_timeline_top.scnd-prof span {
    margin-left: -27px;
    margin-top: -10px;
}
.timeline-2ndrow .cust_timeline_bot.scnd-prof {
   margin-top: 215px;
    margin-left: 127px;
	z-index:9;
}
.timeline-2ndrow .cust_timeline_bot.scnd-prof span {
    margin-left: 0;
}
.timeline-2ndrow .cust_timeline_top.fst-prof {
    margin-top: -324px;
    margin-left: 132px;
}
.timeline-2ndrow .cust_timeline_top.fst-prof span {
    margin-left: -15px;
}
.timeline-2ndrow .cust_timeline_bot.fst-prof {
    margin-top: 363px;
    margin-left: 0;
}
.timeline-2ndrow .cust_timeline_bot.fst-prof span {
    margin-left: -12px;
}
.timeline-3trdrow .cust_timeline_bot.scnd-prof {
    margin-top: 750px;
    margin-left: 16px;
	z-index:9;
}
.timeline-3trdrow .cust_timeline_bot.scnd-prof span {
    margin-left: 0;
}
.timeline-3trdrow .cust_timeline_top.scnd-prof {
    margin-left: -58px;
    margin-top: 597px;
}
.timeline-3trdrow .cust_timeline_top.scnd-prof span {
    margin-left: 0;
}
.timeline-3trdrow .cust_timeline_bot.fst-prof {
    margin-top: -552px;
    margin-left: 94px;
}
.timeline-3trdrow .cust_timeline_bot.fst-prof span {
    margin-left: 20px;
}
.timeline-3trdrow .cust_timeline_top.fst-prof {
    margin-top: -719px;
    margin-left: 25px;
}
.timeline-3trdrow .cust_timeline_top.fst-prof span {
    margin-left: -20px;
}
.timeline-4throw .cust_timeline_top.scnd-prof {
    margin-left: 0;
    margin-top: -358px;
}
.timeline-4throw .cust_timeline_top.scnd-prof span {
    margin-left: 0;
}
.timeline-4throw .cust_timeline_bot.scnd-prof {
    margin-top: 212px;
    margin-left: 149px;
	z-index:9;
}
.timeline-4throw .cust_timeline_bot.scnd-prof span {
    margin-left: -15px;
}
.timeline-4throw .cust_timeline_top.fst-prof {
    margin-top: -341px;
    margin-left: 146px;
}
.timeline-4throw .cust_timeline_top.fst-prof span {
    margin-left: 0;
}
.timeline-4throw .cust_timeline_bot.fst-prof {
    margin-top: 361px;
    margin-left: 0;
}
.timeline-4throw .cust_timeline_bot.fst-prof span {
    margin-left: -15px;
}
.timeline-5throw .cust_timeline_bot.scnd-prof {
    margin-top: 750px;
    margin-left: 24px;
	z-index:9;
}
.timeline-5throw .cust_timeline_bot.scnd-prof span {
    margin-left: 0;
}
.timeline-5throw .cust_timeline_bot.fst-prof {
    margin-top: -561px;
    margin-left: 130px;
}
.timeline-5throw .cust_timeline_bot.fst-prof span {
    margin-left: 0;
}
.timeline-5throw .cust_timeline_top.fst-prof {
    margin-top: -702px;
    margin-left: 15px;
}
.timeline-5throw .cust_timeline_top.fst-prof span {
    margin-left: -25px;
    margin-top: -10px;
}
.timeline-5throw .cust_timeline_top.scnd-prof span {
    margin-left: 0;
}
.timeline-5throw .cust_timeline_top.scnd-prof {
    margin-left: 109px;
    margin-top: -327px;
}
.timeline-6throw .cust_timeline_top.scnd-prof {
    margin-left: -28px;
    margin-top: -355px;
}
.timeline-6throw .cust_timeline_top.scnd-prof span {
    margin-top: 10px;
    margin-left: 10px;
}
.timeline-6throw .cust_timeline_bot.scnd-prof {
    margin-top: 212px;
    margin-left: 120px;
	z-index:9;
}
.timeline-6throw .cust_timeline_bot.scnd-prof span {
    margin-left: -15px;
}
.timeline-6throw .cust_timeline_top.fst-prof {
    margin-top: -330px;
    margin-left: 139px;
}
.timeline-6throw .cust_timeline_top.fst-prof span {
    margin-left: -20px;
}
.timeline-6throw .cust_timeline_bot.fst-prof {
    margin-top: 362px;
    margin-left: 25px;
}
.timeline-6throw .cust_timeline_bot.fst-prof span {
    margin-left: -15px;
}
.timeline-7throw .cust_timeline_bot.fst-prof {
    margin-left: 24px;
    margin-top: 750px;
	z-index:9;
}
.timeline-7throw .cust_timeline_bot.fst-prof span {
    margin-left: 0;
}
.timeline-7throw .cust_timeline_top.fst-prof {
    margin-top: -355px;
    margin-left: 161px;
}
.timeline-7throw .cust_timeline_top.fst-prof span {
    margin-left: -25px;
}
.timeline-7throw .cust_timeline_bot.scnd-prof {
    margin-left: 145px;
    margin-top: -588px;
}
.timeline-7throw .cust_timeline_bot.scnd-prof span {
    margin-left: 0;
}
.timeline-7throw .cust_timeline_top.scnd-prof {
    margin-left: 20px;
    margin-top: -755px;
}
.timeline-7throw .cust_timeline_top.scnd-prof span {
    margin-left: 15px;
	margin-top: 10px;
}
.timeline-8throw .cust_timeline_top.scnd-prof {
    margin-left: 35px;
    margin-top: -352px;
}
.timeline-8throw .cust_timeline_top.scnd-prof span {
    margin-left: -15px;
	top: 199px
}
.timeline-8throw .cust_timeline_bot.scnd-prof {
    margin-left: 173px;
    margin-top:199px;
	z-index: 9;
}
.timeline-8throw .cust_timeline_bot.scnd-prof span {
    margin-left: -10px;
    top: -40px;
}
.timeline-8throw .cust_timeline_top.fst-prof {
    margin-top: -351px;
    margin-left: 145px;
}
.timeline-8throw .cust_timeline_top.fst-prof span{
    margin-top: 10px;
    margin-left: -10px;
}
.timeline-8throw .cust_timeline_bot.fst-prof {
    margin-left: 0;
    margin-top: 363px;
}
.timeline-8throw .cust_timeline_bot.fst-prof span{
    margin-left: 11px;
    margin-top: 0;
}
.timeline-9throw .cust_timeline_bot.fst-prof {
    margin-left: 26px;
    margin-top: 750px;
	z-index:9;
}
.timeline-9throw .cust_timeline_bot.fst-prof span {
    margin-left: -10px;
}
.timeline-9throw .cust_timeline_top.fst-prof {
    margin-left: -30px;
    margin-top: 570px;
}
.timeline-9throw .cust_timeline_top.fst-prof span {
    margin-left: -15px;
}
.timeline-9throw .cust_timeline_bot.scnd-prof {
    margin-left: -85px;
    margin-top: -409px;
}
.timeline-9throw .cust_timeline_bot.scnd-prof span {
    margin-left: 15px;
}
.timeline-9throw .cust_timeline_top.scnd-prof {
    margin-left: -164px;
    margin-top: -570px;
}
.timeline-9throw .cust_timeline_top.scnd-prof span{
    margin-left: -20px;
}

.timeline-10throw .cust_timeline_top.scnd-prof {
    margin-left: 0;
    margin-top: -349px;
}
.timeline-10throw .cust_timeline_top.scnd-prof span {
    margin-left: -28px;
}
.timeline-10throw .cust_timeline_bot.scnd-prof {
    margin-left: 120px;
    margin-top: 212px;
    z-index: 9;
}
.timeline-10throw .cust_timeline_bot.scnd-prof span {
    margin-left: 20px;
}
.timeline-10throw .cust_timeline_top.fst-prof {
    margin-top: -334px;
    margin-left: 150px;
}
.timeline-10throw .cust_timeline_top.fst-prof span {
    margin-left: -18px;
    margin-top: 5px;
}
.timeline-10throw .cust_timeline_bot.fst-prof {
    margin-left: -2px;
    margin-top: 361px;
}
.timeline-10throw .cust_timeline_bot.fst-prof span {
    margin-left: -16px;
}
.timeline-11throw .cust_timeline_top.scnd-prof {
    margin-left: 15px;
    margin-top: -745px;
}
.timeline-11throw .cust_timeline_top.scnd-prof span {
    margin-left: -28px;
}
.timeline-10throw .cust_timeline_bot.scnd-prof {
    margin-left: 120px;
    margin-top: 212px;
    z-index: 9;
}
.timeline-11throw .cust_timeline_bot.scnd-prof span {
    margin-left: 20px;
}
.timeline-11throw .cust_timeline_top.fst-prof {
    margin-top: -350px;
    margin-left: 150px;
}
.timeline-11throw .cust_timeline_top.fst-prof span {
    margin-left: -18px;
    margin-top: 5px;
}
.timeline-11throw .cust_timeline_bot.fst-prof {
    margin-left: 10px;
    margin-top: 750px;
	z-index: 9;
}
.timeline-11throw .cust_timeline_bot.fst-prof span {
    margin-left: 16px;
}
.timeline-11throw .cust_timeline_bot.scnd-prof {
    margin-left: 150px;
    margin-top: -579px;
}
.timeline-11throw .cust_timeline_bot.scnd-prof span {
    margin-left: -16px;
}
.timeline-12throw .cust_timeline_top.scnd-prof {
    margin-left: 15px;
    margin-top: -371px;
}
.timeline-12throw .cust_timeline_top.scnd-prof span {
    margin-left: -7px;
}
.timeline-12throw .cust_timeline_bot.scnd-prof span {
    margin-left: 20px;
}
.timeline-12throw .cust_timeline_top.fst-prof {
    margin-top: -353px;
    margin-left: 119px;
}
.timeline-12throw .cust_timeline_top.fst-prof span {
    margin-left: 10px;
    margin-top: 5px;
}
.timeline-12throw .cust_timeline_bot.fst-prof {
    margin-left: 10px;
    margin-top: 362px;
	z-index: 9;
}
.timeline-12throw .cust_timeline_bot.fst-prof span {
    margin-left: 0px;
}
.timeline-12throw .cust_timeline_bot.scnd-prof {
    margin-left: 150px;
    margin-top: 199px;
    z-index: 9;
}
.timeline-12throw .cust_timeline_bot.scnd-prof span {
    margin-left: 16px;
}
.timeline-13throw .cust_timeline_top.scnd-prof span {
    margin-left: -25px;
}
.timeline-13throw .cust_timeline_bot.scnd-prof span {
    margin-left: 20px;
}
.timeline-13throw .cust_timeline_top.fst-prof {
    margin-top: -361px;
    margin-left: 112px;
}
.timeline-13throw .cust_timeline_top.fst-prof span {
    margin-left: 0px;
    margin-top: 23px;
}
.timeline-13throw .cust_timeline_bot.fst-prof {
    margin-left: 25px;
    margin-top: 751px;
	z-index: 9;
}
.timeline-13throw .cust_timeline_bot.fst-prof span {
    margin-left: -18px;
}
.timeline-13throw .cust_timeline_bot.scnd-prof {
    margin-left: 150px;
    margin-top: -567px;
    z-index: 9;
}
.timeline-13throw .cust_timeline_bot.scnd-prof span {
    margin-left: 0px;
}
.timeline-13throw .cust_timeline_top.scnd-prof {
    margin-left: 23px;
    margin-top: -737px;
}
.timeline-14throw .cust_timeline_top.scnd-prof {
    margin-left: 0px;
    margin-top: -337px;
}
.timeline-14throw .cust_timeline_top.scnd-prof span {
    margin-left: 0px;
}
.timeline-14throw .cust_timeline_bot.scnd-prof {
    margin-left: 129px;
    margin-top: 210px;
	z-index:9;
}
.timeline-14throw .cust_timeline_bot.scnd-prof span {
    margin-left: 4px;
}
.timeline-14throw .cust_timeline_top.fst-prof {
    margin-top: -335px;
    margin-left: 157px;
}
.timeline-14throw .cust_timeline_top.fst-prof span {
    margin-left: -20px;
}
.timeline-14throw .cust_timeline_bot.fst-prof {
    margin-top: 358px;
	margin-left: -10px;
}
.timeline-14throw .cust_timeline_bot.fst-prof span {
    margin-left: 10px;
}
.timeline-15throw .cust_timeline_top.scnd-prof {
    margin-left: 26px;
    margin-top: -750px;
}
.timeline-15throw .cust_timeline_top.scnd-prof span {
    margin-left: -25px;
}
.timeline-15throw .cust_timeline_bot.scnd-prof {
    margin-left: 129px;
    margin-top: -580px;
	z-index:9;
}
.timeline-15throw .cust_timeline_bot.scnd-prof span {
    margin-left: 4px;
}
.timeline-15throw .cust_timeline_top.fst-prof {
    margin-top: -350px;
    margin-left: 157px;
}
.timeline-15throw .cust_timeline_top.fst-prof span {
    margin-left: -20px;
}
.timeline-15throw .cust_timeline_bot.fst-prof {
    margin-top: 751px;
	margin-left: 10px;
	z-index:9;
}
.timeline-15throw .cust_timeline_bot.fst-prof span {
    margin-left: 10px;
}

.timeline-16throw .cust_timeline_top.scnd-prof {
    margin-left: 10px;
    margin-top: -356px;
}
.timeline-16throw .cust_timeline_top.scnd-prof span {
    margin-left: -25px;
}
.timeline-16throw .cust_timeline_bot.scnd-prof {
margin-left: 129px;
        margin-top: 369px;
        z-index: 9;
}
.timeline-16throw .cust_timeline_bot.scnd-prof span {
    margin-left: 4px;
}
.timeline-16throw .cust_timeline_top.fst-prof {
margin-left: 129px;
        margin-top: 212px;
        z-index: 9;
}
.timeline-16throw .cust_timeline_top.fst-prof span {
    margin-left: -20px;
}
.timeline-16throw .cust_timeline_bot.fst-prof {
    margin-top: 751px;
	margin-left: 10px;
	z-index:9;
}
.timeline-16throw .cust_timeline_bot.fst-prof span {
    margin-left: 10px;
}
}

.imggroup1{
	float:left;
	cursor:pointer;
}
.imggroup2{
	float:left;
	margin-left:15px;
	cursor:pointer;
}
.crewclose{
	display:none;
	font-size: 19px;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 13px;
}
a.crewclose:hover, a.crewclose:focus{
	color:#fff;
	text-decoration:none;
}
/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #929292;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #929292;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.li5 span.red {
    color: #A51600;
}

@media (max-width:400px){
	.second_section h1 {
	font-size: 19px;
    line-height: 21px;
}
}