@charset "UTF-8";
@import url("../webfonts/Futura_Heavy_font/stylesheet.css");
@import url("../webfonts/Futura_Light_font/stylesheet.css");
* {
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
.col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}

[class*="col-"] {
    float: left;
	padding: 1rem;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}
body {
	font-family: sans-serif;
	text-align: center;
	background-color: #FFFFFF;
    color: #373836;
}

a {
    color: #0295F9;
}
p {
    font-size: 1.1rem;
    line-height: 1.8rem;
	margin-bottom: 1rem;
}
hr {
	margin-bottom: 2rem;
	margin-top: 2rem;
	border-top: 1px solid #EBEBEA;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	clear: left;
}
h1, h2, h3, h4, h5 {
	color: #0159A1;
    margin-bottom: 0.5rem;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "Futura Heavy font";
}
h1 {
    font-size: 2.7rem;
}
h2 {
    font-size: 2.2rem;
}
h2 a {
	text-decoration: none;
}
h3 {
    font-size: 2rem;
}
h4 {
	font-size: 1.5rem;
}

#headerContainer {
	background-color: #FFFFFF;
}
header {
    background-color: #FFFFFF;
	margin: 0 auto;
	height: auto;
}
.logo {
	border: none;
    padding-top: 0.5rem;
}
.tagline {
	display: none;
}
.social {
	padding-top: 0.5rem;
}
.social span {
    font-size: 2rem;
    padding: 0rem 0.5rem;
    color: #0295F9;
}
.contact {
    padding-top: 1rem;
	text-align: center;
}
.contact h3 {
	font-size: 1.8rem;
    color: #0159A1;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#slide {
    margin-bottom: 20px;
}
#slide img {
	max-width: 100%;
	height: 13rem;
}
#navContainer {
	background-color: #0C1947;
	border-bottom: 4px solid #0295F9;
}

#mainContainer {
	background-color: #FFFFFF;
}
#main {
	margin: 0 auto;
	height: auto;
	text-align: left;
}

/* Features */
.features {
	padding: 0rem;
    background-color: #FFFFFF;
	height: auto;
	margin-bottom: 2rem;
}
.ftItem {
	height: auto;
	border: 1rem solid #FFFFFF;
	background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
}
.ftItem img {
	height: 12rem;
}

.ft-1 {background-image: url(../images/feature-01.jpg);}
.ft-2 {background-image: url(../images/feature-02.jpg);}
.ft-3 {background-image: url(../images/feature-03.jpg);}
.ft-4 {background-image: url(../images/feature-04.jpg);}

.ft-1:hover {background-image: url(../images/feature-01b.jpg);}
.ft-2:hover {background-image: url(../images/feature-02b.jpg);}
.ft-3:hover {background-image: url(../images/feature-03b.jpg);}
.ft-4:hover {background-image: url(../images/feature-04b.jpg);}



aside .ftItem {
	float: left;
    height: 15rem;
	background-repeat: no-repeat;
    background-size: cover;
}
/* End of Features */


.left {
    background-color: magenta;
	height: 30rem;
}
.center {
    background-color: yellow;
	height: 30rem;
}
.right {
    background-color: cyan;
	height: 30rem;
}
.certs {
    height: 150px;
    background-image: url(../images/accreditations.png);
    background-repeat: no-repeat;
}
#footerContainer {
    background-color: #1A264F;
    background-image: -webkit-linear-gradient(270deg,rgba(26,38,79,1.00) 0%,rgba(5,8,17,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(26,38,79,1.00) 0%,rgba(5,8,17,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(26,38,79,1.00) 0%,rgba(5,8,17,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(26,38,79,1.00) 0%,rgba(5,8,17,1.00) 100%);
}
footer {
	margin: 0 auto;
	text-align: left;
	margin-bottom: 1rem;
}
footer p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
	color: #FFFFFF;
}
footer a {
	color: #FFFFFF;
}
footer h4 {
	color: #0295F9;
}
#signoffContainer {
	background-color: #000000;
}
#signoff {
	color: white;
	margin: 0 auto;
	height: auto;
	text-align: left;
}
#signoff p {
	font-size: 1rem;
	line-height: 1.8rem;
}
.gallery {
    padding: 0rem 0rem 1rem;
}
.gallery h2 {
    padding: 1rem 1rem 0rem;
}
.gallery img {
	width: 100%;
	height: auto;
}


.services {
    height: auto;
	text-align: left;
	padding: 0.5rem 1rem;
	margin-bottom: 5rem;
}
.services h2 {
    padding: 1rem 0rem 0rem;
}
.services ul {
    list-style: none;
    color: #0C1947;
    padding: 0 1.4rem;
}
.services ul li {
    border-bottom: 1px solid #AFAFAF;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    line-height: 1.5rem;
    font-size: 1.2rem;
    opacity: 1;
}
.services ul li:before {
    font-family: fontawesome;
    display: inline-block;
    content: '\f0c8';
    color: #0295F9;
    margin-right: 0rem;
    margin-left: -1.4rem;
    width: 1.4rem;
	font-size: 0.6rem;
}

article {
    padding: 1rem;
    
}

article ul {
	list-style: none;
	color: #373836;
	text-align: left;
	padding-left: 1.8rem;
	margin-bottom: 1rem;
	width: 75%;
}
article ul li {
    border-bottom: 1px solid #D0D0D0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    line-height: 2rem;
    font-size: 1.2rem;
    opacity: 1;
}
article ul li:before {
	font-family: fontawesome;
	display: inline-block;
	content: '\f00c';
	font-size: 1rem;
	color: #0295F9;
	margin-right: 0.6rem;
	margin-left: -1.8rem;
	width: 1.2rem;
}
article ul li.last {
	border-bottom: none;
}
