/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{
	text-align: center;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;

}
div p {
	margin: 20px;
	text-align: left;
	font-size: 18px;
}
.lead1 {font-size:34px;}
.lead2 {font-size:30px;}
.lead3 {font-size:25px;}
.lead4 {font-size:21px;}
.lead5 {font-size:24px; text-align: center; margin-left:auto;margin-right:auto;display:block;}
.left {float: left;}
.right {float: right;}
#content {
	display: block;
	margin: 0 auto;
	width: 960px;
}
div.span3 {
	width: 720px;
	position: relative;
}
div.span2 {
	width: 480px;
	position: relative;
}
div.span1 {
	width: 240px;
	position: relative;
}
.vertical-center {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
div.term {
height: 155px;
			font-size: 34px;
	vertical-align: middle;
	line-height: 155px;
}
div.footer, div.footer div {
height: 155px;
}
div.footer { clear: both; }
label {
float:left;
	  margin-left: 30px;
	  margin-top: 8px;
height: 32px; 
width: 100%;
	   text-align: left;
}
input, textarea {
	width: 310px;
	margin-right: 60px;
	border:3px solid rgba(0,0,0,0);
   float:right;
}
fieldset {position: relative;height: 310px;}
button {
position: absolute;
left: 50%;
		  bottom: 16px;
}
div.header{
height: 155px;
text-align: right;
background-color: #f1f1f2;
}	
div.blurb {
	color: #fff;
   text-align: left;
}
div.blurb div {
	position:absolute;
	top:50%;
	height:50px;
	margin-top:-25px;
}
img.logo {
	padding-top: 30px;
}
div.header span {
	position:relative;
	top: 14px;
	right: 30px;
}
div.header a {
   margin-left: 10px;
}
a {
	color: #000;
   text-decoration: none;
}
div.envelope {
	background-color: #ef4335;
	height: 320px;
}
div.envelope .top {
	width:0;
	height:0;
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 200px 240px 0 240px;
	border-color: #d1554a transparent transparent transparent;
}
div.envelope .bottom {
	width:0;
	height:0;
	position: absolute;
	bottom: 0;
	left: 10px;
	border-style: solid;
	border-width: 0 230px 155px 230px;
	border-color: transparent transparent #ba524d transparent;
}
div.space{
background-color: #aeddd6;
height: 630px;
}
div.star {
	width: 36px;
	height: 36px;
	position: relative;
}
div.star .top {
	position: absolute;
	top: 0;
	left: 9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 20px 9px;
	border-color: transparent transparent #fcdf05 transparent;
}
div.star .left {
	position: absolute;
	top: 9px;
	left: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 20px 9px 0;
	border-color: transparent #fcdf05 transparent transparent;
}
div.star .right {
	position: absolute;
	top: 9px;
    right: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0 9px 20px;
	border-color: transparent transparent transparent #fcdf05;
}
div.star .bottom {
	position: absolute;
	bottom: 0;
	left: 9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 9px 0 9px;
	border-color: #fcdf05 transparent transparent transparent;
}
div.star.small {
	width: 24px;
	height: 24px;
	position: relative;
}
div.star.small .top {
	position: absolute;
	top: 0;
	left: 6px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 6px 14px 6px;
	border-color: transparent transparent #fcdf05 transparent;
}
div.star.small .left {
	position: absolute;
	top: 6px;
	left: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 14px 6px 0;
	border-color: transparent #fcdf05 transparent transparent;
}
div.star.small .right {
	position: absolute;
	top: 6px;
    right: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 0 6px 14px;
	border-color: transparent transparent transparent #fcdf05;
}
div.star.small .bottom {
	position: absolute;
	bottom: 0;
	left: 6px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 6px 0 6px;
	border-color: #fcdf05 transparent transparent transparent;
}
div.rocket .blue.shade { background-color: #242c3c; }
div.rocket .blue.sun { background-color: #3c4251; }
div.rocket .white.shade { background-color: #d7d7d8; }
div.rocket .white.sun { background-color: #fff; }

div.yellowboard {
	height: 310px;
	background-color: #fcdf05;
}
div.pencil {
	-moz-transform:    rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform:     rotate(-60deg);
	-o-transform:      rotate(-60deg);
	width: 225px;
	position: absolute;
top: 113px;
left: 21px;
height: 52px;
}
div.pencil .eraser {
	background-color: #ea5949;
	height: 52px;
	width: 14px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;

}
div.pencil .band {
position: absolute;
left: 14px;
top: 17px;
width: 158px;
height: 18px;
background-color: #264b67;
}
div.pencil .band.shade {
	background-color: #0c3656;
	top: 0;
}
div.pencil .band.sun {
	background-color: #416079;
	top: 34px;
}
div.pencil .wood {
position: absolute;
	left: 172px;
	top:0;
	border-style: solid;
	border-width: 27px 0 27px 52px;
	border-color: transparent transparent transparent #c3e5e0;
}
div.pencil .graphite {
position: absolute;
left: 211px;
top: 20px;
	border-style: solid;
	border-width: 7px 0 7px 13px;
	border-color: transparent transparent transparent #0c3656;
}
div.baloon {
	-moz-transform:    rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	width: 170px;
	height: 170px;
	position: absolute;
	top: 45px;
	left: 45px;
}
div.baloon .circle {
	border-radius: 50%;
	width: 170px;
	height: 170px; 
	background-color: #ef4335;
}
div.baloon .band1, div.baloon .band2, div.baloon .band3 {
	position: absolute;
	left: 46px;
	top: 46px;
	width: 80px;
	height: 12px;
	background-color: #eb8a80;
}
div.baloon .band2 { top: 78px; }
div.baloon .band3 { top: 110px; }
div.stem {
position: absolute;
	border-style: solid;
	border-width: 30px 15px 0 15px;
	border-color: #ef4335 transparent transparent transparent;
top: 210px;
left: 114px;
}
div.map {
	background-color: #c0bebc;
height: 630px;
}
div.cloud {
	height: 310px;
	background-color: #54c5d4;
}
div.cloud img { 
}
div.picture-baloon {
	height: 310px;
	background-color: #118ba8;
}
div.picture-baloon img { 
}
.form {
height: 310px;
		background-color:#f1f1f2;
position:relative;
}
.form div{
	position:absolute;
	top:50%;
	height:50px;
   margin-top:-25px;
   margin-left: 30px;
   margin-right:30px;

}
</style>
















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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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