/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

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

#pledgePopup {
	width: 500px;
height: 200px;
position: fixed;
z-index: 9999;
display: none;
border: 5px solid #A2ACC5;
background: url("../img/body-bg.png");
padding-top: 25px;
margin-left: auto;
margin-right: auto;
left: 0px;
right: 0px;
top: 50%;
margin-top: -100px;
padding-bottom: 25px;
padding-left: 10px;
padding-right: 10px;
}

.pledgeImg {
	width: 49%;
height: auto;
float: left;	
}

.pledgeHead {
	margin: 0px 0px 10px;
padding: 0px;
text-align: center;
font-size: 17px;
text-transform: uppercase;
font-family: helvetica;
letter-spacing: 1px;
}

#popupShadow {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background:rgba(0, 0, 0, 0.5);
	width:100%;
	height:100%;
	z-index:9995;
	display:none;
}

#radioSched img {
	width:100% !important;
	height:auto !important;
}
#radioSched {
	width:100%;
}


.mgp, #top {
	padding-top:100px;
	margin-top:-100px;
}

body {
    font-size: 1em;
    line-height: 1.4;
/*	-webkit-text-size-adjust: none;*/
}

html.frame {
	min-width:980px;
}

body.frame {
	margin:0;
	background-image:none;
	min-width:980px;
}

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

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

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

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


/* ==========================================================================
   Author's base custom styles
   ========================================================================== */

a, a:focus, a:active {
	outline:none;
	text-decoration:none;
	color:inherit;
}
a:hover {
	cursor:pointer;
	color:#00539b;
}

html {
	min-height:100%;
	min-width:1000px;
	background:url("../img/body-bg.png");
}

body {
	min-height:100%;
	min-width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	background:url("../img/top-wave.png") top center no-repeat;
}

#content-wrap {
	padding:0 10px;
	margin-top:15px;
}

.img {
	display:block;
	background:#000000;
}

.wrap {
	width:980px;
	margin:0 auto;
}

.meta {
	font-family:@helvetica;
	font-size:11px;
	text-transform:uppercase;
	color:#939598;
}

.fw-horiz-dots {
	height:2px;
	width:980px;
	background:url("../img/dots-horiz.png") repeat-x transparent;
	margin:0;
	padding:0;
}
.hw-horiz-dots {
	height:2px;
	width:470px;
	background:url("../img/dots-horiz.png") repeat-x transparent;
	margin:0;
	padding:0;
}
.fh-vert-dots {
	width:2px;
	min-height:20px;
	background:url("../img/dots-vert.png") repeat-y transparent;
	margin:0;
	padding:0;
	float:left;
}

.table { display:table; }
.cell { display:table-cell; width:100%; }

.link {
	background-image:url("../img/link-triangle.png");
	background-position:right bottom;
	background-repeat:no-repeat;
}

.left { float:left; }
.right { float:right; }

.img.resize {
	overflow:hidden;
}

img {
	box-shadow: #000 0em 0em 0em; /* Fixes firefox bug */
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@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;
    }
}