@charset "utf-8";
/*
	Theme Name: Kirtland - Version 3
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Kirtland Community College
	Author URI: http://www.kirtland.edu/
	Version: 3.0.0

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Going Green Pro Forest
		- Going Green Pro Mint
		- Going Green Pro Olive
	- Media Queries
		- max-width: 1268px
		- max-width: 1067px
		- max-width: 767px

*/

@import url(font/genericons.css);
@import url(font/font-awesome.css);


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry-content:before,
.entry-pagination:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry-content:after,
.entry-pagination:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #fff;
	color: #333;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1B75BB;
	color: #fff;
}

::selection {
	background-color: #1B75BB;
	color: #fff;
}

a {
	color: #2C66CF;
	text-decoration: none;
}

a:hover {
	color: #a60622;
	text-decoration: underline;
}


.footer-widgets a {
	color: #eee;
	text-decoration: none;
}

.footer-widgets a:hover {
	color: #fff;
	text-decoration: underline;
}


p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin-left: 30px;
	margin-left: 3rem;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #666;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

em {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #333;
	font-weight: 700;
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	line-height: 1.3;
}
h1 {
	color: #a60622;
	font-size: 36px;
	font-size: 3.6rem;
	color: #333;
}

h2 {
	color: #a60622;
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2.0rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	max-width: 100%;
	padding: 4px 8px;
}

.site-header .search-form [type="search"] {
	padding: 2px 8px;
	width: 300px;
	color: #333;
}
.footer-widgets .search-form [type="search"] {
	width: 300px;
	color: #333;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #c3bbad;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #c3bbad;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #2c3e4f;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	padding: .5rem 1.0rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #601623;
	color: #fff;
	text-decoration: none;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 5px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.3;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
}

td {
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
}

.wrap {
	margin: 0 auto;
	max-width: 1152px;
}

.site-inner {
	clear: both;
	margin: 88px auto 30px;
	max-width: 1152px;
	padding: 0;
	position: relative;
	z-index: 9;
}

.parallax-home .site-inner {
	max-width: 100% !important;
	width: 100% !important;
	margin: 58px auto 0 !important;
}

.site-inner .wrap {
	width: 100%;
}

.going-green-pro-landing .site-inner {
	margin: 60px auto;
	max-width: 960px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
    background: url("images/kirtland-footer.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	float: right;
	width: 820px;
    padding: 0 0 140px;
	min-height: 650px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.full-width-content.parallax-home .content {
	padding: 0;
}


/* Primary Sidebar */

.sidebar-primary {
	background: #fff;
	float: right;
	width: 300px;
	word-wrap: break-word;
	color: #333;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- 

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}
*/

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
	
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
}

.search-form input[type="search"] {
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

a.alignnone img,
img.alignnone,
.wp-caption.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.sidebar a.alignnone img,
.sidebar img.alignnone,
.sidebar .wp-caption.alignnone {
	margin: 12px 0;
	margin-bottom: 1.2rem 0;
}


.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 12px 12px 0;
	margin: 0 1.2rem 1.2rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 12px;
	margin: 0 0 1.2rem 1.2rem;
}

.entry-content .wp-caption-text {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	margin: 0;
	text-align: center;
}

.sidebar .wp-caption-text {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	margin: 0;
	text-align: center;
}


.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 0 20px 0;
	padding: 0 0 2rem 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #eee;
}

.archive-description,
.author-box {
	background-color: #f5f4f2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #319a54;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	color: #a60622;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.3;
	font-weight: 700;
}

.sidebar .entry-title a {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-title a:hover {
	color: #a60622;
	text-decoration: none;
}

.widget-title {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
	color: #a60622;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title,
.sidebar .widget-title a {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #a60622;
	font-size: 22px;
	font-size: 2.2rem;
	text-shadow: none;
	text-align: right;
	font-weight: 700;
	margin: 10px 0;
}

.footer-widgets .widget-title {
	color: #fff;
	text-shadow: 0px 1px 1px #333;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 6px 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 6px;
	margin-bottom: .6rem;
}

.featured-content .entry-meta,
.featured-content .entry-content,
.featured-content .entry-footer {
	padding: 0;
}

.featured-content .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	padding: 0;
}

.sidebar .featured-content .entry-title {S
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 6px 0;
	font-weight: 400;
	line-height: 1.4;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews #subbox {
	border: 1px solid #ddd !important;
	box-shadow: none !important;
	color: #666;
	margin: 0 2px 0 0;
	width: 220px;
	background: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

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

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper select .medium gfield_select,
.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 4px 2px  !important;
}

.gform_wrapper .gf_no_border input {
	border: none !important;
}

.gform_wrapper .gf_hide {
	display: none !important;
}

.gform_wrapper .gsection {
    border-bottom: 1px dotted #CCCCCC;
    clear: both;
	margin: 40px 0 12px 0 !important;
    padding: 0 0 8px;
}
.gform_wrapper h2.gsection_title {
	font-size: 32px !important;
	font-weight: normal !important;
	margin-top: 20px !important;
}

.gform_wrapper select,
.gform_wrapper select option {
	padding: 2px 4px 0px  !important;
}

.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

.gform_wrapper li,
.gform_wrapper form li {
	margin: 0 0 10px;
}

.gform_wrapper ul {
	border: none !important;
}

.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.gform_footer input.button {
	padding: 8px 12px !important;
}

.gform_wrapper .gfield_html h3 {
	font-size: 24px !important;
	font-weight: normal !important;
	border-bottom: 1px dashed #666 !important;
	margin: 12px 0 6px 0 !important;
	padding: 0 0 6px 0 !important;
	clear: both;
}

.sidebar .gform_wrapper h3 {
	font-size: 24px !important;
	font-weight: bold !important;
}


.sidebar .gform_wrapper input,
.sidebar .gform_wrapper select,
.sidebar .gform_wrapper textarea,
.sidebar .gform_wrapper label {
	font-size: 12px !important;
	margin: 0 !important;
}

.sidebar .gform_wrapper select,
.sidebar .gform_wrapper select option {
	padding: 2px 4px 0px  !important;
}

.sidebar .gform_wrapper span {
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.sidebar .gform_wrapper .gfield_label {
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.sidebar .gform_wrapper .gfield_description {
	font-size: 11px;
	margin: 0 !important;
	padding: 0 !important;	
}

.sidebar .gform_wrapper .ginput_complex label {
	font-size: 10px !important;
	padding: 0;
	margin: 0;
	letter-spacing: normal !important;
}
.sidebar .gform_wrapper .ginput_complex label {
	margin: 0;
}

.sidebar .gform_wrapper li,
.sidebar .gform_wrapper form li {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
}

.sidebar .gform_wrapper .gform_footer {
	margin: 8px 0 0 0 !important;
	padding: 0;
}

.sidebar .gform_wrapper span.gfield_required {
	color: #cc0000;
}

.sidebar .gform_footer input.button {
	padding: 8px 11px 7px !important;
}


/* 4 column ready class ------------------------------------------------------*/

.gform_wrapper .top_label li.gfield.gf_left_fourth,
.gform_wrapper .top_label li.gfield.gf_middle_fourth,
.gform_wrapper .top_label li.gfield.gf_right_fourth {
	margin: 0 0 8px 0;
	width: 23%;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_fourth,
.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_fourth,
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_fourth {
	width: 20%;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_right_fourth {
	margin-right: 1%;
}

.gform_wrapper .top_label li.gfield.gf_left_fourth {
	float: left;
	clear: left !important;
	margin-bottom: 20px !important;
}

.gform_wrapper .top_label li.gfield.gf_middle_fourth {
	float: left;
	margin-left: 2% !important;
	clear: none !important;
	margin-bottom: 20px !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_fourth {
	margin-left: 3%;
}

.gform_wrapper .top_label li.gfield.gf_right_fourth {
	float: right;
	clear: right !important;
	margin-bottom: 20px !important;
}

.gform_wrapper .top_label li.gfield.gf_left_fourth input.medium,
.gform_wrapper .top_label li.gfield.gf_left_fourth input.large,
.gform_wrapper .top_label li.gfield.gf_left_fourth select.medium,
.gform_wrapper .top_label li.gfield.gf_left_fourth select.large,
.gform_wrapper .top_label li.gfield.gf_middle_fourth input.medium,
.gform_wrapper .top_label li.gfield.gf_middle_fourth input.large,
.gform_wrapper .top_label li.gfield.gf_middle_fourth select.medium,
.gform_wrapper .top_label li.gfield.gf_middle_fourth select.large,
.gform_wrapper .top_label li.gfield.gf_right_fourth input.medium,
.gform_wrapper .top_label li.gfield.gf_right_fourth input.large,
.gform_wrapper .top_label li.gfield.gf_right_fourth select.medium,
.gform_wrapper .top_label li.gfield.gf_right_fourth select.large {
	width: 95%;
}

.gform_wrapper .top_label li.gfield.gf_left_fourth+li.gsection,
.gform_wrapper .top_label li.gfield.gf_right_fourth+li.gsection {
	padding: 16px 0 8px 0;
}

.gform_wrapper .top_label li.gfield.gf_left_fourth+li.gfield,
.gform_wrapper .top_label li.gfield.gf_middle_fourth+li.gfield,
.gform_wrapper .top_label li.gfield.gf_right_fourth+li.gfield,
.gform_wrapper .top_label li.gfield.gf_left_fourth+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_middle_fourth+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_right_fourth+.gform_footer {
	clear: both;
}

.gform_wrapper .description, 
.gform_wrapper .gfield_description, 
.gform_wrapper .gsection_description, 
.gform_wrapper .instruction {
    font-size: 13px !important;
	font-size: 1.3rem !important;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.site-header {
	background: #eee;
	border-bottom: 1px solid #2c3e4f;
	color: #333;
	padding: 4px 0;
	padding: .4rem 0;
	overflow: visible;
	margin: 0;
	position: fixed;
	z-index: 99;
	min-height: 58px;
	width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 267px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

.site-description {
	color: #984a23;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	margin: 0;
	text-transform: uppercase;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 267px;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
	height: 50px;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 600px;
	margin: 2px 0 0 0;
	color:  #333;
	text-align: right;
}

.site-header .widget-area a {
	color: #fff;
}

.site-header .widget-area a:hover {
	color: #984a23;
}

.site-header .search-form {
	float: right;
	margin: 0;
}

.site-header .widget-area h2 {
	color:  #063045;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: right;
	margin: 0;
	line-height: normal;
	font-family: 'merriweatherbold';
	font-style: italic; 
}
.site-header .widget-area p {
	color:  #063045;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: right;
}

.site-header .header-landing h2 {
	font-size: 28px;
	text-align: right;
}

.site-header .header-landing-2 {
	margin: 12px 0 0 0;
}

.site-header .header-landing-2 h2 {
	font-size: 36px;
	text-align: right;
}


.site-header .header-landing h4 {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: right;
	margin: 8px 0 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #000;
    float: none;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
    line-height: 1.5;
    margin: 0 auto 0;
    padding: 0;
    width: 1152px;
	text-align: left;
	position: relative;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 6px;
	padding: .6rem;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
	left: -9999px;
	opacity: 0;
	position: absolute;
	transition:         opacity .4s ease-in-out;
	width: 225px;
	z-index: 99;
	background-color: #B7D8F2;
}

.genesis-nav-menu .sub-menu a {
	background-color: #1B75BB;
	color: #fff;
	letter-spacing: 0;
	padding: 6px 10px;
	padding: .6rem 1rem;
	position: relative;
	width: 225px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #F1DA55;
	color: #000;
}

.genesis-nav-menu .sub-menu .sub-menu,
.genesis-nav-menu .sub-menu .sub-menu .sub-menu {
	margin: -33px 0 0 224px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 4px 0;
	padding: .4rem 0;
}
.genesis-nav-menu > .right:before {
	content: 'Today is ';
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	padding: 24px 16px;
	padding: 2.4rem 1.6rem;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
	padding: 1rem 0 0;
}

.genesis-nav-menu .menu-item-has-children > a:after {
	content: '\f431';
	font-family: 'Genericons';
	font-size: 13px;
	font-size: 1.3rem;
	padding-left: 10px;
	padding-left: 1rem;
	vertical-align: bottom;
}

.genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
	content: '\f429';
	font-family: 'Genericons';
	font-size: 13px;
	font-size: 1.3rem;
	padding-left: 10px;
	padding-left: 1rem;
	vertical-align: bottom;
}

/*
Base properties for Mobile Navigation Menu  -  only used if in addition to Primary Menu
---------------------------------------------------------------------------------------------------- */

.nav-mobile {
	background-color: #333;
	display: none;
}

.nav-mobile a {
	color: #999;
}

.nav-mobile a:hover,
.nav-mobile .current-menu-item > a {
	color: #fff;
}

.nav-mobile .sub-menu a:hover,
.nav-mobile .sub-menu .current-menu-item > a:hover {
	color: #222;
}


/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	position: relative;
	z-index: 999;
	float: right;
	margin: 10px 0 0 0;
}

.nav-primary ul,
.nav-secondary ul {
	margin: 0px;
	margin: 0rem;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #063045;
	border-top: 4px solid #65041f;
	min-height: 32px;
	position: relative;
	z-index: 100;

}

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

.site-header .menu {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	text-align: right;
	float: none;
}

.site-header .menu ul {
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
}

.site-header .menu li {
	display: inline-block;
	list-style-type: none;
	float: right;
}

.site-header .menu a {
	color: #063045; 
	display: block;
	padding: 0 8px;
	position: relative;
	text-decoration: none;
}

.site-header .menu .first a {
	padding: 0 0 0 8px ;
}

/* Sidebar Navigation
--------------------------------------------- */

.sidebar .menu {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 0;
}

.sidebar ul.menu {
	margin: 0;
}

.sidebar .menu a {
	text-decoration: none;
	color: #666;
}

.sidebar .menu a:hover {
	text-decoration: none;
	color: #2C66CF;
}

.sidebar ul.sub-menu  {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	padding: 0; 
	line-height: 1.4;
}

.sidebar ul.sub-menu ul.sub-menu  {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 8px 0;
	margin: .8rem 0;
	line-height: 1.3;
	border-right: 3px solid #eee;
	padding: 0 4px 0 0;
}

.sidebar ul.menu li {
 	border: none;
    margin: 0 0 4px 0;
    margin: 0 0 .4rem 0;
    padding-bottom: 0;
	text-align: right;
}

.sidebar ul.menu li {
	list-style: none;
}

.sidebar ul.sub-menu li {
    margin: 0 0 2px 0;
    margin: 0 0 .2rem 0;
}

.sidebar ul.sub-menu ul.sub-menu li {
}


.sidebar li ul.sub-menu  {
 	border: none;
    margin-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.sidebar ul.menu li.no-link {
    margin: 0 ;
	list-style-type: none;

}

.sidebar li.no-link ul.sub-menu  {
    margin: 0;
}


.sidebar .menu h4,
.sidebar .menu h5,
.sidebar .menu h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #a60622;
    cursor: text;
    font-weight: 700;
    text-decoration: none;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 10px 0 6px 0;
}

.sidebar .menu h5 {
	color: #2452a5;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 10px 0 6px 0;
}

.sidebar .menu h6 {
	color: #666;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 6px 0 6px 0;
}


/* Footer-widgets Navigation
--------------------------------------------- */

.footer-widgets ul.menu  {
	margin: 0;
	padding: 0;
}

.footer-widgets ul.menu li  {
	border: none;
	margin: 0;
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 48%;
}


/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-meta,
.entry-content,
.entry-footer {
	padding: 0;
	padding: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption,
.archive-page ol,
.archive-page p,
.archive-page ul, {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul,
.archive-page ol,
.archive-page ul {
	margin-left: 30px;
	margin-left: 3rem;
}

.entry-content ol li,
.archive-page ul li {
	list-style-type: decimal;
}

.entry-content ul li,
.archive-page ul li {
	list-style-type: disc;
}

.entry-content ul ul li,
.archive-page ul ul li {
	list-style-type: circle;
}

.entry-content ul ul ul li,
.archive-page ul ul ul li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul,
.archive-page ol ol,
.archive-page ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
}

.entry-meta a {
	color: #999;
}

.entry-meta a:hover {
	color: #2F343B;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 1px dashed #7f7a62;
	margin: 0;
	padding: 24px 0 8px;
	padding: 2.4rem 0 0.8rem;
}

.entry-comments-link::before,
.entry-tags::before {
	content: "\2F";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 40px 0 0;
	padding: 0 4rem 0 0;
}

.archive-pagination ul {
	margin-left: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2C66CF;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 16px;
	padding: 0.8rem 1.6rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #a60622;
	color: #fff;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 0 40px;
	padding: 0 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 24px 0 16px 140px;
	margin: 2.4rem 0 1.6rem 14rem;
	padding: 32px;
	padding: 3.2rem;
	position: relative;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

.comment .avatar {
	display: block;
	float: none;
	margin: 0 auto 12px;
	margin: 0 auto 1.2rem;
}

.comment-list .comment-author {
	font-size: 13px;
	font-size: 1.3rem;
	left: -170px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 170px;
}

.comment-list .comment-author .says {
	display: none;
}

.comment-list cite {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-top: 1rem;
}

.comment-meta {
	color: #7c7a77;
	font-size: 10px;
	font-size: 1rem;
	left: -180px;
	position: absolute;
	top: 90px;
	text-align: center;
	width: 180px;
}

.comment-list .comment-author:before {
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: 0px;
	border-bottom: 25px solid;
	border-left: 10px solid;
	border-right: 17px solid;
	border-top: 15px solid;
	border-color: #f5f4f2 #f5f4f2 transparent transparent;
	top: 20px;
	width: 0;
}

.depth-2 .comment-author:before,
.depth-4 .comment-author:before {
	border-color: #fff #fff transparent transparent;
}

.depth-3 .comment-author:before {
	border-color: #f5f4f2 #f5f4f2 transparent transparent;
}

.ping-list .comment-meta {
	color: #7c7a77;
	font-size: 11px;
	margin: 0 0 5px;
	margin: 0 0 0.5rem;
}

.reply {
	font-size: 14px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.depth-3,
.thread-alt,
.thread-even {
	background-color: #f5f4f2;
}

.depth-2,
.depth-4 {
	background-color: #fff;
}

.form-allowed-tags {
	background-color: #f5f4f2;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0;
	margin: 0 0 30px 0;
}

.sidebar .widget {
	padding: 0 20px 0 0;
	padding: 0 2rem 0 0;
	margin: 0;
	border-right: 1px solid #ddd;
	text-align: right;
}

.sidebar a {
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: none;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	border-bottom: 1px dashed #827d65;
	list-style-type: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding-bottom: 12px;
	padding-bottom: 1.2rem;
	word-wrap: break-word;
}

.sidebar li ul {
	border-top: 1px dashed #827d65;
	margin-top: 12px;
	margin-top: 1.2rem;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.sidebar ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


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

.sub-footer {
	color: #666;
	border-top: 4px solid #666;
	background: #eee;
	clear: both;
	padding: 10px;
	padding: 1rem;
	position: relative;
	width: 100%;
	margin: 20px auto 0;
	margin: 2rem auto 0;
	z-index: 9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
}

.sub-footer .wrap {
	clear: both;
	padding: 20px 0 6px;
	padding: 2rem 0 .6rem;
	width: 1152px;
}

.sub-footer a,
.sub-footer a:visited {
	color: #fff;
}

.sub-footer a:hover {
	color: #fff;
}

.sub-footer p {
	color: inherit;
	font-size: inherit;
}

.sub-footer h3,
.sub-footer h4 {
	color: #fff;
	font-size: 26px;
	font-weight: normal;
}


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

.footer-widgets {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #fff;
	background: #2c3e4f;
	clear: both;
	padding: 10px;
	padding: 1rem;
	position: relative;
	width: 100%;
	z-index: 9;
}

.footer-widgets .wrap {
	clear: both;
	padding: 10px 0 0;
	padding: 1rem 0 0;
	width: 1152px;
}

.footer-widgets .columns-wrapper {
	width: 100%;
	overflow:hidden;
	margin-bottom: 0;
	margin-top: 0;
}

.footer-widgets-1 {
	width: 17%;
	float: left;
}

.footer-widgets-2 {
	width: 17%;
	float: left;
}

.footer-widgets-3 {
	width: 17%;
	float: left;
}

.footer-widgets-4 {
	width: 17%;
	float: left;
}

.footer-widgets-5 {
	width: 30%;
	float: right;
}

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

.site-footer {
	background: #601623;
	color: #eee;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0 20px;
	padding: 2rem 0 2rem;
	text-align: center;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.site-footer p {
	margin-bottom: 0;
}

.testimonials-widget-testimonial blockquote {
	margin: 10px;
	margin: 1rem;
}
.testimonials-widget-testimonial blockquote::before {
	content: "";
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-feature {
	margin: 0;
	padding: 0;
}

.genesis-feature .entry-title,
.genesis-grid-even .entry-title,
.genesis-grid-odd .entry-title {
	font-size: 30px;
	font-size: 3rem;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0;
	padding: 0;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}

.genesis-grid .entry-footer .entry-meta,
.genesis-feature .entry-footer .entry-meta {
    display: none;
}
.genesis-grid .entry-meta,
.genesis-feature .entry-meta {
    display: none;
}

shareaholic-canvas {
	clear: both;
}

.clear {
	clear: both;
}

#recaptcha_area {
    margin: 0 0 20px 0;
	margin: 0 0 2rem 0;
}

.soliloquy-container {
	border: none !important;
	clear: both;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	font-size: 16px !important; 
	font-size: 1.6rem !important; 
	line-height: 1.3 !important;
	text-align: center !important;  
	height: 100% !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	color: #fff !important;
	text-shadow: none;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1,
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2 {
	text-shadow: 0px 1px 1px #333;
	color: #fff !important;
	line-height: 1.3 !important;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2 {
	font-size: 30px !important;
	font-size: 3rem !important;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside p {
	font-size: 16px !important; 
	font-size: 1.6rem !important; 
	color: #fff !important;
	text-shadow: none;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside .custom-button {     
	font-size: 24px !important;
	font-size: 2.4rem !important;
	padding: 16px 20px !important;
	background: #008080 !important;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside .custom-button:hover {
	text-decoration: none !important;
	background: #6A57A5 !important;
}
.soliloquy-container .soliloquy-pager {
    bottom: -30px !important;
}
.soliloquy-container a {
    color: #fff;
	text-decoration: underline;
}
.soliloquy-container a:hover {
	color: #00A14B;
	text-decoration: underline;
}

/* Homepage
--------------------------------------------- */

.home-even,
.home-odd {
	color: #000;
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
	overflow: visible;
	padding: 100px 0;
	text-align: center;
	line-height: 1.4;
	background: #eee;
}

.home-even ul li,
.home-odd ul li {
	margin: 0 0 6px 0;
}

.home-odd .widget-title,
.home-even .widget-title {
	text-shadow: 0px 1px 1px #ddd;
	font-size: 58px; 
	font-size: 5.8rem; 
	margin-bottom: 40px;
	text-align: center;
	color: #333;
}

.home-odd .featured-content,
.home-even .featured-content {
	width: 100%;
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
}

.home-odd .featured-content .entry,
.home-even .featured-content .entry {
	margin: 0;
	padding: 20px 30px;
	position: relative;
	color: #000;
	text-align: left;
	float: left;
	width: 33%;
	background: url(images/bg-transparent-white.png);
	min-height: 420px;
}

.home-odd .featured-content .entry:hover a:hover,
.home-even .featured-content .entry:hover a:hover {
	color: #a60622;
}

.home-odd .featured-content .entry-title,
.home-even .featured-content .entry-title {
	line-height: 1.2;
	font-size: 28px;
	font-size: 2.8rem;
}

.home-odd .featured-content .entry-title a,
.home-even .featured-content .entry-title a {
	color: #2C66CF;
}

.home-odd .featured-content .entry:hover,
.home-even .featured-content .entry:hover {
	background: url(images/bg-transparent-black.png);
	color: #fff;
}

.home-odd .featured-content .entry:hover .entry-title a:hover,
.home-even .featured-content .entry:hover .entry-title a:hover {
	color: #a60622;
}

.home-odd .featured-content .entry:hover h3,
.home-even .featured-content .entry:hover h3 {
	color: #fff;
}

.home-odd .featured-content .entry.full-width,
.home-even .featured-content .entry.full-width {
	width: 100%;
}

.home-odd .featured-content .entry.half-width,
.home-even .featured-content .entry.half-width {
	width: 50%;
}

.home-odd .featured-content .entry.third-width,
.home-even .featured-content .entry.third-width {
	width: 33%;
}

.home-odd .featured-content .entry.third-width.last,
.home-even .featured-content .entry.third-width.last {
	width: 34%;
}



.home-even .widget,
.home-odd .widget {
}

.home-even p:last-child,
.home-even .widget:last-child,
.home-odd p:last-child,
.home-odd .widget:last-child {
	margin-bottom: 0;
}

.home-odd,
.home-odd h1,
.home-odd h2,
.home-odd h3,
.home-odd h4,
.home-odd h5,
.home-odd h6,
.home-even,
.home-even h1,
.home-even h2,
.home-even h3,
.home-even h4,
.home-even h5,
.home-even h6 {
	color: #666;
}

.home-even p:last-child,
.home-odd p:last-child {
	margin-bottom: 0;
}

.home-section-1,
.future-student-section-1,
.high-school-student-section-1,
.parent-section-1,
.current-student-section-1,
.alumni-section-1,
.community-section-1 {
	margin: 0;
	padding: 0;
	background: #eee;
}

.home-section-1 .soliloquy-container .soliloquy-prev,
.future-student-section-1 .soliloquy-container .soliloquy-prev,
.high-school-student-section-1 .soliloquy-container .soliloquy-prev,
.parent-section-1 .soliloquy-container .soliloquy-prev,
.current-student-section-1 .soliloquy-container .soliloquy-prev,
.alumni-section-1 .soliloquy-container .soliloquy-prev,
.community-section-1 .soliloquy-container .soliloquy-prev {
    background-color: rgba(96, 22, 35, 0.3);
	-moz-border-radius: 32px; 
	-webkit-border-radius: 32px; 
	border-radius: 32px; 
}
.home-section-1 .soliloquy-container .soliloquy-next,
.future-student-section-1 .soliloquy-container .soliloquy-next,
.high-school-student-section-1 .soliloquy-container .soliloquy-next,
.parent-section-1 .soliloquy-container .soliloquy-next,
.current-student-section-1 .soliloquy-container .soliloquy-next,
.alumni-section-1 .soliloquy-container .soliloquy-next,
.community-section-1 .soliloquy-container .soliloquy-next {
    background-color: rgba(96, 22, 35, 0.3);
	-moz-border-radius: 32px; 
	-webkit-border-radius: 32px; 
	border-radius: 32px; 
}

.home-section-1 {
	padding: 0;
	color: #fff;
	background: #eee;
}

.home-section-2 {
	padding: 40px 0;
	background: #fff;
	text-align: left;
}

.home-section-2 h3 {
	font-size: 26px;
	font-size: 2.6rem;
	margin: 0 0 12px 0;
	color: #666;
}

.home-section-2 a {
	color: #666;
}

.home-section-2 a:hover {
	text-decoration: none;
	color: #a60622;
}

.home-section-2 ul { 
	list-style:none;
	margin: 0;
}

.home-section-2 ul li { 
	margin: 0;
}

.home-section-3 {
	padding: 130px 0;
}

.home-section-3 {
	background-attachment: fixed;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.home-section-3 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 34px;
	font-size: 3.4rem;
	margin: 0 0 12px 0;
	color: #a60622;
	font-weight: 600;
}

.home-section-3 h5 {
	font-size: 30px;
	font-size: 3rem;
	margin: 0 0 6px 0;
	color: #000;
}

.home-section-3 p {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8;
}

.home-section-3 .featured-content .entry:hover h3,
.home-section-3 .featured-content .entry:hover h5,
.home-section-3 .featured-content .entry:hover p {
	color: #fff;
}

.home-section-3 .featured-content .entry.half-width {
	min-height: 260px;
}

.home-section-4 {
	padding: 40px 0 20px;
	color: #000;
	background: #fff;
}

.home-section-4 .widget {
	margin: 0 0 30px 0;
	color: #000;
	background: #fff;
}

.home-section-4 img {
	margin: 0 10px;
	color: #000;
	vertical-align: middle;
}
.home-section-4 iframe {
	margin: 0 10px;
	vertical-align: bottom;
}

.home-section-5 {
	padding: 80px 0 120px;
}

/* FUTURE STUDENT SECTION */
.future-student-section-1 {
	padding: 0;
	color: #fff;
}

.future-student-section-2 {
	padding: 40px 0;
	background: #fff;
	text-align: left;
}

.future-student-section-2 h3 {
	font-size: 26px;
	font-size: 2.6rem;
	margin: 0 0 12px 0;
	color: #666;
}

.future-student-section-2 a {
	color: #666;
}

.future-student-section-2 a:hover {
	text-decoration: none;
	color: #a60622;
}

.future-student-section-2 ul { 
	list-style:none;
	margin: 0;
}

.future-student-section-2 ul li { 
	margin: 0;
}

.future-student-section-10 {
	padding: 130px 0;
}

.future-student-section-10 {
	background-attachment: fixed;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.future-student-section-10 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 34px;
	font-size: 3.4rem;
	margin: 0 0 12px 0;
	color: #a60622;
	font-weight: 600;
}

.future-student-section-10 h5 {
	font-size: 30px;
	font-size: 3rem;
	margin: 0 0 6px 0;
	color: #000;
}

.future-student-section-10 p {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8;
}

.future-student-section-10 .featured-content .entry:hover h3,
.future-student-section-10 .featured-content .entry:hover h5,
.future-student-section-10 .featured-content .entry:hover p {
	color: #fff;
}

.future-student-section-10 .featured-content .entry.half-width {
	min-height: 260px;
}

.future-student-section-4 {
	padding: 100px 0 60px;
	background: #2c3e4f;
}

.future-student-section-11 {
	padding: 60px 0 ;
	text-align: center;
}

.future-student-section-11 .widget {
	margin: 0;
	padding: 40px;
	position: relative;
	color: #333;
	background: url(images/bg-transparent-white.png);
}

.future-student-section-11 {
	background-attachment: fixed;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.future-student-section-11 h3 {
	font-size: 30px;
	font-size: 3.0rem;
}

.future-student-section-11 p {
	text-align: left;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
}

.future-student-section-6 {
	padding: 80px 0;
	background: #601623;
}

.future-student-section-6 .widget-title {
	color: #fff;
	text-shadow: 0px 1px 1px #333;
}

.future-student-section-6  .featured-content .entry {
	background-image: none;
	background-color: #eee;
}

.future-student-section-6  .featured-content .entry:hover {
	background-image: none;
	background-color: #999;
}

.future-student-section-6 .custom-button {
	margin: 50px 0 0 0;
}

.future-student-section-7 {
	padding: 80px 0 60px;
	background: #fff;
}


/* HIGH SCHOOL STUDENT SECTION */
.high-school-student-section-1 {
	padding: 0;
	color: #fff;
}

.high-school-student-section-2,
.high-school-student-section-3 {
	padding: 60px 0;
	text-align: center;
	color: #fff;
}

.high-school-student-section-2 .widget-title,
.high-school-student-section-3 .widget-title {
	color: #fff;
	text-shadow: 0px 1px 1px #333;
}

.high-school-student-section-2 {
	background: #601623;
}

.high-school-student-section-3 {
	background: #2c3e4f;
}

.high-school-student-section-2 h3,
.high-school-student-section-3 h3 {
	font-size: 30px;
	font-size: 3.0rem;
	color: #fff;
}

.high-school-student-section-2 p,
.high-school-student-section-3 p {
	text-align: left;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
}

.high-school-student-section-60 {
	padding: 130px 0;
}

.high-school-student-section-60 {
	background-attachment: fixed;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.high-school-student-section-60 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 34px;
	font-size: 3.4rem;
	margin: 0 0 12px 0;
	color: #a60622;
	font-weight: 600;
}

.high-school-student-section-60 h5 {
	font-size: 30px;
	font-size: 3rem;
	margin: 0 0 6px 0;
	color: #000;
}

.high-school-student-section-60 p {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8;
}

.high-school-student-section-60 .featured-content .entry:hover h3,
.high-school-student-section-60 .featured-content .entry:hover h5,
.high-school-student-section-60 .featured-content .entry:hover p {
	color: #fff;
}

.high-school-student-section-60 .featured-content .entry.half-width {
	min-height: 260px;
}

.high-school-student-section-5 {
	padding: 40px 0;
	background: #fff;
	text-align: left;
}

.high-school-student-section-5 h3 {
	font-size: 26px;
	font-size: 2.6rem;
	margin: 0 0 12px 0;
	color: #666;
}

.high-school-student-section-5 a {
	color: #666;
}

.high-school-student-section-5 a:hover {
	text-decoration: none;
	color: #a60622;
}

.high-school-student-section-5 ul { 
	list-style:none;
	margin: 0;
}

.high-school-student-section-5 ul li { 
	margin: 0;
}

.high-school-student-section-6 {
	padding: 100px 0 60px;
	background: #2c3e4f;
}

.high-school-student-section-7 {
	padding: 80px 0;
	background: #601623;
}

.high-school-student-section-7 .widget-title {
	color: #fff;
	text-shadow: 0px 1px 1px #333;
}

.high-school-student-section-7  .featured-content .entry {
	background-image: none;
	background-color: #eee;
}

.high-school-student-section-7  .featured-content .entry:hover {
	background-image: none;
	background-color: #999;
}

.high-school-student-section-7 .custom-button {
	margin: 50px 0 0 0;
}

.high-school-student-section-8 {
	padding: 80px 0 60px;
	background: #fff;
}



/* CURRENT STUDENT SECTION */
.current-student-section-1 {
	padding: 0;
	color: #fff;
}

.current-student-section-20 {
	background-attachment: fixed;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.current-student-section-20 {
}

.current-student-section-20 .widget {
	margin: 0;
	padding: 30px;
	position: relative;
	background: url(images/bg-transparent-white.png);
}

.current-student-section-20 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: normal;
	margin: 0 0 32px 0;
	color: #333;
}

.current-student-section-20 h3 {
	font-size: 32px;
	font-size: 3.2rem;
}

.current-student-section-3 {
	text-align: left;
}

.current-student-section-3 h3 {
	font-size: 26px;
	font-size: 2.6rem;
	margin: 0 0 12px 0;
}

.current-student-section-3 a {
	color: #666;
}

.current-student-section-3 a:hover {
	text-decoration: none;
	color: #a60622;
}

.current-student-section-3 ul { 
	list-style:none;
	margin: 0;
}

.current-student-section-3 ul li { 
	margin: 0;
}

.current-student-section-4 {
	padding: 80px 0 60px;
	background: #fff;
}


/* PARENT SECTION */
.parent-section-1 {
	padding: 0;
	color: #fff;
}

.parent-section-30 {
	padding: 130px 0;
}

.parent-section-30 {
	background-attachment: fixed;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.parent-section-30 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 34px;
	font-size: 3.4rem;
	margin: 0 0 12px 0;
	color: #a60622;
	font-weight: 600;
}

.parent-section-30 h5 {
	font-size: 30px;
	font-size: 3rem;
	margin: 0 0 6px 0;
	color: #000;
}

.parent-section-30 p {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8;
}

.parent-section-30 .featured-content .entry:hover h3,
.parent-section-30 .featured-content .entry:hover h5,
.parent-section-30 .featured-content .entry:hover p {
	color: #fff;
}

.parent-section-30 .featured-content .entry.half-width {
	min-height: 280px;
}

.parent-section-3 {
	padding: 80px 0;
	background: #601623;
}

.parent-section-4 {
	padding: 40px 0;
	background: #fff;
	text-align: left;
}

.parent-section-4 h3 {
	font-size: 26px;
	font-size: 2.6rem;
	margin: 0 0 12px 0;
	color: #666;
}

.parent-section-4 a {
	color: #666;
}

.parent-section-4 a:hover {
	text-decoration: none;
	color: #a60622;
}

.parent-section-4 ul { 
	list-style:none;
	margin: 0;
}

.parent-section-4 ul li { 
	margin: 0;
}

.parent-section-5 {
	padding: 80px 0;
	background: #2c3e4f;
}

.parent-section-6 {
	padding: 60px 0;
	background: #fff;
}

.parent-section-6 .widget-title {
	color: #333;
	text-shadow: 0px 1px 1px #ddd;
}

.parent-section-6 .featured-content .entry {
	background-image: none;
	background-color: #eee;
}

.parent-section-6 .featured-content .entry:hover {
	background-image: none;
	background-color: #999;
}

.parent-section-6 .custom-button {
	margin: 50px 0 0 0;
}

/* ALUMNI STUDENT SECTION */
.alumni-section-1 {
	padding: 0;
	color: #fff;
}

.alumni-section-2 {
	padding: 80px 0;
	background: #2c3e4f;
}

.alumni-section-40,
.alumni-section-41 {
	background-attachment: fixed;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.alumni-section-40,
.alumni-section-41 {
	padding: 100px 0;
}

.alumni-section-40 .widget-title {
	color: #fff;
}

.alumni-section-41 .widget {
	margin: 0;
	padding: 30px;
	position: relative;
	background: url(images/bg-transparent-white.png);
}

.alumni-section-40 p,
.alumni-section-41 p  {
	text-align: left;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
}

.alumni-section-41 p  {
	color: #000;
}

.alumni-section-5 {
	padding: 60px 0;
	background: #fff;
}

.alumni-section-5 .widget-title {
	color: #333;
	text-shadow: 0px 1px 1px #ddd;
}

.alumni-section-5 .featured-content .entry {
	background-image: none;
	background-color: #eee;
}

.alumni-section-5 .featured-content .entry:hover {
	background-image: none;
	background-color: #999;
}

.alumni-section-5 .custom-button {
	margin: 50px 0 0 0;
}

/* COMMUNITY STUDENT SECTION */
.community-section-1 {
	padding: 0;
	color: #fff;
}

.community-section-50,
.community-section-51,
.community-section-52 {
	background-attachment: fixed;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.community-section-50,
.community-section-51,
.community-section-52 {
	padding: 100px 0;
	color: #fff;
}

.community-section-51 .widget,
.community-section-52 .widget {
	margin: 0;
	padding: 30px;
	position: relative;
	background: url(images/bg-transparent-white.png);
}

.community-section-50 .widget-title {
	color: #fff;
}

.community-section-50 p,
.community-section-51 p,
.community-section-52 p  {
	text-align: left;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
}

.community-section-51 p,
.community-section-52 p {
	color: #000;
}

.community-section-3 {
	padding: 80px 0;
	background: #2c3e4f;
}

.community-section-6 {
	padding: 60px 0;
	background: #fff;
}

.community-section-6 .widget-title {
	color: #333;
	text-shadow: 0px 1px 1px #ddd;
}

.community-section-6 .featured-content .entry {
	background-image: none;
	background-color: #eee;
}

.community-section-6 .featured-content .entry:hover {
	background-image: none;
	background-color: #999;
}

.community-section-6 .custom-button {
	margin: 50px 0 0 0;
}


.arrowDown {
 	margin-bottom: 30px;
   	margin-top: 30px;
	text-align: center !important;
}

/*STAND-OUT*/
.stand-out { 
	background:#f5f5f5; 
	border:1px solid #ddd; 
	padding:20px 24px 12px;
	margin:20px 0;
	font-size: 15px;
}
.stand-out h2, 
.stand-out h3,
.stand-out h4,
.stand-out h5 {
	padding-bottom:10px !important; 
	margin:0 0 10px 0; 
	border-bottom:1px dotted #999;
	color: #333;
}
.stand-out h2 {
	font-size: 36px;
	font-size: 3.6rem;
}
.stand-out h3 {
	border-bottom:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	font-size: 20px;
	font-size: 2rem;
}

.stand-out a { text-decoration:none;}

.stand-out.pale-yellow { 
	background:#fdfde2; 
}

/*CALL-OUT*/
.call-out {
	width: 35%;
	background: #601623;
	padding: 15px;
	float: right;
	color: #fff !important;
	margin: 0 0 12px 20px;
	border: 4px double #fff; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.call-out h2,
.call-out h3, 
.call-out h4 {
	color: #fff !important;
}


.call-out a {
	color: #fff;
	text-decoration:underline;
}
.call-out a:hover {
	color: #ddd;
	text-decoration:underline;
}

.call-out.left {
	float: left;
	margin: 0 20px 12px 0;
}

.call-out ol,
.call-out ul {
	margin-left: 30px;
	margin-left: 3rem;
	padding: 0;
}

#tip {
	margin:0 0 20px 0;
	padding:0 20px;
	border:1px dotted #666;
	background:#f8f8f8;
}

.tipright {float:right;display:inline;width:300px;margin-left:20px;}
.tipleft {float:left;display:inline;width:300px;margin-right:20px;}
.tipfull {clear:both;}
.tiprelated {clear:both;}

#tip h1,
#tip h2,
#tip h3,
#tip h4 { 
	text-shadow: 0 1px 0 #FFF; 
}
#tip ul { 
	list-style: disc; 
	list-style-position:outside; 
	margin-left:18px;
}

#tip img {
	float:right;
	margin: -30px 0 0 0 !important;
	display:inline;
	position:relative;
	border:none;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: none !important;
   -moz-border-radius: none !important;	
   -webkit-border-radius: none !important;	
	-webkit-background-clip: none !important;
	-webkit-background-origin: none !important;	
}
.tipleft img {float:left;margin:-30px 0 0 -30px !important;}

/* ALERT */
.alert { 
	background: #fff;
	clear: both;
	margin: 20px auto;
	padding: 20px 20px 0 20px !important;
	overflow: hidden;
	text-align:center;
	color: #f00; 
	line-height: 2em;
}
.alert h2 { font-size: 2.5em;color: #f00; }
.alert h3 { font-size: 20px;color: #f00; font-weight: normal; }
.alert h4 { font-size: 16px;color: #000; font-weight: normal; }
.alert p { font-size: 14px; color: #000; text-align: center; line-height: 1.5em;}

/* BUTTONS */
.buttons-float-right {
	float: right;
	margin: 0 0 0 20px;
}
.buttons-float-right .custom-button {
	margin: 0 0 8px 0;
	width: 260px;
	font-size: 18px;
	font-size: 1.8rem;
}
.buttons-float-right p {
	margin: 0;
}

/* STEPS */
div.steps {margin-bottom:20px;padding:30px 20px 20px 0;border:1px solid silver;background:#fff url(images/numbers/steps-bg.jpg) repeat-x bottom center;}
div.steps-01 {padding-left:100px;background:url("images/numbers/1.png") no-repeat 0 0;min-height:100px; margin-bottom:20px;}
div.steps-02 {padding-left:100px;background:url("images/numbers/2.png") no-repeat 0 0;min-height:100px; margin-bottom:20px;}
div.steps-03 {padding-left:100px;background:url("images/numbers/3.png") no-repeat 0 0;min-height:100px; margin-bottom:20px;}
div.steps-04 {padding-left:100px;background:url("images/numbers/4.png") no-repeat 0 0;min-height:100px; margin-bottom:20px;}
div.steps-05 {padding-left:100px;background:url("images/numbers/5.png") no-repeat 0 0;min-height:100px; margin-bottom:20px;}
div.steps-06 {padding-left:100px;background:url("images/numbers/6.png") no-repeat 0 0;min-height:100px; margin-bottom:20px;}
div.steps-07 {padding-left:100px;background:url("images/numbers/7.png") no-repeat 0 0;min-height:100px; margin-bottom:20px;}
div.steps-08 {padding-left:100px;background:url("images/numbers/8.png") no-repeat 0 0;min-height:100px; margin-bottom:20px;}
div.steps-09 {padding-left:100px;background:url("images/numbers/9.png") no-repeat 0 0;min-height:100px; margin-bottom:20px;}
div.steps-10 {padding-left:100px;background:url("images/numbers/10.png") no-repeat 0 0;min-height:100px; margin-bottom:20px;}
div.steps-11 {padding-left:100px;background:url("images/numbers/11.png") no-repeat 0 0;min-height:100px; margin-bottom:20px;}
div.steps-12 {padding-left:100px;background:url("images/numbers/12.png") no-repeat 0 0;min-height:100px; margin-bottom:20px;}
div.steps:hover {
	-moz-box-shadow: 0 0 1px #333;
	-webkit-box-shadow: 0 0 1px #333;
	box-shadow: 0 0 1px #333;
}

/* BOXES */
.boxes .item:nth-child(2n+1) {
    clear: both;
}
.boxes .item,
.boxes .item-full,
.boxes .item-two-thirds {
    display: inline-block;
    height: 100%;
    margin-bottom: 20px;
    padding: 0px 15px 15px 0;
    position: relative;
    vertical-align: middle;
    width: 49%;
}
.boxes .item-full {
    width: 99%;
}
.boxes .item-two-thirds {
    width: 65%;
}
.boxes .item .spacer-block,
.boxes .item-full .spacer-block,
.boxes .item-two-thirds .spacer-block {
    display: block;
    float: right;
    height: 50px;
    width: 50px;
}
.boxes .bg {
    border: 1px solid #fff;
    outline: 1px solid #ddd;
    padding: 15px 15px 30px;
    background: linear-gradient(to bottom, #fafafa, #f3f3f3) repeat scroll 0 0 #fafafa;
    padding: 25px;
}
.boxes .bg:hover {
    background: #fff;
}
.boxes .bg h2 {
	color: #2452a5;
	padding-bottom:10px !important; 
	margin:0 0 10px 0; 
}
.boxes .bg h3 {
	margin: 0;
}
.boxes .bg p {
	margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
}
.boxes .bg .button.absolute {
    bottom: 8px;
    position: absolute;
    right: 8px;
}
.boxes .btn, .boxes .ui.button.red {
    background: linear-gradient(to top, #a60622, #9d0621 90%) repeat scroll 0 0 #a60622;
    border: 1px solid #930620;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #fff;
}
.boxes .ui.button.red:hover {
    background: linear-gradient(to top, #c70729, #be0727 90%) repeat scroll 0 0 #c70729;
    border: 1px solid #b50624;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #fff;
}
.boxes .btn, .boxes .ui.button {
    border-bottom: 0 none !important;
    border-radius: 3px;
    font-size: 13px;
    padding: 8px 15px !important;
    text-decoration: none;
    text-transform: uppercase;
}
.boxes .ui.button, .boxes .ui.buttons .button {
    font-size: 1rem;
}
.boxes .ui.button {
    -moz-user-select: none;
    box-sizing: border-box;
    color: gray;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    min-height: 1em;
    outline: 0 none;
    text-align: center;
    transition: opacity 0.25s ease 0s, background-color 0.25s ease 0s, color 0.25s ease 0s, background 0.25s ease 0s, box-shadow 0.25s ease 0s;
    vertical-align: middle;
}

.boxes div.icon.document::before {
    content: '\f15c';
}
.boxes div.icon.star::before {
    content: '\f0a3';
}
.boxes div.icon.financial::before {
    content: '\f0d6';
}
.boxes div.icon.register::before {
    content: '\f044';
}
.boxes div.icon.brochure::before {
    content: '\f1c1';
}
.boxes div.icon.person::before {
    content: '\f21d';
}
.boxes div.icon.career::before {
    content: '\f1b3';
}

.boxes .bg .icon.top {
    background: none repeat scroll 0 0 #fafafa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #2C66CF;
	font-size: 37px;
    right: -3px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    top: -8px;
    z-index: 1;
	position: absolute;
}
.boxes .item .image,
.boxes .item-full .image,
.boxes .item-two-thirds .image {
    border: 1px solid #aaa;
    box-shadow: 0 0 5px #ddd;
    height: 85px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    width: 85px;
}
.boxes .ui.circular.image, .boxes .ui.circular.image img, .boxes .ui.circular.images .image, .boxes .ui.circular.images img {
    border-radius: 500rem;
}
.boxes div.circular.icon {
    border-radius: 500em !important;
    box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
    height: 2em !important;
    line-height: 1 !important;
    padding: 0.5em !important;
    width: 2em !important;
}
.boxes div.circular.icon.star {
    padding: 0.5em 0.45em 0.5em 0.52em !important;
}
.boxes div.circular.icon.document {
    padding: 0.5em 0.35em 0.5em 0.5em !important;
}
.boxes div.circular.icon.financial {
    padding: 0.5em 0.5em 0.5em 0.47em !important;
}
.boxes div.circular.icon.register {
    padding: 0.53em 0.45em 0.4em 0.55em !important;
}
.boxes div.circular.icon.brochure {
    padding: 0.5em 0.42em 0.5em 0.53em !important;
}
.boxes div.circular.icon.person {
    padding: 0.5em 0.42em 0.5em 0.53em !important;
}
.boxes div.circular.icon.career {
    padding: 0.46em 0.6em 0.54em 0.4em !important;
}

.boxes .ui.image {
    background-color: rgba(0, 0, 0, 0.05);
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
}
.boxes div.icon {
    font-size: 2em;
}
.boxes div.icon {
    box-sizing: border-box;
    display: inline-block;
	font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    height: 1em;
    line-height: 1;
    margin: 0 0.25em 0 0;
    opacity: 0.75;
    text-align: center;
    text-decoration: inherit;
    width: 1.23em;
}

/*STAT-BOX*/
.tab-holder.stat-box h3 {
	color: #2452a5 !important;
	padding-bottom: 0; 
	margin:0 0 10px 0; 
	font-size: 30px;
	font-size: 3rem;
}
.tab-holder.stat-box h4 {
	font-size: 26px;
	font-size: 2.6rem;
	margin: 0 0 12px 0;
}
.tab-holder.stat-box ul {
	margin-top: 0; 
}
.tab-holder.stat-box span.highlight {
	color: #009900;
}


/* CLUMPS */
.clump-holder {
	width: 100%;
	clear: both;
	margin: 0 0 40px 0;
}
.clump-holder .one-half {
	margin: 0;
	width: 50%;
}
.clump {
	min-width: 1px;
	padding: 20px 20px 6px;
}
.clump.clump-1 {
	background: #FF8E2B;
}
.clump.clump-2 {
	margin: 80px 0 0 0;
	background: #486797;
	color: #fff;
}
.clump.clump-3 {
	background: #AB1A25;
	color: #fff;
}
.clump.clump-4 {
	background: #F2EBC7;
}
.clump.clump-5 {
	background: #495438;
	color: #fff;
}
.clump.clump-6 {
	padding: 0;
	background: transparent;
}
.clump.clump-6 img {
	width: 100%;
	height: 100%;
	margin: 0;
}
.clump.clump-2 p,
.clump.clump-2 h2,
.clump.clump-2 h3,
.clump.clump-3 p,
.clump.clump-3 h2,
.clump.clump-3 h3,
.clump.clump-5 p,
.clump.clump-5 h2,
.clump.clump-5 h3 {
	color: #fff;
}
.clump-holder a.fbx-link.fbx-instance {
	bottom: 0 !important;
}



/* ACADEMIC PROGRAMS*/

.programs .program > a {
	background-size: contain !important;
	display: block;
	width: 260px;
	height: 174px;
	text-indent: -9999px;
	margin: 0 auto 0;
	background: none;
}

.programs .program {
	background: none;
	margin: 0 0 12px 0;
}
.programs .program.health-sciences {
	background: url(http://www.kirtland.edu/wp-content/uploads/programs-we-offer/health-sciences-programs-photo.jpg) no-repeat center center;
}
.programs .program.health-sciences:hover {
	background: url(http://www.kirtland.edu/wp-content/uploads/programs-we-offer/health-sciences-programs-photo-hover.jpg) no-repeat center center;
}
.programs .program.trades-occupational {
	background: url(http://www.kirtland.edu/wp-content/uploads/programs-we-offer/trades-occupational-programs-photo.jpg) no-repeat center center;
}
.programs .program.trades-occupational:hover {
	background: url(http://www.kirtland.edu/wp-content/uploads/programs-we-offer/trades-occupational-programs-photo-hover.jpg) no-repeat center center;
}
.programs .program.art-business-technology {
	background: url(http://www.kirtland.edu/wp-content/uploads/programs-we-offer/art-business-technology-programs-photo.jpg) no-repeat center center;
}
.programs .program.art-business-technology:hover {
	background: url(http://www.kirtland.edu/wp-content/uploads/programs-we-offer/art-business-technology-programs-photo-hover.jpg) no-repeat center center;
}
.programs .program.public-safety {
	background: url(http://www.kirtland.edu/wp-content/uploads/programs-we-offer/public-safety-programs-photo.jpg) no-repeat center center;
}
.programs .program.public-safety:hover {
	background: url(http://www.kirtland.edu/wp-content/uploads/programs-we-offer/public-safety-programs-photo-hover.jpg) no-repeat center center;
}
.programs .program.transfer {
	background: url(http://www.kirtland.edu/wp-content/uploads/programs-we-offer/transfer-programs-photo.jpg) no-repeat center center;
}
.programs .program.transfer:hover {
	background: url(http://www.kirtland.edu/wp-content/uploads/programs-we-offer/transfer-programs-photo-hover.jpg) no-repeat center center;
}
.programs .program.online {
	background: url(http://www.kirtland.edu/wp-content/uploads/programs-we-offer/online-programs-photo.jpg) no-repeat center center;
}
.programs .program.online:hover {
	background: url(http://www.kirtland.edu/wp-content/uploads/programs-we-offer/online-programs-photo-hover.jpg) no-repeat center center;
}




/* FooBox
------------------------------------------------------------ */

.fbx-item-html {
	margin: 20px !important;
}

.fbx-item-html .gform_wrapper  {
	margin: 0 !important;
}

.fbx-item-html .gform_wrapper h3 {
	font-size: 24px !important;
	font-weight: bold !important;
	margin: 0 !important;
}

.fbx-item-html .gform_wrapper p {
	margin: 10px 0 !important;
}

.fbx-item-html .gform_wrapper input,
.fbx-item-html .gform_wrapper select,
.fbx-item-html .gform_wrapper textarea,
.fbx-item-html .gform_wrapper label {
	font-size: 14px !important;
	margin: 0 !important;
}

.fbx-item-html .gform_wrapper select,
.fbx-item-html .gform_wrapper select option {
	padding: 2px 4px 0px  !important;
}

.fbx-item-html .gform_wrapper span {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.fbx-item-html .gform_wrapper .gfield_label {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.fbx-item-html .gform_wrapper .gfield_description {
	font-size: 12px;
	margin: 0 !important;
	padding: 0 !important;	
}

.fbx-item-html .gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	padding: 0;
	margin: 0;
	letter-spacing: normal !important;
}
.fbx-item-html .gform_wrapper .ginput_complex label {
	margin: 0;
}

.fbx-item-html .gform_wrapper li,
.fbx-item-html.gform_wrapper form li {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
}

.fbx-item-html .gform_wrapper .gform_footer {
	margin: 8px 0 0 0 !important;
	padding: 0;
}

.fbx-item-html .gform_wrapper span.gfield_required {
	color: #cc0000;
}

.video iframe,
.calendar iframe {
	width: 100% !important;
	margin: 0 0 20px;
}

.calendar-mobile {
	display: none;
}

.screen-reader-text {
	display: none;
}


a.st-ui-search-tab {
    background-color: rgba(44, 102, 207, 1) !important;
}

/* DOWN ARROW */
.go-down-holder, 
.go-down-holder .relative {
    height: 45px;
    width: 64px;
	margin: 45px auto 0px;
	text-align: center !important;
}
.go-down-holder {
    display: block;
    left: 50%;
}
.go-down-holder .go-down {
    bottom: 0;
    display: block;
    height: 64px;
    width: 64px;
}
.go-down-holder .go-down.blue {
    background: url("http://www.kirtland.edu/wp-content/uploads/down-arrow-blue.png") no-repeat;
}
.go-down-holder .go-down.red {
    background: url("http://www.kirtland.edu/wp-content/uploads/down-arrow-red.png") no-repeat;
}
.go-down-holder .go-down.white {
    background: url("http://www.kirtland.edu/wp-content/uploads/down-arrow-white.png") no-repeat;
}

.bounce-arrow {
    -webkit-animation-name:             bounce;
    -webkit-animation-duration:         2s;
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function:  none;
    animation: bounce 2s ease 0s normal none infinite running;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0px);
	}
	40% {
		-webkit-transform: translateY(-45px);
	}
	60% {
		-webkit-transform: translateY(-20px);
	}
}
/* Standard syntax */ 
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0px);
	}
	40% {
		transform: translateY(-45px);
	}
	60% {
		transform: translateY(-20px);
	}
}

.menu-social-navigation-container ul {
	margin-left: 0;
}

/* Social Media Icons
------------------------------------------------------------ */

.future-student-section-7 ul li.social-facebook, 
.future-student-section-7 ul li.social-youtube,
.future-student-section-7 ul li.social-flickr,
.future-student-section-7 ul li.social-twitter,
.future-student-section-7 ul li.social-pinterest,
.future-student-section-7 ul li.social-linkedin,
.future-student-section-7 ul li.social-instagram,
.future-student-section-7 ul li.social-rss,
.high-school-student-section-8 ul li.social-facebook, 
.high-school-student-section-8 ul li.social-youtube,
.high-school-student-section-8 ul li.social-flickr,
.high-school-student-section-8 ul li.social-twitter,
.high-school-student-section-8 ul li.social-pinterest,
.high-school-student-section-8 ul li.social-linkedin,
.high-school-student-section-8 ul li.social-instagram,
.high-school-student-section-8 ul li.social-rss,
.current-student-section-4 ul li.social-facebook, 
.current-student-section-4 ul li.social-youtube,
.current-student-section-4 ul li.social-flickr,
.current-student-section-4 ul li.social-twitter,
.current-student-section-4 ul li.social-pinterest,
.current-student-section-4 ul li.social-linkedin,
.current-student-section-4 ul li.social-instagram,
.current-student-section-4 ul li.social-rss,
.footer-widgets ul li.social-facebook, 
.footer-widgets ul li.social-youtube,
.footer-widgets ul li.social-flickr,
.footer-widgets ul li.social-twitter,
.footer-widgets ul li.social-pinterest,
.footer-widgets ul li.social-linkedin,
.footer-widgets ul li.social-instagram,
.footer-widgets ul li.social-rss  {
	display: inline-block;
}

.future-student-section-7 ul li.social-facebook a,
.future-student-section-7 ul li.social-facebook a:hover,
.future-student-section-7 ul li.social-youtube a,
.future-student-section-7 ul li.social-youtube a:hover,
.future-student-section-7 ul li.social-flickr a,
.future-student-section-7 ul li.social-flickr a:hover,
.future-student-section-7 ul li.social-twitter a,
.future-student-section-7 ul li.social-twitter a:hover,
.future-student-section-7 ul li.social-pinterest a,
.future-student-section-7 ul li.social-pinterest a:hover,
.future-student-section-7 ul li.social-linkedin a,
.future-student-section-7 ul li.social-linkedin a:hover,
.future-student-section-7 ul li.social-instagram a,
.future-student-section-7 ul li.social-instagram a:hover,
.future-student-section-7 ul li.social-rss a,
.future-student-section-7 ul li.social-rss a:hover,
.high-school-student-section-8 ul li.social-facebook a,
.high-school-student-section-8 ul li.social-facebook a:hover,
.high-school-student-section-8 ul li.social-youtube a,
.high-school-student-section-8 ul li.social-youtube a:hover,
.high-school-student-section-8 ul li.social-flickr a,
.high-school-student-section-8 ul li.social-flickr a:hover,
.high-school-student-section-8 ul li.social-twitter a,
.high-school-student-section-8 ul li.social-twitter a:hover,
.high-school-student-section-8 ul li.social-pinterest a,
.high-school-student-section-8 ul li.social-pinterest a:hover,
.high-school-student-section-8 ul li.social-linkedin a,
.high-school-student-section-8 ul li.social-linkedin a:hover,
.high-school-student-section-8 ul li.social-instagram a,
.high-school-student-section-8 ul li.social-instagram a:hover,
.high-school-student-section-8 ul li.social-rss a,
.high-school-student-section-8 ul li.social-rss a:hover,
.current-student-section-4 ul li.social-facebook a,
.current-student-section-4 ul li.social-facebook a:hover,
.current-student-section-4 ul li.social-youtube a,
.current-student-section-4 ul li.social-youtube a:hover,
.current-student-section-4 ul li.social-flickr a,
.current-student-section-4 ul li.social-flickr a:hover,
.current-student-section-4 ul li.social-twitter a,
.current-student-section-4 ul li.social-twitter a:hover,
.current-student-section-4 ul li.social-pinterest a,
.current-student-section-4 ul li.social-pinterest a:hover,
.current-student-section-4 ul li.social-linkedin a,
.current-student-section-4 ul li.social-linkedin a:hover,
.current-student-section-4 ul li.social-instagram a,
.current-student-section-4 ul li.social-instagram a:hover,
.current-student-section-4 ul li.social-rss a,
.current-student-section-4 ul li.social-rss a:hover,
.footer-widgets  ul li.social-facebook a,
.footer-widgets  ul li.social-facebook a:hover,
.footer-widgets  ul li.social-youtube a,
.footer-widgets  ul li.social-youtube a:hover,
.footer-widgets  ul li.social-flickr a,
.footer-widgets  ul li.social-flickr a:hover,
.footer-widgets  ul li.social-twitter a,
.footer-widgets  ul li.social-twitter a:hover,
.footer-widgets  ul li.social-pinterest a,
.footer-widgets  ul li.social-pinterest a:hover,
.footer-widgets  ul li.social-linkedin a,
.footer-widgets  ul li.social-linkedin a:hover,
.footer-widgets  ul li.social-instagram a,
.footer-widgets  ul li.social-instagram a:hover,
.footer-widgets  ul li.social-rss a,
.footer-widgets  ul li.social-rss a:hover {
	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	border-radius: 48px;
    display: block;
    height: 48px;
    margin: 0 0 0 10px;
    padding: 0;
    text-indent: -9999px;
    width: 48px;
	text-align: left;
}


.footer-widgets  ul li.social-facebook a,
.footer-widgets  ul li.social-facebook a:hover,
.footer-widgets  ul li.social-youtube a,
.footer-widgets  ul li.social-youtube a:hover,
.footer-widgets  ul li.social-flickr a,
.footer-widgets  ul li.social-flickr a:hover,
.footer-widgets  ul li.social-twitter a,
.footer-widgets  ul li.social-twitter a:hover,
.footer-widgets  ul li.social-pinterest a,
.footer-widgets  ul li.social-pinterest a:hover,
.footer-widgets  ul li.social-linkedin a,
.footer-widgets  ul li.social-linkedin a:hover,
.footer-widgets  ul li.social-instagram a,
.footer-widgets  ul li.social-instagram a:hover,
.footer-widgets  ul li.social-rss a,
.footer-widgets  ul li.social-rss a:hover {
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 48px;
    margin: 0 8px 12px 0;
    height: 32px;
    width: 32px;
}


.high-school-student-section-8 ul li.social-facebook a,
.future-student-section-7 ul li.social-facebook a,
.high-school-student-section-8 ul li.social-facebook a,
.current-student-section-4 ul li.social-facebook a {
    background: #2C66CF url(images/48x48_facebook.png);
}

.high-school-student-section-8 ul li.social-facebook a:hover,
.future-student-section-7 ul li.social-facebook a:hover,
.high-school-student-section-8 ul li.social-facebook a:hover,
.current-student-section-4 ul li.social-facebook a:hover {
    background: #a60622 url(images/48x48_facebook.png);
}

.high-school-student-section-8 ul li.social-youtube a,
.future-student-section-7 ul li.social-youtube a,
.high-school-student-section-8 ul li.social-youtube a,
.current-student-section-4 ul li.social-youtube a {
    background: #2C66CF url(images/48x48_youtube.png);
}

.high-school-student-section-8 ul li.social-youtube a:hover,
.future-student-section-7 ul li.social-youtube a:hover,
.high-school-student-section-8 ul li.social-youtube a:hover,
.current-student-section-4 ul li.social-youtube a:hover {
    background: #a60622 url(images/48x48_youtube.png);
}

.high-school-student-section-8 ul li.social-flickr a,
.future-student-section-7 ul li.social-flickr a,
.high-school-student-section-8 ul li.social-flickr a,
.current-student-section-4 ul li.social-flickr a {
    background: #2C66CF url(images/48x48_flickr.png);
}

.high-school-student-section-8 ul li.social-flickr a:hover,
.future-student-section-7 ul li.social-flickr a:hover,
.high-school-student-section-8 ul li.social-flickr a:hover,
.current-student-section-4 ul li.social-flickr a:hover {
    background: #a60622 url(images/48x48_flickr.png);
}

.high-school-student-section-8 ul li.social-twitter a,
.future-student-section-7 ul li.social-twitter a,
.high-school-student-section-8 ul li.social-twitter a,
.current-student-section-4 ul li.social-twitter a {
    background: #2C66CF url(images/48x48_twitter.png);
}

.high-school-student-section-8 ul li.social-twitter a:hover,
.future-student-section-7 ul li.social-twitter a:hover,
.high-school-student-section-8 ul li.social-twitter a:hover,
.current-student-section-4 ul li.social-twitter a:hover {
    background: #a60622 url(images/48x48_twitter.png);
}

.high-school-student-section-8 ul li.social-pinterest a,
.future-student-section-7 ul li.social-pinterest a,
.high-school-student-section-8 ul li.social-pinterest a,
.current-student-section-4 ul li.social-pinterest a {
    background: #2C66CF url(images/48x48_pinterest.png);
}

.high-school-student-section-8 ul li.social-pinterest a:hover,
.future-student-section-7 ul li.social-pinterest a:hover,
.high-school-student-section-8 ul li.social-pinterest a:hover,
.current-student-section-4 ul li.social-pinterest a:hover {
    background: #a60622 url(images/48x48_pinterest.png);
}

.high-school-student-section-8 ul li.social-linkedin a,
.future-student-section-7 ul li.social-linkedin a,
.high-school-student-section-8 ul li.social-linkedin a,
.current-student-section-4 ul li.social-linkedin a {
    background: #2C66CF url(images/48x48_linkedin.png);
}

.high-school-student-section-8 ul li.social-linkedin a:hover,
.future-student-section-7 ul li.social-linkedin a:hover,
.high-school-student-section-8 ul li.social-linkedin a:hover,
.current-student-section-4 ul li.social-linkedin a:hover {
    background: #a60622 url(images/48x48_linkedin.png);
}

.high-school-student-section-8 ul li.social-instagram a,
.future-student-section-7 ul li.social-instagram a,
.high-school-student-section-8 ul li.social-instagram a,
.current-student-section-4 ul li.social-instagram a {
    background: #2C66CF url(images/48x48_instagram.png);
}

.high-school-student-section-8 ul li.social-instagram a:hover,
.future-student-section-7 ul li.social-instagram a:hover,
.high-school-student-section-8 ul li.social-instagram a:hover,
.current-student-section-4 ul li.social-instagram a:hover {
    background: #a60622 url(images/48x48_instagram.png);
}

.high-school-student-section-8 ul li.social-rss a,
.future-student-section-7 ul li.social-rss a,
.high-school-student-section-8 ul li.social-rss a,
.current-student-section-4 ul li.social-rss a {
    background: #2C66CF url(images/48x48_rss.png);
}

.high-school-student-section-8 ul li.social-rss a:hover,
.future-student-section-7 ul li.social-rss a:hover,
.high-school-student-section-8 ul li.social-rss a:hover,
.current-student-section-4 ul li.social-rss a:hover {
    background: #a60622 url(images/48x48_rss.png);
}


.footer-widgets  ul li.social-facebook a {
    background: #2C66CF url(images/32x32_facebook.png);
}

.footer-widgets  ul li.social-facebook a:hover {
    background: #a60622 url(images/32x32_facebook.png);
}

.footer-widgets ul li.social-youtube a {
    background: #2C66CF url(images/32x32_youtube.png);
}

.footer-widgets ul li.social-youtube a:hover {
    background: #a60622 url(images/32x32_youtube.png);
}

.footer-widgets ul li.social-flickr a {
    background: #2C66CF url(images/32x32_flickr.png);
}

.footer-widgets ul li.social-flickr a:hover {
    background: #a60622 url(images/32x32_flickr.png);
}

.footer-widgets ul li.social-twitter a {
    background: #2C66CF url(images/32x32_twitter.png);
}

.footer-widgets ul li.social-twitter a:hover {
    background: #a60622 url(images/32x32_twitter.png);
}

.footer-widgets ul li.social-pinterest a {
    background: #2C66CF url(images/32x32_pinterest.png);
}

.footer-widgets ul li.social-pinterest a:hover {
    background: #a60622 url(images/32x32_pinterest.png);
}

.footer-widgets ul li.social-linkedin a {
    background: #2C66CF url(images/32x32_linkedin.png);
}

.footer-widgets ul li.social-linkedin a:hover {
    background: #a60622 url(images/32x32_linkedin.png);
}

.footer-widgets ul li.social-instagram a {
    background: #2C66CF url(images/32x32_instagram.png);
}

.footer-widgets ul li.social-instagram a:hover {
    background: #a60622 url(images/32x32_instagram.png);
}

.footer-widgets ul li.social-rss a {
    background: #2C66CF url(images/32x32_rss.png);
}

.footer-widgets ul li.social-rss a:hover {
    background: #a60622 url(images/32x32_rss.png);
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
		
}

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1280px) {

	body {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* ALL SECTIONS */
	.home-odd .widget-title,
	.home-even .widget-title {
		font-size: 48px; 
		font-size: 4.8rem; 
	}

	/* POSTS */
	.home-odd .featured-content .entry-title,
	.home-even .featured-content .entry-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	/* POSTS AND WHY KIRTLAND */
	.home-odd .featured-content,
	.home-even .featured-content {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* WHY KIRTLAND */
	.home-section-3,
	.future-student-section-10,
	.parent-section-30 {
		padding: 100px 0;
	}

	/* WHY KIRTLAND */
	.home-section-3 h3,
	.future-student-section-10 h3,
	.high-school-student-section-62 h3,
	.parent-section-30 h3  {
		font-size: 34px;
		font-size: 3.4rem;
	}
	
	/* WHY KIRTLAND */
	.home-section-3 h5,
	.future-student-section-10 h5,
	.high-school-student-section-62 h5,
	.parent-section-30 h5 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	/* WHY KIRTLAND */
	.home-section-3 p,
	.future-student-section-10 p,
	.high-school-student-section-62 p,
	.parent-section-30 p {
		font-size: 18px;
		font-size: 1.8rem;
	}

	/* PROGRAMS WE OFFER */
	.home-section-2 h3,
	.future-student-section-2 h3,
	.high-school-student-section-5 h3,
	.current-student-section-3 h3,
	.parent-section-4 h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	/* KCPA, FOUNDATION, DUAL ENROLL/EARLY COLLEGE AND COS */
	.future-student-section-11 p,
	.high-school-student-section-2 p,
	.high-school-student-section-3 p,
	.alumni-section-40 p,
	.alumni-section-41 p,
	.community-section-50 p,
	.community-section-51 p,
	.community-section-52 p {
		font-size: 15px;
		font-size: 1.5rem;
	}

	h1 {
		font-size: 34px;
		font-size: 3.4rem;
	}
	
	h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	.entry-title {
		font-size: 34px;
		font-size: 3.4rem;
	}

	
	.sub-footer .wrap,
	.wrap,
	.site-inner,
	.site-header .wrap {
		max-width: 960px;
	}

	.sidebar {
		width: 260px;
		font-size: 13px;
		font-size: 1.3rem;
	}

	.sidebar img {
		max-width: 120px;
	}

	.sidebar .widget-title {
		font-size: 20px;
		font-size: 2rem;
	}
	.sidebar ul.sub-menu {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.sidebar .menu h4,
	.sidebar .menu h5 {
		font-size: 20px;
		font-size: 2rem;
	}
	
	.sidebar .menu h5 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.content {
		width: 670px;
	}
	
	.buttons-float-right .custom-button {
		width: 210px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.buttons-float-right .icon-apply,
	.buttons-float-right .icon-brochure,
	.buttons-float-right .icon-request,
	.buttons-float-right .icon-contact {
	}
	
	/*STAT-BOX*/
	.tab-holder.stat-box h3 {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.tab-holder.stat-box h4 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.tablepress {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	.footer-widgets {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.site-footer {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.comment-list li ul li {
		margin-right: -40px;
		margin-right: -4rem;
	}

	.comment-list li .avatar,
	.comment-list .comment-author::before {
		display: none;
	}

	.comment-list .comment-author,
	.comment-meta {
		font-size: 14px;
		font-size: 1.4rem;
		left: 0;
		position: inherit;
		text-align: left;
		top: 0;
		width: auto;
	}

	.comment-meta {
		margin: 0 0 10px;
		margin: 0 0 1rem;
	}

	.comment-list cite {
		text-align: left;
	}

	.comment-list cite,
	.comment-list .comment-author .says {
		display: inline-block;
	}

	.comment-list li,
	.ping-list li {
		margin: 20px 0 5px;
		margin: 2rem 0 0.5rem;
	}
	
}

@media only screen and (max-width: 1024px) {


	
	/* ALL SECTIONS */
	.home-odd .widget-title,
	.home-even .widget-title {
		font-size: 42px; 
		font-size: 4.2rem; 
	}

	/* POSTS */
	.home-odd .featured-content .entry-title,
	.home-even .featured-content .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
	}

	/* POSTS AND WHY KIRTLAND */
	.home-odd .featured-content,
	.home-even .featured-content {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* WHY KIRTLAND */
	.home-section-3,
	.future-student-section-10,
	.high-school-student-section-62,
	.parent-section-30 {
		padding: 100px 0;
	}

	/* WHY KIRTLAND */
	.home-section-3 h3,
	.future-student-section-10 h3,
	.high-school-student-section-62 h3,
	.parent-section-30 h3  {
		font-size: 30px;
		font-size: 3.0rem;
	}
	
	/* WHY KIRTLAND */
	.home-section-3 h5,
	.future-student-section-10 h5,
	.high-school-student-section-62 h5,
	.parent-section-30 h5 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	/* WHY KIRTLAND */
	.home-section-3 p,
	.future-student-section-10 p,
	.high-school-student-section-62 p,
	.parent-section-30 p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* PROGRAMS WE OFFER */
	.home-section-2 h3,
	.future-student-section-2 h3,
	.high-school-student-section-5 h3,
	.current-student-section-3 h3,
	.parent-section-4 h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	/* KCPA, FOUNDATION, DUEL ENROLL/EARLY COLLEGE AND COS */
	.future-student-section-11 p,
	.high-school-student-section-2 p,
	.high-school-student-section-3 p,
	.alumni-section-40 p,
	.alumni-section-41 p,
	.community-section-50 p,
	.community-section-51 p,
	.community-section-52 p {
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.home-section-3,
	.future-student-section-10,
	.future-student-section-11,
	.high-school-student-section-60,
	.current-student-section-20,
	.parent-section-30,
	.alumni-section-40,
	.alumni-section-41,
	.community-section-50,
	.community-section-51,
	.community-section-52 {
		background-attachment: scroll;
	}

}

@media only screen and (max-width: 960px) {
	
	.parallax-home .site-inner {
		margin: 0 auto 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	.site-header {
		position: relative;
	}
	
	.site-title,
	.title-area {
		width: 100%;
		margin: 0 auto 0;
		float: none;
		text-align: center;
	}
	
	.site-title,
	.header-image .site-title > a {
		margin: 0 auto 10px;
		width: 100%;
		text-align: center;
	}

	.site-header {
		padding: 6px 0;
		padding: .6rem 0;
	}

	.title-area {
		padding-bottom: 12px;
		padding-bottom: 1.2rem;
	}


	.site-inner {
		margin-top: 30px;
	}
		
	.content {
		background-image: none;
		height: auto;
		min-height: 1px;
		padding: 0;
	}

	
	/* ALL SECTIONS */
	.home-even,
	.home-odd {
		padding: 40px;
	}
	
	
	.home-section-1,
	.future-student-section-1,
	.high-school-student-section-1,
	.current-student-section-1,
	.parent-section-1,
	.community-section-1,
	.community-section-1 {
		padding: 0;
	}

	.future-student-section-6 .featured-content .entry,
	.high-school-student-section-7 .featured-content .entry,
	.parent-section-6 .featured-content .entry,
	.alumni-section-5 .featured-content .entry,
	.community-section-6 .featured-content .entry {
		width: 100%;
		float: none;
		height: auto;
		min-height: 1px;
	}

	.home-section-3,
	.future-student-section-10,
	.future-student-section-11,
	.high-school-student-section-60,
	.current-student-section-20,
	.parent-section-30,
	.alumni-section-40,
	.alumni-section-41,
	.community-section-50,
	.community-section-51,
	.community-section-52 {
		background-attachment: scroll;
		background-position: 50% 0px;
		background-repeat: no-repeat;
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size: 		 auto;
	}

	.boxes .item,
	.boxes .item-full,
	.boxes .item-two-thirds,
	.boxes .bg {
		width: 100%;
		float: none;
		height: auto;
		min-height: 1px !important;
	}

	.stat-box .boxes .item-two-thirds  {
		 width: 63%;
	}
	
	.buttons-float-right .custom-button {
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.wrap,
	.sub-footer .wrap,
	.site-inner,
	.footer-widgets .wrap {
		max-width: 960px;
		width: 90%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
		float: none !important;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 33%;
		float: left;
	}
	
	
	.sidebar {
		border-top: 1px solid #666;
		padding-top: 30px;
	}

	.sidebar .widget {
		text-align: left;
		border: none;
	}
	
	.sidebar .widget-title,
	.sidebar .widget-title a {
		text-align: left;
	}
	
	.sidebar ul.menu {
		margin: 0;
	}

	.sidebar ul.menu li {
		text-align: left;
	}
	.sidebar ul.sub-menu ul.sub-menu {
		border-right: none;
		border-left: 3px solid #eee;
		padding: 0 0 0 4px;
	}

	.header-image .site-header .title-area {
		background-position: top !important;
	}

	.entry-footer .entry-meta {
		padding: 0;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .featured-content img {
		max-width: 150px;
	}

	.sidebar .widget-title,
	.sidebar .widget-title a {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.footer-widgets .enews #subbox {
		width: 260px;
	}
	
	.video iframe,
	.calendar iframe {
		max-width: 100% !important;
		width: 100% !important;
		height: 480px!important;
		max-height: 480px !important;
	}

	#sendtoprinter {
		display: none;
	}

}

@media only screen and (max-width: 768px) {

		
	/* ALL SECTIONS */
	.home-even,
	.home-odd {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 20px;
	}
	.home-section-1,
	.future-student-section-1,
	.high-school-student-section-1,
	.current-student-section-1,
	.parent-section-1,
	.community-section-1,
	.community-section-1 {
		padding: 0;
	}
	
	/* ALL SECTIONS */
	.home-odd .widget-title,
	.home-even .widget-title {
		font-size: 32px; 
		font-size: 3.2rem; 
	}

	/* POSTS */
	.home-odd .featured-content .entry-title,
	.home-even .featured-content .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
	}

	/* POSTS AND WHY KIRTLAND */
	.home-odd .featured-content,
	.home-even .featured-content {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* WHY KIRTLAND */
	.home-section-3,
	.future-student-section-10,
	.high-school-student-section-62,
	.parent-section-30 {
		padding: 40px 0;
	}

	/* WHY KIRTLAND */
	.home-section-3 h3,
	.future-student-section-10 h3,
	.high-school-student-section-62 h3,
	.parent-section-30 h3  {
		font-size: 30px;
		font-size: 3.0rem;
	}
	
	/* WHY KIRTLAND */
	.home-section-3 h5,
	.future-student-section-10 h5,
	.high-school-student-section-62 h5,
	.parent-section-30 h5 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	/* WHY KIRTLAND */
	.home-section-3 p,
	.future-student-section-10 p,
	.high-school-student-section-62 p,
	.parent-section-30 p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* PROGRAMS WE OFFER */
	.home-section-2 h3,
	.future-student-section-2 h3,
	.high-school-student-section-5 h3,
	.current-student-section-3 h3,
	.parent-section-4 h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	/* KCPA, FOUNDATION, DUEL ENROLL/EARLY COLLEGE AND COS */
	.future-student-section-11 p,
	.high-school-student-section-2 p,
	.high-school-student-section-3 p,
	.alumni-section-40 p,
	.alumni-section-41 p,
	.community-section-50 p,
	.community-section-51 p,
	.community-section-52 p {
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	/* CURRENT STUDENT */
	.current-student-section-20 h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 26px;
		font-size: 2.6rem;
		font-weight: normal;
		margin: 0 0 32px 0;
		color: #333;
	}
	
	.current-student-section-20 h3 {
		font-size: 22px;
		font-size: 2.2rem;
	}

	/* FUTURE STUDENT */
	.future-student-section-11 h3 {
		font-size: 24px;
		font-size: 2.3rem;
	}

	/* HIGH SCHOOL STUDENT */
	.high-school-student-section-2 h3,
	.high-school-student-section-3 h3 {
		font-size: 24px;
		font-size: 2.3rem;
	}

	.buttons-float-right .custom-button {
		width: 180px;
	}

	.video iframe,
	.calendar iframe {
		max-width: 100% !important;
		width: 100% !important;
		height: 390px !important;
		max-height: 390px !important;
	}

	/* DOWN ARROW */
	.go-down-holder, 
	.go-down-holder .relative {
		height: 45px;
		width: 32px;
		margin: 30px auto 20px;
		text-align: center !important;
	}
	.go-down-holder .go-down {
		bottom: 0;
		display: block;
		height: 32px;
		width: 32px;
	}
	.go-down-holder .go-down.blue {
		background: url("http://www.kirtland.edu/wp-content/uploads/down-arrow-blue-mobile.png") no-repeat;
	}
	.go-down-holder .go-down.red {
		background: url("http://www.kirtland.edu/wp-content/uploads/down-arrow-red-mobile.png") no-repeat;
	}
	.go-down-holder .go-down.white {
		background: url("http://www.kirtland.edu/wp-content/uploads/down-arrow-white-mobile.png") no-repeat;
	}

}

@media only screen and (max-width: 600px) {

	body {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.content {
		padding: 0;
	}

	/* ALL SECTIONS */
	.home-odd .widget-title,
	.home-even .widget-title {
		font-size: 30px; 
		font-size: 3.0rem; 
	}

	/* WHY KIRTLAND */
	.home-section-3,
	.future-student-section-10,
	.high-school-student-section-62,
	.parent-section-30 {
	}

	/* WHY KIRTLAND */
	.home-section-3 h3,
	.future-student-section-10 h3,
	.high-school-student-section-62 h3,
	.parent-section-30 h3  {
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	/* WHY KIRTLAND */
	.home-section-3 h5,
	.future-student-section-10 h5,
	.high-school-student-section-62 h5,
	.parent-section-30 h5 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	/* WHY KIRTLAND */
	.home-section-3 p,
	.future-student-section-10 p,
	.high-school-student-section-62 p,
	.parent-section-30 p {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* KCPA */
	.alumni-section-40,
	.community-section-50 {
		background-color: #000;
	}
	
	/* CURRENT STUDENT */
	.current-student-section-20 h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: normal;
		margin: 0 0 32px 0;
		color: #333;
	}
	
	.current-student-section-20 h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}


	.home-odd .featured-content .entry.half-width, .home-even .featured-content .entry.half-width,
	.home-odd .featured-content .entry.third-width, .home-even .featured-content .entry.third-width,
	.home-odd .featured-content .entry.third-width.last, .home-even .featured-content .entry.third-width.last{
		width: 100%;
		height: auto;
		min-height: 1px;
	}

	.home-section-3,
	.future-student-section-10,
	.future-student-section-11,
	.high-school-student-section-60,
	.current-student-section-20,
	.parent-section-30,
	.alumni-section-40,
	.alumni-section-41,
	.community-section-50,
	.community-section-51,
	.community-section-52 {
		background-image: none;
		-webkit-background-size: 0;
		-moz-background-size:    0;
		background-size:         0;
	}

	.archive-page,
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
		
	.content .entry-title a {
		font-size: 20px;
		font-size: 2rem;
	}

	h1 {
		font-size: 38px;
		font-size: 3.8rem;
		line-height: 1.1;
	}
	
	h2 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.1;
	}
	
	h3 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.1;
	}
	
	h4 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.1;
	}
	
	h5 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.1;
	}
	
	h6 {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.1;
	}

	.entry-title {
		font-size: 38px;
		font-size: 3.8rem;
		line-height: 1.1;
	}


	.footer-widgets {
		padding: 20px 20px 0 20px;
		padding: 2rem 2rem 0 2rem;
	}
	
	.site-inner img,
	.sidebar img,
	.wp-caption,
	.alignright,
	.alignleft,
	a.alignright img, 
	img.alignright, 
	.wp-caption.alignright,
	a.alignleft img, 
	img.alignleft, 
	.wp-caption.alignleft {
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
	    margin: 0 0 12px 0 !important;
	    margin: 0 0 1.2rem 0 !important;
		clear: both !important;
	}

	
	.comment-respond, .entry-pings {
		padding: 0;
	}
	
	.sidebar .widget-title,
	.sidebar .widget-title a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.call-out {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	
	.footer-widgets
	 .enews #subbox {
		width: 80%;
	}

	img.normal,
	img.gfield_captcha,
	img.lmm-panel-api-images,
	img.leaflet-marker-icon,
	img.ui-datepicker-trigger {
		width: auto !important;
		margin: auto !important;
		clear: both !important;
	}

	img.normal {
		margin: 6px !important;
	}
	
	.calendar-mobile { 
		display: block;
	}
	.calendar { 
		display: none;
	}
	.calendar-mobile iframe {
		max-width: 100%;
		height: 600px;
	}

	.gform_wrapper .top_label li.gfield.gf_left_half,
	.gform_wrapper .top_label li.gfield.gf_right_half,
	.gform_wrapper .top_label li.gfield.gf_left_third,
	.gform_wrapper .top_label li.gfield.gf_middle_third,
	.gform_wrapper .top_label li.gfield.gf_right_third,
	.gform_wrapper .top_label li.gfield.gf_left_fourth,
	.gform_wrapper .top_label li.gfield.gf_middle_fourth,
	.gform_wrapper .top_label li.gfield.gf_right_fourth {
		float: none !important;
	}

	.buttons-float-right {
		float: none;
		margin: 0 0 10px 0;
	}
	.buttons-float-right .custom-button {
		width: 240px;
	}
	.stat-box .boxes .item-two-thirds  {
		 width: 100%;
	}
	.clump.clump-2 {
		margin: 0;
	}

	.footer-widgets .footer-widgets-1,
	.footer-widgets .footer-widgets-2,
	.footer-widgets .footer-widgets-3,
	.footer-widgets .footer-widgets-4,
	.footer-widgets .footer-widgets-5 {
		width: 100%;
		float: none;
	}

	.future-student-section-7 ul li.social-facebook a,
	.future-student-section-7 ul li.social-facebook a:hover,
	.future-student-section-7 ul li.social-youtube a,
	.future-student-section-7 ul li.social-youtube a:hover,
	.future-student-section-7 ul li.social-flickr a,
	.future-student-section-7 ul li.social-flickr a:hover,
	.future-student-section-7 ul li.social-twitter a,
	.future-student-section-7 ul li.social-twitter a:hover,
	.future-student-section-7 ul li.social-pinterest a,
	.future-student-section-7 ul li.social-pinterest a:hover,
	.future-student-section-7 ul li.social-linkedin a,
	.future-student-section-7 ul li.social-linkedin a:hover,
	.future-student-section-7 ul li.social-instagram a,
	.future-student-section-7 ul li.social-instagram a:hover,
	.future-student-section-7 ul li.social-rss a,
	.future-student-section-7 ul li.social-rss a:hover,
	.high-school-student-section-8 ul li.social-facebook a,
	.high-school-student-section-8 ul li.social-facebook a:hover,
	.high-school-student-section-8 ul li.social-youtube a,
	.high-school-student-section-8 ul li.social-youtube a:hover,
	.high-school-student-section-8 ul li.social-flickr a,
	.high-school-student-section-8 ul li.social-flickr a:hover,
	.high-school-student-section-8 ul li.social-twitter a,
	.high-school-student-section-8 ul li.social-twitter a:hover,
	.high-school-student-section-8 ul li.social-pinterest a,
	.high-school-student-section-8 ul li.social-pinterest a:hover,
	.high-school-student-section-8 ul li.social-linkedin a,
	.high-school-student-section-8 ul li.social-linkedin a:hover,
	.high-school-student-section-8 ul li.social-instagram a,
	.high-school-student-section-8 ul li.social-instagram a:hover,
	.high-school-student-section-8 ul li.social-rss a,
	.high-school-student-section-8 ul li.social-rss a:hover,
	.current-student-section-4 ul li.social-facebook a,
	.current-student-section-4 ul li.social-facebook a:hover,
	.current-student-section-4 ul li.social-youtube a,
	.current-student-section-4 ul li.social-youtube a:hover,
	.current-student-section-4 ul li.social-flickr a,
	.current-student-section-4 ul li.social-flickr a:hover,
	.current-student-section-4 ul li.social-twitter a,
	.current-student-section-4 ul li.social-twitter a:hover,
	.current-student-section-4 ul li.social-pinterest a,
	.current-student-section-4 ul li.social-pinterest a:hover,
	.current-student-section-4 ul li.social-linkedin a,
	.current-student-section-4 ul li.social-linkedin a:hover,
	.current-student-section-4 ul li.social-instagram a,
	.current-student-section-4 ul li.social-instagram a:hover,
	.current-student-section-4 ul li.social-rss a,
	.current-student-section-4 ul li.social-rss a:hover {
		-moz-border-radius: 32px;
		-webkit-border-radius: 32px;
		border-radius: 32px;
		display: block;
		height: 32px;
		margin: 0 0 0 10px;
		padding: 0;
		text-indent: -9999px;
		width: 32px;
		text-align: left;
	}

	.future-student-section-7 ul li.social-facebook a,
	.high-school-student-section-8 ul li.social-facebook a,
	.current-student-section-4 ul li.social-facebook a {
		background: #2C66CF url(images/32x32_facebook.png);
	}
	
	.future-student-section-7 ul li.social-facebook a:hover,
	.high-school-student-section-8 ul li.social-facebook a:hover,
	.current-student-section-4 ul li.social-facebook a:hover {
		background: #a60622 url(images/32x32_facebook.png);
	}
	
	.future-student-section-7 ul li.social-youtube a,
	.high-school-student-section-8 ul li.social-youtube a,
	.current-student-section-4 ul li.social-youtube a {
		background: #2C66CF url(images/32x32_youtube.png);
	}
	
	.future-student-section-7 ul li.social-youtube a:hover,
	.high-school-student-section-8 ul li.social-youtube a:hover,
	.current-student-section-4 ul li.social-youtube a:hover {
		background: #a60622 url(images/32x32_youtube.png);
	}
	
	.future-student-section-7 ul li.social-flickr a,
	.high-school-student-section-8 ul li.social-flickr a,
	.current-student-section-4 ul li.social-flickr a {
		background: #2C66CF url(images/32x32_flickr.png);
	}
	
	.future-student-section-7 ul li.social-flickr a:hover,
	.high-school-student-section-8 ul li.social-flickr a:hover,
	.current-student-section-4 ul li.social-flickr a:hover {
		background: #a60622 url(images/32x32_flickr.png);
	}
	
	.future-student-section-7 ul li.social-twitter a,
	.high-school-student-section-8 ul li.social-twitter a,
	.current-student-section-4 ul li.social-twitter a {
		background: #2C66CF url(images/32x32_twitter.png);
	}
	
	.future-student-section-7 ul li.social-twitter a:hover,
	.high-school-student-section-8 ul li.social-twitter a:hover,
	.current-student-section-4 ul li.social-twitter a:hover {
		background: #a60622 url(images/32x32_twitter.png);
	}
	
	.future-student-section-7 ul li.social-pinterest a,
	.high-school-student-section-8 ul li.social-pinterest a,
	.current-student-section-4 ul li.social-pinterest a {
		background: #2C66CF url(images/32x32_pinterest.png);
	}
	
	.future-student-section-7 ul li.social-pinterest a:hover,
	.high-school-student-section-8 ul li.social-pinterest a:hover,
	.current-student-section-4 ul li.social-pinterest a:hover {
		background: #a60622 url(images/32x32_pinterest.png);
	}
	
	.future-student-section-7 ul li.social-linkedin a,
	.high-school-student-section-8 ul li.social-linkedin a,
	.current-student-section-4 ul li.social-linkedin a {
		background: #2C66CF url(images/32x32_linkedin.png);
	}
	
	.future-student-section-7 ul li.social-linkedin a:hover,
	.high-school-student-section-8 ul li.social-linkedin a:hover,
	.current-student-section-4 ul li.social-linkedin a:hover {
		background: #a60622 url(images/32x32_linkedin.png);
	}
	
	.future-student-section-7 ul li.social-instagram a,
	.high-school-student-section-8 ul li.social-instagram a,
	.current-student-section-4 ul li.social-instagram a {
		background: #2C66CF url(images/32x32_instagram.png);
	}
	
	.future-student-section-7 ul li.social-instagram a:hover,
	.high-school-student-section-8 ul li.social-instagram a:hover,
	.current-student-section-4 ul li.social-instagram a:hover {
		background: #a60622 url(images/32x32_instagram.png);
	}
	
	.future-student-section-7 ul li.social-rss a,
	.high-school-student-section-8 ul li.social-rss a,
	.current-student-section-4 ul li.social-rss a {
		background: #2C66CF url(images/32x32_rss.png);
	}
	
	.future-student-section-7 ul li.social-rss a:hover,
	.high-school-student-section-8 ul li.social-rss a:hover,
	.current-student-section-4 ul li.social-rss a:hover {
		background: #a60622 url(images/32x32_rss.png);
	}

	.video iframe,
	.calendar iframe {
		max-width: 100% !important;
		width: 100% !important;
		height: 260px !important;
		max-height: 260px !important;
	}



}

@media only screen and (max-width: 400px) {




}
