@charset "UTF-8";
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}
/* End normalizing stuff */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
}
p { 
	line-height: 1.6em;
}
a {
	color:#1c2754;
}
a:visited {
	color:#1c2754;
}
a:active {
	color:#1c2754;
}
a:hover {
	color:#600;
}

h1 {
	font-size:3.4em;
	font-weight:bold;
    text-align: center;
    color:#fff;
    position:absolute;
    top:37%;
    width:100%;
    text-transform: uppercase;
}
h1 img {
    width:auto;
    height:auto;
    max-width:80%;
    margin:0 5%;
}
h2 {
	font-size:2.5em;
	font-weight:bold;
    text-align: center;
}
h3 {
	font-size: 1.2em;
	font-weight:bold;
    text-align: center;
    color:#041e45;
    border-bottom:1px solid #041e45;
    
}


header {
	width:100%;
	margin:0px auto;
    background-position:top;
    background-repeat: no-repeat;
    background-size:cover;
    height:100vh;
    padding-bottom:0px;
    position: relative;
}
.headerlogo {
    width:25%;
    float:left;
    padding:30px 0 0 30px;
}
.headerlogo img {
    opacity: .9;
}
nav {
    width:55%;
    float:left;
    margin:100px 0 0 20%;
	color:#9ba7b7;
	text-align: right;
    border-radius: 50px 0 0 50px;
}

section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	position: relative;
}
.content {
	background: #fff;
	padding:4%;
}

.fullpage {
	width:96%;
	margin:0 auto 100px auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 2%;
}
.pad-right {
	padding-right: 2%;
}
.pad-top {
	padding-top: 2%;
}
.pad-bottom {
	padding-bottom: 2%;
}
.pad-all {
	padding: 2%;
}

.mar-left {
	margin-left: 2%;
}
.mar-right {
	margin-right: 2%;
}
.mar-top {
	margin-top: 2%;
}
.mar-bottom {
	margin-bottom: 2%;
}
.mar-all {
	margin:2%;
}

.topnotice {
    margin:0px;
    width:100%;
}
.topnotice a {
    display: block;
    padding:20px 5%;
    background:#222;
    color:#fff;
    font-size:2em;
    font-weight:bold;
    text-align: center;
    text-decoration: none;
}
.topnotice a:hover {
    background: #900;
}
.quicklink {
	width:20%;
	float:left;
	margin:2.5%;
	border:2px solid #1b1c1c;
	text-align: center;
	position: relative; 
	background:#fcfcfc;
	cursor: pointer;
}
.quicklink:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.quicklinkcontent {
	position: absolute;
	width: 100%;
	height: 100%;
	padding:25% 0;
	font-size: 1.2em;
	font-weight: 100;
}
.quicklinkcontent strong {
	font-weight: 900;
	margin-left:3px;
	color:#343535;
}

.quicklinkcontent img {
	height:55px;
	width:auto;
	opacity: .5;    
}
.quicklink, .quicklinkcontent img {
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.quicklink:hover {
	-moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	position: relative;
	z-index: 100;
	background:#fff;
}
.quicklinkcontent:hover img {
	-webkit-transform: scale(1.3);
    transform: scale(1.3);
	opacity: .8;
}

.blueblock {
    background:#4d8790;
    color:#fff;
}
.blueblock h3 {
    border-bottom: 1px solid #fff;
    color:#fff;
}
.blueblock h2 {
    font-size:3.2em;
}

.grayblock {
    background-color:#c3c3c3;
    bacground-size:cover;
    background-repeat:no-repeat;
    background-position: top;
}


h2.faqlink {
	background:#376d75;
	color:#fff;
	border-radius:5px;
	font-size:1em;
	padding:10px 30px 10px 10px;
	cursor:pointer;
	position: relative;
}
h2.faqlink::after {
	content: "\25BC";
	position:absolute;
	right:10px;
	top:10px;
}
.faqContent{
	display: none;
	margin:0;
	padding:1%;
	position:relative;
	line-height:1.6em;
}

.staffblock {
    width:29%;
    margin:20px 2%;
    height:600px;
    padding-bottom:20px;
    border:1px solid #ccc;
    border-radius:4px;
    float:left;
    text-align: center;
}

.staffblock img {
    border-radius:3px;
    display:block;
}
.staffblock h2 {
    font-size:1.4em;
}


.scripture {
    background:#4d8790;
    color:#fff;
    border-radius: 5px;
    padding:10px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    line-height: 1.4em;
}

.greenframe {
    margin:0 0 50px 0;
    border-radius:5px;
    box-shadow: 9px 9px 0px #7a9d4b;
    padding: 0px 5% 20px 5%;
}
.greenframe h2 {
    color:#7a9d4b;
    padding-top:0;
    margin-top:0;
}

.redframe {
    margin:0 0 50px 0;
    border-radius:5px;
    box-shadow: 9px 9px 0px #b4282e;
    padding: 0px 5% 20px 5%;
}
.redframe h2 {
    color:#b4282e;
    padding-top:0;
    margin-top:0;
}

.yellowframe {
    margin:0 0 50px 0;
    border-radius:5px;
    box-shadow: 9px 9px 0px #edaa1e;
    padding: 0px 5% 20px 5%;
}
.yellowframe h2 {
    color:#edaa1e;
    padding-top:0;
    margin-top:0;
}

.blueframe {
    margin:0 0 50px 0;
    border-radius:5px;
    box-shadow: 9px 9px 0px #4d8790;
    padding: 0px 5% 20px 5%;
}
.blueframe h2 {
    color:#4d8790;
    padding-top:0;
    margin-top:0;
}

.greenbox {
    margin:0 0 80px 0;
    border-radius:5px;
    background:#7a9d4b;
    padding: 20px 5%;
    color:#fff;
}

.redbox {
    margin:0 0 80px 0;
    border-radius:5px;
    background:#b4282e;
    padding: 20px 5%;
    color:#fff;
}

.yellowbox {
    margin:0 0 80px 0;
    border-radius:5px;
    background:#edaa1e;
    padding: 20px 5%;
}

.bluebox {
    margin:0 0 80px 0;
    border-radius:5px;
    background:#4d8790;
    padding: 20px 5%;
    color:#fff;
}

.bluebox h3, .redbox h3, .greenbox h3 {
    color:#fff;
    border-bottom:1px solid #fff;
}
.missionlogo img {
    display:block;
    margin:0 auto 20px auto;
    max-height:100px;
    max-width:50%;
}
.boxlogo {
    display:block;
    margin:0 auto 20px auto;
    max-height:180px;
    max-width:80%;
}
.pageimg {
    border-radius:3px;
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}
.list {
	margin:30px 0 10px 30px;
	padding:0px;
	font-size:1.1em;
}

.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) left top no-repeat;
	padding:1px 0px 5px 33px;
	margin: 8px 0 12px 0;
}	
hr {
	border: 0;
    height: 1px;
	margin:40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ctr {
	text-align:center;
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.enhanced {
    font-size:1.4em;
}
.c2a, .c2a:visited, .c2a:active {
	background:#2f2e2c;
	padding:10px 20px;
	border-radius:5px;
	color:#fff;
	text-decoration: none;
	font-size:1.1em;
    display: inline-block;
}
.c2a:hover {
	color:#fff;
	background:#b4282e;
}

.c2a2, .c2a2:visited, .c2a2:active {
	background:#2f2e2c;
	padding:20px 40px;
	color:#cfcfcf;
	text-decoration: none;
	font-size:1.2em;
    display: inline-block;
}
.c2a2:hover {
	color:#fff;
	background:#b4282e;
}

address {
	font-size:1.2em;
	font-style:normal;
	margin:40px 0;
}

#emailform fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
	background:#4d8790;
    color:#fff;
}
#emailform legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
	margin:0 0 20px 0;
}
#emailform div {
	margin:10px;
	text-align:left;
}
#emailform label {
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:12px 1% 0 0;
	width:25%;
}
#emailform #submit {
	text-align:center;
}

.unoCme {
	display:none;
	visibility: hidden;
}

input {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
}
textarea {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
	height:120px;
}
select {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:auto;
	cursor:pointer;
}

.button{
	background-color: #2f2e2c;
	border:none;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	width:auto;
	padding:2% 4%;
}
.button:hover{
	background-color: #b4282e;
	color:#fff;
	cursor:pointer;
	width:auto;
}


.google-maps {
	position: relative;
	padding-bottom: 40%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.socials {
    padding:0px 0 30px 0;
    text-align: center;
}
.socials img {
    width:auto;
    height:50px;
    margin:0 10px;
    opacity: .8;    
}
.socials img:hover {
    opacity: 1;
}

footer {
	font-size:.7em;
	width:100%;
	margin:0 auto;
	padding:30px 5%;
    background:#68798f;
    color:#d8e3f1;
    text-align: center;
}
footer a, footer a:visited, footer a:active {
    color:#d8e3f1;
    text-decoration: none;
}
footer a:hover {
    color:#fff;
}
#credit {
	width:100%;
	text-align:center;
}

/* slider styles */
#slider-container {
	width: 100%;
	height: auto;
	padding: 0px;
	margin:0px;
	position: relative;
	overflow: hidden;
}
#slider {
	position: relative;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	width: 100%;
	height: auto;
}
#slider a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	left: 10px;
	top: 345px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 5px;
}
a.nivo-prevNav {
	left: 5px;
}
.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #082334;
}
.nivo-caption a {
	color: #ffb02a;
	text-decoration: underline;
}
/* end slider styles */


/*****************************************************************
	pagination
******************************************************************/
ul.pagination {
	margin:0px 0px 15px;
	text-align:center;
}
ul.pagination li {
	display:inline;
	background:#FFF;
	border:#CCC thin solid;
	margin:1px;
	padding:0px 5px;
}
ul.pagination li.current {
	background:#c2d4de;
	border:#a2bdcd thin solid;
}
ul.pagination li a {
	color:#1E1E1E;
	text-decoration:none;
}
ul.pagination li a:hover {
	color:#999;
}
ul.pagination li.first a {
	background:url(../admin/images/pagination.jpg) 2px center no-repeat;
	padding:0px 7px;
}
ul.pagination li.prev a {
	background:url(../admin/images/pagination.jpg) -19px center no-repeat;
	padding:0px 3px;
}
ul.pagination li.next a {
	background:url(../admin/images/pagination.jpg) -30px center no-repeat;
	padding:0px 3px;
}
ul.pagination li.last a {
	background:url(../admin/images/pagination.jpg) -43px center no-repeat;
	padding:0px 7px;
}

/***************************** end pagination ********************************/

.media-block {
	padding:0px;
	margin:2%;
	position:relative;
	width:28%;
	height:auto;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}
.media-block img {
	width:100%;
	height:auto;
    display: block;
}
.media-block p {
    display:block;
    margin:0px;
    padding:10px;
    background:#f2f2f2;
    text-align: center;
}
.mediadata {
    background:#f2f2f2;
    padding:20px 10%;
    margin:0px;
}

.mediabuttons {
    text-align: center;
}
.mediabtn {
    background:#333;
    color:#fff;
    display:inline-block;
    width:190px;
    height:120px;
    text-align: center;
    margin:10px;
    border-radius:4px;
    font-size:.8em;
    overflow: hidden;
    position: relative;
}
.mediabtn a, .mediabtn a:link, .mediabtn a:active, .mediabtn a:visited {
    color:#fff;
    text-decoration: none;
    display:block;
    padding:23px 2% 40px 2%;
    position: relative;
}
.media-playing {
    color:#fff;
    text-decoration: none;
    padding:23px 2% 40px 2%;
    position: relative;
}
.mediabtn a span, .media-playing span{
  display: block;
  width: 12px;
  top: 8px;
  margin: auto;
  right: 80px;
  height: 12px;
  position: absolute;
}

.mediabtn a span span, .media-playing span span{
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
  display: block;
  width: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
  height: 12px;
  opacity: 1;
  position: absolute;
}

.mediabtn a .arrow:before, .media-playing .arrow:before {
  content:"";
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
  display: block;
  width: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
  height: 12px;
  position: absolute;
  opacity: 0.5;
}

.mediabtn a .arrow:after, .media-playing .arrow:after {
  content:"";
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
  display: block;
  width: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  height: 12px;
  position: absolute;
  opacity: 0.3;
}

.mediabtn a:hover .arrow:before, .media-playing .arrow:before{
  animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
}

.mediabtn a:hover .arrow:after, .media-playing .arrow:after{
  animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
}

.mediabtn a:hover .arrow span, .media-playing .arrow span{
  animation: animate-arrow-1 1s ease-in-out infinite;
}

@keyframes animate-arrow-1 {
  0%{transform:translateX(-40px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 1;}
}
@keyframes animate-arrow-2 {
  0%{transform:translateX(-20px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 0.5;}
}
@keyframes animate-arrow-3 {
  0%{transform:translateX(-10px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 0.3;}
}

.mediabtn a:hover {
    background:#7a9d4b;
}

.media-playing {
    background-color:#4d8790;
}

.mediabtn h4 {
    line-height:1em;
    margin:5px;
}
.mediabtn strong {
    font-weight:normal;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0;
	left: 0; 
	width: 100%; 
	height: 100%; 
}


.audioplayer{
    height:50px;
    text-align: center;
    width:350px;
    margin:0 auto;
}

.scroll-down {
	position: absolute;
	bottom: 30px;
	display: block;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	text-shadow: 0;
  width: 30px;
  height: 30px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
	-webkit-animation: fade_move_down 2s ease-in-out infinite;
	-moz-animation:    fade_move_down 2s ease-in-out infinite;
	animation:         fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@media (max-width: 940px) {
    .headerlogo {
        width:35%;
        float:left;
        padding:20px 0 0 3%;
    }
    nav {
        width:100%;
        float:left;
        margin:0px 0 0 0;
        background:none !important;
        color:#9ba7b7;
        text-align: right;
    }

}
@media (max-width: 719px) {
	.col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
    .quicklink {
        width:40%;
        margin:5%;
    }
    .quicklinkcontent p {
        margin-top:0px;
    }
    .staffblock {
        width:90%;
        margin:20px 5%;
        float:none;
        height:auto;
    }
    .staffblock img {
        border-radius:3px;
        display:block;
        width:100%;
    }
    .staffblock h2 {
        font-size:1.4em;
    }

    .blueblock h2 {
        font-size:2.6em;
    }
    .missionlogo img {
        max-height:100px;
        max-width:90%;
    }

}
