body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
	color: #000;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 60px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 40px;
    text-align: left;
    color: #000;

}

.intro-message {
    position: relative;
    padding-top: 9%;
    padding-bottom: 8%;
}

.intro-message > h1 {
    margin: 0;
    font-size: 3.7em;
	line-height: 1.5em;
	font-weight: 400;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    font-size: 2.6em;
}
		
@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 2.8em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 20px 0;
    background-color:#f2a84e;


}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:769px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
	.mobile-hide {
		display: none;
	}

}
		@media(max-width:769px) {
			.mobile-font {
				font-size: 6.1rem !important;
			}
		}	


footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}
		
#form-main{
	width:100%;
	margin: 0 auto;
	padding-top:60px;
}

#form-div {
	background-color:#f6f6f6;
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
	padding-bottom:20px;
	height:1400px;
	width: 600px;
	left: 50%;
	margin-left: 50px;
	
 
}

#pardot-form p {
	margin: 3px 5px;
	padding: 3px 2px;
	
}

#pardot-form input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 11.5px;
	border-radius: 0px;
	line-height: 12px;
	background-color: #FFFFFF;
	padding: 8px 13px 8px 4px;
	margin-bottom: 1px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1) inset;
	}
	
#pardot-form select {
	color:#aeaeae;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 11.5px;
	border-radius: 0px;
	line-height: 15px;
	background-color: #FFFFFF;
	padding: 8px 13px 8px 4px;
	margin-bottom: 1px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1) inset;
   	
	}
	
#pardot-form .required .field-label { background-image: none; }
	
#pardot-form .field-label { 
     display: block;
	float: left;
	margin: 0;
	padding: 3px 13px 3px 0;
	text-align: left;
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:300;
	font-size: 12px;
	width:100%;
	
     }


#pardot-form .submit input { 
	 margin-left:0px;
	 margin-top:20px;	
	 background: #E52823; 
	 no-repeat left top; border:none; 
	 width:100%;
	 height:38px; 
	 color: #ffffff;
	 -webkit-appearance: none;
	 border-radius: 0;
	 -webkit-text-size-adjust:none;
	 mso-hide:all;
	  }
.get-in-touch input[type=text],.get-in-touch input[type=email], .get-in-touch textarea {
background:rgb(235, 241, 245);;
color: rgb(36, 39, 41);
}
.get-in-touch  input:focus, .get-in-touch  textarea:focus {
outline: 0;
background: #FFF;
}

.col {
    float:left;
    width:50%;
}
.col:nth-child(2n+2){
    clear:left;
}
.Facilities-pick {
    width: 615px;
}
.banner-first-text {
letter-spacing: 1px; color: #000; font-size: 11rem; font-weight:500;
}
.banner-second-text {
    letter-spacing: 1px; color: #E52823; font-size: 11rem; line-height: 10rem; font-weight:500;
}
.banner-third-text {
    letter-spacing: 1px; color: #000; font-weight:200; font-size: 3rem;font-size: 6rem; line-height: 8rem;
}


@media(max-width:767px) {
.Facilities-pick {
    width: 100%;
}
.banner-first-text, .banner-second-text {
font-size: 4.5rem
}
.banner-second-text {
line-height: 0.5em;
}
.banner-third-text {
    font-size: 5rem;
    line-height: 6rem;
}
}
@media(min-width: 768px) and (max-width: 1199px) {
.banner-first-text, .banner-second-text {
font-size: 9rem;
}
}







