@import url("fonts/stylesheet.css");

body {
	background-color: #00AEEF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	max-width: 100%;
}

h1 {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #005E95;
	text-decoration: none;
	letter-spacing: -.02em;
}
h2 {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -.02em;
}
h3 {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #005E95;
	text-decoration: none;
	letter-spacing: -.02em;
}
h4 {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	letter-spacing: -.02em;
}
#header {
	position: fixed;
	width: 100%;
	background-color:#FFFFFF;
	/* background: -webkit-radial-gradient(ellipse, #00AEEF, #00AEEF, #005E95); /* Safari 5.1 to 6.0 */
  	/* background: -o-radial-gradient(ellipse, #00AEEF, #00AEEF, #005E95); /* For Opera 11.6 to 12.0 */
  	/* background: -moz-radial-gradient(ellipse, #00AEEF, #00AEEF, #005E95); /* For Firefox 3.6 to 15 */
  	/* background: radial-gradient(ellipse, #00AEEF, #00AEEF, #005E95); /* Standard syntax */
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	overflow: visible;
	top: 0px;
	left: 0px;
	z-index:90;
}
#headerContent {
	position: relative;
	width: 96%;
	max-width: 1400px;
	margin: 6px auto 7px auto;
	display: table;
	overflow: hidden;
}
.headerColumnL, .headerColumnM, .headerColumnR {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;	
}
.headerColumnL {
	width: 25%;
}
.headerColumnR {
	width: 25%;
	min-width: 200px;
	text-align: center;
}
.headerColumnM {
	width: 50%;
	text-align:center;
}
.headerColumnM p {
	margin: auto 20px;
	}
.headerColumnR img {
	max-width: 255px;
}
.headerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #555555;
	text-decoration: none;
}
#logo {
	width: 100%;
	max-width: 300px;
	min-width: 250px;
	margin: 10px 45px 10px 0px;
}
.headerOffset {
	width: 100%;
	height: 200px;
}
#mainContainerBuffer {
	position: relative;
	top: 0px;
	width: 100%;
	height: 100vh;
	margin: 0px;
	padding: 160px 0px 0px 0px;
	display: block;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	background-image: url(../images/overlays/01-wx.png);
	z-index: 0;
	
}
#mainContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	min-height: 325px;
	text-align: center;
	padding: 0px;
	overflow-y: hidden ! important;
        overflow-x: hidden ! important;
        background-size: cover;
        /*background-size: contain; */
        background-repeat: no-repeat;
        background-position: top;
		z-index: 10;
		
}
#slideshow {
	position: relative;
	margin-top: 100px;
	height: 100vh;
	max-height: 900px;
	width: 100%;
	display: block;
	overflow: visible;
	background-color: #CCCCCC;
}

#openingContent {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 65%;
	vertical-align: middle;
	margin: auto;
	text-align: center;
	padding-bottom: 45px;
	padding-top: 110px;
	z-index: 20;
}
#openingContent h1 {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 62px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -.05em;
	text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-webkit-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	padding-bottom: 0px;
	margin-bottom: 0px;

}
.openHead {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 62px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -.05em;
	text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-webkit-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	padding-bottom: 0px;
	margin-bottom: 0px;

}
.openSubHead {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	letter-spacing: -.02em;
	text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-webkit-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	padding-top: 0px;
	margin-top: 0px;
}
.caption {
	display: none;
}
#moreLink, #programLink {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align:center;
	overflow: hidden;
}
#moreLink p, #programLink p {
	margin: 0px;
	padding: 0px;
}
#moreLink a {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	letter-spacing: -.02em;
	text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-webkit-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	padding-top: 0px;
	margin-top: 0px;
}
#programLink a {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	letter-spacing: -.02em;
	padding-top: 0px;
	margin-top: 0px;
}
.triangle {
	width: 150px;
}
#triangle-down {
	width: 0px;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 50px solid white;
	margin:auto;
}
.listingColumnTable {
	position: relative;
	display: table;
	margin: auto;
	width: 100%;
	border-collapse: separate;
    border-spacing: 12px 6px;
}
.listingColumnRow{
	display: table-row;
}
.listingColumn {
	postion: relative;
	width: 33%;
	vertical-align: top;
	display: table-cell;
}
.listingColumnContent {
	position: relative;
	text-align:left;
	margin: 8px;
	height: 100%;
}
.smallText {
	font-size: 14px;
}


.thirdColumnTable {
	position: relative;
	display: table;
	margin: auto;
	border-collapse: separate;
    border-spacing: 12px 12px;
	width: 100%;
	max-width: 1200px;
}
.thirdColumnRow{
	display: table-row;
}
.thirdColumn {
	postion: relative;
	width: 33%;
	max-width: 300px;
	background-color:#FFFFFF;
	border: solid 3px #005E95;
	border-radius: 10px;
	vertical-align: middle;
	display: table-cell;
}
.thirdColumnBlank {
	postion: relative;
	width: 33%;
	border: solid 3px rgba(0,0,0,0.0);
	max-width: 300px;
	border-radius: 10px;
	vertical-align: middle;
	display: table-cell;
}
.thirdColumnContent {
	position: relative;
	text-align:center;
	margin: 12px;
	height: 100%;
	
}


.pageBlock {
	position: relative;
	width: 100%;
	padding-bottom: 50px;
	background-color: rgba(0,174,239,0.96);
	margin: 0px;
	overflow: visible;
}
.resourceBlock {
	position: relative;
	width: 100%;
	padding-bottom: 50px;
	background-color: #FFFFFF;
	margin: 0px;
	overflow: visible;
}
.pageBlockContent {
	position: relative;
	width: 86%;
	margin: auto;
	overflow: visible;
}

.largeBlue {
	font-family: 'SourceSansProSemibold', sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #005E95;
	text-decoration: none;
	letter-spacing: -.02em;
	border-bottom: solid 1px #005E95;
}
.largeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #005E95;
}
.largeTextWhite {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
.largeTextWhite a {
	color: #FFFFFF;
	text-decoration:none;
}
.basicText {
	font-family: 'SourceSansProSemibold', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.footnoteText {
	font-family: 'SourceSansProSemibold', sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.largeText a, .basicText a {
	font-family: 'SourceSansProBlack', sans-serif;
	color:#005E95;
	text-decoration: underline;
}
.largeText a:hover, .basicText a:hover {
	color:#999999;
}
.detailsLink {
	position: relative;
	bottom: 0px;
	font-family: 'SourceSansProSemibold', sans-serif;
	font-size: 16px;
	color: #333333;
	margin-top: 45px;
	text-align: center;
	width: 100%;
	line-height: 165%;
		
}
.detailsLink p {
	
	text-align:center;
}
.detailsLink a {
	padding: 4px 16px;
	background-color: #005E95;
	border: solid 2px #005E95;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;	
}
.detailsLink a:hover {
	background-color: #ECECEC;
	color: #005E95;
	text-decoration: none;	
}
.registerLink {
	position: relative;
	bottom: 0px;
	font-family: 'SourceSansProSemibold', sans-serif;
	font-size: 16px;
	color: #333333;
	margin-top: 45px;
	text-align: center;
	width: 100%;
	line-height: 165%;
	padding: 4px 16px;
	background-color: #005E95;
	border: solid 2px #005E95;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
		
}
.clearBoth {
	clear:both;
}
#footer {
	position: relative;
	width: 100%;
	background-color:#005E95;
	background: -webkit-radial-gradient(ellipse, #0B6CA4, #0768A0, #005E95); /* Safari 5.1 to 6.0 */
  	background: -o-radial-gradient(ellipse, #0B6CA4, #0768A0, #005E95); /* For Opera 11.6 to 12.0 */
  	background: -moz-radial-gradient(ellipse, #0B6CA4, #0768A0, #005E95); /* For Firefox 3.6 to 15 */
  	background: radial-gradient(ellipse, #0B6CA4, #0768A0, #005E95); /* Standard syntax */
	border-top: solid 2px #D2D392;
	overflow: visible;
	display: block;
	z-index:90;
	padding-bottom: 20px;
}
#footerContent {
	position: relative;
	width: 1400px;
	max-width: 96%;
	margin: 6px auto;
	display: table;
}
#sctefLogo {
	width: 30%;
}
.orgColumnTable {
	position: relative;
	display: table;
	margin: 65px auto;
	border-collapse: separate;
    border-spacing: 32px 12px;
	background-color:#FFFFFF;
	border: solid 1px #005E95;
	border-radius: 10px;
}
.orgColumnTable h2 {
	color:#005E95;
}
.orgColumnLeft {
	width: 35%;
	vertical-align: top;
	display: table-cell;
}
.orgColumnRight {
	width: 65%;
	text-align: left;
	vertical-align: top;
	display: table-cell;
}
.orgColumnRight h2, .orgColumnRight p {
	text-align: left;
}
.orgColumnThird {
	width: 33%;
	background-color:#FFFFFF;
	border: solid 3px #005E95;
	border-radius: 10px;
	vertical-align: middle;
	display: table-cell;
}
.orgColumnContent {
	position: relative;
	text-align:center;
	margin: 8px;
}
.orgColumnContent h1 {
	text-align:left;
}
.orgColumnRow{
	display: table-row;
}
.googleMapContainer {
    position: relative;
    width: 100%;
    padding-bottom: 25%;
    height: 0;
	overflow: visible;
}
.googleMap {
	position: relative;
	width: 100%;
	height: 550px;
	border: solid 3px #005E95;
	border-radius: 10px;
}
.yahooVid {
	position: relative;
	width: 560px;
	max-width: 96%;
	height: 315px;
	border: solid 1px #333333;
}
.infoBlock {
	position: relative;
	width: 100%;
	height: 100vh;
	display: table;
	overflow: hidden;
}
.infoBlockMid {
	position: relative;
	width:  86%;
	max-width: 1200px;
	margin: 40px auto auto auto;
}
.infoBlockL, .infoBlockR, .lifestyleBlock, .socialBlock, .familyBlock, .usopenBlock {
	position: relative;
	display: table-cell;
	vertical-align: top;
	overflow: hidden;	
}
.infoBlockL {
	width: 35%;
	background-color: #FFFFFF;
	background-image: url(../images/slides/lifestyle-front.jpg);
	background-repeat: repeat;
	background-position: top center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}
.infoBlockR p, .infoBlockR h2, .infoBlockR h4 {
	margin-left: 5%;
	margin-right: 8%;
}
.infoBlockR {
	width: 65%;
	background-color: #005E95;
	text-align: left;
}
.lifestyleBlock {
	width: 45%;
	background-color: #FFFFFF;
	background-image: url(../images/slides/man-serving.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}
.familyBlock {
	width: 45%;
	background-color: #FFFF00;
	background-image: url(../images/slides/family-side.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}
.socialBlock {
	width: 45%;
	background-color: #FFFFFF;
	background-image: url(../images/slides/social-side.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}
.usopenBlock {
	width: 45%;
	background-color: #FFFFFF;
	background-image: url(../images/slides/usopen-v3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}


#navigation {
	position: relative;
	width: 100%;
	height: 60px;
	margin: auto;
	bottom: 0px;
	padding: auto;
	text-align: center;
	background-color: #00AEEF;
	display: block;
	font-size: 0px;
}
#navigation ul {
	position: relative;
	text-align: center;
	list-style: none;
	display: table;
	width: 98%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px;
}
#navigation ul li {
	margin: 0px;
	padding: 0px;
	position:relative;
	display: table-cell;
	width: 16.6%;
	border-right: solid 1px #FFFFFF;
	font-weight: normal;
	font-size:18px;
	color: #FFFFFF;
	text-decoration: none;
	margin:  0px;
	padding: 0px;
	font-family: "SourceSansProSemibold", sans-serif;
	line-height: 60px;
	text-transform: uppercase;
}

#navigation ul li:first-of-type {
	border-left: solid 1px #FFFFFF;
}


#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#navigation ul li:hover {
	
	color: #FFFFFF;
	background-color: #005E95;
}
#navigation li:after {
          /* content: "|"; */
          padding:0;
        }
.boxLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: 35px;
}
.boxLink a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	border: solid 1px #FFFFFF;
}
.boxLink a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00AEEF;
}
#mLink {
	clear: both;
	display: none;
}
.fullLeft {
	text-align: left;
}


@media only screen and (max-width: 1080px) {
	#openingContent h1 {
	font-size: 42px;
	}
	.openHead {
	font-size: 42px;
	}
	.openSubHead {
	font-size: 22px;
	}
	.triangle {
	width: 90px;
	}
	#triangle-down {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 24px solid white;
	}
	.headerTxt {
	font-size: 14px;
	}
	#sctefLogo {
	width: 40%;
	}
	.headerColumnL p {
	font-size: 14px;
	text-align: left;
	}
	.googleMap {
	height: 400px;
	}
	.listingColumnTable {
	display: block;
	}
	.listingColumnRow{
	display: table-row;
	}
	.listingColumn {
	width: 80%;
	display: block;
	margin: 10px auto;
	text-align:center;
	}
	.listingColumnContent {
	position: relative;
	text-align:center;
	margin: 8px;
	height: 100%;
	}
	#mLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 35px;
	background-image: url(../images/menu-link-ov.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align:center;
	display: block;
	width: 70px;
	line-height: 60px;
	margin: 5px auto 45px auto;
	}
	#mLink:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/menu-link-ov.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;	
	}
	#navigation {
	width: 100%;
	margin: 0px;
	bottom: 0px;
	padding: auto;
	text-align:center;
	}
	#navigation ul {
	top: -45px;
	right: 0px;
	padding: 0px 0px;
	background-color: #00AEEF;
	text-align: center;
	margin: auto;
	width: 100%;
	display: none;
	border-top: solid 1px #FFFFFF;
	}
	#navigation ul li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height:56px;
	line-height: 48px;
	position:relative;
	width: 100%;
	border-bottom: solid 1px #FFFFFF;
	display:  block;
	}
	#navigation ul li:last-of-type {
	border-bottom: solid 0px #FFFFFF;
	}
	#navigation ul li a {
	font-size:28px;
	padding:  8px 8px;
	}
	#navigation ul li a:hover {
	color: #666666;
	}
	#navigation ul li:hover {
	color: #666666;
	background-color: #EDEDED;
	}
	.pageBlockContent {
	width: 90%;
	}
}
@media only screen and (max-width: 820px) {

	.headerColumnM p {
	margin: auto 5px;
	}
	.headerColumnR {
	width: 13%;
	min-width: 150px;
	}
	#logo {
	width: 100%;
	max-width: 250px;
	min-width: 250px;
	}
	.thirdColumnTable {
	display: block;
	border-spacing: none;
	border: solid 1px white;
	}
	.thirdColumnRow{
	display: table-row;
	}
	.thirdColumn {
	width: 90%;
	max-width: 90%;
	display: block;
	margin: 10px auto;
	}
	.yahooVid {
	height: 265px;
	}
	.thirdColumnBlank {
	display: none;
	}
	#mainContainer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 450px;
	min-height: 325px;
	text-align: center;
	padding: 0px;
	margin-top: -80px;
	overflow-y: hidden ! important;
        overflow-x: hidden ! important;
        background-size: cover;
        /*background-size: contain; */
        background-repeat: no-repeat;
        background-position: top;
		z-index: 10;
	}
	#mainContainer h1 {
	font-size: 14px;
	}
	#mainContainerBuffer {
	display: none;
	}
	#slideshow {
	position: relative;
	height: 500px;
	width: 100%;
	display: block;
	overflow: visible;
	background-color: #CCCCCC;
	margin-top: 0px;
	}
	#openingContent {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 90%;
	vertical-align: middle;
	margin: auto;
	text-align: center;
	padding-bottom: 45px;
	padding-top:0px;
	z-index: 20;
	}
	#header {
	position: relative;
	}
	.caption {
	margin-top: 100px;
	}
	.headerOffset {
	height: 25px;
	}
	#programLink {
	display: none;
	}
	.infoBlockL, .infoBlockR, .lifestyleBlock, .socialBlock, .familyBlock, .usopenBlock {
	width: 0%;
	}
	.infoBlockR {
	width: 100%;
	}
	#openingContent h1 {
	font-size: 36px;
	width: 85%;
	margin:auto;
	}
	.openHead {
	font-size: 36px;
	width: 85%;
	margin:auto;
	}
	.openSubHead {
	font-size: 18px;
	}
	#moreLink a {
	font-size: 18px;
	}
	#sctefLogo {
	width: 80%;
	}
	h2 {
	font-size: 24px;
	}
	.largeText {
	font-size: 18px;
	}
	.basicText {
	font-size: 14px;
	}
	.orgColumnContent h1 {
	text-align:center;
	}
	
	.pageBlockContent {
	width: 98%;
	}
	.headerTxt {
	font-size: 12px;
	}
	#headerContent {
	position: relative;
	margin: 0px auto;
	display: block;
	height: 160px;
	}
	.headerColumnL {
	display: block;
	width: 100%;
	text-align:center;
	}
	.headerColumnR {
	display: none;
	width: 0;
	}
	.headerColumnM {
	display: block;
	width: 100%;
	text-align:center;
	}
	#logo {
	width: 100%;
	max-width: 245px;
	min-width: 245px;
	margin: 10px auto 10px auto;
	}
	.googleMap {
	height: 300px;
	}
	.yahooVid {
	height: 225px;
	}
	.orgColumnTable {
	position: relative;
	display: block;
	margin: 10px auto;
	border-collapse: separate;
    border-spacing: 6px 2px;
	background-color:#FFFFFF;
	border: solid 0px #FFFFFF;
	border-radius: 10px;
	}
	.orgColumnLeft {
	width: 100%;
	vertical-align: top;
	display: block;
	}
	.orgColumnRight {
	width: 100%;
	text-align: center;
	vertical-align: top;
	display: block;
	}
	.orgColumnRight h2 {
	text-align: center;
	}
	.centerText {
	text-align: center;
	}
	
}
@media only screen and (max-width: 400px) {
	.headerTxt {
	font-size: 10px;
	}
	.orgColumnTable {
	position: relative;
	display: block;
	margin: auto;
	border-collapse: separate;
    border-spacing: 0px 0px;
	background-color:#FFFFFF;
	border: solid 0px #FFFFFF;
	border-radius: 10px;
	}
}
@media only screen and (max-height: 800px) {
	#moreLink {
	display: none;
	}
}

