@charset "UTF-8";

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/subset-MyriadPro-Regular.eot');
    src: url('../fonts/subset-MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/subset-MyriadPro-Regular.woff') format('woff'),
        url('../fonts/subset-MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/subset-MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/subset-MyriadPro-Bold.eot');
    src: url('../fonts/subset-MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/subset-MyriadPro-Bold.woff') format('woff'),
        url('../fonts/subset-MyriadPro-Bold.ttf') format('truetype'),
        url('../fonts/subset-MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ar Christy';
    src: url('../fonts/subset-ARCHRISTY.eot');
    src: url('../fonts/subset-ARCHRISTY.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-ARCHRISTY.woff2') format('woff2'),
        url('../fonts/subset-ARCHRISTY.woff') format('woff'),
        url('../fonts/subset-ARCHRISTY.ttf') format('truetype'),
        url('../fonts/subset-ARCHRISTY.svg#ARCHRISTY') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #333333;
	line-height: 1.5;
}

/* Section */

.section {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}


/* Intro Text */

#introText .section {
	font-size: 18px;
	padding: 20px 0 0 144px;
}

/* Schools */

#schools .section {
	padding-top: 10px;
	padding-bottom: 100px;
}

#schools .heading {
	color: #1b2c4c;
	font-size: 54px;
}

#schools .listing {
	margin: 0 -15px;
	padding: 0;
}

#schools .listing li {
	display: inline-block;
	margin: 0 -4px 53px 0;
	padding: 0 15px;
	list-style: none;
	width: 50%;
	vertical-align: top;
}

#schools .listing li a {
	display: block;
}

#schools .listing li .image {
	position: relative;
	display: block;
	height: 265px;
	overflow: hidden;
}

#schools .listing li .image .pic {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
	-webkit-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	transition: transform 0.6s;
}

#schools .listing li .image .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
}

#schools .listing li .image .overlay .inner {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
}

#schools .listing li .image .overlay em {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Ar Christy', Arial, sans-serif;
	font-size: 60px;
	font-style: normal;
	padding: 10px;
	color: #fff;
	line-height: 1.2;
}

#schools .listing li .text {
	position: relative;
	display: block;
	background: #f1f1f1;
	padding: 45px 50px 85px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-bottom-left-radius: 100px;
	-webkit-transition: background-color 0.6s;
	-moz-transition: background-color 0.6s;
	transition: background-color 0.6s;
}

#schools .listing li .readmore {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 11px 30px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #cc0000;
}

#schools .listing li a:hover .text {
	background-color: #036803;
	color: #fff;
}

#schools .listing li a:hover .pic {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

#schools .listing li.fullWidth {
	width: auto;
}

#schools .listing li.fullWidth a {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#schools .listing li.fullWidth a .image {
	display: table-cell;
	vertical-align: top;
	width: 570px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-bottom-left-radius: 100px;
}

#schools .listing li.fullWidth a .text {
	display: table-cell;
	vertical-align: top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* Intro */

#intro {
	padding-top: 10px;
}

#intro .left {
	float: left;
	width: 55.55555555555556%; /* 650px */
}

#intro .left .title {
	font-size: 30px;
	color: #1b2c4c;
	line-height: 1.2;
	margin-bottom: 25px;
}

#intro .right {
	float: right;
	width: 42.73504273504274%; /* 500px */
}

#intro .right .facebook {
	min-height: 300px;
	background: url(../images/loading-fb.gif) no-repeat center;
}

#intro .right .fbButton {
	float: right;
	width: 155px;
	margin-bottom: 22px;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}

#intro .right .fbButton:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}


/* Miscelleneous */

p {
	margin: 0 0 15px;
}

ol,
ul {
	margin-bottom: 15px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 19px;
	padding: 0;
	color: #1b2c4c;
	font-weight: normal;
	line-height: 1.2;
}

.heading,
h1.Header1 {
	position: relative;
	text-align: center;
	font-family: 'Ar Christy', Arial, sans-serif;
	font-size: 36px;
	color: #3e5ac3;
	margin-bottom: 25px;
	line-height: 1.2;
	text-transform: uppercase;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}
#content a {
	color: #036803;
	texy-decoratopn: none;
}
#content a:hover {
	text-decoration: underline;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;	
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.owl-carousel .owl-item { 
	-webkit-transform: translateZ(0);
}
.map-responsive{
    overflow:hidden;
    padding-bottom:75%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100% !important;
    width:100% !important;
    position:absolute;
}
