@charset "UTF-8";

.row {
    clear: both;
    max-width: 961px;
    margin: 0 auto;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

#mobile-chart {
	display: none;
}

@media only screen and (max-width: 961px) {
.row {
    clear: both;
    max-width: 961px;
    margin: 0 auto;
	padding-left: 1em;
	padding-right: 1em;
}
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}
.circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #A6C0C5;
}
.section p {
  line-height: 1.6;
}
#section1 {
	height: 575px;
	background-color: #fff;
}
#section1 h1 {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  z-index: 1000;
  font-family: 'Muli', sans-serif;
}
#section1 h3 {
  color: #c3a60d;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  float: left;
  clear: both;
  display: block;
  z-index: 1000;
  font-family: 'Muli', sans-serif;
}
#section2 {
	background-color: #8f9999;
	max-height: 300px;
}
#section2 h2 {
  color: #494949;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 1.444rem;  
  font-family: 'Muli', sans-serif;
}
#section3 {
	height: auto;
	background-color: #fff;
}
#section3 h2 {
  color: #494949;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 1.444rem;  
  font-family: 'Muli', sans-serif;
  text-align: center;
  padding-top: 1em;
}
#section3 .title {
  color: #494949;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.125rem;  
  font-family: 'Muli', sans-serif;
  text-align: center;
  padding-top: 0;
}
#section3 h4 {
  color: #494949;
  font-weight: 300;
  text-transform: none;
  font-size: 16px;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 0em;
  padding-bottom: 1em;
  font-family: 'Muli', sans-serif;
  max-width: 768px;
  margin: 0 auto;
}
#section3 p {
  color: #494949;
  font-weight: 300;
  text-transform: none;
  font-size: 14px;
  font-size: 1rem;
  text-align: center;
  padding-top: 0em;
  padding-bottom: 0em;
  font-family: 'Muli', sans-serif;
}
.effects {
  padding-left: 15px;
}
.effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: auto;
  overflow: hidden;
  width: 100%;
}
.effects .img:nth-child(n) {
  margin-right: 5px;
}
.effects .img:first-child {
  margin-left: -8px;
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}
.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(56, 60, 60, 0.7);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
#effect-4 .overlay {
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
}
#effect-4 .overlay a.expand {
  top: 0;
  bottom: 0;
  right: 50%;
  margin: auto -30px auto 0;
}
#effect-4 .img {
  overflow: hidden;
}
#effect-4 .img.hover .overlay {
  width: 100%;
}
#section4 {
	background-color: #ebeded;
}
#section4 h2 {
  color: #494949;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 1.444rem;  
  font-family: 'Muli', sans-serif;
  text-align: center;
}
#section4 h4 {
  color: #494949;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1rem;
  line-height: 40px;
}
#section4 h5 {
  color: #494949;
  font-weight: 300;
  text-transform: none;
  font-size: 1rem;
  line-height: 20px;
}
#section4 p {
  color: #494949;
  font-weight: 300;
  text-transform: none;
  font-size: 1rem;
  text-align: center;
  padding-top: 5em;
  font-family: 'Muli', sans-serif;
}
#section4 p span {
  color: #494949;
  font-weight: 300;
  text-transform: none;
  font-size: 18px;
  font-size: 1.12rem;
  line-height: 25px;
  text-align: center;
}
#desktop-chart {
		display: block;
}
#chart {
  width: 100%;
  height: 300px;
  margin: 30px auto 0;
  display: block;
}
#chart #numbers {
  width: 15%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
#chart #numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 60px;
  position: relative;
  bottom: 30px;
}
#chart #numbers li:last-child {
  height: 60px;
}
#chart #numbers li span {
  color: #494949;
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 0.8889rem;
  font-weight: 400px;
  font-family: 'Muli', sans-serif;
}
#chart #bars {
  display: inline-block;
  background: transparent;
  width: 85%;
  height: 300px;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #A4A4A4;
  border-left: solid 1px #A4A4A4;
}
#chart #bars li {
  display: table-cell;
  width: 11.5%;
  float: left;
  height: 300px;
  margin-right: .5%;
  margin-left: .5%;
  text-align: center;
  position: relative;
}
#chart #bars li .bar {
  display: block;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  background: #8f9999;
  position: absolute;
  bottom: 0;
}
#chart #bars li .bar:hover {
  background: rgba(96, 77 ,83, .8);
}
#chart #bars li .bar:hover:before {
  display: none;
}
#chart #bars li span {
  color: #494949;
  width: 100%;
  position: absolute;
  bottom: -4.5em;
  left: 0;
  text-align: center;
  font-size: .7rem;
  font-family: 'Muli', sans-serif;
}
#percentage li {
	width: 100%;
	float: left;
	list-style-type: none;
}
#percentage li:first-child {
	margin-top: 1em;
}
#percentage li:nth-child(even) { margin-bottom: 5em;}
progress:not(value) {
	background-color:#A7B79B;
	color: #fff;		
}
progress[value] {		
	appearance: none;
	border: none;
	width: 100%; 
	height: 20px;
	background-color: #FFFFFF;
    border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,.1) inset;
	color: #E1E1E1;
	position: relative;
	margin: 0 0 .5em; 
}
progress[value]::-webkit-progress-bar {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::-webkit-progress-value {
  background-color: #8f9999;

    border-radius: 2px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}
.progress-nav {
	width: 100%;
	height: auto;
	border-bottom: solid #8f9999 1px;
	padding-bottom: 2.5em;
	padding-top: 1em;
}
.progress-nav ul {
    font-family: 'Muli', sans-serif;
}
.progress-nav li {
	width: 20%;
	height: auto;
	text-align: center;
	float: left;
	font-weight: 300;
	color: #494949;
    font-size: 0.8889rem;
}
.progress-nav li:last-child {
	border-right: none;
}
#section5 {
	background-image: url(../img/contact.jpg);
	background-repeat:no-repeat;
    background-position:50% 50%\9 !important;
    height: auto;
    margin: 0;
    background-size: cover;
}
#section5 h2 {
  color: #604d53;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 1.444rem; 
  text-align: left; 
  font-family: 'Muli', sans-serif;
}
#section5 p {
  color: #604d53;
  font-weight: 300;
  text-transform: none;
  font-size: 1rem;
  text-align: left;
  padding-top: 2em;
  padding-bottom: 0em;
  font-family: 'Muli', sans-serif;
}
#footer {
	background-color: #fff;
	height: auto;
	width: 100%;
}
#footer p {
  color: #604d53;
  font-weight: 300;
  text-transform: none;
  font-size: 0.7rem;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: 'Muli', sans-serif;
}
/* Icon */

	.icon {
		text-decoration: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}
@-moz-keyframes nav-icons {
		0% {
			-moz-transform: translate3d(0,1em,0);
			-webkit-transform: translate3d(0,1em,0);
			-ms-transform: translate3d(0,1em,0);
			transform: translate3d(0,1em,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-webkit-keyframes nav-icons {
		0% {
			-moz-transform: translate3d(0,1em,0);
			-webkit-transform: translate3d(0,1em,0);
			-ms-transform: translate3d(0,1em,0);
			transform: translate3d(0,1em,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-ms-keyframes nav-icons {
		0% {
			-moz-transform: translate3d(0,1em,0);
			-webkit-transform: translate3d(0,1em,0);
			-ms-transform: translate3d(0,1em,0);
			transform: translate3d(0,1em,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@keyframes nav-icons {
		0% {
			-moz-transform: translate3d(0,1em,0);
			-webkit-transform: translate3d(0,1em,0);
			-ms-transform: translate3d(0,1em,0);
			transform: translate3d(0,1em,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}
	#media-nav ul {
    display: block;	
	}
		
			#media-nav li {
				-moz-animation: nav-icons 0.5s ease-in-out forwards;
				-webkit-animation: nav-icons 0.5s ease-in-out forwards;
				-ms-animation: nav-icons 0.5s ease-in-out forwards;
				animation: nav-icons 0.5s ease-in-out forwards;
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translate3d(0,0,0);
				-webkit-transform: translate3d(0,0,0);
				-ms-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
				display: inline-block;
				height: 3.5em;
				line-height: 5.885em;
				opacity: 0;
				position: relative;
				top: 0;
				width: 3.5em;
			}
			#media-nav a {
				-webkit-tap-highlight-color: transparent;
				-webkit-touch-callout: none;
				border: 0;
				display: inline-block;
			}

				#media-nav a:before {
					-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
					border-radius: 100%;
					border: solid 1px #604d53;
					color: #604d53;
					display: block;
					font-size: 1.5em;
					height: 2em;
					line-height: 1.85em;
					position: relative;
					text-align: center;
					top: 0;
					width: 2em;
					
				}

				#media-nav a:hover {
					font-size: 1.1em;
				}

					#media-nav a:hover:before {
						background-color: rgba(255, 255, 255, 0.175);
						color: #43353a;
					}

				#media-nav a:active {
					font-size: 0.95em;
					background: none;
				}

					#media-nav a:active:before {
						background-color: rgba(255, 255, 255, 0.35);
						color: #fff;
					}

				#media-nav a span {
					display: none;
				}
@media only screen and (max-width: 768px) {
	
	#desktop-chart {
		display: none;
	}
	#mobile-chart {
		display: block;
	}
	#section1 {
		height: 300px;
		background-color: #fff;
	}
	#section3 h4 {
	  color: #494949;
	  font-weight: 300;
	  text-transform: none;
	  font-size: 16px;
	  font-size: 1rem;
	  text-align: center;
	  padding-top: 0em;
	  padding-bottom: 1em;
	  font-family: 'Muli', sans-serif;
	  max-width: 768px;
	  margin: 0 auto;
	}
	#section3 p {
	  color: #494949;
	  font-weight: 300;
	  text-transform: none;
	  font-size: 14px;
	  text-align: center;
	  padding-top: 0em;
	  padding-bottom: 0em;
	  font-family: 'Muli', sans-serif;
	}
	#section4 h5 {
	  color: #494949;
	  font-weight: 300;
	  text-transform: none;
	  font-size: 14px;
	  font-size:  0.6rem;
	  line-height: 15px;
	}
	#section4 p {
	  color: #494949;
	  font-weight: 300;
	  text-transform: none;
	  font-size: 16px;
	  font-size: 0.8rem;
	  text-align: left;
	  padding-top: 2em;
	  font-family: 'Muli', sans-serif;
	}
	#section5 p {
	  font-size: 14px;
	}
	
}
@media only screen and (max-width: 480px) {
	#section1 {
		height: 575px;
		background-color: #fff;
	}
	.progress-nav li {
		width: 20%;
		height: auto;
		text-align: center;
		float: left;
		font-weight: 300;
		color: #494949;
		font-size: 0.725rem;
	}	
	#section4 h5 {
	  color: #494949;
	  font-weight: 300;
	  text-transform: none;
	  font-size: 14px;
	  font-size:  0.8rem;
	  line-height: 15px;
	}
	#section5 p {
	  font-size: 14px;
	}
}