/*
Theme Name: WordPress Grid Child
Template: wpgrid/wpgrid
Author: Gerald De Leon
Description: A very simple WordPress theme.
Tags: css-grid,one-column,flexible-width
Version: 1.0.1567631134
Updated: 2019-09-04 21:05:34

*/

/*html {
  scroll-behavior: smooth;
}*/

html,
body{
width:100%;
overflow-x:hidden;
}

body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-style:normal;
	background-color:#f7f7f7;
}

:focus {
    outline: transparent;
}

#spacer {
    height: 100px;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #ffffff;
    width: 100%;
}

img.custom-logo {
    max-width: 300px;
}

#background {
    background-position: center top !important;
	position:relative;
}

#background a {
	color: #ffffff;
    font-weight: 600;
    padding: 10px 15px;
    text-decoration: none;
    background-color: #6E6259;
    text-transform: uppercase;
}

#background a:hover {
    color: #ffffff;
    background-color: #444444;
}

h1 {
    color: #ffffff;
	font-weight:500;
}

h2{
	color:#75787B;
	font-weight:600;
	text-transform:uppercase;
}

#contact h2 {
    color: #ffffff;
	margin-bottom:35px;
}

h3 {
    color: #00A7E1;
	font-weight:500;
}

#contact h3 {
    color: #ffffff;
}

h4 {
    color: #75787B;
	font-weight:600;
}

.programs h4 {
    font-size: 18px;
    color: #75787B;
}

p{
	color:#75787B;
	font-weight:300;
}

ul li{
	color:#75787B;
	font-weight:300;
}

span.pip-not-found {
    color: #00A7E1;
}

#prog .progcontent {
    padding-top: 89px;
    padding-bottom: 80px;
}

#prog .progcontent {
    background-image: url(/wp-content/uploads/2020/04/pattern-background.png);
	background-size:cover;
}

#prog a {
    color: #b7b7b7;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.about {
	padding-top: 89px;
    padding-bottom: 80px;
	background-color:#ffffff;
}

.member{
	background-color: #e2f3fb;
    padding-top: 89px;
    padding-bottom: 80px;
}
	
.hostLogos {
    padding-top: 89px;
    padding-bottom: 80px;
	background-color:#ffffff;
}

.contact {
    background-color: #0099DC;
    padding-top: 49px;
    padding-bottom: 40px;
	position:relative;
	overflow: hidden !important;
}

#contact p {
    color: #ffffff;
	font-weight:600;
}

#contact p a {
    color: #ffffff;
    text-decoration: none;
}

p.copy {
    opacity: .5;
	margin-top: 35px;
}

.programs div div {
    margin-bottom: 35px;
}

.logos div {
    margin-bottom: 35px;
	text-align:center;
}

.ivycat-post {
    padding-top: 15px;
    padding-bottom: 25px;
}

#prog img {
    border: 1px #cccccc solid;
}

.hide{
	display: none !important;
}

.invite {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #0099DC !important;
    text-transform: uppercase;
}

.menu-item a {
    text-transform: uppercase;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } 
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } 
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } 
}


@media only screen and (max-width:1023px){
.programs div div {
    text-align: center;
}
}

@media only screen and (min-width:320px){
	
.header{
	height:100px;
}
	
#background {
    min-height: 460px;
	height: 100vh;
}
	
.bluebar {
    min-height: 400px !important;
    position: absolute;
    background-color: #0099DC;
    z-index: 1;
    top: 0;
	left:0;
    width: 100%;
    opacity: .78;
}
	
.headtext {
    z-index: 3;
    position: absolute;
    width: 100%;
	top:15px;
}
	
h1{
	font-size:36px;
	/*width: 30%;*/
}
	
h1 span{
	font-size: 14px;
    line-height: 19px;
}

h3 {
    font-size: 37px;
}
	
h3 span {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}
	
h4 {
    font-size: 20px;
    line-height: 28px;
	margin-bottom: 0;
}
	
p {
    font-size: 20px;
    line-height: 28px;
	margin-top: 0;
}
	
ul li {
    font-size: 20px;
    line-height: 28px;
}
	
.logo {
    margin-top: 22px;
    margin-bottom: 22px;
}
	
#prog .large-4.medium-6.small-12.columns {
    margin-bottom: 30px;
}
	
}

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

#background{
	background-size:cover !important;
}
	
#background {
    min-height: 1000px;
	height: 100vh;
}
	
#background a {
    font-size: 16px;
}
	
.header {
    position: fixed;
    width: 100%;
	z-index:4;
	/*box-shadow:1px 1px 8px #cccccc;*/
	height:inherit;
	border-bottom:1px #cccccc solid;
}

.headsymbol {
    z-index: 2;
    position: absolute;
    top: -22px;
    right: -105px;
}

.headsymbol img {
    width: 650px;
}
	
h1 span{
	font-size:30px;
	line-height:35px;
}

h1 {
    font-size: 62px;
    line-height: 67px;
	margin-top:50px;
	margin-bottom:50px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 38px;
	margin-top:0;
	margin-bottom:14px;
	line-height:43px;
}
	
h4 {
    font-size: 16px;
	line-height: 24px;
}
	
p {
	font-size: 16px;
	line-height:24px;
}
	
.active a {
    color: #0099DC !important;
}
	
ul li {
    font-size: 16px;
    line-height: 24px;
}
	
ul#menu-main-menu {
    list-style-type: none;
    list-style-image: none;
    margin-top: 46px;
    margin-bottom: 26px;
    }

.menu-main-menu-container li {
    display: inline;
    margin-left: 50px;
}

/*.menu-item a:before {
    content: "/";
    padding-right: 5px;
    color: #DA291C;
}*/

.menu-item a {
    color: #75787B;
    text-decoration: none;
    font-weight: 500;
}

.menu-item a {
    font-size: 16px;
}

.navigation {
    text-align: right;
}

.intro h3 {
    width: 80%;
}
	
.intro p {
    /*width: 80%;*/
}
	
.transform h2 {
    transform:  rotate(-90deg);
    margin-top: 94px;
}
	
#prog .transform h2{
	margin-top:83px;
	margin-left:-180px;
	width:387px;
}
	
#prog img {
    margin-top: 26px;
}
	
#about .transform h2 {
    margin-top: 143px;
    margin-left: -180px;
    width: 387px;
}
	
#contact .transform h2 {
    margin-top: 18px;
    margin-left: -180px;
    width: 387px;
}
	
#prog .large-4.medium-6.small-12.columns {
    margin-bottom: 0;
}
	
.symbol {
    position: absolute;
    right: -310px;
    top: -235px;
}

.symbol img {
    width: 80%;
}
	
}