/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5;
	color: #777777;
	color: #7f7f7f;
	background: #fff;
	height: 100%;
	position: relative;
}
a {
	color: #16a8ed;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #00285e;
	outline: none;
}
p {
	margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0 0 30px 0;
}

::-webkit-selection {
 color: #818892;
 background: #f9f6f0;
}

::-moz-selection {
 color: #818892;
 background: #f9f6f0;
}
::selection {
	color: #818892;
	background: #f9f6f0;
}
.edge--bottom {
	position: relative;
	z-index: 1;
}
.edge--bottom:after {
	background: inherit;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
.edge--bottom:after {
	bottom: 0;
	transform: skewY(-1.5deg);
	transform-origin: 100%;
}
.edge--bottom--reverse {
	position: relative;
	z-index: 1;
}
.edge--bottom--reverse:after {
	background: inherit;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
	bottom: 0;
	transform: skewY(1.5deg);
	transform-origin: 0 100%;
}
.edge--top {
	position: relative;
	z-index: 1;
}
.edge--top:before {
	background: inherit;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
.edge--top:before {
	top: 0;
	transform: skewY(1.5deg);
	transform-origin: 100% 0;
}
.edge--top--reverse {
	position: relative;
	z-index: 1;
}
.edge--top--reverse:before {
	background: inherit;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
	top: 0;
	transform: skewY(-1.5deg);
	transform-origin: 0 0;
}
.edge--both {
	position: relative;
	z-index: 1;
}
.edge--both:before, .edge--both:after {
	background: inherit;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
.edge--both:before {
	top: 0;
	transform: skewY(1.5deg);
	transform-origin: 100% 0;
}
.edge--both:after {
	bottom: 0;
	transform: skewY(-1.5deg);
	transform-origin: 100%;
}
.edge--both--reverse {
	position: relative;
	z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
	background: inherit;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
	top: 0;
	transform: skewY(-1.5deg);
	transform-origin: 0 0;
}
.edge--both--reverse:after {
	bottom: 0;
	transform: skewY(1.5deg);
	transform-origin: 0 0;
}
#fh5co-header {
	position: absolute;
	overflow: hidden;
	z-index: 99;
	background: #0065a7e0;
	width: 100%;
	opacity: 1;
	top: 0;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
#fh5co-header {
	margin-top: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
#fh5co-header .navbar-brand {
	color: #16a8ed !important;
}
#fh5co-header #navbar li a {
	color: rgba(0, 0, 0, 0.5) !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#fh5co-header #navbar li a:hover {
	color: #16a8ed !important;
}
#fh5co-header #navbar li a span:before {
	background: transparent !important;
}
#fh5co-header #navbar li.active a {
	background: transparent;
	background: none;
	color: #16a8ed !important;
}
#fh5co-header #navbar li.active a span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
}
.navbar-brand {
	padding: 5px !important;
}
.navbar-brand img {
	height: 100px;
	display: block;
}
.logo-color {
	display: none;
}
.logo-blanco {
	display: block;
}
.navbar-fixed-top .logo-color {
	display: block;
}
.navbar-fixed-top .logo-blanco {
	display: none;
}
#fh5co-header .navbar {
	padding-bottom: 0;
	margin-bottom: 0;
}
#fh5co-header #navbar li a {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255, 255, 255, 0.5);
	position: relative;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
.navbar-nav > li > a {
	padding-top: 35px;
	padding-bottom: 25px;
	justify-content: center;
	height: 90px;
}
#fh5co-header #navbar li a span {
	position: relative;
	display: block;
	padding-bottom: 2px;
}
#fh5co-header #navbar li a span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
	color: #fff;
}
#fh5co-header #navbar li a:hover span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
#fh5co-header #navbar li.active a {
	background: transparent;
	background: none;
	color: #fff;
}
#fh5co-header #navbar li.active a span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#fh5co-header .navbar-brand {
	float: left;
	font-weight: 700;
	padding: 0!important;
	height: 90px;
	color: #fff;
}
.head-container {
	margin: 0 15px;
}
.navbar-right {
}
.navbar-right li {
	height: 90px;
}
#fh5co-header.navbar-fixed-top {
	position: fixed !important;
	background: #fff;
	-webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	margin-top: 0px;
	top: 0;
	height: 90px;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
	color: #16a8ed;
}
#fh5co-header.navbar-fixed-top #navbar li a {
	color: rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
	color: #16a8ed;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
	background: transparent;
	background: none;
	color: #16a8ed;
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	background-color: #16a8ed;
}
#fh5co-header .navbar-default {
	border: transparent;
	background: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}

@media screen and (max-width: 768px) {
#fh5co-header .navbar-default {
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-right li {
	height: unset;
}
.navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	justify-content: center;
	height: unset;
}
.logo-color {
	display: block;
}
.logo-blanco {
	display: none;
}
.navbar-fixed-top .logo-color {
	display: block;
}
.navbar-fixed-top .logo-blanco {
	display: none;
}
}
#fh5co-header .navbar-default .brand-slogan {
	margin: 28px 0 0 15px;
	float: left;
	letter-spacing: 2px;
	color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
	color: #16a8ed;
	font-style: normal;
}
#fh5co-header a {
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
#fh5co-home {
	background-color: transparent;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	width: 100%;
	background-color: #16a8ed;
	color: #fff;
	overflow: hidden;
}
#fh5co-home {
	height: 900px;
	background-repeat: none;
}
#fh5co-counters{
		background-image: url(../images/full_image_2.jpg)!important;
	}
@media screen and (max-width: 720px) {
	#fh5co-home {
		background-image: url(../images/full_image_0-mid.jpg)!important;
		background-position: center!important;
		background-repeat: none!important;
		background-attachment: unset!important;
	}
	#fh5co-counters{
		background-image: url(../images/full_image_2b.jpg)!important;
		background-attachment: unset!important;
	}
}
#fh5co-home .text-wrap {
	height: 900px;
}
#fh5co-home .text-wrap {
	display: table;
	width: 100%;
	position: relative;
	z-index: 4;
}
#fh5co-home .text-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#fh5co-home .text-inner a {
	color: white;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#fh5co-home .text-inner a:hover, #fh5co-home .text-inner a:active, #fh5co-home .text-inner a:focus {
	text-decoration: none;
	color: white;
	border-bottom: 1px dashed white;
}
#fh5co-home .text-inner h1 {
	font-size: 2.5em;
	font-weight: 600;
	color: white;
	margin: 40px 0 20px 0;
	text-align: right;
}
#fh5co-home .text-inner h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	text-align: right;
}
#fh5co-home .text-inner p {
	font-size: 28px;
	font-weight: 300;
	text-align: right;
}
#fh5co-home .home-grad {
	-webkit-backface-visibility: hidden;
}
#fh5co-home .text-inner p a:link, #fh5co-home .text-inner p a:visited {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px 50px;
	margin: 30px 0 0;
}
#fh5co-home .text-inner p a:hover {
	background: #fff;
	color: #00285e;
	font-weight: 400;
}
/*-------------------------------------------------------------*/

#fh5co-quees {
	background-color: transparent;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	width: 100%;
	background-color: #16a8ed;
	color: #fff;
	overflow: hidden;
}
#fh5co-quees .gradient {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	opacity: .9;
	-webkit-backface-visibility: hidden;
	background-color: #16a8ed;
	/* IE9, iOS 3.2+ */
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
	background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #16a8ed));
	/* Android 2.3 */
	background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #16a8ed 100%);
	/* IE10+ */
	background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #16a8ed 100%);
	background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #16a8ed 100%);
}
#fh5co-quees-home {
	height: 600px;
}
#fh5co-quees .text-wrap {
	min-height: 375px;
}
#fh5co-quees .text-wrap {
	display: table;
	width: 100%;
	position: relative;
	z-index: 4;
}
#fh5co-quees .text-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#fh5co-quees .text-inner a {
	color: white;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#fh5co-quees .text-inner a:hover, #fh5co-home .text-inner a:active, #fh5co-home .text-inner a:focus {
	text-decoration: none;
	color: white;
	border-bottom: 1px dashed white;
}
#fh5co-quees .text-inner h1 {
	font-size: 38px;
	font-weight: 700;
	color: white;
	margin: 0 0 20px 0;
}
#fh5co-quees .text-inner h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}
/*-------------------------------------------------------------*/

.slant {
	position: absolute;
	transform: rotate(-1.7deg);
	-ms-transform: rotate(-1.7deg);
	-webkit-transform: rotate(-1.7deg);
	-o-transform: rotate(-1.7deg);
	-moz-transform: rotate(-1.7deg);
	background-color: #fff;
	content: "";
	z-index: 3;
	display: inline-block;
	height: 70px;
	bottom: 0;
	margin-bottom: -35px;
	padding: 0;
	width: 101%;
}
#fh5co-intro {
	position: relative;
	overflow: hidden;
	bottom: 0;
	/*margin-top: -110px;*/
	z-index: 10;
	padding: 2em 0 6em 0;
}
#fh5co-intro h2 {
	margin: 0 0 30px 0;
	font-size: 38px;
	font-weight: 700;
	color: #00285e;
	position: relative;
	display: block;
	padding-top: 2em;
	padding-bottom: 20px;
	line-height: 1.5;
	text-align: center;
}
#fh5co-intro p {
	text-align: center;
	padding: 0 15px;
}

@media screen and (max-width: 768px) {
#fh5co-intro {
	padding-bottom: 3em;
}
}
#fh5co-intro > div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
#fh5co-intro .fh5co-block {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 16px;
	min-height: 460px;
	vertical-align: middle;
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
	-moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
	-ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
	-o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
	box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
	z-index: 7;
	flex-grow: 1;
	background-size: cover;
	position: relative;
	background-position: center;
	backgroun-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
#fh5co-intro .fh5co-block {
	width: 100%;
}
}
#fh5co-intro .fh5co-block > .overlay-darker {
	z-index: 8;
	opacity: .6;
	background: #000000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#fh5co-intro .fh5co-block > .overlay {
	background: #fff;
	opacity: 1;
	z-index: 9;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#fh5co-intro .fh5co-block > .fh5co-text {
	position: relative;
	z-index: 10;
}
#fh5co-intro .fh5co-block > .fh5co-text .fh5co-intro-icon {
	font-size: 50px;
	color: #16a8ed;
	margin-bottom: 30px;
	display: block;
}
#fh5co-intro .fh5co-block h2 {
	font-size: 24px;
	font-weight: 400;
}
#fh5co-intro .fh5co-block:hover > .overlay, #fh5co-intro .fh5co-block:focus > .overlay {
	opacity: 0;
	z-index: 9;
}
#fh5co-intro .fh5co-block:hover > .fh5co-text, #fh5co-intro .fh5co-block:focus > .fh5co-text {
	color: #fff;
	/* padding: 0 15px; */
}
#fh5co-intro .fh5co-block:hover > .fh5co-text .fh5co-intro-icon, #fh5co-intro .fh5co-block:focus > .fh5co-text .fh5co-intro-icon {
	color: #fff;
}
#fh5co-intro .fh5co-block:hover h2, #fh5co-intro .fh5co-block:focus h2 {
	color: #fff;
}
#fh5co-intro .fh5co-block:hover .btn, #fh5co-intro .fh5co-block:focus .btn {
	border: 2px solid #fff !important;
	background: transparent;
}
#fh5co-intro .fh5co-block:hover .btn:hover, #fh5co-intro .fh5co-block:focus .btn:hover {
	background: #16a8ed !important;
	border: 2px solid #16a8ed !important;
}
.watch-video {
	text-align: center;
	width: 100%;
	display: block;
	float: left;
}
.watch-video span {
	display: block;
	margin-bottom: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}
.watch-video .btn-video {
	display: block;
	font-size: 60px;
	height: 120px;
	width: 120px;
	margin: 0 auto;
	border: 2px solid #16a8ed;
	line-height: 0px;
	display: table;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.watch-video .btn-video:hover, .watch-video .btn-video:focus, .watch-video .btn-video:active {
	text-decoration: none;
}
.watch-video .btn-video i {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	right: -9px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.watch-video .btn-video:hover i, .watch-video .btn-video:focus i {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#fh5co-services, #fh5co-testimonials, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about, #fh5co-about0, #fh5co-info2, #fh5co-info3, #fh5co-info4, #fh5co-info5 {
	padding: 4em 0;
	background-size: cover;
}
#fh5co-info2, #fh5co-info3, #fh5co-info4, #fh5co-about, #fh5co-about0, #fh5co-contact {
	overflow: hidden;
}
.org-locales {
	display: flex;
	align-content: center;
	justify-content: center;
	list-style: none;
	padding-left: 0;
}
.org-locales li {
	padding: 30px;
}

@media screen and (max-width: 996px) {
.section-heading p img {
	max-width: 90%;
	margin: 0 auto;
}
.org-locales li {
	padding: 15px;
}
}
.pauta-oro {
	display: flex;
	align-content: center;
	justify-content: center;
	list-style: none;
	padding-left: 0;
}
.pauta-oro li {
	padding: 40px;
}
@media screen and (max-width: 996px) {
	.pauta-oro li {
		padding: 15px;
	}
}
.insti .pauta-oro li {
	padding: 15px;
}
.pauta-plata {
	display: flex;
	align-content: center;
	justify-content: center;
	list-style: none;
	padding-left: 0;
}
.pauta-plata li {
	padding: 30PX 100px;
}
.pauta-plata li img {
	max-width: 100%;
}
@media screen and (max-width: 1200px) {
	.pauta-plata li {
	padding: 30PX 60px;
}
.pauta-plata li img {
	max-width: 100%;
}
}
@media screen and (max-width: 992px) {
	.pauta-plata li {
	padding: 20PX 40px;
}
}
@media screen and (max-width: 570px) {
	.pauta-plata li {
	padding: 20PX 150px;
}
}
@media screen and (max-width: 470px) {
	.pauta-plata li {
	padding: 20PX 100px;
}
}
.aus-plata h2, .apoyo-inst h2 {
	margin: 20px 0 10px 0;
	color: #00285e;
	font-size: 28px;
	font-weight: 700;
	display: block;
	padding-bottom: 20px;
	line-height: 1.5;
	text-align: center;
}
.aus-plata h2:after, .apoyo-inst h2:after {
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 2px;
	background: #8dd537;
	left: 50%;
	margin-left: -40px;
	top: 80px;
}
.pacial-auspiciantes {
	width: 50% !important;
	text-align: left;
}

@media screen and (max-width: 570px) {
.org-locales {
	display: block;
	list-style: none;
	padding: 0;
}
.org-locales li {
	width: 100%;
	padding: 30px;
}
.pauta-oro {
	display: block;
	list-style: none;
	padding: 0;
}
.pauta-oro li {
	width: 100%;
	padding: 40px 35px;
}
.pauta-plata {
	display: block;
	width: 100%;
	list-style: none;
}
.pauta-plata li {
	width: 100%;
	padding: 40 20px;
}
.pauta-plata li img {
	max-width: 100%;
}
}

@media screen and (max-width: 768px) {
#fh5co-services, #fh5co-testimonials, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about, #fh5co-about0, #fh5co-info2, #fh5co-info3, #fh5co-info4, #fh5co-info5 {
	padding: 2em 0;
	background-size: cover;
	background-position: center !important;
}
}
#fh5co-counters {
	padding: 7em 0;
	overflow: hidden;
}
#fh5co-services, #fh5co-work {
	padding: 1em 0 1em 0;
}

@media screen and (max-width: 768px) {
#fh5co-services, #fh5co-work, #fh5co-counters {
	padding: 4em 0;
}
}
#fh5co-services {
	background-color: #16a8ed;
	/* IE9, iOS 3.2+ */
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
	background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #0099dd));
	/* Android 2.3 */
	background-image: -webkit-repeating-linear-gradient(top left, #0099dd 0%, #16a8ed 100%);
	/* IE10+ */
	background-image: repeating-linear-gradient(to bottom right, #0099dd 0%, #16a8ed 100%);
	background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #16a8ed 100%);
	overflow: hidden;
	position: relative;
	color: rgba(255, 255, 255, 0.7);
}
/*#fh5co-services:before, #fh5co-services:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}*/
#fh5co-services:before {
	top: 0;
	margin-top: -35px;
}
#fh5co-services:after {
	bottom: 0;
	margin-bottom: -35px;
}
#fh5co-services .fh5co-service {
	padding-right: 30px;
}
#fh5co-services h3 {
	font-size: 24px;
	color: #fff;
}
#fh5co-services .icon {
	font-size: 70px;
	margin-bottom: 30px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
#fh5co-services .icon:before {
	color: #fff;
}
#fh5co-services .section-heading h2 {
	color: #fff;
}
#fh5co-services .section-heading h2.left-border:after {
	background: rgba(255, 255, 255, 0.3);
}
#fh5co-counters {
	background: #16a8ed;
	overflow: hidden;
	background-color: transparent;
	background-size: cover;
	background-position: center !important;
	background-attachment: fixed;
	position: relative;
	width: 100%;
	padding: 4em 0 5em 0;
}

@media screen and (max-width: 768px) {
#fh5co-counters {
	background: #16a8ed;
	overflow: hidden;
	background-color: transparent;
	background-size: cover;
	background-position: center !important;
	background-attachment: fixed;
	position: relative;
	width: 100%;
	padding: 4em 0;
}
}
#fh5co-counters .fh5co-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;/*background: rgba(0, 0, 0, 0.7);*/
}
.slide2 {
	padding: 50px;
	background-color: #ffffffe0;
	-webkit-box-shadow: 2px 6px 64px -6px rgba(0,0,0,0.67);
	-moz-box-shadow: 2px 6px 64px -6px rgba(0,0,0,0.67);
	box-shadow: 2px 6px 64px -6px rgba(0,0,0,0.67);/*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #8dd90694), color-stop(1, #00c0008f));
  background-image: -webkit-repeating-linear-gradient(top left, #8dd90694 0%, #00c0008f 100%);
  background-image: repeating-linear-gradient(to bottom right, #8dd90694 0%, #00c0008f 100%);
  background-image: -ms-repeating-linear-gradient(top left, #8dd90694 0%, #00c0008f 100%);*/
}
.slide2 h2 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	font-style: italic;
	color: #7F7F7F!important;
	margin: 0;
}
.slide2 h2 a:link, .slide2 h2 a:visited {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 500;
	color: #16a8ed!important;
	margin: 0;
	text-decoration: none;
}
.slide2 h2 a:hover {
	text-decoration: underline;
}
/*#fh5co-counters:before, #fh5co-counters:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}*/
#fh5co-counters:before {
	top: 0;
	margin-top: -35px;
}
#fh5co-counters:after {
	bottom: 0;
	margin-bottom: -35px;
}
#fh5co-counters .section-heading {
	position: relative;
	z-index: 3;
	margin-bottom: 0;
}
#fh5co-counters .section-heading h2 {
	color: #fff;
}
#fh5co-counters .section-heading h2:after {
	background: rgba(255, 255, 255, 0.3) !important;
}
#fh5co-counters .section-heading .subtext h3 {
	color: rgba(255, 255, 255, 0.7) !important;
}
#fh5co-counters .fh5co-counter {
	position: relative;
	z-index: 3;
	text-align: center;
}

@media screen and (max-width: 992px) {
#fh5co-counters .fh5co-counter {
	margin-bottom: 50px;
	float: left;
	width: 100%;
}
}
#fh5co-counters .fh5co-counter .fh5co-counter-icon, #fh5co-counters .fh5co-counter .fh5co-counter-number, #fh5co-counters .fh5co-counter .fh5co-counter-label {
	display: block;
}
#fh5co-counters .fh5co-counter .fh5co-counter-icon {
	font-size: 40px;
	color: #16a8ed;
}
#fh5co-counters .fh5co-counter .fh5co-counter-number {
	font-size: 70px;
	color: #fff;
	font-weight: 300;
}
#fh5co-counters .fh5co-counter .fh5co-counter-label {
	color: rgba(255, 255, 255, 0.5);
	font-size: 18px;
	font-weight: 400;
}
#fh5co-work .fh5co-counter {
	margin-bottom: 50px;
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
}
#fh5co-work .fh5co-counter .fh5co-counter-icon, #fh5co-work .fh5co-counter .fh5co-counter-number, #fh5co-work .fh5co-counter .fh5co-counter-label {
	display: block;
}
#fh5co-work .fh5co-counter .fh5co-counter-icon {
	font-size: 40px;
	color: #16a8ed;
}
#fh5co-work .fh5co-counter .fh5co-counter-number {
	font-size: 2.5em;
	color: #fff;
	margin: 0 auto;
	font-weight: 300;
}
#fh5co-work .fh5co-counter .fh5co-counter-label {
	color: rgba(255, 255, 255);
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1.5em;
	margin-left: 1.5em;
	font-weight: 400;
}

@media screen and (max-width: 1200px) {
#fh5co-work .fh5co-counter .fh5co-counter-number {
	font-size: 2.5em;
}
#fh5co-home {
	height: 700px;
	background-repeat: none;
	background-size: cover;
}
#fh5co-work .fh5co-counter .fh5co-counter-label {
	color: rgba(255, 255, 255);
	font-size: 1.2em;
}
#fh5co-intro .fh5co-block {
	min-height: 430px;
}
}

@media screen and (max-width: 992px) {
#fh5co-work .fh5co-counter .fh5co-counter-number {
	font-size: 2.5em;
}
#fh5co-work .fh5co-counter .fh5co-counter-label {
	color: rgba(255, 255, 255);
	font-size: 1em;
}
#fh5co-intro .fh5co-block {
	min-height: 502px;
}
}

@media screen and (max-width: 768px) {
#fh5co-intro .fh5co-block {
	min-height: unset;
}
.mill-foxtrot-bar-text-contain-left {
	float: left;
	width: 15%!important;
}
.mill-foxtrot-bar-text-contain-right {
	float: right;
	width: 15%!important;
}
.mill-foxtrot-bar-total {
	float: left;
	height: 30px;
	width: 35%!important;
}
.mill-foxtrot-bar-total {
	float: left;
	height: 30px;
	width: 35%!important;
}
}

@media screen and (max-width: 510px) {
.mill-foxtrot-bar-text-contain-left {
	float: left;
	width: 20%!important;
}
.mill-foxtrot-bar-text-contain-right {
	float: right;
	width: 20%!important;
}
.mill-foxtrot-bar-total {
	float: left;
	height: 30px;
	width: 30%!important;
}
.mill-foxtrot-bar-total {
	float: left;
	height: 30px;
	width: 30%!important;
}
.mill-foxtrot-icon-container {
	width: 94%!important;
	margin: auto;
	height: 80px;
}
.navbar-brand img {
	height: 75px;
	display: block;
	margin-top: 15px;
}
}

@media screen and (max-width: 394px) {
#fh5co-home .text-inner h1 {
	font-size: 1.4em;
	font-weight: 600;
	color: white;
	margin: 30px 0 20px 0;
	text-align: left;
}
#fh5co-home .text-inner p {
	font-size: 28px;
	font-weight: 300;
	text-align: center;
}
#fh5co-quees .text-inner h1 {
	font-size: 1.4em;
	font-weight: 700;
	color: white;
	margin: 0 0 20px 0;
}
#fh5co-home .text-inner h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
}
#fh5co-work .fh5co-counter .fh5co-counter-number {
	font-size: 1.5em;
}
#fh5co-work .fh5co-counter .fh5co-counter-label {
	color: rgba(255, 255, 255);
	font-size: 0.7em;
}
#fh5co-work h2 {
	font-size: 1.2em;
}
.map-heading h2 {
	font-size: 1.4em!important;
}
.map-heading h3 {
	font-size: 1.1em!important;
}
.mill-foxtrot-bar-text-contain-left {
	float: left;
	width: 30%!important;
}
.mill-foxtrot-bar-text-contain-right {
	float: right;
	width: 30%!important;
}
.mill-foxtrot-bar-total {
	float: left;
	height: 30px;
	width: 20%!important;
}
.mill-foxtrot-bar-total {
	float: left;
	height: 30px;
	width: 20%!important;
}
.navbar-brand img {
	height: 65px;
	display: block;
	margin-top: 15px;
}
}
#fh5co-testimonials .box-testimony {
	margin-bottom: 2em;
	float: left;
}
#fh5co-testimonials .box-testimony a {
	color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonials .box-testimony a:hover, #fh5co-testimonials .box-testimony a:focus, #fh5co-testimonials .box-testimony a:active {
	color: white;
	text-decoration: none;
}
#fh5co-testimonials .box-testimony blockquote {
	padding-left: 0;
	border-left: none;
	padding: 30px;
	background: #fff;
	background: #16a8ed;
	font-size: 20px;
	font-weight: 300;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}
#fh5co-testimonials .box-testimony blockquote:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 40px;
	border-top: 10px solid black;
	border-top-color: #fff;
	border-top-color: #16a8ed;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
#fh5co-testimonials .box-testimony blockquote p {
	font-style: italic;
	color: #fff;
}
#fh5co-testimonials .box-testimony .author {
	line-height: 20px;
	color: black;
	font-size: 16px;
	margin-left: 20px;
	font-weight: 400;
}
#fh5co-testimonials .box-testimony .author a {
	color: #16a8ed;
}
#fh5co-testimonials .box-testimony .author a:hover {
	text-decoration: underline;
}
#fh5co-testimonials .box-testimony .author > figure {
	float: left;
	margin-right: 10px;
}
#fh5co-testimonials .box-testimony .author > figure img {
	width: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#fh5co-testimonials .box-testimony .author p {
	float: left;
	margin-top: 10px;
}
#fh5co-testimonials .box-testimony .author .subtext {
	display: block;
	color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	font-weight: 400 !important;
}
#fh5co-testimonials {
	overflow: hidden;
}
#fh5co-work {
	overflow: hidden;
	position: relative;
	color: rgba(255, 255, 255, 0.8);
	background-color: #01295f;
	
}
#fh5co-work a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: underline;
}
#fh5co-work a:hover {
	color: white;
}
/*#fh5co-work:before, #fh5co-work:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}*/
#fh5co-work:before {
	top: 0;
	margin-top: -35px;
}
#fh5co-work:after {
	bottom: 0;
	margin-bottom: -35px;
}
#fh5co-work .section-heading h2, #fh5co-info3 .section-heading h2 {
	color: #fff;
}
#fh5co-work .section-heading h2:after, #fh5co-info3 .section-heading h2:after {
	background: rgba(255, 255, 255, 0.3);
}
#fh5co-work .section-heading h3 {
	color: rgba(255, 255, 255, 0.8);
}
#fh5co-work .fh5co-project-item {
	display: block;
	width: 100%;
	position: relative;
	top: 0;
	background: #fff;
	overflow: hidden;
	z-index: 9;
	margin-bottom: 30px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#fh5co-work .fh5co-project-item img {
	z-index: 8;
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#fh5co-work .fh5co-project-item .fh5co-text {
	padding: 10px 20px;
}
#fh5co-work .fh5co-project-item .fh5co-text h2, #fh5co-work .fh5co-project-item .fh5co-text span {
	text-decoration: none !important;
}
#fh5co-work .fh5co-project-item .fh5co-text h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
#fh5co-work .fh5co-project-item .fh5co-text span {
	color: #b3b3b3;
	font-size: 16px;
	font-weight: 400;
}
#fh5co-work .fh5co-project-item:hover, #fh5co-work .fh5co-project-item:focus {
	-webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
	text-decoration: none;
	top: -15px;
}
#fh5co-work .fh5co-project-item:hover img, #fh5co-work .fh5co-project-item:focus img {
	opacity: .7;
}
#fh5co-work .fh5co-project-item:hover h2, #fh5co-work .fh5co-project-item:hover span, #fh5co-work .fh5co-project-item:focus h2, #fh5co-work .fh5co-project-item:focus span {
	text-decoration: none !important;
}
.fh5co-person {
	border: 2px solid #f2f2f2;
	overflow: hidden;
	padding: 80px 30px 30px 30px;
	float: left;
	width: 100%;
	position: relative;
}

@media screen and (max-width: 992px) {
.fh5co-person {
	margin-bottom: 3.5em;
}
}
.fh5co-person figure {
	position: absolute;
	margin-top: -60px;
	top: 0;
	left: 50%;
	margin-left: -60px;
	display: block;
	margin-bottom: 50px;
}
.fh5co-person figure img {
	width: 120px;
	border: 2px solid #f2f2f2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.fh5co-person h3 {
	margin-bottom: 0px;
}
.fh5co-person .fh5co-position {
	color: #b3b3b3;
	display: block;
	margin-bottom: 20px;
}
.form-control {
	box-shadow: none;
	overflow: hidden;
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 54px;
	font-size: 18px;
	font-weight: 400;
}
.form-control:active, .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #16a8ed;
}
.btn {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn:hover, .btn:active, .btn:focus {
	outline: none;
}
#fh5co-contact {
	padding-bottom: 0;
	overflow: hidden;
	background: #efefef;
}
#fh5co-contact .fh5co-contact-info {
	padding: 0;
	margin: 0 0 1.5em 0;
}
#fh5co-contact .fh5co-contact-info li {
	position: relative;
	padding: 0;
	margin: 0 0 1.5em 0;
	padding-left: 50px;
	list-style: none;
}
#fh5co-contact .fh5co-contact-info li i {
	position: absolute;
	top: .2em;
	left: 0;
}
.section-heading {
	float: left;
	width: 100%;
	/*padding-bottom: 50px;
  margin-bottom: 50px;*/
	clear: both;
}
.section-heading h2 {
	margin: 30px 0 30px 0;
	color: #00285e;
	font-size: 38px;
	font-weight: 700;
	position: relative;
	display: block;
	padding-bottom: 20px;
	line-height: 1.5;
}
.section-heading h2.left-border:after {
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 2px;
	background: #16a8ed;
	left: 0%;
	margin-left: 0px;
	bottom: 0;
}
.section-heading h2:after {
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 2px;
	background: #8dd537;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
}
.section-heading p {
	font-size: 20px;
	color: #494949;
	font-weight: 300;
}
.map-container {
	background: #ededed;
	padding: 0!important;
}
.map-heading {
	max-width: 600px;
	padding: 35px 25px;
}
.mapa {
	margin-bottom: -10px;
}
.map-heading h2 {
	margin: 60px 0 30px 0;
	font-size: 32px;
	font-weight: 700;
	color: #858585;
	position: relative;
	display: block;
	padding-bottom: 20px;
	line-height: 1.2;
	text-align: left;
}
.map-heading h3 {
	color: #858585;
	text-align: left;
	line-height: 1.5;
}
.map-heading h2.left-border:after {
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 2px;
	background: #858585;
	left: 0%;
	margin-left: 0px;
	bottom: 0;
}
.map-heading h2:after {
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 2px;
	background: #858585;
	bottom: 0;
}
.map-heading p a:link, .map-heading p a:visited {
	display: inline-block;
	border: 1px solid #858585;
	color: #858585;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px 50px;
	margin: 10px 0 0;
}
.map-heading p a:hover {
	background: #fff;
	color: #00285e;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
.section-heading h2 {
	font-size: 30px;
}
.map-heading {
	padding-top: 25px;
	max-width: 600px;
	padding: 20px 40px;
}
}
.section-heading h3 {
	font-weight: 300;
	line-height: 1.5;
	color: #929292;
}

@media screen and (max-width: 768px) {
.section-heading h3 {
	font-size: 24px !important;
	line-height: 34px;
}
}
.btn {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.fh5co-nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
	background: #1c426e;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}
.fh5co-nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	width: 25px;
	height: 3px;
	color: #16a8ed;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #1c426e;
	transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
	content: '';
	width: 25px;
	height: 3px;
	background: #1c426e;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.fh5co-nav-toggle i::before {
	top: -7px;
}
.fh5co-nav-toggle i::after {
	bottom: -7px;
}
.fh5co-nav-toggle:hover i::before {
	top: -10px;
}
.fh5co-nav-toggle:hover i::after {
	bottom: -10px;
}
.fh5co-nav-toggle.active i {
	background: transparent;
}
.fh5co-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.fh5co-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.fh5co-nav-toggle {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	height: 44px;
	width: 25px;
	border-bottom: none !important;
}

@media screen and (max-width: 768px) {
.fh5co-nav-toggle {
	display: block;
}
}
#footer {
	background: #00285e;
	padding: 20px 0 20px;
	color: #FFFFFF;
	position: relative;
}
#footer p {
	font-size: 16px;
	margin-bottom: 0em;
}
#footer .gotop {
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	right: 15px;
	top: -60px;
	margin-left: -40px;
	z-index: 8;
	height: 80px;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #00285e;
}
#footer .gotop:hover, #footer .gotop:focus {
	top: -70px;
	text-decoration: none !important;
	transition: 0.3s;
}
#footer .copyright {
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0;
}
.btn {
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn.btn-primary {
	background: #16a8ed;
	color: #fff;
	border: none !important;
	border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
	box-shadow: none;
	background: #16a8ed;
}
.btn:hover, .btn:active, .btn:focus {
	background: #393e46 !important;
	color: #fff;
	outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
	border-color: transparent;
}
.social {
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
	width: 100%;
}
.social li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.social li a {
	font-size: 16px;
	display: table;
	width: 40px;
	height: 40px;
	margin: 0 4px;
}
.social li a i {
	display: table-cell;
	vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
	text-decoration: none;
	border-bottom: none;
}
.social li a.social-box {
	background: #16a8ed;
	color: #fff;
}
.social li a.social-circle {
	background: #16a8ed;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.social li a:hover {
	background: #393e46 !important;
}
.social.social-box a {
	background: #16a8ed;
	color: #fff;
}
.social.social-circle a {
	background: #16a8ed;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#map {
	width: 100%;
	height: 500px;
	position: relative;
}

@media screen and (max-width: 768px) {
#map {
	height: 200px;
}
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.js .to-animate, .js .to-animate-2, .js .single-animate {
	opacity: 0;
}

@media screen and (max-width: 480px) {
.col-xxs-12 {
	float: none;
	width: 100%;
}
}
.row-bottom-padded-lg {
	padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
.row-bottom-padded-lg {
	padding-bottom: 2em;
}
}
.row-bottom-padded-md {
	padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
.row-bottom-padded-md {
	padding-bottom: 2em;
}
}
.row-bottom-padded-sm {
	padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
.row-bottom-padded-sm {
	padding-bottom: 2em;
}
}
.fh5co-animated {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/*# sourceMappingURL=style.css.map */
.figure-graficos {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #FFF;
	position: absolute;
	margin-top: -25px !important;
	top: 0;
	left: 50%;
	margin-left: -33px !important;
	display: block;
	margin-bottom: 10px;
}
.figure-graficos h1 {
	font-family: 'Montserrat', sans-serif;
	color: #16a8ed;
	font-size: 30px;
	padding-top: 12px;
}
.amcharts-chart-div text {
	color: #FFFFFF;
	fill: #FFFFFF !important;
}
.home-sub-slide {
	background-color: #FFF;
	margin: 0 auto;
}
#fh5co-home .text-inner .home-sub-slide h2 {
	color: #16a8ed !important;
}
#fh5co-work h2 {
	text-align: center!important;
	color: #FFFFFF;
}
.tit-label {
	border-top: 14px rgba(256,256,256, .25) solid;
	border-bottom: 2px rgba(256,256,256, .25) solid;
	/*background-color:rgba(0,0,0, .25);*/
	padding: 0 25px;
}
/*SUPER TEST*/
 <style> 
/* OVER 1200
   ========================================================================== */


.hero.-ideas .to-article:hover {
color:#ffffff !important
}
.hero .inner {
	padding: 7.625em 0 4.625em;
}
#mill-hero {
	background-size: cover;
	height: 550px;
	background-image: url("../auth/content/dam/msdotcom/ideas/sustainable-signals/fallback-hero.jpg");
}
.ideas-hero-video-bg {
	height: 160% !important;
}
/* ALPHA START
   ========================================================================== */


.mill-alpha {
	font-size: 32px;
	margin-top: 80px;
}
.mill-alpha p {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 70px;
}
.mill-header-text {
	color: #000000;
	font-family: karlaregular;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	max-width: 900px;
	margin: auto;
	margin-top: 60px;
}
.mill-header-text a {
	color: #3182c1;
	border-bottom: 1px solid transparent;
}
.mill-header-text a:hover {
	border-bottom: 1px solid #3182c1;
}
/* BRAVO START
   ========================================================================== */


.mill-bravo {
	background-image: url('../auth/content/dam/msdotcom/ideas/sustainable-signals/interest-desktop.jpg');
	background-size: cover;
	color: white;
	padding: 70px 0px;
	margin-bottom: 0px !important;
	background-attachment: fixed;
}
.mill-bravo-inner {
	max-width: 1200px;
	margin: auto;
}
.mill-bravo-inner .header-text {
	font-size: 50px;
	font-family: ms_gloriola_ii_displaythin, sans-serif;
	max-width: 70%;
}
.mill-bravo-legend-container {
	margin-top: 60px;
	height: 80px;
	max-width: 85%;
	margin: 60px auto 0px;
}
.mill-bravo-legend-square {
	float: left;
	width: 40px;
	height: 40px;
}
.mill-bravo-legend-square-1 {
	background-color: #3EB661;
}
.mill-bravo-legend-square-2 {
	background-color: rgba(62, 182, 97, .6);
}
.mill-bravo-legend-text {
	float: left;
	font-size: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 40px;
	font-weight: bold;
}
.mill-bravo-legend-tri {
	float: left;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 40px solid #F8E71C;
}
.mill-bravo-legend-text-alt {
	float: left;
	font-size: 17px;
	padding-left: 20px;
	padding-top: 10px;
	font-style: italic;
}
.mill-bravo-yellow-contain {
	height: 40px;
	float: left;
	width: 40%;
}
.mill-bravo-green-contain {
	height: 40px;
	float: left;
	width: 30%;
}
.mill-bravo-chart-header-container {
	height: 30px;
}
.mill-bravo-chart-header {
	float: left;
	width: 50%;
}
.mill-bravo-chart-contain {
	height: 503px;
}
.mill-bravo-stack-contain {
	float: left;
	height: 500px;
	width: 17.15%;
	margin: auto 3.675%;
}
.mill-bravo-stack-title {
	vertical-align: bottom;
}
.mill-bravo-chart-vert-line-container {
	float: left;
	height: 100%;
	width: 2%;
}
.mill-bravo-chart-vert-line {
	width: 3px;
	background-color: rgba(256,256,256,.6);
	height: 100%;
	margin: auto;
}
.mill-bravo-stack-some {
	background-color: rgba(62, 182, 97, .6);
	width: 60%;
	margin: auto;
	vertical-align: middle;
	height: 40px;
}
.mill-bravo-stack-very {
	margin: auto;
	width: 60%;
	background-color: #3EB661;
	vertical-align: middle;
	height: 40px;
}
.mill-bravo-chart-hor-line {
	height: 3px;
	width: 100%;
	margin: auto;
	background-color: rgba(256,256,256,.6);
	margin-top: -3px;
}
.mill-bravo-stack-year-container {
	width: 100%;
	height: 60px;
}
.mill-bravo-stack-year {
	float: left;
	width: 24.5%;
	margin-top: 15px;
}
.mill-bravo-stack-year-fill {
	width: 2%;
	float: left;
}
.mill-bravo-stack-year-icon {
	float: right;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 20px solid #F8E71C;
	padding-top: 4px;
}
.mill-bravo-stack-year-alt {
	margin: auto;
	width: 50%;
	height: 33px;
}
/* CHARLIE START
   ========================================================================== */


.mill-charlie {
	background-color: #f2f2f2;
	color: white;
	margin-bottom: 0px;
	padding: 70px 0px;
}
.mill-charlie-inner {
	max-width: 1200px;
	margin: auto;
	padding: 0px 20px;
}
.mill-charlie-inner .header-text {
	font-size: 50px;
	font-family: ms_gloriola_ii_displaythin, sans-serif;
	max-width: 90%;
	color: #000000;
	text-align: left;
	margin-right: 10%;
}
.mill-charlie-text {
	color: #4c4c4c;
	font-family: karlaregular;
	font-size: 20px;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 50px;
}
.mill-charlie-row {
	width: 100%;
	height: 100px;
}
.mill-charlie-row-text {
	color: #4c4c4c;
	float: left;
	margin-top: 36px;
	text-align: left;
	width: 20%;
	font-family: karlaregular;
	font-weight: bold;
	font-size: 25px;
}
.mill-charlie-image-container {
	float: left;
	height: 80px;
	width: 80%;
}
.mill-charlie-slider {
	height: 80px;
	position: absolute;
	width: 100%;
	background-color: #f2f2f2;
	margin-left: 0%;
}
.mill-charlie-row-image {
	float: left;
	width: 10%;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.mill-charlie-row-image-1 {
	background-image: url('../auth/content/dam/msdotcom/ideas/sustainable-signals/10098B.png');
}
.mill-charlie-row-image-2 {
	background-image: url('../auth/content/dam/msdotcom/ideas/sustainable-signals/10098G.png');
}
.mill-charlie-row-alt {
	border-top: rgba(76,76,76,.45) 1px solid;
	padding-top: 30px;
	height: 130px;
}
/* DELTA START
   ========================================================================== */


.mill-delta {
	margin: 70px auto;
}
.mill-delta-inner {
	max-width: 1200px;
	margin: auto;
}
.mill-delta-inner .header-text {
	font-size: 50px;
	font-family: ms_gloriola_ii_displaythin, sans-serif;
	max-width: 70%;
	color: #000000;
}
.mill-delta-container {
	width: 100%;
	height: 200px;
	margin-top: 80px;
	padding: 0px 20px;
}
.mill-delta-item {
	float: left;
	width: 47%;
}
.mill-delta-item-1 {
	margin-right: 3%
}
.mill-delta-item-2 {
	margin-left: 3%;
}
.mill-delta-image {
	width: 15%;
	margin-right: 5%;
	height: 85px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}
.mill-delta-image-1 {
	background-image: url('../auth/content/dam/msdotcom/ideas/sustainable-signals/10356.png');
}
.mill-delta-image-2 {
	background-image: url('../auth/content/dam/msdotcom/ideas/sustainable-signals/10418.png');
}
.mill-delta-data {
	width: 80%;
	float: left;
}
.mill-delta-number {
	font-size: 40px;
	text-align: left;
	font-family: karlaregular;
	font-weight: bold;
	margin-bottom: 20px;
	float: left;
}
.mill-delta-percent {
	float: left;
	font-size: 40px;
	text-align: left;
	font-family: karlaregular;
	font-weight: bold;
}
.mill-delta-bar {
	height: 20px;
	width: 100%;
	background-color: #dadada;
	clear: both;
}
.mill-delta-bar-fill {
	height: 20px;
	background-color: #0F8EC7;
}
.mill-delta-bar-fill-1 {
	width: 0%;
}
.mill-delta-bar-fill-2 {
	width: 0%;
}
.mill-delta-text {
	font-size: 20px;
	margin-top: 15px;
	text-align: left;
	line-height: 30px;
	font-family: karlaregular;
	font-weight: bold;
	width: 80%;
}
/* ECHO START
   ========================================================================== */


.mill-echo {
	margin: 70px auto;
	padding-top: 130px;
	background-image: url('../auth/content/dam/msdotcom/ideas/sustainable-signals/performance-desktop.jpg');
	background-size: cover;
	height: 950px;
	background-attachment: fixed;
}
.mill-echo-inner {
	max-width: 1200px;
	margin: auto;
}
.mill-echo-container {
	margin-top: 50px;
}
.mill-echo-inner .header-text {
	font-size: 50px;
	font-family: ms_gloriola_ii_displaythin, sans-serif;
	max-width: 70%;
	color: #ffffff;
}
#mill-echo-circle-1 {
	width : 100%;
	height : 400px;
	float: left;
	opacity: 0;
}
#mill-echo-circle-2 {
	width : 100%;
	height : 400px;
	float: left;
	opacity: 0;
}
.mill-echo-line {
	float: left;
	width: 3%;
}
.mill-echo-line-item {
	width: 2px;
	background-color: white;
	opacity: .3;
	height: 150px;
	margin: auto;
}
.mill-echo-line-text {
	text-align: center;
	color: white;
	margin: 20px auto;
	font-style: italic;
}
.mill-echo-item {
	width : 48.5%;
	float: left;
}
.mill-echo-circle-text {
	color: white;
	font-size: 20px;
	width: 75%;
	margin: auto 12.5%;
}
/* FOXTROT START
   ========================================================================== */


.mill-foxtrot {
	margin: 70px auto;
	background-color: white;
}
.mill-foxtrot-inner {
	max-width: 1200px;
	margin: auto;
}
.mill-foxtrot-inner .header-text {
	font-size: 50px;
	font-family: ms_gloriola_ii_displaythin, sans-serif;
	max-width: 70%;
	color: #000000;
}
.mill-foxtrot-text {
	color: #4c4c4c;
	font-family: karlaregular;
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
}
.mill-foxtrot-container {
	width: 100%;
	padding: 0px 20px;
}
.mill-foxtrot-container-1 {
	height: 240px;
}
.mill-foxtrot-container-2 {
	height: 200px;
}
.mill-foxtrot-icon-container {
	width: 30%;
	margin: auto;
	height: 80px;
}
.mill-foxtrot-icon {
	height: 80px;
	width: 40%;
	float: left;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.mill-foxtrot-icon-1 {
	background-image: url('../images/woman.png');
}
.mill-foxtrot-icon-2 {
	background-image: url('../images/man.png');
}
.mill-foxtrot-icon-text {
	float: left;
	width: 20%;
	padding-top: 25px;
}
.mill-foxtrot-bar-container {
	width: 100%;
	height: 100px;
	padding-top: 30px;
}
.mill-foxtrot-bar-text-contain-left {
	float: left;
	width: 10%;
}
.mill-foxtrot-bar-text-contain-right {
	float: right;
	width: 10%;
}
.mill-foxtrot-bar-text-left, .mill-foxtrot-bar-percent-left {
	float: left;
	font-weight: bold;
}
.mill-foxtrot-bar-text-right, .mill-foxtrot-bar-percent-right {
	float: right;
	font-weight: bold;
}
.mill-foxtrot-bar-total {
	float: left;
	height: 30px;
	width: 40%;
}
.mill-foxtrot-bar-total-1 {
	background-color: #3EB661;
	border-right: 2px solid white;
}
.mill-foxtrot-bar-total-2 {
	background-color: #ededed;
}
.mill-foxtrot-bar-part {
	float: left;
	height: 30px;
}
.mill-foxtrot-bar-women {
	background-color: #3EB661;
	border-right: 2px solid white;
}
.mill-foxtrot-bar-women-blank {
	float: left;
	height: 30px;
	background-color: #ededed;
}
.mill-foxtrot-bar-men {
	background-color: #6FC8CB;
	border-left: 2px white solid;
}
.mill-foxtrot-bar-women-blank-1, .mill-foxtrot-bar-women-blank-2 {
	width: 100%;
}
.mill-foxtrot-bar-women-1, .mill-foxtrot-bar-men-1, .mill-foxtrot-bar-women-2, .mill-foxtrot-bar-men-2 {
	width: 0%;
}
.mill-foxtrot-bar-button-container {
	width: 30%;
	margin: auto;
	height: 60px;
}
.mill-foxtrot-bar-button {
	float: left;
	width: 50%;
	font-size: 22px;
	color: #9B9B9B;
	padding-top: 19px;
	cursor: pointer;
}
.mill-foxtrot-bar-button:hover {
	color: #0F8EC7;
}
.mill-foxtrot-bar-button-active {
	background-color: #e9e9e9;
	height: 60px;
	border-radius: 40px;
	color: black !important;
}
.mill-foxtrot-bar-button-active:hover {
	color: black !important;
}
.mill-foxtrot-line-container {
	height: 20px;
	width: 100%;
	margin: 70px auto;
}
.mill-foxtrot-line {
	float: left;
	width: 40%;
	height: 1px;
	background-color: #acacac;
	margin-top: 9px;
}
.mill-foxtrot-line-text {
	float: left;
	width: 20%;
	height: 20px;
	color: #222222;
	font-family: karlaregular;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
/* GOLF START
   ========================================================================== */


.mill-golf {
	margin: 70px auto;
	padding-top: 200px;
	background-image: url('../auth/content/dam/msdotcom/ideas/sustainable-signals/chocies-desktop.jpg');
	background-size: cover;
	height: 800px;
}
.mill-golf-inner {
	max-width: 1200px;
	margin: auto;
}
.mill-golf-container {
	margin-top: 50px;
}
.mill-golf-inner .header-text {
	font-size: 50px;
	font-family: ms_gloriola_ii_displaythin, sans-serif;
	max-width: 70%;
	color: #ffffff;
}
.mill-golf-item {
	width: 42%;
	float: left;
	border-top: 14px rgba(256,256,256, .25) solid;
	margin: auto 4%;
	border-bottom: 2px rgba(256,256,256, .25) solid;
	padding: 20px 0px;
	color: white;
	height: 240px;
}
.mill-golf-item-title {
	margin-bottom: 5px;
	margin-top: 5px;
}
.mill-golf-item-stat {
	font-size: 100px;
}
.mill-golf-item-text {
	font-size: 20px;
}
/* HOTEL START
   ========================================================================== */


.mill-hotel {
	margin: 70px auto 0px;
	padding-top: 70px;
	background-image: url('../auth/content/dam/msdotcom/ideas/sustainable-signals/cut-out-desktop.jpg');
	background-size: cover;
	height: 800px;
}
.mill-hotel-inner {
	max-width: 1200px;
	margin: auto;
	padding: 0px 20px;
}
.mill-hotel-inner .header-text {
	font-size: 50px;
	font-family: ms_gloriola_ii_displaythin, sans-serif;
	max-width: 50%;
	color: #222222;
	text-align: left;
	margin-left: 0px;
}
.mill-hotel-text {
	color: #888888;
	font-size: 19px;
	width: 40%;
	text-align: left;
	margin-top: 20px;
	line-height: 26px;
}
/* INDIA START
   ========================================================================== */


.mill-india {
	margin: 0px auto;
	padding-top: 70px;
	background-color: #F5F5F5;
	height: 800px;
}
.mill-india-inner {
	max-width: 1200px;
	margin: auto;
}
.mill-india-inner .header-text {
	font-size: 50px;
	font-family: ms_gloriola_ii_displaythin, sans-serif;
	max-width: 50%;
	color: #222222;
	text-align: center;
}
.mill-india-inner .header-text a {
	font-family: ms_gloriola_ii_displaythin, sans-serif;
	border-bottom: 1px solid #222222;
}
.mill-india-text {
	color: #757575;
	font-size: 21px;
	width: 40%;
	text-align: center;
	margin: 20px auto;
	line-height: 26px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 3px solid #e3e3e3;
}
#mill-india-circle {
	width : 100%;
	height : 400px;
	opacity: 0;
}
.mill-india-text-1 {
	font-size: 40px;
	font-family: ms_gloriola_ii_displaythin, sans-serif;
	color: #222222;
	text-align: center;
	letter-spacing: -1px;
}
.mill-india-text-1 a {
	font-family: ms_gloriola_ii_displaythin, sans-serif;
	border-bottom: 1px solid #222222;
}
/* JULIET START
   ========================================================================== */


.mill-juliet {
	margin: 70px auto 0px;
	padding-top: 30px;
	background-color: #FFFFFF;
}
.mill-juliet-inner {
	max-width: 1200px;
	margin: auto;
	margin-bottom: 100px;
}
.mill-juliet-inner .header-text {
	font-size: 31px;
	font-family: ms_gloriola_ii_stdlight, sans-serif;
	color: #333333;
	text-align: center;
	padding-bottom: 40px;
	max-width: 80%;
	line-height: 39px;
}
.mill-juliet-text {
	color: #0F8EC7;
	font-size: 21px;
	width: 70%;
	text-align: center;
	margin: 20px auto;
	line-height: 26px;
	font-weight: bold;
	padding-top: 40px;
	border-top: 3px solid #e9e9e9;
}
.mill-juliet-text a {
	text-decoration: underline;
}
.mill-juliet-cta {
	width: 100%;
	margin: auto;
	background-color: #0f8ec7;
	padding: 70px 0px;
}
.mill-juliet-cta-title {
	color: white;
	font-family: ms_gloriola_ii_displaythin, sans-serif;
	font-size: 60px;
	max-width: 600px;
	margin: 0px auto 40px;
}
.mill-juliet-cta-text {
	color: white;
	margin: 0px auto 40px;
	width: 50%;
	font-size: 20px;
	line-height: 30px;
}
.mill-juliet-cta-button {
	padding: 20px;
	font-size: 25px;
	color: #0f8ec7;
	background-color: white;
	border-radius: 40px;
	width: 220px;
	margin: auto;
}

/* 1199-1000
   ========================================================================== */
@media screen and (max-width: 1199px) {
/* 1199-1000 BRAVO
   ========================================================================== */
.mill-bravo-legend-text {
	font-size: 15px;
}
.mill-bravo-legend-text-alt {
	font-size: 14px;
}
}

/* 999-800
   ========================================================================== */
@media screen and (max-width: 999px) {
.ideas-hero-video-bg {
	visibility: hidden;
}
.mill-header-text {
	max-width: 90%;
}
/* 999-800 BRAVO
   ========================================================================== */

.mill-bravo-inner .header-text {
	max-width: 80%;
}
.mill-bravo-legend-container {
	max-width: 90%;
}
.mill-bravo-legend-square {
	width: 30px;
	height: 30px;
}
.mill-bravo-legend-tri {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 30px solid #F8E71C;
}
.mill-bravo-legend-text {
	padding-left: 10px;
	padding-right: 20px;
}
.mill-bravo-legend-text-alt {
	font-size: 15px;
	padding-left: 10px;
}
.mill-bravo-stack-year-alt {
	width: 50%;
}
.mill-bravo-green-contain {
	width: 50%;
}
.mill-bravo-yellow-contain {
	width: 100%;
}
/* 999-800 CHARLIE
   ========================================================================== */
.mill-charlie-inner {
	max-width: 90%;
}
.mill-charlie-row {
	width: 100%;
	height: 140px;
}
.mill-charlie-row-alt {
	padding-top: 10px;
}
.mill-charlie-row-image {
	height: 60px;
}
.mill-charlie-row-text {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.mill-charlie {
	padding: 70px 0px 20px;
	height: 680px;
}
/* 999-800 DELTA
   ========================================================================== */
.mill-delta {
	margin: 70px auto;
	height: 520px;
}
.mill-delta-container {
	margin-top: 50px;
	width: 90%;
	margin: auto;
	height: 300px;
}
.mill-delta-item {
	width: 100%;
	margin-top: 30px;
}
.mill-delta-item-1 {
	margin-right: 0%;
}
.mill-delta-item-2 {
	margin-left: 0%;
	margin-top: 40px;
}
.mill-delta-image {
	height: 75px;
	margin-top: 30px;
}
/* 999-800 ECHO
    ========================================================================= */
.mill-echo {
	background-image: url('../auth/content/dam/msdotcom/ideas/sustainable-signals/performance-mobile.jpg');
	background-position: center;
}
/* 999-800 FOXTROT
   ========================================================================== */
.mill-foxtrot-inner {
	max-width: 90%;
	margin: auto;
}
.mill-foxtrot-inner .header-text {
	max-width: 80%;
}
/* 999-800 GOLF
   ========================================================================== */
.mill-golf {
	background-image: url('../auth/content/dam/msdotcom/ideas/sustainable-signals/chocies-mobile.jpg');
}
.mill-golf-item {
	height: 260px;
}
/* 999-800 HOTEL
   ========================================================================== */
.mill-hotel {
	background-image: url("../auth/content/dam/msdotcom/ideas/sustainable-signals/cut-out-mobile.jpg");
	background-position: center;
	height: 700px;
}
.mill-hotel-inner .header-text {
	max-width: 100%;
	text-align: center;
}
.mill-hotel-text {
	width: 70%;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}
/* 999-800 INDIA
    ========================================================================= */
.mill-india-inner .header-text {
	max-width: 70%;
}
}

/* 799-600
   ========================================================================== */
@media screen and (max-width: 799px) {
/* 799-600 BRAVO
   ========================================================================== */
.mill-bravo-stack-year-alt {
	width: 50%;
}
.mill-bravo-stack-year-icon {
	float: none;
}
.mill-bravo-legend-text {
	padding-left: 5px;
	padding-right: 0px;
	font-size: 12px;
}
.mill-bravo-legend-square {
	width: 20px;
	height: 20px;
}
/* 799-600 CHARLIE
   ========================================================================== */
.mill-charlie {
	height: 770px;
}
.mill-charlie-image-container {
	width: 100%;
}
.mill-charlie-row-image {
	height: 54px;
}
/* 799-600 DELTA
   ========================================================================== */
.mill-delta {
	height: 570px;
}
/* 799-600 ECHO
    ========================================================================= */
.mill-echo {
	height: 1000px;
}
/* 799-600 FOXTROT
   ========================================================================== */
.mill-foxtrot-icon-container {
	width: 40%;
}
.mill-foxtrot-icon {
	height: 68px;
}
.mill-foxtrot-bar-button-container {
	width: 40%;
}
.mill-foxtrot-container-2 {
	height: 100px;
}
/* 799-600 GOLF
   ========================================================================== */
.mill-golf {
	padding-top: 80px;
}
.mill-golf-item {
	height: 260px;
	float: none;
	width: 73%;
	margin: auto;
	margin-bottom: 0px;
}
.mill-golf-item-title {
	font-size: 25px;
}
.mill-golf-item-text {
	font-size: 18px;
	width: 77%;
	margin: auto;
}
/* 799-600 HOTEL
   ========================================================================== */
.mill-hotel {
	padding-top: 0px
}
/* 799-600 INDIA
    ========================================================================= */
.mill-india {
	height: 880px;
}
.mill-india-inner .header-text {
	max-width: 80%;
}
.mill-india-text {
	width: 80%;
}
.mill-india-text-1 {
	width: 80%;
	margin: auto;
}
/* 799-600 JULIET
    ======================================================================== */
.mill-juliet-cta {
	width: 100%;
}
.mill-juliet-cta-title {
	font-size: 50px;
}
.mill-juliet-cta-text {
	width: 80%;
}
}

/* 599-350
   ========================================================================== */
@media screen and (max-width: 599px) {
/* 599-350  BRAVO
    ======================================================================== */
.mill-bravo-inner .header-text {
	margin: auto;
}
.mill-bravo-stack-year-alt {
	width: 80%;
}
/* 599-350  CHARLIE
    ======================================================================== */
.mill-charlie {
	height: 800px;
}
.mill-charlie-inner .header-text {
	font-size: 43px;
}
.mill-charlie-text {
	font-size: 18px;
}
.mill-charlie-row {
	height: 120px;
}
.mill-charlie-row-text {
	margin-bottom: 10px;
}
/* 599-350  DELTA
    ======================================================================== */
.mill-delta {
	height: 780px;
}
.mill-delta-inner .header-text {
	font-size: 43px;
	max-width: 80%;
	text-align: left;
	margin: auto;
}
.mill-delta-image {
	width: 15%;
	float: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
.mill-delta-data {
	width: 100%;
	float: left;
}
.mill-delta-text {
	width: 100%;
}
/* 599-350  ECHO
    ======================================================================== */
.mill-echo {
	padding-top: 90px;
	height: 1320px;
}
.mill-echo-inner .header-text {
	font-size: 44px;
	max-width: 90%;
	margin: auto;
}
.mill-echo-item {
	width: 100%;
	float: none;
}
#mill-echo-circle-1 {
	float: none;
	height: 260px;
}
#mill-echo-circle-2 {
	height: 260px;
	float: none;
}
.mill-echo-line-item {
	height: 0px;
}
.mill-echo-line {
	float: none;
	width: 100%;
	margin: 20px 0px;
}
.mill-echo-line-item {
	height: 1px;
	float: left;
	width: 40%;
	margin-top: 27px;
}
.mill-echo-line-text {
	text-align: center;
	color: white;
	margin: 20px auto;
	font-style: italic;
	width: 20%;
	float: left;
}
/* 599-350  FOXTROT
    ======================================================================== */
.mill-foxtrot-inner .header-text {
	max-width: 100%;
}
.mill-foxtrot-icon-container {
	width: 80%;
}
.mill-foxtrot-bar-text-contain-right {
	float: right;
	width: 20%;
	font-size: 24px;
}
.mill-foxtrot-bar-text-contain-left {
	float: left;
	width: 20%;
	font-size: 24px;
}
.mill-foxtrot-bar-total {
	width: 30%;
}
.mill-foxtrot-bar-button {
	width: 50%;
	font-size: 21px;
	padding-top: 13px;
}
.mill-foxtrot-bar-button-active {
	height: 42px;
}
.mill-foxtrot-bar-button-container {
	width: 80%;
}
.mill-foxtrot-inner .header-text {
	font-size: 43px;
}
/* 599-350  GOLF
    ======================================================================== */
.mill-golf {
	padding-top: 50px;
}
.mill-golf-inner .header-text {
	font-size: 43px;
	font-family: ms_gloriola_ii_displaythin, sans-serif;
	max-width: 100%;
	color: #ffffff;
}
.mill-golf-item {
	height: 265px;
	border-bottom: 0px rgba(256,256,256, .25) solid;
}
.mill-golf-item-text {
	font-size: 17px;
	width: 100%;
	margin: auto;
}
/* 599-350  HOTEL
    ======================================================================== */
.mill-hotel {
	padding-top: 0px;
	background-position-y: 120px;
	background-repeat: no-repeat;
}
.mill-hotel-text {
	width: 100%;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}
/* 599-350  INDIA
    ======================================================================== */
.mill-india {
	height: 970px;
}
.mill-india-inner .header-text {
	max-width: 100%;
}
.mill-india-text {
	width: 90%;
	font-size: 20px;
	margin: 0px auto 20px;
}
/* 599-350  JULIET
    ======================================================================== */
.mill-juliet {
	margin: 0px auto 70px;
	padding-top: 30px;
	background-color: #FFFFFF;
}
.mill-juliet-inner .header-text {
	font-size: 25px;
	font-family: ms_gloriola_ii_stdlight, sans-serif;
	color: #333333;
	text-align: center;
	padding-bottom: 40px;
	max-width: 80%;
	line-height: 34px;
	text-align: left;
	margin: 10%;
}
.mill-juliet-text {
	width: 80%;
}
.mill-juliet-inner {
	max-width: 1200px;
	margin: auto;
	margin-bottom: 60px;
}
.mill-juliet-cta-button {
	padding: 20px;
	font-size: 22px;
	color: #0f8ec7;
	background-color: white;
	border-radius: 40px;
	width: 189px;
	margin: auto;
}
}
/* END STYLING
======================================================================== */
/*SUPER TEST END*/

#barras1 {
	background-color: #00000052;
	padding: 15px;
	height: 450px!important;
	width: 50%;
}
#barras1 .amcharts-chart-div {
	position: relative;
	top: -15px;
}
#barras1 tspan {
	font-size: 16px;
}
.donut-container {
	width: 150px;
	height: 150px;
	float: left;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	margin-right: 20px;
}
.donut-inner {
	width: 134px;
	height: 134px;
	position: relative;
	top: 8px;
	left: 8px;
	background: #FFF;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
	border-radius: 65px;
}
.donut-label {
	line-height: 130px;
	text-align: center;
	font-size: 20px;
}
.graf-svg1 {
	width: 80%;
}
.donut-bg {
	background-color: #ffffffb8;
	padding: 60px 5px;
}
#fh5co-about .section-heading img, #fh5co-about0 .section-heading img {
	width: 100%;
	max-width: 950px;
}
.divisor {
	margin: auto;
	margin-top: -145px;
	margin-bottom: 50px;
	position: absolute;
	left: calc(50% - 70px);
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: #FFFFFF;
	opacity: 1!important;
	z-index: 5;
	text-align: center;
}
.bell-icon {
	width: 140px;
}
.bell-bg {
	background: #f9f9f9;
}
.fh5co-about h2 {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
.divisor {
	margin: auto;
	margin-top: -80px;
	margin-bottom: 50px;
	position: absolute;
	left: calc(50% - 50px);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	/*background-color: #f9f9f9;*/
	opacity: 1!important;
	z-index: 5;
	text-align: center;
}
.bell-icon {
	width: 75px;
}
}

@media screen and (max-width: 550px) {
#fh5co-quees .text-inner {
	padding: 50px 15px 80px 15px;
}
#fh5co-info2 {
}
.bell-icon {
	width: 75px;
}
}
/* GOLF START
   ========================================================================== */


.mill-golf {
	margin: 70px auto;
	padding-top: 200px;
	background-image: url('http://www.morganstanley.com/auth/content/dam/msdotcom/ideas/sustainable-signals/chocies-desktop.jpg');
	background-size: cover;
	height: 800px;
}
.mill-golf-inner {
	max-width: 1200px;
	margin: auto;
}
.mill-golf-container {
	margin-top: 50px;
}
.mill-golf-inner .header-text {
	font-size: 50px;
	font-family: ms_gloriola_ii_displaythin, sans-serif;
	max-width: 70%;
	color: #ffffff;
}
.mill-golf-item {
	width: 42%;
	float: left;
	border-top: 14px rgba(256,256,256, .25) solid;
	margin: auto 4%;
	border-bottom: 2px rgba(256,256,256, .25) solid;
	padding: 20px 0px;
	color: white;
	height: 240px;
}
.mill-golf-item-title {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}
.mill-golf-item-stat {
	font-size: 100px;
	text-align: center;
}
.mill-golf-item-text {
	font-size: 20px;
	text-align: center;
}
.main-slide-bg {
	-webkit-backface-visibility: hidden;
	/* IE9, iOS 3.2+ */
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
	background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea00 ), color-stop(1, #16a8edcf));
	/* Android 2.3 */
	background-image: -webkit-repeating-linear-gradient(top left, #3f95ea00 0%, #004b6fcf 100%);
	/* IE10+ */
	background-image: repeating-linear-gradient(to bottom right, #3f95ea00 0%, #004b6fcf 100%);
	background-image: -ms-repeating-linear-gradient(top left, #3f95ea00 0%, #004b6fcf 100%);
	padding-right: 40px;
	margin-top: 350px;
}
@media only screen and (max-width: 750px) {
	.main-slide-bg {
		margin-top: 100px;
	}
}
/*Primera Barra*/
.barra {
	width: 100%;
	height: 70px;
	border-radius: 0px;
	background-color: #ededed;
	color: white;
	text-align: center;
	font-weight: bold;
}
#hombres {
	width: 97%;
	height: 70px;
	background-color: #17a8ed;
	border-radius: 0;
}
#mujeres {
	width: 15%;
	height: 70px;
	background-color: #0075ad;
	border-radius: 0;
}
.texto {
	padding-top: 17px;
	font-weight: 300;
}
.barra > div {
	-webkit-animation: progress-barra 2s;
	-moz-animation: progress-barra 2s;
}
 @-webkit-keyframes progress-barra {
 0% {
width: 0;
}
}
 @-moz-keyframes progress-barra {
 0% {
width: 0;
}
}

@media screen and (max-width: 1050px) {
.barra {
	width: 90%;
	height: 70px;
	border-radius: 0px;
	background-color: #ededed;
	color: white;
	text-align: center;
	font-weight: bold;
	margin: 0 5%;
}
#mujeres {
	width: 25%;
	height: 70px;
	background-color: #0075ad;
	border-radius: 0;
}
}

@media screen and (max-width: 950px) {
.mill-golf-item {
	width: 90%;
	float: left;
	border-top: 14px rgba(256,256,256, .25) solid;
	margin: auto 4%;
	border-bottom: 2px rgba(256,256,256, .25) solid;
	padding: 20px 0px;
	color: white;
	height: 240px;
}
}

@media screen and (max-width: 824px) {
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 10px;
}
}

@media screen and (max-width: 570px) {
#mujeres {
	width: 45%;
	height: 70px;
	background-color: #0075ad;
	border-radius: 0;
}
.mill-golf-item-stat {
	font-size: 80px;
	text-align: center;
}
#fh5co-home .text-inner h1 {
	font-size: 2.1em;
	font-weight: 600;
	color: white;
	margin: 20px 0 10px 0;
	text-align: right;
}
#fh5co-home .text-inner h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	text-align: right;
}
}
/*Primera Barra End*/
.grafico2 {
	list-style: none;
	padding: 0;
}
.grafico2 li {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
.grafico2 li img {
	width: 100%;
	padding: 30px;
	max-width: 450px;
}

@media screen and (max-width: 570px) {
.grafico2 {
	list-style: none;
	padding: 0;
}
.grafico2 li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
footer img {
	width: 90%!important;
	margin: 0 auto;
	display: block;
}
}
footer p.foot-credit {
	font-size: 12px !important;
	display: block;
	text-align: right;
	position: absolute;
	top: 20px;
	right: 0
}

@media screen and (max-width: 570px) {
footer p.foot-credit {
	font-size: 12px !important;
	display: block;
	text-align: center;
	position: unset;
	top: unset;
	right: unset;
}
}
#graficos {
	display: inline-block;
	margin: .5em auto;
	padding: 0 .5em .5em;
	border: .15em solid black;
	font: 900 2em/1.2 sans-serif;
	float: left;
	border-radius: .25em;
}
#graficos .arco {
	display: block;
	font: 900 .8em/6em serif;
	text-align: center;
	margin: .2em auto;
	width: 8em;
	height: 4em;
	background-color: gainsboro;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%, 100% 200%;
}
.burbujas {
	text-align: center;
}
.burbuja-hombre {
	width: 50%;
	float: left;
	background-color: #9cda02;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	left: 20px;
	top: 0px;
	margin-left: 27%;
	border: solid 10px #FFFFFF;
}
.burbuja-hombre .burbuja-titulo {
	text-align: center;
	font-size: 20px;
}
.burbuja-hombre .burbuja-numero {
	text-align: center;
	font-size: 60px;
}
.burbuja-mujer {
	width: 50%;
	float: left;
	background-color: #84b900;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	left: -45px;
	top: 5px;
	border: solid 10px #FFFFFF;
}
.burbuja-mujer .burbuja-titulo {
	text-align: center;
	font-size: 20px;
}
.burbuja-mujer .burbuja-numero {
	text-align: center;
	font-size: 60px;
}

@media screen and (max-width: 998px) {
.burbuja-hombre {
	margin-left: 14%;
}
}

@media screen and (max-width: 580px) {
.burbuja-hombre {
	margin-left: 15%;
	width: 200px;
	height: 200px;
}
.burbuja-hombre .burbuja-titulo {
	text-align: center;
	font-size: 15px;
}
.burbuja-hombre .burbuja-numero {
	text-align: center;
	font-size: 40px;
}
.burbuja-mujer {
	width: 50%;
	float: left;
	background-color: #84b900;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	left: -25px;
	top: 5px;
	border: solid 10px #FFFFFF;
}
.burbuja-mujer .burbuja-titulo {
	text-align: center;
	font-size: 15px;
}
.burbuja-mujer .burbuja-numero {
	text-align: center;
	font-size: 40px;
}
}

@media screen and (max-width: 418px) {
.burbuja-hombre {
	margin-left: 5%;
	width: 180px;
	height: 180px;
	border: solid 5px #FFFFFF;
}
.burbuja-hombre .burbuja-titulo {
	text-align: center;
	font-size: 15px;
}
.burbuja-hombre .burbuja-numero {
	text-align: center;
	font-size: 30px;
}
.burbuja-mujer {
	width: 50%;
	float: left;
	background-color: #84b900;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	left: -15px;
	top: 5px;
	border: solid 5px #FFFFFF;
}
.burbuja-mujer .burbuja-titulo {
	text-align: center;
	font-size: 15px;
}
.burbuja-mujer .burbuja-numero {
	text-align: center;
	font-size: 30px;
}
}
#fh5co-about hr{margin: 50px 0}
#fh5co-about0 hr {margin: 50px 0 0 0}
#fh5co-about0{padding-bottom: 0em!important;}
.suma{
	color:#FFFFFF;
	background: #00be00;
	padding: 5px 15px;
	font-size:0.8em;
	font-weight: 600;

}
.navbar-collapse {
    padding-right: unset;
}
@media (min-width: 768px){
	.navbar-right {
	    float: right !important;
	    margin-right:15px;
	}
}
.informe-desc:link, .informe-desc:visited{
	display: inline-block;
	border: 1px solid #fff;
	color: #fff !important;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px 50px;
	margin: 30px 0 0;
	font-weight: 400;
	text-decoration: none!important;
}
.informe-desc:hover{
	background: #fff;
    color: #00285e!important;
    font-weight: 400;
    text-decoration: none!important;
}