/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
 
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}



/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font-family: 'Nunito', sans-serif;
	background-color:#fdfdf1	;
	color:#696b6c;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
	min-height:202px;
	background-color:#fff;


}

.footer-container,
.main aside {
 
}

.header-container,
.footer-container,
.main aside {

}

.title {
	text-indent:-9999px;
    color: white;
}

aside img{
	width:100%;
}


/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {


    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.blue{
	color:#6baec2;
}

.footer-container{
	width:100%;
	background-color:#fff;
	color:#727272;
	float:left;
}

.footer{
	width:33.3%;
	float:left;
	display:inline;
	padding-top:20px;
	position:relative;
}

.footer ul{
	float:left;
	display:inline;
	margin:0px 20px 0 0;
	list-style:none;
	
}

.footer a{
	color:#727272;
	text-decoration:none;
	border-bottom:1px solid #fff;
}

.footer a:hover{
	border-bottom:1px dotted #727272;
}

.footer img{
	 position: absolute;
  top: 50%;
  left: 50%;
  margin-top:20px;
  margin-left: -74px;
	
}

.footer p{
	text-align:right;
}

.tagLine{
text-align:center;
padding:30px;
color:#4b98af;
clear:both;
}



.header-container img{
	position:relative;
	z-index:20;

}   
   
#contactDetails{
	background-color:#6baec2;
	width:100%;
	position:absolute;
	top:45px;
	z-index:10;
}

#contactDetails p{
	color:#fff;
	text-align:right;
	font-size:18px;
	padding:5px 0px;

}

#contactDetails a{
	text-decoration:none;
	color:#fff;
	border-bottom:2px solid #6baec2;
}

#contactDetails a:hover{
	border-bottom:2px dotted #fff;
}

nav{
	float:right;
}


nav ul {
    margin: 130px 0 0 0;
    padding: 0;
    list-style-type: none;
	font-size:22px;
}

nav a{
	color:#737373;
	text-decoration:none;
	border-bottom:2px solid #fff;
	margin-left:20px;
}

nav a:hover{
	border-bottom:2px dotted #bec1c1;
}

.selected{
	color:#be1d25;
}



    nav ul li {
        display: inline;
    }

article{
	margin-top:50px;
	font-size:18px;
}

article h3{
	color:#4b98af;
	font-size:25px;
	text-align:center;
	font-weight:400;
	}

	article h4{
		font-style:italic;
		color:#be1d25;
		text-align:center;
		margin:5px;
		font-weight:400;
		letter-spacing:1px;
		
	}
	
		article h5{
		color:#4b98af;
		text-align:center;
		margin:20px;
		font-weight:400;
		letter-spacing:1px;
		font-size:20px;
		
	}
.contact a{
	color:#4b98af;
	margin-left:20px;
	text-decoration:none;
}

.contact td{
	padding:5px;
	font-size:105%;
}

.classLink{
text-decoration:none;
color:#4b98af;
font-size:120%;
		text-align:center;

	}
	

aside{

	border:none;
	margin-top:50px;
	
}




.awardBubble{
	position:relative;
background:url("../i/award.png") center center no-repeat;
width:100%;
}

.awardBubble h3{
		position:absolute;
	top:20%;

	width:55%;
	left:22.5%;
	text-align:center;
	font-size:24px;
}


.single-item{
	position:absolute;
	top:40%;
	left:25%;
	width:50%;
	color:#fff;
	font-size:22px;
	text-align:center;
}



.testimonialStrip{
	width:100%;
	background-color:#fff;
	padding:30px 0px;
	

}

.testimonialStrip p{
margin-left:90px;
padding-top:20px;
color:#605e5e;
font-size:18px;
}

.testName{
	font-style:italic;
	position:absolute;
	bottom:10px;
	right:20px;
}


@media only screen and (max-width: 600px) {

.testimonialStrip{
margin-top:0px;
}


.header-container{
	padding-bottom:20px;
}

.awardBubble h3{
		position:absolute;
	top:5%;
}

.single-item{
	padding-top:30px;
	font-size:85%;
	

}
}

@media only screen and (max-width: 1079px) {

.testimonialStrip{
margin-top:80px;
}



#contactDetails{
	position:relative;
	top:0px;
}

h1{
	display:none;
}


.awardBubble h3{
		position:absolute;
	top:15%;
}

.single-item{
	position:absolute;
	top:40%;
	

}

#contactDetails p{
	text-align:center;
}

.header-container img{
	position:relative;
	z-index:20;
	clear:both;
display:block;
margin:0 auto;
	width:286px;
text-align:center;
	margin-top:15px;

}   


nav{
width:50%;
margin-left:25%;

float:none;
	

}

.header-container{
	text-align:center;
}





nav ul {
    margin: 30px auto 0;
    padding: 0;
    list-style-type: none;
	font-size:20px;
	width:100%;
	padding-bottom:80px;
	text-align:center;
}

nav li{
	float:left;
	 display: inline-block;
}

nav a{
	color:#737373;
	text-decoration:none;
	border-bottom:2px solid #fff;
	margin-left:20px;
}
}

@media only screen and (max-width: 480px) {
nav li{
	clear:both;
	 display:block;
	
}	

header{
	padding-bottom:30px;
}

#contactDetails a{
	display:block;
	clear:both;
}

.bar{
	display:none;
}

.testimonialStrip{
	margin-top:-20px;
}


.footer{
	min-width:100%;
	float:left;
	clear:both;
}

.footer img{
	display:none;
}

.footer p{
	text-align:left;
}

.footer ul{
	margin-left:0px;
	padding-left:0px;
}


}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */




/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */


    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container
 {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }


/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }



/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 42%;
    }

    .main aside {
        float: right;
        width: 55%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}