/*! 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;
    background-color: #003d79;
    font-family: Verdana, Helvetica, sans-serif;
}

img {
    border: 0px;
}

/*
 * 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: 5px;
    border: 0;
    border-top: 5px solid #ccc;
    margin: 0 0 20px;
    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
   ========================================================================== */

















/* ==========================================================================
   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;
}

.clearfix{
    clear: both;
}

.clear{
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    line-height: 0px;
    font-size: 0px;
}

/*
 * 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;
    }
}

/* Additions */

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    min-width: 1200px;
    background-color: #003d79;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

h1 {    
    font-family: 'Open Sans Condensed',sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}

h1.sidebarHeaderLarge {
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 90px;
    line-height: 90px;
    vertical-align: top;
    text-transform: uppercase;
    margin: -15px -25px 20px;
    opacity:0.50;
    filter:alpha(opacity=50);
    letter-spacing:-1px;
    text-align: center;
}

h1.sidebarHeaderMedium {
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 75px;
    line-height: 75px;
    vertical-align: top;
    text-transform: uppercase;
    margin: -12px -25px 20px;
    opacity:0.50;
    filter:alpha(opacity=50);
    letter-spacing:-1px;
    text-align: center;
}

h1.sidebarHeaderSmall {
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 60px;
    line-height: 60px;
    vertical-align: top;
    text-transform: uppercase;
    margin: -9px -25px 20px;
    opacity:0.50;
    filter:alpha(opacity=50);
    letter-spacing:-1px;
    text-align: center;
}

h1.sidebarHeaderSmaller {
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 50px;
    line-height: 50px;
    vertical-align: top;
    text-transform: uppercase;
    margin: -9px -25px 20px;
    opacity:0.50;
    filter:alpha(opacity=50);
    letter-spacing:-1px;
    text-align: center;
}

h1.sidebarHeaderSmallest {
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 45px;
    line-height: 45px;
    vertical-align: top;
    text-transform: uppercase;
    margin: -8px -25px 20px;
    opacity:0.50;
    filter:alpha(opacity=50);
    letter-spacing:-1px;
    text-align: center;
}

h1.sidebarImage {
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 45px;
    line-height: 45px;
    vertical-align: top;
    text-transform: uppercase;
    margin: 5px -25px 20px;
    letter-spacing:-1px;
    text-align: center;
}

h2 {
    font-family: 'Open Sans Condensed',sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

h3 {
    font-family: 'Open Sans Condensed',sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

h4 {
    font-family: 'Open Sans Condensed',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

h5 {
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

h6 {
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
}

p.large {
    font-size: 18px !Important;
    line-height: 23px !Important;
    margin-bottom: 15px !Important;
}

p.small {
    font-size: 11px !Important;
    line-height: 15px !Important;
}

.button-1 {
            transition: all 100ms ease-in;
			background: #84bd00; 
			border: 10px solid #84bd00; 
			padding: 0px 10px; 
			font-family: sans-serif; 
			font-size: 16px; 
			line-height: 1.1; 
			border-radius: 5px; 
			display: inline !important;
			text-decoration: none;
			color: #ffffff !important;
        }

.button-1:hover {
			filter: brightness(90%);
        }
h2.button-1 a {
    color: #ffffff !important;
    text-decoration: none;
}

h2.button-1 a:hover {
    text-decoration: none;
}
.button-1smaller {
            transition: all 100ms ease-in;
			background: #84bd00; 
			border: 5px solid #84bd00; 
			padding: 0px 10px; 
			font-family: sans-serif; 
			font-size: 16px; 
			line-height: 1.1; 
			border-radius: 5px; 
			display: inline !important;
			text-decoration: none;
			color: #ffffff !important;
        }

.button-1smaller:hover {
			filter: brightness(90%);
        }
h2.button-1smaller a {
    color: #ffffff !important;
    text-decoration: none;
}

h2.button-1smaller a:hover {
    text-decoration: none;
}

a {
    color: #003D79;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.nomargin {
    margin-bottom: 0px !Important;
}

#upperWrapper {
    position: relative;
    width: 100%;
    background-color: #0093d0;
    z-index: 1;
}

#container{
    position: relative;
    max-width: 1300px;
    margin: 0px auto;
    padding-bottom: 20px;
}
#top{
    width: 980px;
    margin-left: 160px;
    margin-right: auto;
}
#top #logo{
    position: absolute;
    left: 167px;
    top: 10px;
    width: 200px;
    z-index: 999;
}
#top-nav{
    height: 40px;
    float: right;
}
#top-nav ul{
    height: 40px;
    text-align: right;
    list-style: none;
    margin: 0;
    float: left;
    font-size: 14px;
}
#top-nav ul li{
    float: left;
    padding: 10px 15px;
    text-transform: uppercase;
}
#top-nav ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
}
#top-nav ul li a:hover, #top-nav .active a{
    text-decoration: underline;
}
#search-form{
    float: left;
    color: #013564;
    font-size: 10px;
    margin-top: 4px;
}
#search-form input[type=text]{
    line-height: 26px;
    height: 26px;
    padding: 1px 5px;
    margin-top: 0;
    background-image: url('../images/white-grad.jpg');
    background-repeat: repeat-x;
    border: 1px solid #e1e1e1;
}
#search-form input[type="submit"], #search-form input[type="button"]{
    color: #fff;
    border:none;
    font-weight: bold;
    min-width: 68px;
    height: 30px;
    border: none;
}
#search-form input[type="submit"].green{
    background-image: url('../images/green-grad.jpg');
    background-repeat: repeat-x;
}
/* style placeholder color for each browser */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
    color: #68675d;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
    color: #68675d;
}
:-ms-input-placeholder,
{
    color: #68675d;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
    color: #68675d;
}
/* end placeholder styling */
#top-space{
    background-color: #f3f3f3;
    height: 94px;
    width: 100%;
    display: block;
    margin-top: 40px;
}
#headerTop {
    position: absolute;
    left: 190px;
    top: 5px;
    background: url('../images/header_top.png') no-repeat;
    width: 126px;
    height: 35px;
    z-index: 1;
}
#stripe{
    background-color: #003d79; /* theme color */
    height: 290px;
    position: absolute;
    top: 135px;
    display: block;
    /* width: 100%; */
    z-index: -500;
}
#left{
    max-width: 160px;
    float: left;
}
#left .nav{
    min-height: 310px;
}
#left .nav ul{
    list-style: none;
    width: 143px;
    padding: 0px;
    margin: 2px 0px 5px 0px;
    float: right;
}
#left .nav ul li{
    position: relative;
    background: url('../images/white-grad.jpg') repeat-x #ffffff;
    height: 23px;
	line-height: 23px;
    font-size: 13px;
    margin-bottom:4px;
}
#left .nav ul li a{
    color: #003d79; /* nav link color */
    text-decoration: none;
    display: block;
    padding: 0px 2px 0px 5px;
    min-height: 23px;
    font-weight: bold;
}

#left .nav ul li a:hover, #left .nav .active a{
    color: #ffffff; /* nav link color */
}

.flyout{
    position: absolute;
    left: 143px;
    top: 0px;
    width: 180px;
    display: none;
    z-index: 999999;
}

.flyout a{
    color: #ffffff; /* nav link color */
    text-decoration: none;
    display: block;
    min-height: 23px;
    line-height: 16px;
    padding: 4px 2px 3px 5px !Important;
    font-weight: bold;
    padding: 0px 5px;
    border-top: 1px solid #ffffff;
}

.flyout .first{
    border-top: none;
}

.flyout a:hover{
    background: url('../images/white-grad.jpg') repeat-x #ffffff;
    color: #003d79;
}

#social, #alumni{
    float: left;
    padding-left: 30px;
}

#amazon{
    float: left;
    padding-left: 20px;
}

#begreat{
    float: left;
    padding-left: 5px;
}

#content{
    background-color: #fff;
    width: 980px;
    display: block;
    min-height: 400px;
    position: relative;
    padding: 0px 0px 20px;
    float: left;
    margin-left: 17px;
}
#banner{
    width: 100%;
    min-height: 123px;
    max-height: 290px;
    display: block;
    position: relative;
    padding-top: 1px;
    margin-bottom: 75px;
}

.sbanner {
    margin-bottom: 15px !Important;
}

img.floatingpic{
    position: absolute;
    right: -50px;
    top: -93px;
    z-index: 999;
    display: none;
}

#floating-pic{
    position: absolute;
    right: -50px;
    top: -93px;
    z-index: 999;
}
/* slider classes */    
#slider{
    display: block;width: 100%; height: 290px;
}
.mask { float:left; margin:0px 0 0 0px; width:980px; height:290px; overflow:hidden;  }
.secondmask { margin:0px 0 0 0px; width:980px;overflow:hidden;  }
ul.images { position:relative; top:0px;left:0px;margin: 0;padding: 0; list-style-type: none;}
  ul.images li { position:absolute; top:0px;left:0px; }

ul.triggers { position:absolute; top:308px; left:0px; list-style: none; margin: 0px; padding-left: 0;background-color: #ffffff;}
ul.triggers li { 
    float:left; margin:0 5px 0 0; font: bold 10px Verdana; cursor:pointer;
    background-image:url('../images/slider-button.jpg'); background-repeat: repeat-x; color:#fff; line-height: 21px; width: 25px; height: 21px; display:block;
}ul.triggers li.selected {text-decoration: underline;background: transparent;}
#slider .line{
    border-top: 5px solid #003d79; /* theme color */
    width: 100%;
    display: block;
    position: absolute;
    top: 308px;
    z-index: 0;
}
ul.images .slide-background-color{
    background-color: rgb(197,6,80);
    background-color: rgba(197,6,80,.85);
    opacity:0.85;
    filter:alpha(opacity=85);
    position:absolute;
    top: 0;
    left: 200px;
    height: 270px;
    width: 206px;
    padding: 10px 10px;
}

ul.images .slide-text{
    position:absolute;
    top: 0;
    left: 200px;
    height: 270px;
    width: 206px;
    color: #fff;
    padding: 10px 10px;
}

ul.images .slide-text .slide-text-holder{
    position: absolute;bottom:40px;padding: 0 20px 0 0;
}

.slide-text-holder p{
    font-size: 13px;
}
.slide-text-holder a{
    text-decoration: none;color: #fff;font-size: 16px;
    background-image: url('../images/link-triangle.png');background-repeat: no-repeat;background-position: right;
    padding-right: 15px;
    text-transform: uppercase;
}
/* end slider classes */

/* module classes */
.mod-100{
    position: relative;
    width: 906px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    color: #013564;
    clear: both;
}
.mod-100-Content {
    position: relative;
    width: 866px;
    z-index: 555;
}

.stretch {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*input[type=button], button,.button{
*    background-image: url('../images/button-bg.jpg');
*    background-repeat: repeat-x;
*    height: 40px;
*    color: #fff;
*    font-weight: bold;
*    font-size: 13px;
*    border: none;
*    padding: 0 20px;
*}
*/

a.button{
    line-height: 40px;
    padding: 10px 20px;
    text-decoration: none;
}
.mod-50{
    width: 45%;
    float: left;
    padding: 10px;
}
.mod-100 input[type=text]{
    height: 33px !Important;
    line-height: 33px;
    color: #013564;
    margin-right: 10px;
    width: 150px;
}

.mod-50 p{
    margin: 0 0 10px;
    padding: 0;
    font-size: 13px;
}

.bucket{
    width: 214px;
    position: relative;
    margin: 0px 10px 37px 17px;
    float: left;
    min-height: 100px;
    background-color: #fff;
    behavior:url('PIE.htc');
}

.mod-25{
    width: 214px;
    position: relative;
    box-shadow: 3px 3px 3px #aaa;
    border: 4px solid #333;
    min-height: 20px;
    background-color: #fff;
}

.mod-25 .top{
    padding: 0px 9px 1px;
    color: #fff;
}
.mod-25 p{
    font-size: 12px;
    margin: 0px 0px 10px; padding: 0;
}
.mod-25 .mod-body{
	position: relative;
    padding: 10px;
    background-color: #fff;
	min-height: 20px;
}

.mod-25.purple{
    border-color: #933385;
}
.mod-25.purple .top{
    background-color: #933385;
}
.mod-25.blue{
    border-color: #29a4d8;
}
.mod-25.blue .top{
    background-color: #29a4d8;
}
.mod-25.green{
    border-color: #84bf5e;
}
.mod-25.green .top{
    background-color: #84bf5e;
}

.mod-33{
    width: 268px;
    position: relative;
    box-shadow: 3px 3px 3px #aaa;
    border: 4px solid #333;
    min-height: 20px;
    background-color: #fff;
}

.mod-33 .top{
    padding: 0px 9px 1px;
    color: #fff;
}
.mod-33 p{
    font-size: 12px;
    margin: 0px 0px 10px; padding: 0;
}
.mod-33 .mod-body{
	position: relative;
    padding: 10px;
    background-color: #fff;
	min-height: 20px;
}

.mod-33.purple{
    border-color: #933385;
}
.mod-33.purple .top{
    background-color: #933385;
}
.mod-33.blue{
    border-color: #29a4d8;
}
.mod-33.blue .top{
    background-color: #29a4d8;
}
.mod-33.green{
    border-color: #84bf5e;
}
.mod-33.green .top{
    background-color: #84bf5e;
}
/* end module styles */

/* footer */
#footer{
    background-color: #003d79;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}
#footer-shadow{
    box-shadow: 0px 10px 10px #000;
    position: absolute;
    top: -15px;
    width: 100%;
    height: 10px;
    behavior:url('PIE.htc');
}
#footer ul{
    list-style: none;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}
#footer ul a{
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 10px;
}
#footer ul a:hover, #footer .active a{
    text-decoration: underline;
}

#footer ul li{
    display: inline-block;
    padding: 0px 20px;
    border-left: 2px solid #29a4d8;
}
#footer ul li:first-child{
    border:none;
}
#footer #copyright p{
    margin: 0;
    text-align: center;
    font-size: 10px;
    padding-bottom: 50px;
}
#footer #copyright a{
    color: #ffffff;
}
#footer #copyright a:hover{
    color: #ffffff;
}

#footer-container{
    width: 980px;
    margin: 0px auto;
}
/* end footer */

/* secondary page styles */

#main-content {
    padding: 0px 30px 0px 50px;
}

#main-content .left-66{
    width: 560px;
    font-size: 12px;
    float: left;
    padding-bottom: 10px;
}

#main-content table tr td{
    vertical-align: bottom;
}
#main-content .right-33{
    width: 304px;
    word-wrap: break-word;
    margin-left: 30px;
    margin-top: -25px;
    font-size: 11px;
    float: left;
}

.right-33 a{
    color: #ffffff !Important;
}

#main-content .right-33.purple{
    background-color: #7e0c6e;
    margin-bottom: 20px;
    color: #fff;
}

.rightHeader {
    position: relative;
    margin-bottom: 15px;
}

.rightContent{
    position: relative;
    padding: 0px 25px 20px;
    width: 254px;
}

/*Message*/

#shadow {
    position: fixed;
    z-index: 999998;
    display: none;
    background-color: #000000;
    opacity:0.4;
    filter:alpha(opacity=40);
    width: 100%;
    height: 100%;
}

#message {
    position: fixed;
    top: 30%;
    left: 50%;
    z-index: 999999;
    width: 260px;
    min-height: 100px;
    margin: -50px 0px 0px -150px;
    padding: 10px 20px;
	background-color: #e1e1e1;
    display:  none;
}

#message p{
    font-size: 13px;
}

#messageClose {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
}

.req {
    color: #ff0000;
    font-size: 12px;
}

.contactFormBubbles {
    position: relative;
    float: left;
    width: 100px;
    height: 447px;
    background: url('../images/bubbles.png') 0px 237px no-repeat; 
}

.contactFormWrapper {
    position: relative;
    width: 100%;
    float: left;
    width: 442px;
}

.contactFormWrapper .field {
    margin-bottom: 35px;
}

.contactFormWrapper .anonPost {
    margin-bottom: 5px;
    color: #68675d;
}

.contactFormWrapper .field input[type=text] {
    border: 0px;
    width: 412px;
    padding: 0px 15px;
    height: 42px;
    line-height: 42px;
    color: #68675d !Important;
    font-size: 18px;
    background-image: url('../images/text-box.png');
}

.contactFormWrapper textarea {
    border: 0px;
    width: 412px;
    padding: 0px 15px;
    height: 209px;
    line-height: 24px;
    color: #68675d !Important;
    font-size: 18px;
    background-image: url('../images/text-area.png');
    font-family: Verdana, Helvetica, sans-serif;
    resize: none;
}

.submitArea {
    width: 442px;
    text-align: right;
    margin-bottom: 35px;
}

.pages {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.pages a {
    text-decoration: none;
}

.pages .active {
    text-decoration: underline;
}

.searchPageSummary {
    padding: 10px 0px 0px;
    border-bottom: 1px dotted #666666;
}

#searchResults {
    margin-bottom: 20px;
}

/*Expandables*/

.expandableWrapper {
    margin-bottom: 3px;
}

.expandableWrapper .expandableHeader {
    margin-bottom: 3px;
    cursor: pointer;
}

.expandableWrapper .expandableContent {
    display: none;
}

/*pop Ups*/

.popUpWrapper {
    position: relative;
    margin-bottom: 3px;
    z-index: 1;
    float: left;
    width: auto;
}

.popUpHeader {
    cursor: pointer;
    z-index: 1;
    width: auto;
    float: left;
}

.popUpContent {
    min-width: 100px;
    min-height: 20px;
    border: 1px solid #013664;
    padding: 10px;
    width: auto;
    float: left;
    z-index: 99;
    background-color: #ffffff;
}

.popUpWrapper .popUpContent {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
}

#secondaryNav {
    position: relative;
    margin-bottom: 15px;
    font-size: 13px;
    padding: 0px 0px 5px 0px;
    color: #000000;
    border-bottom: 1px solid #000000;
}

#secondaryNav a {
    color: #000000;
    font-weight: bold !Important;
}

#secondaryNav .active {
}

#secondaryNav .spacer {
    margin: 0px 10px;
}

.expandableCoverImage {
    position: relative;
    float: right;
    text-align: right;
}

.whitelink{
    color: #ffffff !Important;
}

.alumniFormWrapper {
    position:relative;
}
.alumniFormWrapper h3 {
    font-weight:700;
    font-size:18px;
    line-height:18px;
    margin-bottom:0;
}
.alumniFormWrapper .field {
    margin-bottom: 25px;
}
.alumniFormWrapper .field input[type=text] {
    border: 0px;
    width: 530px;
    padding: 0px 15px;
    height: 42px;
    line-height: 42px;
    color: #68675d !Important;
    font-size: 18px;
    background-image: url('../images/text-box-long.png');
    background-repeat: no-repeat;
}

.alumniFormWrapper .field .col-2-input input[type=text] {
    width: 243px;
    background-image: url('../images/text-box-short.png');
    background-repeat: no-repeat;
}

.alumniFormWrapper textarea {
    border: 0px;
    width: 530px;
    padding: 0px 15px;
    height: 209px;
    line-height: 24px;
    color: #68675d !Important;
    font-size: 18px;
    background-image: url('../images/text-area-long.png');
    background-repeat: no-repeat;
    font-family: Verdana, Helvetica, sans-serif;
    resize: none;
}
.alumniFormWrapper .field select {
    height:42px;
    border:1px solid #d1d1d1;
    background-color:#FAF9FF;
    width: 100%;
    padding: 0px 10px;
}
.alumniFormWrapper .upload img {
    padding:10px 0;
}

.home-content{
    min-height: 100px;
    margin-bottom: 60px;
}

/*DONOR WALL*/
.donorwall{
    padding-top: 10px;
}

.donorwall .dcat{
    position:relative; 
    margin-bottom: 20px;
}

.donorwall h2{
    font-size: 28px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 20px;
}

.donorwall h3{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
}

.donorwall p{
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0px;
}

div#dwwrap{
    position:relative; 
    width:254px; height:520px; 
    overflow:hidden;
    margin-bottom: 20px;
}

/*Capital Campaign*/
.cc_menu{
	position: relative;
	width: 277px;
	margin: 0px 16px 20px 0px;
    float: left;
}

.cc_menu_content{
	position: relative;
	width: 267px;
	margin-bottom: 20px;
    float: left;
}
	
.cc_header{
	position: relative;
	width: 560px;
	height: 54px;
	margin-bottom: 6px;
	font-family: 'Open Sans Condensed',sans-serif;
	font-size: 24px;
	line-height: 54px;
	color: #ffffff;
	background: url('../images/gradient_bg_btn.jpg') repeat-x;
	text-align: center;
	text-transform: uppercase;
}
	
.cc_menu_item{
	font-family: 'Open Sans Condensed',sans-serif;
	width: 277px;
	height: 90px;
	margin-bottom: 6px;
	float: left;
	text-decoration: none !important;
	color: #ffffff;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;	
	display: table;	
	box-sizing: border-box;
	padding: 12px 10px 10px 115px; 
}
	
.cc_text{		
	display: table-cell;
	vertical-align: middle;
}
	
.cc_corporate{
	background: url('../images/corporate_sponsorship_btn.jpg') 12px 10px no-repeat #d9531e;
}
	
.cc_preschool{
	background: url('../images/preschool_btn.jpg') 12px 10px no-repeat #d9531e;
}
	
.cc_team{
	background: url('../images/team_sponsorship_btn.jpg') 12px 10px no-repeat #d9531e;
}
	
.cc_scholarships{
	background: url('../images/scholarships_btn.jpg') 12px 10px no-repeat #d9531e;
}
	
.cc_giving{
	background: url('../images/planned_giving.jpg') 12px 10px no-repeat #d9531e;
}
	
.cc_technology{
	background: url('../images/technology_improvements.jpg') 12px 10px no-repeat #d9531e;
}
	
.cc_snacks{
	background: url('../images/healthy_snacks.jpg') 12px 10px no-repeat #d9531e;
}
	
.cc_teen{
	background: url('../images/teen_programming.jpg') 12px 10px no-repeat #d9531e;
}
	
.cc_educational{
	background: url('../images/educational_programs.jpg') 12px 10px no-repeat #d9531e;
}
	
.cc_fineart{
	background: url('../images/fine_arts_programs.jpg') 12px 10px no-repeat #d9531e;
}
	
.cc_general_donations{
	background: url('../images/general_donations.jpg') 12px 10px no-repeat #d9531e;
}
	
	
.cc_summer_camp{
	background: url('../images/summercamp_btn.jpg') 12px 10px no-repeat #d9531e;
}

.cc_capital_campaign{
	background: url('../images/capitalcampaign_btn.jpg') 12px 10px no-repeat #d9531e;
}
	
.cc_menu_active, .cc_menu_item:hover{
	background-color: #0093d0;
}
	
.cc_nav{
	position: relative;
	width: 560px;
}
	
.cc_nav_item{
	font-family: 'Open Sans Condensed',sans-serif;
	width: 180px;
	height: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	text-decoration: none !important;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;	
	text-align: center;
	box-sizing: border-box;
	background-color: #0093d0;
}
	
.cc_nav_item:nth-child(3n){
	margin-right: 0px;
}
	
.cc_nav_active, .cc_nav_item:hover{
	background-color: #6eb43f;
}
	
.clear{
	clear: both;
}
.link-button {
    color: #ffffff !important;
    background: rgb(0, 130, 209);
    border: 5px solid rgb(0, 130, 209);
    padding: 0px 5px;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 2;
    border-radius: 15px;
    text-align: right !important;
    display: inline !important;
}