/*  
Theme Name: Hutchinson High School Class of 1968
Theme URI: 
Description: A Custom WordPress theme.
Author: Cody Snodgrass
Author URI: http://www.codysnodgrass.com/
*/


/* Colors
-----------------------------------------------------------*/

/*


Blue: #062e9e

Yellow: #f9db3b

*/


/* Global
-----------------------------------------------------------*/
html,body {
	height:100%;
}

body {
	font-family: 'Hind', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#000 !important;
	padding:0;
	margin:0;
}
img {
	max-width: 100%;
	height: auto;
	border:none;
}
.img-left,
.alignleft {
	float:left;
	padding:5px 10px;
}
.img-right,
.alignright {
	float:right;
	padding:5px 10px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.dLeft {
	float:left;
	display:block;
}
.dRight {
	float:right;
	display:block;
}
.clear {
	clear:both;
}

hr {
	border: 0;
	height: 1px;
	margin:25px 0;
	background-image: -webkit-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
	background-image: -moz-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
	background-image: -ms-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
	background-image: -o-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
}

a {
	color: #3a5fc9;
	text-decoration:none;
}
a:hover {
	color: #062e9e;
}

.container {
    height:100%;
}

.btn {
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
	padding:13px 30px 10px 30px;
	border-radius:0;
}

.btn-primary {
	background: #062e9e;
	border-color: #062e9e;
	transition: background-color 0.5s ease;
}
.btn-primary:hover {
	background: #f9db3b;
	border:1px solid #f9db3b;
}



/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



.come-in {
	transform: translateX(-150px);
	animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
	animation-duration: 0.6s;
}
.already-visible {
	transform: translateX(0);
	animation: none;
}

@keyframes come-in {
  to { transform: translateX(0); }
}



.headingLine {
	width: 100px;
	height: 4px;
	margin: -20px auto 30px auto;
	background: #f9db3b;
}


.arrow {
  position: fixed;
  bottom: 0;
  left: 50%;
  padding:5px 5px;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
  background-color:rgba(0,0,0,0.40);
 }
.scroll-up {
    top: -40px;
}




.military-seal {
	font-size: 10px;
	width: auto;
	max-height: 20px;
}
.fallen-hawk-popup .military-seal {
	max-height: 30px;
}

#tooltip
{
    text-align: center;
	font-size: 14px;
    color: #fff;
    background: rgba(0,0,0,0.8);
    position: absolute;
    z-index: 1000 !important;
    padding: 15px;
}
 
    #tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(0,0,0,0.8);;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
        #tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid rgba(0,0,0,0.8);;
            top: -20px;
            bottom: auto;
        }
 
        #tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }



/* Header
-----------------------------------------------------------*/

#mainHeader {
	position:fixed;
	left:0;
	right:0;
	padding:10px 15px 50px 15px;
	margin:0 auto;
	background:rgba(255,255,255,0.00);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	z-index:800;
}
#mainHeader .container {
}
body.child #mainHeader .container {
}


#mainHeader.row {
	padding:0;
	margin:0;
}

#mainHeader h1#logo {
	position: absolute;
	float: left;
	margin:0 0 0 15px;
}
#mainHeader h1#logo img {
	height:80px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#mainHeader.smaller {
	background:#f9db3b;
	border-bottom: none;
}
#mainHeader.smaller h1#logo img {
	height:50px;
}

#mainLogo {
	text-align:center;
	padding:5px 0;
}
#mainLogo img {
	max-height:90px;
	margin:0 auto;
}

#mainHeader p.phone {
	text-align:right;
	font-size:16px;
	color:#5f604b;
	padding:0px 15px 0 0;
	margin:0;
}
#mainHeader p.phone a {
	color:#5f604b;
}
#mainHeader.smaller p.phone  {
	display:none;
	font-size:14px;
}

#mainHeader ul.social {
	text-align:center;
	margin:10px 0 0 -40px;
    overflow: auto;
}
#mainHeader ul.social li {
    list-style-type: none;
	display:inline-block;
}
#mainHeader ul.social li a i {
    background:none;
    color: #669900;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    font-size: 15px;
    text-align: center;
    margin-right: 4px;
    padding-top: 15%;
    transition: all 0.2s ease-in-out;
	border:1px solid #669900;
}
#mainHeader ul.social li a i:hover {
	color:#FFF;
    background:#5f604b;
	border:1px solid #5f604b;
}





@media screen and (max-width: 1100px) {
	
}
@media screen and (max-width: 996px) {
	#mainHeader {
		padding:10px 15px 10px 15px;
	}
	#mainHeader h1#logo {
		position: relative;
		float: none;
		margin:0 0 0 0px;
	}
}

@media screen and (max-width: 767px) {
	#mainHeader {
		position:relative;
		background:#f9db3b;
		border-top:none;
	}
	#mainHeader h1#logo img {
		float: left;
		padding-left: 15px;
		height:auto !important;
		max-height: 70px;
	}
	#mainLogo img {
	}

}
@media screen and (max-width: 500px) {
}







/* Menu
-----------------------------------------------------------*/

#mainMenu {
	left:0;
	right:0;
	height:40px;
	padding:0;
	margin:0px 0 0 0;
	z-index:800;
}
#mainMenu .container {
	padding:0;
}

#mainHeader.smaller #mainMenu {
	height:10px;
}

@media screen and (max-width: 767px) {
	#mainMenu {
		padding:5px 0;
		margin-bottom:20px;
	}
}
/* iPad mini */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	#mainMenu {
		padding:5px 0;
	}
}
#mainMenu .navbar-default {
	margin:0;
	background:none;
	border:none;
	border-radius:0;
}

#mainMenu .navbar-fixed-top {
	min-height:50px;
	top:0;
	padding:0px 0;
	background: #f9db3b;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
@media screen and (max-width: 1024px) {
	#mainMenu .navbar-fixed-top {
		/*
		position:absolute;
		top:inherit;
		*/
	}
}
#mainMenu .navbar-collapse {
	text-align:center;
}
#mainMenu .navbar-nav {
	display:inline-block;
	float:none;
}

#mainMenu ul {
	list-style:none;
	margin:15px 0 0 0px;
	z-index:1000;
}
#mainHeader.smaller #mainMenu ul {
	margin: 5px 0 0 0;
}
#mainMenu ul li {
	display:inline-block;
	font-size:20px;
	text-transform:uppercase;
}
#mainMenu li ul {
	display: none;
}

#mainMenu ul li a {
	display:block;
	text-decoration: none;
	color:#FFF;
	padding:5px 20px;
	margin-left: 0px;
	white-space: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	transition: color 0.5s ease;
}
#mainMenu .navbar-fixed-top ul li a {
	border-right:none;
}
#mainMenu ul li:last-child a {
	padding:5px 0 5px 20px;
	border-right:none;
}

/* iPad mini */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	#mainMenu .navbar-default {
		text-align:center;
	}
	#mainMenu ul li a {
		padding:8px 15px;
		margin:5px 0;
	}
	
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	#mainMenu .navbar-default {
		text-align:center;
	}
	#mainMenu ul li a {
		padding:8px 15px;
		margin:5px 0;
	}
	
}

#mainMenu ul li.fifty a {
	color: #fff;
	text-transform: none;
	background: #062e9e;
	border-radius: 30px;
}
#mainMenu ul li.fifty a:hover,
#mainMenu ul li.fifty.current-menu-item a,
#mainMenu ul li.fifty:hover a,
#mainHeader.smaller #mainMenu ul li.fifty a:hover,
#mainHeader.smaller #mainMenu ul li.fifty.current-menu-item a,
#mainHeader.smaller #mainMenu ul li.fifty:hover a {
	color: #f9db3b;
	background: #062e9e;
}

#mainMenu ul li a:hover,
#mainMenu ul li.current-menu-item a,
#mainMenu ul li:hover a {
	color: #f9db3b;
}
#mainHeader.smaller #mainMenu ul li a:hover,
#mainHeader.smaller #mainMenu ul li.current-menu-item a,
#mainHeader.smaller #mainMenu ul li:hover a {
	color: #062e9e;
}
#mainMenu .navbar-fixed-top ul li a:hover {
	background:none;
}
#mainMenu li:hover ul,
#mainMenu li.fifty:hover ul {
	text-align:left;
	display: block;
	float:left;
	position: absolute;
	width:200px;
	padding:0;
	margin:-2px 0 0 0px;
}
#mainMenu li:hover li,
#mainMenu li.fifty:hover li {
	display:block;
	float: none;
	font-size:16px;
	font-weight:normal;
	text-transform:none;
}
#mainMenu li:hover li a,
#mainMenu li.fifty:hover li a {
	text-shadow:none;
	padding:8px 15px;
	border-radius: 0;
}
#mainMenu li:hover li.last a,
#mainMenu li.fifty:hover li.last a {
	padding:8px 0 8px 15px;
}
#mainMenu li:hover ul a,
#mainHeader.smaller #mainMenu li:hover ul a,
#mainMenu li.fifty:hover ul a,
#mainHeader.smaller #mainMenu li.fifty:hover ul a {
	color:#000;
	background:#FFF;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	transition: background 0.0s ease;
}
#mainMenu li:hover li a,
#mainMenu li.fifty:hover li a {
	border-top:none;
	margin:0;
}
#mainMenu li:hover li a:hover,
#mainMenu li:hover li.current-menu-item a,
#mainHeader.smaller #mainMenu li:hover li a:hover,
#mainHeader.smaller #mainMenu li:hover li.current-menu-item a,
#mainMenu li.fifty:hover li a:hover,
#mainMenu li.fifty:hover li.current-menu-item a,
#mainHeader.smaller #mainMenu li.fifty:hover li a:hover,
#mainHeader.smaller #mainMenu li.fifty:hover li.current-menu-item a {
	color:#FFF;
	background:#062e9e;
	border:none;
}

/* Third Tier */

#mainMenu li ul.sub-menu li ul.sub-menu {
	display: none;
}

#mainMenu ul li ul.sub-menu li:hover ul.sub-menu { 
	display: block; 
	position: absolute;
	width:200px;
	padding:0;
	margin:-42px 0 0 200px;
}

/* Forth Tier */

#mainMenu li ul.sub-menu li ul.sub-menu li ul.sub-menu {
	display: none;
}

#mainMenu ul li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu { 
	display: block; 
	position: absolute;
	width:200px;
	padding:0;
	margin:-40px 0 0 200px;
}
@media screen and (max-width: 1200px) {
	#mainMenu ul li {
	}
	#mainMenu ul li a {
		padding:5px 12px;
	}
}
@media screen and (max-width: 996px) {
	#mainMenu {
		height:auto !important;
	}
	#mainMenu ul li {
		font-size:18px;
	}
	#mainMenu ul li a {
		padding:15px 10px;
	}
	#mainMenu ul li:last-child a {
		padding:15px 20px 15px 20px;
	}
}
@media screen and (max-width: 890px) {
	#mainMenu ul li {
	}
	#mainMenu ul li a {
	}
}	
@media screen and (max-width: 767px) {
	#mainMenu {
		position:relative;
		margin:0 0;
	}
	#mainMenu ul {
		text-align:left;
		margin:0 0 0 0;
	}
	#mainMenu ul li {
		display:block;
		font-size:20px;
	}
	#mainMenu ul li a {
		padding:10px 0px;
		border-right:none;
	}
	#mainMenu ul li.fifty a {
		text-align: center;
		padding: 10px 10px;
	}
	#mainMenu ul li:last-child a {
		padding: 10px 0;
	}
	
	#mainMenu ul li a:hover,
	#mainMenu ul li.current-menu-item a,
	#mainMenu ul li:hover a {
		color: #062e9e;
	}
	
	#mainMenu ul li.fifty:hover li a {
		text-align: left;
	}
	
	#mainMenu li:hover li:last-child a {
		padding:8px 15px;
	}
}

#mainMenu .navbar-toggle {
	margin-right:30px;
	background: #FFF;
	border: none;
}
#mainMenu .navbar-toggle:hover {
	background: #FFF;
}
#mainMenu .navbar-toggle .icon-bar {
	color:#062e9e;
	border:1px solid #062e9e;
}
#mainMenu .navbar-toggle .icon-bar:focus, #mainMenu .navbar-toggle .icon-bar:active, #mainMenu .navbar-toggle .icon-bar:hover {
	color:#FFF;
	background:#062e9e;
	border:1px solid #FFF;
}
#mainMenu .navbar-default .navbar-collapse {
	border-color: #e9cd3a;
}








/* Hero
-----------------------------------------------------------*/

#mainHero {
	margin:0 0 0px 0;
	background-image:url(images/hutchinson-high-school.jpg);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center top;
}
.hero-overlay {
	height:100vh;
	background: rgba(0,0,0,0.5);
}

body.child #mainHero {
	height:280px;
	max-height:280px;
	margin:0px 0 0 0;
	overflow: hidden;
	background:url(images/hutchinson-high-school.jpg) no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position: center -120px;
}
body.child .hero-overlay {
}
body.child #mainHero img {
	margin:0 auto;
}

#heroBox {
	text-align: center;
	/*
	position:absolute;
	*/
	min-width: 500px;
	max-width:1000px;
	top: 35%;
	left: 0;
	right:0;
	margin: 150px auto 40px auto;
}
#heroBox h2 {
	font-family: 'Hind', sans-serif;

font-size: 200px;

font-weight: bold;

line-height: 200px;

letter-spacing: 0px;

color: #062e9e;

text-transform: uppercase;

-webkit-text-stroke: 4px #f9db3b;

-webkit-text-fill-color: #062e9e;
}
#heroBox h3 {
	font-family: 'Hind', sans-serif;

font-size: 70px;

font-weight: bold;

color: #062e9e;

text-transform: uppercase;

margin: 0 0 20px 0;

-webkit-text-stroke: 2px #f9db3b;

-webkit-text-fill-color: #062e9e;

line-height: 0px;
}
#heroBox h4 {
	font-family: 'Hind', sans-serif;
font-size: 30px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
margin: 0 0 20px 0;
line-height: 0px;
}
#heroBox img {
	max-height: 500px;
	margin: 0 auto 15px auto;
}
#heroBox .btn-primary {
	display: block;
	max-width: 320px;
	font-family: 'Hind', sans-serif;
	font-size: 18px;
	padding: 15px 25px 10px 25px;
	margin: 0 auto;
}
#heroBox .btn-primary:hover {
	color: #f9db3b;
	background: #062e9e;
	border: 1px solid #062e9e;
}
#heroBox .btn-info {
	display: block;
	max-width: 320px;
	font-family: 'Hind', sans-serif;
	font-size: 18px;
	color: #062e9e;
	padding: 15px 25px 10px 25px;
	margin: 0 auto;
	background: #f9db3b;
	border: 1px solid #f9db3b;
}
#heroBox .btn-info:hover {
	color: #f9db3b;
	background: #062e9e;
	border: 1px solid #062e9e;
}


#pageTitle {
	margin:120px 0 0 0;
}
#pageTitle h1 {
	text-align:center;
	font-family: 'marking_penregular';
	font-size: 60px;
	font-weight: 400;
	color:#FFF;
	line-height: 140px;
	letter-spacing: 0px;
}




@media screen and (max-width: 1200px) {
	body.child #mainHero {
		background-position: center -10px;
	}
}
@media screen and (max-width: 996px) {
	body.child #mainHero {
		max-height:400px;
	}
	#heroBox img {
		max-height: 300px;
		margin: 0 auto 15px auto;
	}
	#pageTitle {
		margin:160px 0 0 0;
	}
}
@media screen and (max-width: 767px) {
	#mainHero {
		max-height: 400px;
		overflow: hidden;
	}
	body.child #mainHero {
		height:auto;
		max-height:150px;
	}
	#heroBox {
		position: relative;
		top: 2%;
	}
	#heroBox img {
		max-height: 200px;
		margin: 0 auto 15px auto;
	}
	#heroBox h2 {
		font-size: 100px;
		line-height: 90px;
	}
	#heroBox h3, #heroBox h4 {
		font-size: 30px;
	}
	#heroBox .btn-primary,
	#heroBox .btn-info {
		font-size: 16px;
	}
	#pageTitle {
		margin:-20px 0 0 0;
	}
	#pageTitle h1 {
		font-size: 40px;
	}

}
@media screen and (max-width: 500px) {
	#mainHero {
		max-height: 350px;
	}
	#heroBox {
		position: relative;
		max-height: none;
		min-width: inherit;
		top: 0%;
	}
	#heroBox img {
		max-height: 100px;
		margin: 0 auto 15px auto;
	}
	#pageTitle h1 {
		font-size: 35px;
	}
}









/* Main Text
--------------------------------------------------*/

#mainText {
	font-size: 18px;
	line-height: 1.6;
	padding:60px 15px;
	background: #f0f3fa;
}
#mainText .row {
	padding:0;
	margin:0;
}

#mainText h2 {
	font-size: 40px;
	color: #062e9e;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
#mainText h1 {
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}





@media screen and (max-width: 767px) {
	#mainText {
		font-size: 14px;
		padding: 30px 15px;
	}
	#mainText h2 {
		font-size: 30px;
	}
	#mainText h1 {
		font-size: 18px;
	}
}









/* Main Blog
-----------------------------------------------------------*/

#mainBlog {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	padding: 60px 15px;
	background: #FFF;
}
#mainBlog .row {
	padding:0;
	margin:0;
}

#mainBlog h2 {
	text-align: center;
	font-size: 40px;
	color: #062e9e;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
#mainBlog h3 {
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 15px 0;
}
#mainBlog h3 a {
	color: #062e9e;
}
#mainBlog h3 a:hover {
	color: #2047b3;
	text-decoration: none;
}
#mainBlog h4 {
	text-align: center;
	font-size: 16px;
	color: #3a5fc9;
	margin: 10px 0 10px 0;
}

#mainBlog img {
	margin: 0 auto;
}





@media screen and (max-width: 996px) {
	.blog-content {
		max-width: 350px;
		margin: 0 auto 30px auto;
	}
}
@media screen and (max-width: 767px) {
	#mainBlog {
		padding: 30px 15px 0 15px;
	}
	#mainBlog h2 {
		font-size: 30px;
	}
}









/* Bread Crumbs
--------------------------------------------------*/

#breadCrumbs {
	text-align:center;
	font-size:14px;
	color:#FFF;
	padding:10px 15px;
}
#breadCrumbs a {
	color:#FFF;
}
#breadCrumbs a:hover {
	color:#C9151E;
	text-decoration:none;
}
#breadCrumbs .current {
	color:#FFF;
	text-decoration:underline;
}


@media screen and (max-width: 767px) {
	#breadCrumbs {
		font-size:12px;
	}
}







/* Layout
--------------------------------------------------*/

#mainLayout {
	padding:60px 15px;
	background: #FFF;
}

#mainLayout .container {
}

@media screen and (max-width: 767px) {
	#mainLayout {
		padding: 30px 15px;
	}
}





	
	


/* Child Pages
--------------------------------------------------*/

#textArea {
}
#fullPage {
	font-size:16px;
}
#textArea h1, #fullPage h1 {
	font-size:40px;
	color: #062e9e;
	text-transform: uppercase;
	margin:0 0 40px 0;
}
#textArea h2, #fullPage h2 {
	font-size:30px;
	font-weight:700;
	margin:0 0 20px 0;
}
#textArea h3, #fullPage h3 {
	font-size:22px;
	font-weight:700;
	margin:0 0 20px 0;
}
#textArea h4, #fullPage h4 {
	font-size:18px;
	font-weight:700;
	margin:5px 0 10px 0;
}

@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
	#textArea {
		margin:0 0 30px 0;
	}
	#textArea h1, #fullPage h1 {
		font-size: 30px;
		margin: 0 0 20px 0;
	}
	#textArea h2, #fullPage h2 {
		font-size:26px;
	}
}
@media screen and (max-width: 668px) {
}
@media screen and (max-width: 500px) {
}


#sideBar {
	font-size:14px;
}
#sideBar h2 {
	text-align:center;
	font-size:24px;
	text-transform:uppercase;
	margin:0 0 30px 0
}


.widget {
	margin:0 0 30px 0;
}

.widget.form {
	padding:15px 15px;
	background:#EEE;
	border:1px solid #DDD;
}
.widget.form h2 {
}

.widget.projects {
}

.widget.projects .projectText {
	display:none;
	position:absolute;
	text-align:left;
	height:100%;
	left:0;
	right:0;
	font-size:14px;
	padding:15px 15px;
	margin:0 auto;
	background:rgba(246,246,246,0.80);
}
.widget.projects .col-sm-12 {
	padding:0;
	margin:0;
}
.widget.projects .col-sm-12:hover .projectText {
	display:block;
	cursor:help;
}

.widget.projects .project {
	margin:0 0 20px 0;
}

.widget.form {
	padding:15px 15px;
	background:#495456;
	border:1px solid #DDD;
}
#sideBar .widget.form h2 {
	font-size:24px;
	color:#FFF;
}

.widget.blog a.post-title {
	font-size:16px;
}



@media screen and (max-width: 767px) {
	#sideBar {
		margin:100px 0 0 0;
	}
	.widget {
		max-width:346px;
		margin:0 auto 30px auto;
	}
	.widget.projects .projectText {
		position:relative;
		display:block;
		text-align:center;
		background:none;
	}
	.widget.projects .projectText p {
		display:none;
	}
	.widget.projects .col-sm-12:hover .projectText {
		display:block;
		cursor:none;
	}
}














/* Links
--------------------------------------------------*/

#mainLinks {
	text-align: center;
	font-size:13px;
	color: #062e9e;
	padding:60px 15px;
	background: #f9db3b;
	border-bottom:1px solid #e9cd3a;
}

#mainLinks h2 {
	text-align:left;
	font-size:18px;
	color: #062e9e;
	text-transform: uppercase;
	font-weight:600;
	margin:0 0 15px 0;
}
#mainLinks ul {
	text-align:left;
	list-style:none;
	margin:0 0 0 -40px;
}
#mainLinks ul li {
	padding-bottom: 5px;
}

#mainLinks ul.social {
	text-align:center;
	margin:10px 0 0 -40px;
    overflow: auto;
}
#mainLinks ul.social li {
    list-style-type: none;
	display:inline-block;
}
#mainLinks ul.social li a i {
    background:none;
    color: #062e9e;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 18px;
    text-align: center;
    margin-right: 4px;
    padding-top: 15%;
    transition: all 0.2s ease-in-out;
	border:1px solid #062e9e;
}
#mainLinks ul.social li a i:hover {
	color:#f9db3b;
    background:#062e9e;
	border:1px solid #062e9e;
}

#mainLinks a {
	color:#062e9e;
}
#mainLinks a:hover {
	color:#062e9e;
	text-decoration: underline;
}

#mainLinks img {
	max-height:60px;
	margin:0 auto 10px auto;
}

@media screen and (max-width: 767px) {
	#mainLinks {
		padding: 30px 15px;
	}
	#mainLinks h2,
	#mainLinks p {
		text-align:center;
	}
	#mainLinks ul {
		text-align:center;
		margin:0 0 20px -40px;
	}
	.terms {
		margin:20px 0 0 0;
	}
}













/* Footer
--------------------------------------------------*/

#mainFooter {
	font-size:13px;
	color: #c8ad1f;
	padding:20px 15px 15px 15px;
	background: #f9db3b;
}
#mainFooter a {
	color:#c8ad1f;
}
#mainFooter a:hover {
	color:#062e9e;
	text-decoration:none;
}

#footCopy {
	text-align:left;
	font-size:12px;
}
#footCopy a {
	color:#c8ad1f;
}

#mainFooter .web {
	text-align:right;
	font-size:11px;
	color:#c8ad1f;;
}
#mainFooter .web a {
	color:#c8ad1f;
}
#mainFooter .web a:hover {
	color:#062e9e;
}


a.scrollToTop {
    opacity: 1;
    visibility: visible;
    position: fixed;
    display: block;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.2);
}
a.scrollToTop:hover {
	color: #FFF;
	text-decoration: none;
}
a.scrollToTop i {
    font-size: 20px;
	color: #FFF;
	line-height: 48px;
}


@media screen and (max-width: 767px) {
	#mainFooter,
	#footCopy,
	#mainFooter .web {
		text-align:center;
	}
}






/* 404 Page
--------------------------------------------------*/

	





/* Blog
--------------------------------------------------*/

#fullPage .blogPosts {
}
#fullPage .bpl_post {
	padding:20px 20px;
	margin:0 0 30px 0;
	background:#F6F6F6;
}
#fullPage .blogPosts ul {
	list-style:none;
	margin:0 0 0 -40px;
}
#fullPage .blogPosts li {
	padding:0 0 3px 0;
	/*border-bottom:1px solid #E9E9E9;*/
}
#fullPage .blog_post_date {
	background:#046c8d;
   	width:50px;
   	height:60px;
   	margin:10px 0 0 0px;
   	padding:0px;
}
#fullPage .blog_post_date h3 {
  	color:#FFF;
  	font-size:18px;
  	font-weight:300;
  	padding:8px 0px 0px 0px;
  	margin:0px;
  	text-transform:uppercase;
   	text-align:center;
}
#fullPage .blog_post_date h4 {
   	color:#FFF;
   	font-size:22px;
   	font-weight:300;
   	padding:0px 0px 0px 0px;
   	margin:0px;
   	text-align:center;
}
#fullPage .blog_post_details {
	padding:10px 0 10px 0;
}
#fullPage .blog_post_details h2 {
	text-align:left;
	font-style:normal;
}

	





/* News
--------------------------------------------------*/

.recent_news {
	margin-bottom: 15px;
}
.recent_news img {
	max-height: 150px;
	margin: 0 auto;
}

	





/* Yearbook
--------------------------------------------------*/

#alphaList {
	text-align: center;
	font-size:18px;
	margin:0 auto;
}
#alphaList a:first-child {
	border:0;
}
#alphaList a {
	display:inline-block; 
	line-height:18px;
	text-align:center;
	padding: 4px 5px;
}
 
#alphaList a:hover { 
	background:#f1f1f1;
	text-decoration:none;
	color:#000; 
}

.latest-post {
	text-align: center;
	margin: 0 auto 10px auto;
}
.latest-post img {
	margin: 0 auto;
}

.fallen-hawk-popup {
	display:none;
	overflow: hidden;
	width: 400px;
	max-width: 400px; 
}

@media screen and (max-width: 767px) {
	.fallen-hawk-popup {
		text-align: center;
		width: 100%;
	}
	.fallen-hawk-popup img {
		margin: 0 auto;
	}
}





/* Gravity Forms
--------------------------------------------------*/

.gform_wrapper .percentbar_blue {
    background-color: #062e9e !important;
    color: #FFF;
}

.gform_wrapper span.ginput_product_price {
    font-size: 18px !important;
    font-weight: bold;
}
.gform_wrapper span.ginput_total {
	font-size: 22px !important;
	font-weight: bold;
	background: #e2f3e2;
	padding: 5px 25px;
}

.payNotice {
	padding: 15px 15px 1px 15px !important;
	background: #f9db3b;
	text-align: center;
	font-size: 18px;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
        margin-bottom: 0px;
    text-decoration: none;
    color: #FFF;
    background-color: #093ed1;
    box-shadow: inset 0 1px 0 #647fcb,0 4px 0 #062e9e;
    text-shadow: 0 1px 1px rgba(255,255,255,.3);
    position: relative;
    padding: 12px 24px;
    border: 0;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover {
	background-color: #0333b7;
}