body {
  position: relative; /* For scrollyspy */
  /*font-family: 'Lato', sans-serif !important;*/
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  /*font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; */
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /*font-family: 'Lato', sans-serif !important;*/
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial,sans-serif !important;
}
/* ----------------------------------
 * home
 * ---------------------------------- */
.home {
    background: url(../img/index.png) no-repeat 50% 100px;
}
@media (max-width: 767px) {
    .home {
        background: none;
    }
}
/* ----------------------------------
 * icons
 * ---------------------------------- */
@font-face {
  font-family: "angularicons";
  src: url("../angularicons/angularicons.eot");
  src: url("../angularicons/angularicons.eot?#iefix") format("embedded-opentype"),
  url("../angularicons/angularicons.woff") format("woff"),
  url("../angularicons/angularicons.ttf") format("truetype"),
  url("../angularicons/angularicons.svg") format("svg");
}
@font-face {font-family: 'MuseoSlab-500';
    src: url('../fonts/2AB345_0_0.eot');
    src: url('../fonts/2AB345_0_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/2AB345_0_0.woff') format('woff'),
    url('../fonts/2AB345_0_0.ttf') format('truetype');
}
.icon {
  display: inline-block;
  font-family: "angularicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon[data-icon]:before {
  content: attr(data-icon);
  speak: none;
}
.icon-circle-blank {
    font-family: angularicons;
    font-size:20px;
}

h1 {
    margin-top: 10px;
    color: rgba(168, 168, 168, 1);
    font-family: 'MuseoSlab-500' !important;
    font-size: 26px;
    line-height: 36px;
    font-weight: normal;
	text-transform:uppercase;
	margin-bottom:40px;
}
h2 {
	margin-top: 10px;
    color: rgba(196, 78, 52, 1);
    font-family: 'MuseoSlab-500' !important;
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
}
h3 {
    font-size: 16px;
    font-weight: normal;
}

h4 {
    margin-top: 10px;
    color: rgba(196, 78, 52, 1);
    font-family: 'MuseoSlab-500' !important;
    font-size: 26px;
    line-height: 26px;
    font-weight: normal;
}
.index .learn-more .icon {
    font-weight: bold;
    font-size: 16px;
}
@media (max-width: 767px) {
    .index {
        padding-top: 0;
        min-height: 600px;
    }
    .index .download-link .btn {
        padding: 15px;
    }
}
/* ----------------------------------
 * desc
 * ---------------------------------- */
.desc {
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
}
.desc a {
    color: rgba(79, 190, 186, 1);
}
.desc a:hover,
.desc a:active {
    color: #50c1e9;
    text-decoration: none;
}
.desc .desc__introduces {
    border-top: 1px dashed #AAB2BD ;
}
.desc .desc__introduces:first-child {
    border-top: none;
}
.desc .desc__introduces h3,
.desc .desc__introduces p {
    margin: 0 auto;
}
.desc .desc__introduces h3 {
    padding: 70px 0 14px;
    max-width: 900px;
    font-size: 28px;
}
.desc .desc__introduces p {
    padding-bottom: 40px;
    max-width: 900px;
    font-size: 18px;
    color: #888;
}
.desc .desc__introduces .photo--responsive img {
    width: 100%;
}
.desc .desc__features {
    margin: 70px auto;
    text-align: left;
}
.desc .desc__features .row {
    margin-bottom: 70px;
}
.desc .desc__features .col-md-6 {
    padding-left: 247px;
    min-height: 200px;
    text-align: left;
}
.desc .desc__features .features__photo {
    position: absolute;
    top: 0;
    left: 0;
}
.desc .desc__features h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.desc .desc__features p {
    font-size: 16px;
    color: #888;
    line-height: 26px;
}
@media (max-width: 767px) {
    .desc .desc__introduces h3 {
        padding-top: 20px;
        text-align: left;
    }
    .desc .desc__introduces p {
        text-align: left;
    }
    .desc .desc__features {
        margin-top: 20px;
    }
    .desc .desc__features .row {
        margin-bottom: 20px;
    }
    .desc .desc__features .row p {
        padding-bottom: 20px;
        text-align: left;
    }
    .desc .desc__features .features__photo {
        position: static;
    }
    .desc .desc__features .col-md-6 {
        padding: 0 15px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .docs-header {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
  .advertisement {
    position: static;
    margin-top: 30px;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.075), 0 1px 0 rgba(255,255,255,.1);
  }
}
@media (min-width: 768px) {
  .advertisement {
    position: absolute;
    top: 5px;
    right: 15px; /* 15px instead of 0 since box-sizing */
    padding: 15px !important;
    width: 300px !important;
  }
}
/* ----------------------------------
 * navbar
 * ---------------------------------- */
.nav {
    font-weight: bold;
}
.navbar-custom {
    position: fixed;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
    background-color: rgba(246, 246, 246, .9);
    width: 100%;
	height:100px;
    z-index: 2000;
    /*border-bottom: 1px solid #b1b1b1;*/
    -webkit-box-shadow: 0 2px 2px -2px #cccccc;
       -moz-box-shadow: 0 2px 2px -2px #cccccc;
            box-shadow: 0 2px 2px -2px #cccccc;

}
.navbar-custom .nav li a {
    display: block;
    color: #999999;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
    color: #016091;
}
.navbar-custom .nav li a:active,
.navbar-custom .nav li a.current{
    border-bottom: 3px solid #999999;
}
.navbar-custom .navbar-toggle {
    position: relative;
    background-color: #999999;
    border-color: #ddd;
    margin-top: 3%;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-custom .navbar-toggle  {
    background-color: rgba(255, 255, 255, .9);
}
.icon-bar  {
    background-color: rgba(196, 78, 52, 1) !important;	
}
.navbar-custom .navbar-brand {
    /*padding: 5px 15px;*/
	margin-top:-5px;
	opacity: 1;
    filter:alpha(opacity=100);
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:active {
    opacity: 1;
    filter:alpha(opacity=100);
}
.navbar-default .navbar-collapse {
    padding-top: 15px;
}
@media (max-width: 992px) {
  .navbar-custom .navbar-brand {
    width: 63px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .navbar-custom {
    position: fixed;
    top: 0;
  }
  .navbar-default .navbar-collapse {
      background-color: rgba(255, 255, 255, 1);
      border-color: #e7e7e7;
      margin: 7px -15px;
      padding-top: 15px;
      border: 1px solid #e7e7e7;
      -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,.2);
      -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,.2);
      box-shadow:0px 0px 5px 0px rgba(0,0,0,.2);
}
  .navbar-custom .navbar-nav > li > a:hover,
  .navbar-custom .navbar-nav > li > a:focus {
    color: #016091;
    background-color: #e7e7e7;
  }
}
/*custom*/
.container {
	margin: 0px auto;
}
h1 span span {
	color: rgba(0, 0, 0, 1);
}
.section {
    padding-top:130px;
    border-bottom: 1px solid #f4f4f4;
}
.section p {
	margin-top: 10px;
    color: rgba(86, 86, 86, 1);
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
	padding-left:100px;
}
.features__photo {
	float:left;
	margin-right:17px;
}
.features__photo p {

}
#home {
	/*margin-top:18px;*/
}
h1 span {
	padding-bottom:7px;
	border-bottom: solid 1px #016091;
}
#home{height: 443px; position:relative;width: 100%;}
#partners{height: 750px; position:relative;width: 100%;}
#awards{height: 1800px; position:relative;width: 100%;}

/*BACKGROUND IMAGES//////////////////////////////////////
 */
.bkgImages{position:absolute;width:100%;height:100%;left:0;top:0;}
.bkgImages .intro-bg {margin-top: 101px; }
.bkgImages .intro-bg, .bkgImages .partners-bg, .bkgImages .awards-bg{position:relative;width:100%;height:100%;border-bottom: 1px solid #f0f0f0;}
.bkgImages .intro-bg > div, .bkgImages .partners-bg > div, .bkgImages .awards-bg > div
{
 	position:absolute;
 	left:0;
 	top:0;
 	width:100%;
 	height:100%;
 	z-index:0;
 	background-position:center center;
 	background-repeat:no-repeat;
 	background-size:cover;
 	transition:opacity 1.5s ease;
 	-ms-transition:opacity 1.5s ease;
 	-moz-transition:opacity 1.5s ease;
 	-webkit-transition:opacity 1.5s ease;
 	-o-transition:opacity 1.5s ease;
 }
.bkgImages .intro-bg > div.fadeOut {z-index:0;opacity:0;}
.bkgImages .intro-bg > div.fadeIn {z-index:1;opacity:1;}
.bkgImages .partners-bg > div.fadeOut {z-index:0;opacity:0;}
.bkgImages .partners-bg > div.fadeIn {z-index:1;opacity:1;}
.bkgImages .awards-bg > div.fadeOut {z-index:0;opacity:0;}
.bkgImages .awards-bg > div.fadeIn {z-index:1;opacity:1;}
.bkgImages .intro-bg div:nth-child(1){background-image:url(../img/introImage.png);}
.bkgImages .partners-bg div:nth-child(1){background-image:url(../img/HME_partnersBG.png);}
.bkgImages .awards-bg div:nth-child(1){background-image:url(../img/HME_awardsBG.png);}
.bulleledItems {
	float:left;
	text-align: center;
	width:100%;
	padding-left:88px;
}
.bulleledItems span {
	margin: 0 auto;
	text-align:left
}
.homeset {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.homeset .intro-bg {
    position: relative;
    width: 100%;
    height: 10%;
    margin-top: 101px;
}
.intro-title {
    font-family: 'MuseoSlab-500' !important;
	background-color: #ffffff;
	opacity:0;
	filter:alpha(opacity=0);
	padding: 15px 15px 15px 0;
	margin-top:-50px;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.intro-title span {
    font-weight:bold;
    line-height: 41px;
}
.title-txt-wrapper {
    text-align:center;
}
.titleone {
    font-size: 36px;
}
.titletwo {
    font-size: 34px;
    color:#c44e34;
}
.mix {
    opacity:0.2;
    filter:alpha(opacity=20);

}
.mix_all {
	list-style: none;

	margin:0;
}
.mix_all img {
	padding:6px;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,.2);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,.2);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,.2);
}
.project-overlay {
	text-align: center;
	width:90%;
	margin: 10px auto;
	color: rgb(160, 160, 160);
}
.project-overlay span {
	color: #333333;
	font-size: 16px;
}
.shell {
    margin-bottom:70px;
}
.formshell {
    margin-bottom: 40px;
}
#teamContainer {
	display:block;
}
#portfolio-grid {
	width:auto;
}
.customCenter {
	text-align:center;
}
.contactDets img {
	margin: 10px 12px 14px 0;
}
.secCol {
	background-color: #f6f6f6;
}
.automargin {
	margin: 0 17%;
	width:100%;
	padding-top: 10px;
}
.automarginForm {
    margin: 0 7%;
	width:100%;
	padding-top: 10px;
}
.nav li a:active {
    color:#016091 !important;
}
#partners p, #testimonials p, #core p, #team p {
    margin-left: -100px;
}
#testimonials li {
    font-size: 14px;
    margin-left:50px;
    padding: 10px 0 11px 0;
    width: 75%;
}
.alert, .alertAll, .alertName, .alertEmail, .alertMessage {
    display: none;
    width:79.5%;
    padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px
}
input[type=submit] {
    float: right;
    margin-right: 217px;
    background-color:#3f69b2;
    border-color: #3f69b2;
    text-transform: uppercase;
}
textarea.input-lg {
    height: 168px;
}
.form-group {
    max-width:340px;
}
.coreInd {
    margin-left:13px !important;
    padding-left:85px !important;
}
.row {
    margin-top:40px;
}
#contactForm {
    padding-top: 40px;
}
.alert-fill{
	background-color:#F8BBA3;border-color:#d6e9c6;color:#3c763d
}
#map {
    padding-top: 0;
    height:440px;
}
li a {
	display: block;
	overflow:hidden;
	position:relative;
}
li a > div {
	transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-webkit-transition:all 400ms ease;
	-o-transition:all 400ms ease;
}
li a > div.pic-overlay {
    background-color: #ffffff;
    opacity:0;
    filter:alpha(opacity=0);
    position: absolute;
    width: 98%;
    height:80px;
    top:80px;
    overflow: hidden;
	z-index:1;
}
li a:hover div.pic-overlay {
	opacity:0.9 !important;
    filter:alpha(opacity=90);
	top: 50px  !important;
}
.pic-overlay p {
    text-align: center;
    font-size: 14px !important;
	color: #428bca;
}
.bullts {
    margin: -4px 20px 0 0;
}
.aboutImage1 {
    /*-webkit-animation-delay: 0s;*/
}
.award-words {
    display: none;
    margin: -30px auto !important;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
}
.award-words span {
    margin: 10px 10px auto 10px;
    opacity:0.1;
    filter:alpha(opacity=10);
    color:
}
.logoscrink {
    width: 90%;
    height: 90%;
    margin: 5px 5px;
}
.partner_logos {
    margin: -90px auto 0 auto;
    text-align: center;
    padding-top: 15px;
}
.partner_logos span {
    margin: 10px 10px 0 10px;
    opacity:0.3;
    filter:alpha(opacity=30);
}
.white_bar {
    margin-top: 130px;
    background: url(../img/puttyspacer.png);
    height: 104px;
    position: relative;
    z-index: 5;
}
#testimonials li {
    position:relative;
    list-style-type:none;
}
#testimonials li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -25px;
    width: 15px;
    height: 16px;
    background-image: url(../img/HME_bullet2.png);
    font-size: 16px;
}
.mycmelink {
    /*font-weight: bold;*/
}
.coremargin {
    margin: 0 22%;
    padding-top: 10px;
    width: 55%;
}
@-moz-document url-prefix() {
  .intro-title {
     /*margin-top: 100px;*/
  }
  #home {
     height: 570px;
  }
}
#partners .posrel {
    margin-top: -650px;
}
.posrel {
position: relative;
margin-top: -874px;
z-index: 4;
}
.posrel span p {
/*font-size: 22px; Took down font size upon request
line-height: 27px;*/
color: #7a7979;
padding-left: 60px;

}
.awardslogo {
	float:left;
	width:28%; /*Changed with from 33% to close gap between logo and text*/
}
.awardswhapper {
	float:left;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	padding: 25px 0;
}
.awardstext p{
	padding-top: 10px;
}
.awardyear {
	width: 100%;
	position: absolute;
	margin-top: 50px;
	padding: 10px 70px
}
.awardyear div img {
	float: left;
	margin-right: 10px;
}
.awardyear div div {
	float:left;
	width: 50%;
	font-size: 22px;
	color: #646464;
}
.awardyear div div span {
	font-size: 18px;
}
.awardyear div span {
	float:left;
	color: #848383;
}
.middy{
	width:230px;
	padding-top: 15px;
}
.imgright {
	float:right !important;	
	margin: 3px 0;
}
.imgright img {
	margin-right:0px !important;
}
.awardyear div span img{
	float:right;
    margin-bottom: 10px;
}
.core-bg {
    background-image:url(../img/core_bg_img.png);
    width: 824px;
    /*height: 818px;*/
    margin: 40px 0 0 120px;
}
.desc__features {
    background:url('../img/core_bg_img.png') no-repeat 70% 35% transparent;
	/*position: absolute;
	top: 70px;*/
}
#logo img {margin-top: 9px;}
@media (min-width: 768px) and (max-width:992px)
{
	.container div {
	
	}
	.nav>li>a {
		padding: 10px 10px;
		font-size: 12px;
	}
	#team .project-overlay {
		
	}
	#team img {
		float: left;
		margin-bottom: 15px;
		margin-right: 10px;
	}
 #partners {
     height: 950px;
    }
    #partners .posrel {
    margin-top: -850px;
}
	.coremargin {
		margin: -40px 0 -40px 0;
		padding-top: 0;
		width:100%;
	}
	.coreInd {
		margin-left: 0px !important;
		padding-left:0px !important;
	}
	.section p {
		margin-bottom: 50px;
	}
	#contactForm input[type=submit] {
			float: right;
			margin: 20px 45px 30px;
	}
	.middy {
		width: 30%;
		padding-left: 30px;
	}
	#awards {
		height: 2500px;
	}
	#partners .white_bar {
		height: 18%;
	}
	.poaward {
		margin-top: -820px;
	}
	.awardyear {
		padding: 10px 40px;
	}
	.awardyear div div {
		width: 40%;
		font-size: 20px;
	}
	.awardyear div div span {
		font-size: 16px;
	}
	.awardstext p {
		padding-left: 50% !important;
			
	}
	.contactDets {
		float:left;
	}
	.desc__features {
		background-size: 0%;
	}
}
@media (max-width:767px){
	#home {
		height: 250px;
	}
       #core {
        /*padding-top: 50px;*/
    }
	.features__photo {
		margin-left: -25px;
			
	}
	.features__photo img { 
		width:61px;
		margin-top: -7px;
	}
	h1, h4 {
		font-size: 23px;
	}
	.section p {
		margin: 40px 0 60px -15px;
		padding-left: 0;
	}
	.coremargin {
		margin: -40px 0 -40px 0;
		padding-top: 0;
		width:100%;
	}
	.coreInd {
		margin-left: 0px !important;
		padding-left:0px !important;
	}
	#core .features__photo {
		margin:0 15px 0 -7px !important;
	}
	#team p, #partners p {
		margin-left: 0px;
	}
	#team {
		margin-top: 0px;
	}
	#team .project-overlay {
		float: none;
		width:50%;
	}
	#team p:nth-child(3) {
		display:none;
	}
    #partners {
      height: 950px;
    }
    #partners .posrel {
    margin-top: -850px;
}
	#partners .bulleledItems {
		padding-left: 0;
	}
	.partner_logos img {
		margin: 8px;
	}
	#partners h2 {
		font-size: 19px;
	}
	#partners .bullts {
		margin-right: 10px;
	}
	#partners .white_bar {
		background: url(../img/puttyspacer.png) repeat;
		position: absolute;
		padding-bottom: 3%;
		margin-top: 20px;
		height: 28%;
	}
	#partners .partner_logos {
		margin: 0;
		padding-top: 15px;
		height: 100%;
	}
	.mix_all {
		padding: 0 0 30px 0;
		text-align: center;
	}
	.mix_all img {
		float: none;
	}
	
	#testimonials {
		margin-bottom:400px;
	}
	#testimonials p{
		margin: 0 0 0 -15px;
	}
	.awardyear {
		padding: 0;
	}
	#awards {
		height: 3200px !important;
	}
	.awardstext p {
		padding-top: 110px;
		padding-left: 15px !important;
		
	}
	.awardswhapper {
		width:90%;
		border-bottom: 1px solid #f0f0f0;
	}
	.awardyear div div {
		width:80%;
		margin-bottom: 20px;
	}
	#partners   {
		height: 950px;
	}
	.popartner {
		margin-top: -920px;
	}
	.poaward {
		margin-top: -1480px;
	}
	.middy {
		width: 60%;
	}
	.imgright {
		float:none;
	}
	#contact .customCenter {
	}
	#contact .automargin {
		margin-left: 0;
	}
	#contact {
		/*padding-top: 640px;*/
	}
	#contactForm .automarginForm {
		margin: 0;
	}
	#contactForm input[type=submit] {
		float: right;
		margin: 20px 15px 30px;
	}
	.form-group {
		max-width:100%;
	}
	.awardyear div div {
		font-size: 20px;
	}
	.awardyear div div span {
		font-size: 16px;
	}
	.desc__features {
		background-size: 0%;
	}
}
@media (min-width:992px) {
	#contactForm input[type=submit] {
			float: right;
			margin: 20px 23% 30px;
	}
	.navbar-nav {
		margin-top: 7px;
	}
}

/* Browser Detect for < IE 8 styling ///////////////////     [[[  See ie7 file for IE styling  ]]] */
#browDet { z-index: 200; }
#detBg { background: url(../img/browserdetectBG.jpg) repeat-x;font-family: 'OpenSansSemibold', sans-serif;width: 100%; height:143px;text-align: center;}
.broDetectr {display: inline-block;text-align: left; font-size: 14px; font-family: 'OpenSansRegular', sans-serif !important; color:#333;line-height: 18px;padding-top: 18px;margin: 0 auto;}
.broDetectr a { color:#848383; }
.orangHeaderA { font-size: 22px; color: #f87a0b; }
.orangHeaderB { margin-top: 3px; font-size: 15px;font-family: 'OpenSansSemibold', sans-serif;font-weight: bold;color: #c25332;text-transform: uppercase; }
.broDet_close { background: url(../img/nothanks_btn.png) no-repeat;width: 132px;height: 62px; margin-top: 26px;}
.broDet_close:hover { background-position: 0 -63px;cursor: pointer; }
.logoIE { background: url(../img/ie_bdetect_logo.png) no-repeat;width: 72px;height: 70px;margin-top: 10px; }
.logoChrome { background: url(../img/cr_bdetect_logo.png) no-repeat;width: 72px;height: 70px; margin-left: -30px !important; margin-top: -3px !important;}
.logoFireF { background: url(../img/ff_bdetect_logo.png) no-repeat;width: 72px;height: 70px; margin-right: 10px !important;margin-top: -3px !important;}
.logoIE, .logoChrome, .logoFireF { margin-left: -16px; padding: 0 !important;}
.sectn1, .sectn2, .sectn3, .comb, .broDet_close {float: left; padding: 0 16px; }
/*.sectn1, .sectn2, .sectn3 { height: 120px; }*/
.sectn1 { width: 390px; }
.sectn1 span { margin-left: -16px !important; }
.sectn2 { width: 250px; padding-right: 0; }
.sectn3 { width: 400px; }
.sec2 { padding-top: 3px;}
.sec3 { width: 170px; }
.sec3div { margin-left: 50px; width: 110px; }
.comb { padding-top: 12px;}
.addline { border-right: 1px solid #e7e6d9 ; }