body {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    background: #676767 url(../images/bkg.jpg);
    background-size: cover;
    background-attachment:fixed;
    font-size: 14px;
    color: #000;
    
}

img { border: 0; }

#mobileheader {
    background-color: #fff;
    display: none;
    position: relative;
}

.mobileonly { display: none; }

#uberheader {
    width: 960px;
    height: 140px;
    margin: 0 auto;
    background-color: #fff;
}

#uberheader #header-inner {
    width: 960px;
    height: 140px;
    margin: 0 auto;
    overflow: auto;
    zoom: 1;
}

#uberheader #header-inner img { 
    border: 0; 
    float: left; 
    margin-top: 6px;;
}

#container {
    width: 1000px;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-top: 10px;
    border-radius: 5px;
}

#containerinner {
    width: 960px;
    margin: 0 auto;
    clear: both;
}

#content div.formbox {
    width: 40%;
    max-width: 250px;
    float: right;
    text-align: center;
    font: bold 14px arial;
    margin: 0 0 10px 10px;
}

#content div.formbox img {
    border: solid 1px #000;
    margin-bottom: 5px;
    width: 100%;
}

/*---------- TOPNAV ----------*/

header {
    width: 960px;
    height: 40px;
    background: #1D458B;
    z-index: 200;
    margin: 0 auto;
    border-radius: 5px;
    
}

header nav {
    width: 960px;
    height: 40px;
    z-index: 200;
    margin: 0 auto;
}

header nav ul {
    padding:0;
    list-style:none;
    margin:0 0 0 28px;
}

header nav ul li {
    float:left;
    position:relative;
    text-align: center;
}

header nav ul li a {
    font-weight: bold;
    font-size: 16px;
    color:#fff;
    display:block;
    float:left;
    padding: 0 20px;
    line-height: 40px;
    text-decoration: none;
}

header nav ul li:first-child a {
    padding-left: 3px;
}

header nav ul li:last-child a {
    padding-right: 3px;
}

header nav ul li a span {
    display: block;
}

header nav ul li a:hover {
    color:#F5EB2C;
    text-decoration: none;
}

header nav ul li ul {
    display:none;
}

header nav ul li > ul {
    left:auto;
    top:auto;
}
						
header nav ul li.over ul, header nav ul li:hover ul {
    background:#333333;
    border:1px solid #333333;
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    border-width:0 1px 1px;
    clear:left;
    display:block;
    list-style:none;
    margin:0;
    padding:5px;
    position:absolute;
    text-indent:0;
    top:100%;
    width:220px;
    z-index: 100;
}

header nav ul li ul li {
    display:block;
    text-transform:none;
    
}
								
header nav ul li ul li a, header nav ul li ul li:first-child a:first-child {
    display:block;
    padding:5px;
    width:208px;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    color: #fff;
}

header nav ul li ul li a:hover {
    background-color:#5C5C5C;
    text-decoration: none;
    color: #fff;
}

#headerarea { 
    float: right; 
    text-align: right;
    margin-top: 20px;
    font: bold 16px georgia;
    color: #00588D;
}

#headerarea a { 
    text-decoration: none; 
    color: #00588D;
}

#headerarea .button {
    background-color: #A51E22;
    color: #fff; 
    padding: 6px 15px;
    border: 0; 
    margin-top: 16px;  
    text-decoration: none;  
    display: inline-block;
    text-align: center;
    font-weight: bold;
    width: auto;
}

#headerarea .button:hover {
    background-color: #E46A34;
}


/*---------- FRONT PAGE ----------*/

#fpcontainer {
    display: flex;
    flex-wrap: none;
}

#fp-rotation {
    width: 66%;
    border: solid 1px #BDBDBF;
    float: left;
    margin-top: 0px;
    position: relative;
    margin-right: 2%;
    z-index: 2;
}


/*--------- FP EVENTS PANEL -----------*/

#fp-events-panel {
    width: 32%;
    float: left;
    background-color: #EAE8E8;
    border-radius: 5px;
} 

#fp-events-panel > div { 
    padding: 10px;
    font-size: 13px;
    
}

#fp-events-panel > div a { text-decoration: none; }

#fp-events-panel > div a:hover { text-decoration: underline; }

#fp-events-panel .view-all { text-align: right; margin-top: 15px;}


#fp-events-panel-hdr {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
    background-color: #3381C3;
    margin-bottom: 10px;
}



/* ---------- FEATURE BLOCKS --------- */


#fpfeaturecontainer {
    display: flex;
    flex-wrap: none; 
}

.fpfeatures {
    float: left;
    background-color: #EAE8E8;
    margin-top: 20px;
    border-radius: 5px;
    width: 32%; 
    margin-right: 2%;
}

.fpfeatures3 {
    margin-right: 0%;
}

.featureinner { 
    margin: 10px;
    font-size: 14px;
}

.featureinner img { margin-bottom: 5px; }

#content .featureinner h2 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 8px 0;
    background-color: #3381C3;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
}


/*---------- SUBNAV ----------*/

#subnav {
    float: left;
    width: 260px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

#subnavinner {
    background:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:1px 1px 1px #ccc;
    -moz-box-shadow:1px 1px 1px #ccc;
    -webkit-box-shadow:1px 1px 1px #ccc;
    float:left;
    padding:10px;
    width: 240px;
}

#subnavinner div#leftnavlist {
    padding:0;margin:0;list-style-type:none;
}

#subnavinner div#leftnavlist ul {
    padding:0;margin:0;list-style-type:none;
}

#subnavinner div#leftnavlist a {
    border-bottom:1px dotted #e6e6e6;
    color:#c00;
    display:block;
    font-weight: bold;
    font-size: 13px;
    letter-spacing:1px;
    text-transform:uppercase;
    padding:0 0 5px;
}

#subnavinner div#leftnavlist div {
    color:#c00;
    display:block;
    font-weight: bold;
    font-size: 13px;
    letter-spacing:1px;
    text-transform:uppercase;
    padding:0;
    margin: 0;
}

#subnavinner div#leftnavlist ul li {
    border-bottom:1px dotted #e6e6e6;
    font-weight: bold;
    font-size: 13px;
    padding:5px;
}

#subnavinner div#leftnavlist ul li a {
    border-bottom:0;
    color:#333;
    display:inline;
    letter-spacing:0;
    text-transform:none;
}

#subnavinner div#leftnavlist ul li a:hover {
    color:#c00;
}

#subnavinner div#leftnavlist ul li.last {
    border-bottom:0;
}

#subnavinner div#leftnavlist ul.subsubnav li a {
    font-weight: bold;
    font-size: 12px;
    padding:5px 5px 5px 15px;
}

/*---------- CONTENT ----------*/

.dim:hover {
    opacity: 0.85;
}

.inset {
    width: 40%; 
    float: right; 
    margin: 0 0 5px 5px;
    max-width: 300px;
}

img.inset2 {
    width: 22%; 
    max-width: 220px;
    float: right; 
    margin: 0 0 5px 5px;
    border: solid 1px #EAE8E8;
}

img.insetmemorial {
    width: 40%; 
    max-width: 270px;
    float: right; 
    margin: 0 0 5px 5px;
    border: solid 1px #EAE8E8;
}

img.insetscholarship {
    float: left;
    width: 25%; 
    max-width: 250px;
    margin: 0 5px 5px 0;
    border: solid 1px #EAE8E8;
}

div.inset-center-50 { 
    width: 50%;
    font-size: 12px; 
    text-align: center;
    margin: 10px auto;
}

div.inset-center-75 { 
    width: 75%;
    font-size: 12px; 
    text-align: center;
    margin: 10px auto;
}

div.inset-center-100 { 
    width: 100%;
    font-size: 12px; 
    text-align: center;
    margin: 10px auto;
}


div.inset-center-50 img, div.inset-center-75 img, div.inset-center-100 img { width: 100%; }

#content {
    padding: 20px 0 20px 0;
    min-height: 400px;
}

.withsubnav {
    width: 680px;
    float: right;


}

.withoutsubnav {
    width: 100%;

}

/*---------- TABLES ----------*/

#content table.type1 { 
    border: solid 1px #00588D; 
}

#content table.type1 th {
    background-color: #00588D;
    font: bold 12px arial;
    color: #fff;
}

#content table.type1 td {
    font: normal 12px arial;
    color: #000;
}

#content table.type1 td.inverse {
    background-color: #00588D;
    font: normal 12px arial;
    color: #fff;
}

#content table.type1 td a {
    color: #000;
}

#content table.type2 {
    border: 0;
}

#content table.type2 th {
    background-color: #00588D;
    font: bold 14px arial;
    color: #fff;
}

#content table.type2 td {
    font: normal 14px arial;
    color: #000;
}

#content table.type3 td {
    font: normal 12px arial;
    color: #000;
    width: 575px;
}

#content table.type2 td a {
    font: normal 14px arial; 
    color: #00588D; 
}


/* ---------------- GENERAL CONTENT ----------------*/


#content p { 
    padding: 0; 
    margin: 0 0 10px 0;
}

/*#E52022;*/
#content h1 { 
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
    font-size: 28px;
    color: #3381C3; 
    
}

#content h2 { 
    margin: 15px 0 4px 0;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    color: #3381C3;
}

#content h3 { 
    margin: 15px 0 4px 0;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    color: #3381C3;
}

#content a {
    color: #000;
}

#content a:hover {
    text-decoration: none;
}

#forms input, #forms #captcha, #forms select {
    width: 50%;
}

#forms textarea {
    width: 50%;
    height: 50px;
}

#forms span {
    color: red;
}

#content input.submitbutton {
    background-color: #A51E22;
    border: 0;
    padding: 6px 10px;
    color: #fff;
}

#content .button {
    background-color: #A51E22;
    color: #fff; 
    padding: 6px 10px;
    border: 0; 
    margin-top: 10px;  
    text-decoration: none;  
}

#buttons .left { float: left; }
#buttons .right { float: right; }

#content .button:hover {
    opacity: 0.85;
}

#board-container .board-member { width: 31%; float: left; margin-right: 2%; margin-bottom: 20px; font-size: 14px; }
#board-container > div:nth-child(3n) { margin-right: 0; }
#board-container > div:nth-child(3n+1) { clear: both; }

#trustee-container .trustee-member { width: 31%; float: left; margin-right: 2%; margin-bottom: 20px; font-size: 14px; }
#trustee-container > div:nth-child(3n) { margin-right: 0; }
#trustee-container > div:nth-child(3n+1) { clear: both; }


.newsitem { margin-top: 10px; margin-bottom: 3px; clear: both;}
.newsitem img { float: left; margin-right: 7px; }
.newsitem img { border: solid 1px #C7C7C7; width: 80px;}


/*---------- MEMORIAL WALL ----------*/

#content .memorials {
    float: left; 
    width: 23.5%; /* HERE */
    margin-right: 2%; /* HERE */
    margin-top: 10px;
}

#memorialcontainer > div:nth-child(4n) {
    margin-right: 0;
}

#memorialcontainer > div:nth-child(4n+1) {
    clear: both;
}

#content .memorials img  {
    width: 100%;
    border: solid 1px #EAE8E8;
}

#content .memorials div {
    width: 100%; 
}

#content .memorialcaption {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
}

#content .memorialcaption a {
   text-decoration: none;
}



/*---------- GALLERY ----------*/

#content .galleryimages {
    float: left; 
    width: 23.5%; /* HERE */
    margin-right: 2%; /* HERE */
    margin-top: 10px;
}

#gallerycontainer > div:nth-child(4n) {
    margin-right: 0;
}

#gallerycontainer > div:nth-child(4n+1) {
    clear: both;
}

#content .galleryimages img  {
    width: 100%;
    border: solid 1px #EAE8E8;
}

#content .galleryimages div {
    width: 100%; 
}

#content .gallerycaption {
    font: normal 14px arial; 
    text-align: center;
    padding: 5px 0;
}


/*---------- DIVS ------------*/

#divcontainer { font-size: 14px; }
#divcontainer legend { font-weight: bold; color: #BE1B1C; font-size: 16px;}
#leftdiv { width: 49.5%; float: left; }
#rightdiv { width: 49.5%; float: right; }


/*---------- PROMOS ------------*/

#promos .promo {
    background-color: #DBDBDB;
    margin-bottom: 20px;
}
    
#promos .promo div {
    float: left;
    margin-left: 10px;
    font: normal 14px arial;
    color: #000;
}

#promos h2 {
    font: bold 20px arial;
    margin-bottom: 5px;
    
}


/*---------- VIDEOS ----------*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
    

/*---------- FOOTER ----------*/

#footer {
    background-color: #1C1C1C;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin: 0 20px 0 20px; 
    padding: 20px;
    border-radius: 5px;
}

#footer div {
    font-size: 10px;
    margin-top: 10px;
}

#mobilefooter {
    display: none;
    background-color: #1C1C1C;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
    
}


#subfooter {
    width: 1000px;
    margin: 10px auto;
    text-align: center;
    font-size: 11px;
    color: #fff;
}

#subfooter a {
    color: #fff;
}

/*---------- ADMIN STYLES ----------*/

td.inverse { background: #00588D; font: bold 12px Arial; color: #fff; margin-top: 0; }
td.inverse a { font: bold 11px Arial; color: #fff; text-decoration: none; }
td.inverse a:hover { text-decoration: underline;}
td.inversesmall { background: #00588D; font: bold 11px Arial; color: #fff; margin-top: 0; }
td.inversesmall a { color: #fff; }
td.inversesmall a:hover { color: #fff;text-decoration: none; }
td.small { font: normal 12px Arial; color: #000; margin-top: 0;}
td.small a { color: #000;}
td.small a:hover { text-decoration: none;}
td.small2 { font: normal 10px Arial;color: #000; margin-top: 0; }
td.small2 a { color: #000; }
td.small2 a:hover { text-decoration: none; }

/* CALENDAR */

.cpYearNavigation,.cpMonthNavigation{background-color:#C0C0C0;text-align:center;vertical-align:center;text-decoration:none;color:#000000;font-weight:bold;}
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText{font-family:arial;font-size:8pt;}
TD.cpDayColumnHeader{text-align:right;border:solid thin #C0C0C0;border-width:0px 0px 1px 0px;}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{text-align:right;text-decoration:none;}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{color:#D0D0D0;text-align:right;text-decoration:line-through;}
.cpCurrentMonthDate, .cpCurrentDate{color:#000000;}
.cpOtherMonthDate{color:#808080;}
TD.cpCurrentDate{color:white;background-color: #C0C0C0;border-width:1px;border:solid thin #800000;}
TD.cpCurrentDateDisabled{border-width:1px;border:solid thin #FFAAAA;}
TD.cpTodayText, TD.cpTodayTextDisabled{border:solid thin #C0C0C0;border-width:1px 0px 0px 0px;}
A.cpTodayText, SPAN.cpTodayTextDisabled{height:20px;}
A.cpTodayText{color:black;}
.cpTodayTextDisabled{color:#D0D0D0;}
.cpBorder{border:solid thin #808080;}
.MyDiv {background:#fff;position:absolute;}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/*------- FORMS -------*/

#checkout { margin-top: 20px; }

#checkout h4 { background-color: #00588D; color: #fff; margin-top: 20px; margin-bottom: 5px; padding: 8px; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; }

#checkout .form-item { float: left; margin-top: 10px; width: 49%; display: block; }

#checkout .form-item-2 { float: left; margin-top: 10px; width: 31%; display: block; }

#checkout .col1 { margin-left: 0; margin-right: 2%; }

#checkout .form-control { width: 100%; padding: 10px 6px; font-size: 16px; line-height: 1; color: #000; background-color: #fff; border: 1px solid #222; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

#checkout label { font-weight: bold; }

#checkout label.col1 { margin-left: 0; clear: both; }

#content .buttonleft {float: left;}    
#content .buttonright {float: right;}    

@media (max-width: 1000px){

    body {background: #000; } 
    
    #uberheader,#subnav,#footer,#subfooter,#fp-video,#fp-promo-panel { display: none; }
    #container { width: 100%; padding: 0; border-radius: 0; } 
    #content {padding: 15px 0; }
    
    .withsubnav { width: auto; float: none; }
    .withoutsubnav { width: auto; float: none; }
    
    #header-inner { width: 100%; }

    #containerinner { width: 98%; padding: 5px 0; }
    header { width: auto; }
    header nav { width: 100%; }
    #subfooter { width: 100%; }
    #containerinner table { width: 100%; }
    
    #mobileheader { display: block; background-size: cover; padding-left: 5px;}
    #mobileheader img.logo {width: 50%; max-width: 500px; float: left; border: 0; }
    
    #mobilefooter { display: block; padding: 10px; }
    
    #headerarea { margin-right: 5px; }
    
    
    #fp-events-panel-hdr { font-size: 14px; }
    #content .featureinner h2 { font-size: 14px; }
    
    .fpfeatures { width: 32%; }
    .fpfeatures1 { margin-right: 2%; }
    .fpfeatures2 { margin-right: 2%; }
    .fpfeatures3 { margin-right: 0; }
    
    #content h1 { font-size: 22px; }
    #content h2 { font-size: 18px; }
    #forms #captcha { width: 50%; }
    
    #content .galleryimages { width: 22.75%; margin-right: 2%; }
    #content .gallerycaption { font-size:12px; }
    #gallerycontainer > div:nth-child(3n) { margin-right: 2%; }
    #gallerycontainer > div:nth-child(3n+1) { clear: none; }
    #gallerycontainer > div:nth-child(4n) { margin-right: 0; }
    #gallerycontainer > div:nth-child(4n+1) { clear: both; }
    .square { width: 22.75%; }
    
} 

@media (max-width: 900px){

    #fp-events-panel > div {  font-size: 12px; }

}

@media (max-width: 800px){

    #leftdiv { width: 100%; float: none; break: both;}
    #rightdiv { width: 100%; float: none; }

    #fp-events-panel > div { font-size: 11px; }
    #fp-events-panel .view-all { text-align: right; margin-top: 5px;}
    
    #board-container .board-member { width: 30%; float: left; margin-right: 2%; margin-bottom: 20px; font-size: 12px;}
    #board-container > div:nth-child(4n) { margin-right: 2%; }
    #board-container > div:nth-child(4n+1) { clear: none; }
    #board-container > div:nth-child(3n) { margin-right: 0; }
    #board-container > div:nth-child(3n+1) { clear: both; }

    #trustee-container .trustee-member { width: 30%; float: left; margin-right: 2%; margin-bottom: 20px; font-size: 12px;}
    #trustee-container > div:nth-child(4n) { margin-right: 2%; }
    #trustee-container > div:nth-child(4n+1) { clear: none; }
    #trustee-container > div:nth-child(3n) { margin-right: 0; }
    #trustee-container > div:nth-child(3n+1) { clear: both; }
    
    #headerarea { font-size: 12px; } 
    
    #content .memorialcaption { font-size: 12px; }


}

@media (max-width: 700px){

    #hours td { font-size: 10px;}

}

@media (max-width: 640px){
    
    #container { padding-bottom: 0; }
    #content .featureinner h2 { font-size: 12px; }
    #content {padding: 3px; min-height: auto;  }
    #content h1 { font-size: 18px; }
    #content h2 { font-size: 16px; }
    #forms input { width: 100%; }
    #forms #captcha, #forms textarea, #forms select { width: 100%; }
    
    #mobileheader img.logo {width: 65%;}
    #headerarea { display: none; }
    .mobileonly { display: inline; }
    
    #content .galleryimages { width: 31.22%; margin-right: 2%; }
    #content .gallerycaption { font-size: 11px; }
    #gallerycontainer > div:nth-child(4n+1) { clear: none; }
    #gallerycontainer > div:nth-child(4n) { margin-right: 2%; }
    #gallerycontainer > div:nth-child(3n+1) { clear: both; }
    #gallerycontainer > div:nth-child(3n) { margin-right: 0; }
    
    #fp-events-panel > div { font-size: 14px; }
    #fp-events-panel .view-all { text-align: right; margin-top: 8px;}
    
    #fpcontainer, #fpfeaturecontainer { flex-wrap: wrap; }
    #fp-rotation { float: none; width: 100%; margin-top: 0px; margin-right: 0;}
    #fp-events-panel { float: none; width: 100%; margin-top: 6px;}
    .fpfeatures { float: none; width: 100%; margin-top: 8px;}
    .fpfeatures1 { margin-right: 0; }
    .fpfeatures2 { margin-right: 0; }
    .fpfeatures3 { margin-right: 0; }
    #content .featureinner h2 { font-size: 16px; padding: 6px;}

    #board-container .board-member { width: 48%; margin-right: 3%; font-size: 12px;}
    #board-container > div:nth-child(4n) { margin-right: 2%; }
    #board-container > div:nth-child(4n+1) { clear: none; }
    #board-container > div:nth-child(3n) { margin-right: 2%; }
    #board-container > div:nth-child(3n+1) { clear: none; }
    #board-container > div:nth-child(2n) { margin-right: 0; }
    #board-container > div:nth-child(2n+1) { clear: both; }
    
    #trustee-container .trustee-member { width: 48%; margin-right: 3%; font-size: 12px;}
    #trustee-container > div:nth-child(4n) { margin-right: 2%; }
    #trustee-container > div:nth-child(4n+1) { clear: none; }
    #trustee-container > div:nth-child(3n) { margin-right: 2%; }
    #trustee-container > div:nth-child(3n+1) { clear: none; }
    #trustee-container > div:nth-child(2n) { margin-right: 0; }
    #trustee-container > div:nth-child(2n+1) { clear: both; }
        
}

@media (max-width: 540px){
    
    #headerarea { display: none; }
    
    #content .memorials { width: 48%; }
    #memorialcontainer > div:nth-child(4n) { margin-right: 2%; }
    #memorialcontainer > div:nth-child(4n+1) { clear: none; }
    #memorialcontainer > div:nth-child(2n) { margin-right: 0; }
    #memorialcontainer > div:nth-child(2n+1) { clear: both; }


    
}

@media (max-width: 480px){
    
    #mobileheader img.logo {width: 100%;}
    
    #fp-events-panel > div { font-size: 12px; }
    #fp-events-panel .view-all { text-align: right; margin-top: 5px;}
    
    #buttons .button { float: none; margin: 10px auto; clear: both; width: 100%; display: block; padding: 10px;}
    #content .forms .form-item-2 {float: none; margin-left: 0; width: 100%; clear: both;}
    
    #content .galleryimages { width: 49%; margin-right: 2%; }
    #content .gallerycaption { font-size: 11px; }
    #gallerycontainer > div:nth-child(3n+1) { clear: none; }
    #gallerycontainer > div:nth-child(3n) { margin-right: 2%; }
    #gallerycontainer > div:nth-child(2n+1) { clear: both; }
    #gallerycontainer > div:nth-child(2n) { margin-right: 0; }
    
    #checkout .form-item {float: none; margin-left: 0; width: 100%; clear: both;}
    
    #content .buttonleft {float: none;}    
    #content .buttonleft .button {width: 100%; text-align: center; }    
    #content .buttonright {float: none;}    
    #content .buttonright .button {width: 100%; text-align: center; }    
    #mobileheader { padding-left: 0; }
    
}


@media (max-width: 360px){
    #board-container .board-member { width: 48%; margin-right: 3%; font-size: 12px;}
    #board-container > div:nth-child(4n) { margin-right: 2%; }
    #board-container > div:nth-child(4n+1) { clear: none; }
    #board-container > div:nth-child(3n) { margin-right: 2%; }
    #board-container > div:nth-child(3n+1) { clear: none; }
    #board-container > div:nth-child(2n) { margin-right: 2%; }
    #board-container > div:nth-child(2n+1) { clear: none; }
    #board-container > div:nth-child(1n) { margin-right: 0; }
    #board-container > div:nth-child(1n+1) { clear: both; }

    #trustee-container .trustee-member { width: 48%; margin-right: 3%; font-size: 12px;}
    #trustee-container > div:nth-child(4n) { margin-right: 2%; }
    #trustee-container > div:nth-child(4n+1) { clear: none; }
    #trustee-container > div:nth-child(3n) { margin-right: 2%; }
    #trustee-container > div:nth-child(3n+1) { clear: none; }
    #trustee-container > div:nth-child(2n) { margin-right: 2%; }
    #trustee-container > div:nth-child(2n+1) { clear: none; }
    #trustee-container > div:nth-child(1n) { margin-right: 0; }
    #trustee-container > div:nth-child(1n+1) { clear: both; }
}

                 
@media print {
    #uberheader, header, #subnav, #footer, #subfooter, #mobileheader, #menubase, #mobilefooter,.noprint  {display: none; }
}

