@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
/*	background-color: #f6f5f5;*/
	font-size: 16px;
	font-family: "Roboto",Arial,"sans-serif";
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	position: relative;
	height: 100%;
}
#wrapper {
    min-height: 100%;
    position: relative;
}
#header-wrapper {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
	background-color: #ececec;
    border-bottom: #b8bfc2 solid 1px;
}
#header {
    width: 100%;
    height: 77px;
    padding: 0;
    margin: 0px;
}
#header .logo {
    padding: 0;
    float: left;
    border: 0;
    margin: 12px 15px 0 60px;
    z-index: 10;
    position: relative;
}
#page, #footer-wrapper {
    max-width: 1060px;
    position: relative;
    margin: 0 auto;
    padding: 0px 20px 80px 20px;
}
.desktop_Show {
	display: block
}
.desktop_Hide {
	display: none
}
#content {
	width: 100%;
	height: auto;
	margin: 0px auto;
	position: relative;
}
#down-container {
	text-align: center;
	margin-top: 60px;
}
.inner {
	display: inline-block;
	vertical-align: middle;
}
.inner.first {
	margin-right: 10px;
}
.inner img {
	width: 60px;
	height: 60px;
}
h1 {
    font-size: 36px;
    color: #242f35;
    text-align: center;
    margin: 0 0 15px 0;
    font-weight: 700;
    line-height: 45px;
}
h2 {
    font-size: 26px;
    color: #242f35;
    text-align: center;
    margin: 30px 0 0px 0;
    font-weight: 700;
    line-height: 45px;
}
h2 + ul.footersociallinks {
	margin-top: 15px;
}
h2 + p {
	margin-top: 0px;
}
p {
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
    color: #242f35;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
p span {
    font-size: 20px;
    color: #003f5f;
    font-weight: 400;
}
a {
	color: #3bb6ce;
    font-weight: 400;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* Clear floating for IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}
/*    Footer    */
footer {
	width: 100%;
	height: 80px;
	background-color: #ececec;
	position: absolute;
	bottom: 0;
}
#footer-wrapper {
	padding: 30px 0px 0px 0px;
	font-size: 1em;
	text-align: center;
}
footer .content {
	display: inline;
}
footer a {
	margin-left: 30px;
	color: #242f35!important;
}
footer a:first-child {
	margin-left: 0px;
}
footer a:hover {
	text-decoration: underline;
}
#social-container {
	width: 100%;
	height: auto;
	margin: 60px auto;
	padding: 0px;
	text-align: center;
}
ul.footersociallinks {
	margin: 0 auto 60px auto;
    padding: 0;
    display: inline-block;
}
li {
    line-height: inherit;
}
ul.footersociallinks li {
    float: left;
    list-style: none;
    margin: 0 0 0 15px;
}
ul.footersociallinks li:first-child {
    margin: 0;
}
ul.footersociallinks li a {
    display: block;
    text-decoration: none;
    outline: 0;
    width: 35px;
    height: 36px;
    text-indent: -9999px;
}
ul.footersociallinks li a.fb {
    background: url(../images/social_facebook.png) no-repeat left top;
}
ul.footersociallinks li a.fb:hover {
    background: url(../images/social_facebook_hover.png) no-repeat left top;
}
ul.footersociallinks li a.twt {
    background: url(../images/social_twitter.png) no-repeat left top;
}
ul.footersociallinks li a.twt:hover {
    background: url(../images/social_twitter_hover.png) no-repeat left top;
}
ul.footersociallinks li a.pint {
    background: url(../images/social_pinterest.png) no-repeat left top;
}
ul.footersociallinks li a.pint:hover {
    background: url(../images/social_pinterest_hover.png) no-repeat left top;
}
ul.footersociallinks li a.ytb {
    background: url(../images/social_youtube.png) no-repeat left top;
}
ul.footersociallinks li a.ytb:hover {
    background: url(../images/social_youtube_hover.png) no-repeat left top;
}
ul.footersociallinks li a.ins {
    background: url(../images/social_instagram.png) no-repeat left top;
}
ul.footersociallinks li a.ins:hover {
    background: url(../images/social_instagram_hover.png) no-repeat left top;
}
ul.footersociallinks li a.lnk {
    background: url(../images/social_linkedin.png) no-repeat left top;
}
ul.footersociallinks li a.lnk:hover {
    background: url(../images/social_linkedin_hover.png) no-repeat left top;
}
ul.footersociallinks li a.blg {
    background: url(../images/social_blog.png) no-repeat left top;
}
ul.footersociallinks li a.blg:hover {
    background: url(../images/social_blog_hover.png) no-repeat left top;
}
@media (max-width: 767px) {
	#page {
		padding: 0px 20px;
	}
	#header {
		padding-top: 12px;
	}
	#header .logo {
		float: none;
		margin: 0px;
		text-align: center;
	}
	h1 {
		font-size: 24px;
		line-height: 32px;
	}
	ul.footersociallinks {
    text-align: center;
    width: 100%;
}
	ul.footersociallinks li {
    padding: 0;
    float: none;
    display: inline-block;
    margin: 0 6px;
}
	ul.footersociallinks li a {
    width: 24px;
    height: 24px;
    background-size: cover!important;
}
	#page, #footer-wrapper {
		margin-bottom: 0px;
	}
	#down-container {
		margin: 20px auto;
	}
	#social-container {
	width: 90%;
	height: auto;
	margin: 20px auto;
	padding: 0px;
}
ul.footersociallinks {
    margin: 0 0 80px 0px;
    padding: 0;
}
#image-container img {
	width: 100%;
	float: none;
	position: relative;
	margin: 20px auto 0px auto;
	height: 80px;
}
}