@charset "utf-8";
/* CSS Document */

/* #Rem-font-size-set ---*/
html {
	font: 62.5% "Heebo", sans-serif;
}  /* =10px */

@media (max-width: 490px) {
html {
	font: 50% "Heebo", sans-serif;
}
}
body {
	color: #282a2b;
	font: 1.9rem "Heebo", sans-serif;
}/* =14px */
/* ==========================================================================
   #Typography
   ========================================================================== */

/* #Headings-------------*/

h1 {
	font: 5rem/6rem "Heebo";
	font-weight: 600;
}
h2 {		font-weight: 600 !important;
	font: 4rem/5rem "Heebo";

}
h3 {
	font: 3rem/4rem "Heebo";
	font-weight: 600;
}
h4 {
	font-family:  "Heebo";
	font-size: 2.4rem;
	line-height: 3.4rem;
	font-weight: 600 !important;
}
h5 {
	font: 2rem/3rem "Heebo";
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #023e60;
	font-weight: 600 !important;
}

@media (max-width:830px) {
h1 {
	font: 4rem/5rem "Heebo";
	font-weight: 600;
}
}

@media (max-width: 490px) {
h1 {
	font: 4.4rem/6rem;
}
h2 {
	font: 3.4rem/5rem;
}
h3 {
	font: 2.8rem/3.8rem;
}
h4 {
	font: 1.8rem/2.8rem;
}
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
	padding-bottom: 10px;
	padding-top: 10px;
}
/* #/Headings-------------*/



/* #Paragraph-------------*/

p {
	color: #282a2b;
	font-family: "Heebo", sans-serif;
	font-size: 1.9rem;
	line-height: 2.9rem;
	margin-bottom: 2rem;
}
p.big {
	color: #282a2b;
	font-family: "Heebo", sans-serif;
	font-size: 2.4rem;
	line-height: 3.6rem;
	margin-bottom: 3rem;
}
p.small {
	font-size: 16px;
	line-height: 24px;
}
.content-pad-40 {
	padding: 40px;
}
/* #/Paragraph-------------*/



/* #Link-------------*/
a {
	color: #0f6936;
	font-size: 1.8rem;
	text-shadow: none;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s; /* Safari */
}
a:hover {
	color: #009942;
	text-shadow: none;
}
/* #/Link-------------*/


/* #Image responsive-------------*/

.img-width-100 img {
	width: 100%;
}
/* #/Image responsive-------------*/



/* #Typography white------------*/

.typo-white p, .typo-white h1, .typo-white h2, .typo-white h3, .typo-white h4, .typo-white h5, .typo-white h6 {
	color: #fff !important;
}
/* #/Typography white--------------*/



/* ==========================================================================
   #Theme colours
   ========================================================================== */

.color-white {
	color: #fff !important;
}
.color-dark-blue {
	color: #023e60;
}
.color-green {
	color: #65ac4c;
}
.color-dark-grey {
	color: #282a2b;
}
.bg-white {
	background: #ffffff;
}
.bg-grey {
	background: #f1f2f3;
}
.bg-dark-blue {
	background: #023e60;
}
.bg-green {
	background: #65ac4c;
}
/* ==========================================================================
   #Site wrappers
   ========================================================================== */

.site-wrapper-full-width {
	position: relative;
	width: 100%;
	padding: 20px;
}
.site-wrapper-full-width-no-pad {
	position: relative;
	width: 100%;
	padding: 0px;
}
.site-wrapper-large {
	margin: 0 auto;
	max-width: 1420px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 100%;
}

.site-wrapper-large-no-pad { 	margin: 0 auto;
	max-width: 1420px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	width: 100%;}
.site-wrapper-medium {
	margin: 0 auto;
	max-width: 1010px;
	padding: 0 20px;
	position: relative;
	width: 100%;
}
.menu-container {
	background: #023e60;
	width: 100%;
	top: 0;
	z-index: 9999999;/*	border-bottom: 1px solid #f1f1f1;*/
}
.menu-container-inner {
	margin: 0 auto;
	max-width: 1420px;
	padding: 0 20px;
	position: relative;
	width: 100%;
}
.menu-container nav {
	background-color: transparent;
	top: 0;
	padding: 8px 0px;
	width: 100%;
	z-index: 9999999;
}
/* ==========================================================================
   #Footer
   ========================================================================== */

footer {
	padding: 60px 0 0 0;
}
footer ul {
	list-style: none;
}
footer li {
	font-size: 1.8rem;
	line-height: 3rem;
}
footer li a {
	color: #282a2b;
	font-size: 1.8rem;
	line-height: 3rem;
}
footer li a:hover {
	color: #023e60;
}
.copyright p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}
footer a {
	font: 1.7rem/2.7rem "Heebo";
}
.contact textarea {
	min-height: 180px !important;
}
/* #social---*/


ul.social-networking {
	display: block;
	font-size: 12px;
	width: 192px;
	margin: 0 auto;
	height: 39px;
}
.social-networking li {
	background: url(../images/social.png) no-repeat;
	-webkit-transition-duration: 0.4s; /* Safari */
	margin-right: 12px;
	padding: 0;
	list-style: none;
	transition-duration: 0.4s;
}
.social-networking li:last-child {
	margin-right: 0;
}
.social-networking li, .social-networking a {
	display: block;
	float: left;
	height: 39px;
	width: 39px;
}
ul.social-networking li.linkdin {
	background-position: 0px 0px;
}
ul.social-networking li.facebook {
	background-position: -40px 0px;
}
ul.social-networking li.twitter {
	background-position: -80px 0px;
}
ul.social-networking li.google-plus {
	background-position: -119px 0px;
}
ul.social-networking li.youtube {
	background-position: -160px 0px;
}
ul.social-networking li:hover {
	opacity: 0.6;
}
.footer-bluestrip-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 700px) {
.social-networking-outer {
	margin-bottom: 12px;
	text-align: left;
}
.footer-bluestrip-inner {
	display: block;
	justify-content: normal;
	align-items: center;
}
ul.social-networking {
	display: block;
	font-size: 12px;
	width: 192px;
	margin: 0;
	height: 39px;
}
.copyright p{
	font-size:12px;
}
}
