/*
	Theme Name: BYU News Pro Theme Edit
	Theme URI: http://my.studiopress.com/themes/news/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework. Modified to meet BYU standards.
	Author: StudioPress. Modified by BYU Publications and Graphics.
	Author URI: http://www.studiopress.com/
	Version: 1.0.0
 
	Tags: black, red, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.0.1
 
	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
		- Genesis Responsive Slider
		- Genesis Tabs
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- Pagination
		- Comments
		- In Page Menu Content
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- BYU News Pro Blue
		- BYU News Pro Green
		- BYU News Pro Pink
		- BYU News Pro Orange
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

/* Baseline Normalize
	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
--------------------------------------------- */

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

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

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination: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-color: #f6f5f2;
	background: url("images/redox_01.png");
	/*
	color: #666;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	*/
	color: #444;
	font-family: "Thonburi", "DroidSans", "Droid Sans", "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	-webkit-text-size-adjust: 100%;
}

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: #000;
	color: #fff;
}

::selection {
	/*
	background-color: #000;
	color: #fff;
	*/
}

a {
	color: #ff0000;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #000;
}

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

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

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

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;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	font-family: "Palatino", "DroidSerif", "Droid Serif", Georgia, serif;
	text-rendering: optimizeLegibility;
}

h2, h3, h4, h5, h6 { color: #444; }

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

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

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

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

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

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* 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 #e3e3e3;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input[type="checkbox"], 
input[type="radio"], 
input[type="image"] {
	width: auto;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #000;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 16px;
	padding: 1.6rem;
	text-transform: uppercase;
	width: auto;
}

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

.button {
	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: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


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

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

.site-container {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin: 60px auto;
	margin: 6rem auto;
	max-width: 1140px;
	position: relative;
	z-index: 2;
}

.news-pro-landing .site-container {
	max-width: 960px;
}

.site-inner {
	clear: both;
}

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

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 960px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 778px;
	position: relative;
	overflow: auto;
	
}

.content-sidebar .content,
.content-sidebar-sidebar .content {
	border-right: 1px solid #e3e3e3;
	float: left;
}

.sidebar-content-sidebar .content {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	float: left;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {	
	width: 600px;
}

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 359px;
}

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

.sidebar-sidebar-content .sidebar-primary {
	border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .sidebar-primary {
	border-right: 1px solid #e3e3e3;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	width: 177px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* 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="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 20px;
	margin: 0 auto 2rem;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

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

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

a.alignleft,
a.alignright {
    max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 16px 0;
	margin: 0 2.4rem 1.6rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 16px;
	margin: 0 0 2.4rem 1.6rem;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	padding: 20px;
	padding: 2rem;
	text-transform: uppercase;
}

.archive-description,
.author-box {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	margin: 0;
	overflow: hidden;
	padding: 20px;
	padding: 2rem;
}

.author-box-title {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	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 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

.entry-title a:hover {
	color: #ff0000;
}

.widget-title {
	border-top: 3px solid #000;
	border-bottom: 1px solid #e3e3e3;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	padding: 16px;
	padding: 1.6rem;
	text-align: center;
	text-transform: uppercase;
}

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


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

.widget {
	word-wrap: break-word;
}

.ad {
	margin: 0 4px;
	margin: 0 0.4rem;
}

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

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
}

.featured-content p {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

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

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

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #ff0000;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
	color: #000;
}

.enews form + p {
	margin-top: 20px;
	margin-top: 2rem;
}

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

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

/* Genesis Responsive Slider
--------------------------------------------- */

.news-pro-home .content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}

.news-pro-home .content #genesis-responsive-slider,
.news-pro-home .content .genesis_responsive_slider .slides li,
.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.news-pro-home .content #genesis-responsive-slider,
.news-pro-home .content .genesis_responsive_slider li {
	border: none;
}

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

.home-top .widget.ui-tabs .entry {
	background: none;
	border: none;
	color: #fff;
	margin: 0;
	overflow: hidden;
	padding: 0;
	min-height: 400px;
}

.home-top .widget.ui-tabs .entry h2 a {
	background: rgba( 0, 0, 0, 0.8 );
	display: inline-block;
	font-weight: 400;
	line-height: 1.2;
	padding: 1.6rem;
	padding: 16px;
	position: relative;
	z-index: 9;
}

.home-top .widget.ui-tabs .entry p {
	background: rgba( 0, 0, 0, 0.8 );
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 24px;
	margin: 0 2.4rem;
	padding: 12px 24px;
	padding: 1.2rem 2.4rem;
	position: relative;
	z-index: 9;
}

.home-top .widget.ui-tabs .entry h2 {
	margin: 0;
	padding: 24px 24px 8px;
	padding: 2.4rem 2.4rem 0.8rem;
}

.home-top .widget.ui-tabs {
	position: relative;
}

.home-top .ui-tabs ul.ui-tabs-nav {
	bottom: 40px;
	margin: 0 0 0 40px;
	position: absolute;
	right: 40px;
	z-index: 9;
}

.home-top .ui-tabs ul.ui-tabs-nav li {
	border: none;
	margin: 0;
}

.home-top .ui-tabs ul.ui-tabs-nav li::before {
	display: none;
}

.home-top .ui-tabs ul.ui-tabs-nav li a {
	background-color: #000;
	color: #fff;
	display: inline-block;
}

.home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a {
	background-color: #ff0000;
}

.home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

.home-top .widget.ui-tabs img {
	position: absolute;
}

.home-top .widget.ui-tabs a {
	color: #fff;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

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

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul li:before {
	display: none;
}


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

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 40px 0;
	padding: 4rem 0;
}

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

.title-area {
	float: left;
	padding-left: 40px;
	padding-left: 4rem;
	width: 300px;
}

.site-title {
	font-weight: 700;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

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

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin: 10px 0 0;
	margin: 1rem 0 0;
	text-transform: uppercase;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

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

/* Logo, hide text */

.header-image .site-title a {
	background-position: top !important;
	float: left;
	min-height: 90px;
	width: 100%;
}


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

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	padding-right: 40px;
	padding-right: 4rem;
	text-align: right;
	width: 800px;
}

.site-header .widget-area li {
	list-style-type: none;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


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

/*
.genesis-nav-menu {
	clear: both;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border-right: 1px solid #e3e3e3;
	color: #000;
	display: block;
	padding: 20px 24px;
	padding: 2rem 2.4rem;
	position: relative;
}

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

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #e3e3e3;	
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 12px 24px;
	padding: 1.2rem 2.4rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #000;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 199px;
}

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	border: none;
	border-left: 1px solid #e3e3e3;
	display: inline-block;
	padding: 20px 24px;
	padding: 2rem 2.4rem;
}

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

.genesis-nav-menu .search input[type="search"] {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 16px;
	padding: 1rem 1.6rem;
}
*/

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

/*
.site-header .genesis-nav-menu a {
	border: none;
}

.site-header .genesis-nav-menu .sub-menu a {
	border: 1px solid #e3e3e3;
	border-top: none;
}
*/

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

/*
.nav-primary {
	border-bottom: 1px solid #e3e3e3;
	border-top: 3px solid #000;
}
*/

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

/*
.nav-secondary {
	border-bottom: 1px solid #e3e3e3;
}

.nav-secondary a:hover {
	color: #fff;
	background-color: #003366;
	background-image: -webkit-linear-gradient(#336699, #003366 1px, #002255);
	background-image: linear-gradient(#336699, #003366 1px, #002255);
}
*/

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

/* Home Page
--------------------------------------------- */

.home-top {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 20px 0;
	padding: 2rem 2rem 0;
}

.home-top .featured-content .entry-title {
	font-size: 30px;
	font-size: 3rem;
}

.home-middle-left {
	border-right: 1px solid #e3e3e3;	
	float: left;
	padding: 20px 20px 0;
	padding: 2rem 2rem 0;
	width: 50%;
}

.home-middle-right {
	float: right;
	padding: 20px 20px 0;
	padding: 2rem 2rem 0;
	width: 50%;
}

.home-bottom {
	border-top: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 20px 0;
	padding: 2rem 2rem 0;
}

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

.entry {
	border-bottom: 1px solid #e3e3e3;
	padding: 40px;
	padding: 4rem;
}

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

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

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

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

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

.entry-meta {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

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

.entry-footer .entry-meta {
	border-top: 1px dotted #e3e3e3;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

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

.entry-categories,
.entry-tags {
	display: block;
}

.after-entry {
	padding: 20px;
	padding: 2rem;
}

/* Entry Navigation
--------------------------------------------- */

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #ff0000;
	color: #fff;
}

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

.entry-comments,
.comment-respond {
	padding: 40px;
	padding: 4rem;
}

.entry-comments {
	border-bottom: 1px solid #e3e3e3;
	padding-right: 0;
}

.ping-list {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	color: #000;
	font-weight: 700;
	margin-bottom: 0;
}

.entry-comments .comment-meta {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.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-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

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

li.comment {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

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

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

/*In Page Menu Content
--------------------------------------------- */



.content-container {
	margin-right: auto;
	margin-left: auto;
	position:relative;
	/*margin-left: 160px;*/
	/*max-width: 2000px;*/
}

.container-final {
	margin-left:200px;
	position:relative;
}

.content-clearfix {
	zoom: 1;
}

.content-clearfix:before,
.content-clearfix:after {
	content: " ";
	display: table;	
}

.content-clearfix:after {
	clear:both;
}

.box {
	background-color: #336699;
	box-shadow: 0 8px 12px rgba(0,0,0,.2);
	float:left;
	height:85px;
	margin:10px;
	overflow: visible;
	text-align: center;
	width: 48%;
	color: #fff;
}

/*.dropdown:hover .dropdown-content {
	display: block;	
}*/

.dropdown {
	display: inline-block;
	font-family: "Whitney SSm A","Whitney SSm B","OpenSans","Thonburi","DroidSans","Droid Sans","sans-serif","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	margin:10px 0 0 0;
	padding:0px;
	position:relative;
	width:100%;
}

.dropdown-content {
	background:white;
	background-color: #fff;
	box-shadow: 2px 8px 16px 2px rgba(0,0,0,0.2);
	display: none;
	font-family: "Whitney SSm A","Whitney SSm B","OpenSans","Thonburi","DroidSans","Droid Sans","sans-serif","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	padding: 12px 16px;
	position:absolute;
	-webkit-transition-property:background;
	-moz-transition-property:background;
	width:100%;
	z-index: 2;
	color:#444;
	margin-top: 37px;
}

.content-list:hover {
	background: #B3D4FC;
	background-clip:content-box;
	cursor: pointer;
}

.content-list {
	font-family: "Whitney SSm A","Whitney SSm B","OpenSans","Thonburi","DroidSans","Droid Sans","sans-serif","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	line-height: 200%;
	list-style-type: none;
	margin:15px;
	padding-right:60px;
	text-align:25% 75%;
}

.dropdown-toggle:hover {
	cursor: pointer;
}

.dropdown-toggle {
	color:#fff;
	font-size: 1.17em;
	font-weight: bold;
	margin:1em 0 0 0;
}

.orca-content-list {
	font-family: "Whitney SSm A","Whitney SSm B","OpenSans","Thonburi","DroidSans","Droid Sans","sans-serif","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	line-height: 200%;
	list-style-type: none;
	padding-right: 100px; /*60px*/
	text-align: center;
}

.unhide {
	display: block;
}

.unhide-content {
	background:none;
	display:none;
	font-family: "Whitney SSm A","Whitney SSm B","OpenSans","Thonburi","DroidSans","Droid Sans","sans-serif","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	margin: 0px;
	padding:0px;
	position:relative;
	z-index:1
}





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

.after-entry li,
.news-pro-home .content li,
.sidebar li {
	border-bottom: 1px dotted #e3e3e3;
	list-style-type: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding-bottom: 12px;
	padding-bottom: 1.2rem;
	word-wrap: break-word;
}

.after-entry li::before,
.news-pro-home .content li::before,
.sidebar li::before {
	content: "\203a";
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 10px;
	margin: 0 1rem;
}

.after-entry li ul,
.news-pro-home .content li ul,
.sidebar li ul {
	border-top: 1px dotted #e3e3e3;
	margin-top: 12px;
	margin-top: 1.2rem;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.after-entry ul > li:last-child,
.news-pro-home .content ul > li:last-child,
.sidebar ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.after-entry .widget,
.news-pro-home .content .widget {
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.sidebar .widget {
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px;
	padding: 2rem;
}

.sidebar .enews-widget {
	background-color: #000;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}


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

.footer-widgets {
	position: relative;
	z-index: 2;
	background-color: #e8e8e8;
	color: #6b6a69;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	clear: both;
	/*
	padding: 40px 40px 16px;
	padding: 4rem 40px 1.6rem;
	*/
	padding-bottom: 1.5em;
	font-size: 1.1em;
	-webkit-box-shadow: 0 -1px 0px #dddddd;
	-moz-box-shadow: 0 -1px 0px #dddddd;
	box-shadow: 0 -1px 0px #dddddd;
}


.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6 {
	width: 15%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	/* margin-right: 20px; */
	margin-right: 2%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	float: left;
}

.footer-widgets-6 {
	float: left;
}

.footer-widgets a {
	color: #6b6a69 !important;
	font-size: .85em;
}

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

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	border: none;
	color: #595857;
	/*
	font-weight: 700;
	*/
	padding: 0;
	margin: 0;
	/*
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	*/
	border-bottom: 1px solid #c7c7c7;
	text-align: left;
	font-family: "Whitney SSm A","Whitney SSm B","OpenSans","Thonburi","DroidSans","Droid Sans","sans-serif","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-weight: 600;
	text-transform: none;
	font-size: 1em;
}

.footer-widgets li {
	list-style-type: none;
	/*
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	*/
	padding: .30em 1%;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets .wrap {
	margin: 9px 5%;
	width: auto;
}

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

.site-footer {
	font-weight: 500; 
	font-style: normal;
	background-color: #dddddd;
	font-size: 1.1em;
	text-align: center;
	border-top: 1px solid #fff;
	padding: .5em 9% 1px;
	position: relative;
	z-index: 2;
}

.site-footer .wrap {
	margin: 1em auto 2em;
}

.site-footer a {
	color: #6b6a69 !important;
	padding: .1em 1%;
	font-size: .85em;
}

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

.site-footer p {
	margin: 0px 0px 10px;
	font-size: .95em;
}

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

/* BYU News Pro Blue
--------------------------------------------- */

.news-pro-blue .entry-title a:hover,
.news-pro-blue .footer-widgets a:hover,
.news-pro-blue .site-footer a:hover,
.news-pro-blue a {
	color: #27a3d1;
}

.news-pro-blue .entry-title a,
.news-pro-blue .genesis-nav-menu a,
.news-pro-blue .sidebar .widget-title a,
.news-pro-blue .site-title a,
.news-pro-blue .site-title a:hover,
.news-pro-blue a:hover {
	color: #000;
}

.news-pro-blue .button,
.news-pro-blue .button:hover,
.news-pro-blue .footer-widgets a,
.news-pro-blue .genesis-nav-menu .current-menu-item > a,
.news-pro-blue .genesis-nav-menu a:hover {
	color: #fff;
}

.news-pro-blue .site-footer a {
	color: #aaa;
}

.news-pro-blue .archive-pagination li a:hover,
.news-pro-blue .archive-pagination li.active a,
.news-pro-blue .button:hover,
.news-pro-blue .enews-widget input[type="submit"],
.news-pro-blue .entry-content .button:hover,
.news-pro-blue .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.news-pro-blue button:hover,
.news-pro-blue input:hover[type="button"],
.news-pro-blue input:hover[type="reset"],
.news-pro-blue input:hover[type="submit"] {
	background-color: #27a3d1;
}

.news-pro-blue .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.news-pro-blue .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

/* BYU News Pro Green
--------------------------------------------- */

.news-pro-green .entry-title a:hover,
.news-pro-green .footer-widgets a:hover,
.news-pro-green .site-footer a:hover,
.news-pro-green a {
	color: #7dc246;
}

.news-pro-green .entry-title a,
.news-pro-green .genesis-nav-menu a,
.news-pro-green .sidebar .widget-title a,
.news-pro-green .site-title a,
.news-pro-green .site-title a:hover,
.news-pro-green a:hover {
	color: #000;
}

.news-pro-green .button,
.news-pro-green .button:hover,
.news-pro-green .footer-widgets a,
.news-pro-green .genesis-nav-menu .current-menu-item > a,
.news-pro-green .genesis-nav-menu a:hover {
	color: #fff;
}

.news-pro-green .site-footer a {
	color: #aaa;
}

.news-pro-green .archive-pagination li a:hover,
.news-pro-green .archive-pagination li.active a,
.news-pro-green .button:hover,
.news-pro-green .enews-widget input[type="submit"],
.news-pro-green .entry-content .button:hover,
.news-pro-green .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.news-pro-green button:hover,
.news-pro-green input:hover[type="button"],
.news-pro-green input:hover[type="reset"],
.news-pro-green input:hover[type="submit"] {
	background-color: #7dc246;
}

.news-pro-green .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.news-pro-green .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

/* BYU News Pro Pink
--------------------------------------------- */

.news-pro-pink .entry-title a:hover,
.news-pro-pink .footer-widgets a:hover,
.news-pro-pink .site-footer a:hover,
.news-pro-pink a {
	color: #e81857;
}

.news-pro-pink .entry-title a,
.news-pro-pink .genesis-nav-menu a,
.news-pro-pink .sidebar .widget-title a,
.news-pro-pink .site-title a,
.news-pro-pink .site-title a:hover,
.news-pro-pink a:hover {
	color: #000;
}

.news-pro-pink .button,
.news-pro-pink .button:hover,
.news-pro-pink .footer-widgets a,
.news-pro-pink .genesis-nav-menu .current-menu-item > a,
.news-pro-pink .genesis-nav-menu a:hover {
	color: #fff;
}

.news-pro-pink .site-footer a {
	color: #aaa;
}

.news-pro-pink .archive-pagination li a:hover,
.news-pro-pink .archive-pagination li.active a,
.news-pro-pink .button:hover,
.news-pro-pink .enews-widget input[type="submit"],
.news-pro-pink .entry-content .button:hover,
.news-pro-pink .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.news-pro-pink button:hover,
.news-pro-pink input:hover[type="button"],
.news-pro-pink input:hover[type="reset"],
.news-pro-pink input:hover[type="submit"] {
	background-color: #e81857;
}

.news-pro-pink .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.news-pro-pink .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

/* BYU News Pro Orange
--------------------------------------------- */

.news-pro-orange .entry-title a:hover,
.news-pro-orange .footer-widgets a:hover,
.news-pro-orange .site-footer a:hover,
.news-pro-orange a {
	color: #ff9000;
}

.news-pro-orange .entry-title a,
.news-pro-orange .genesis-nav-menu a,
.news-pro-orange .sidebar .widget-title a,
.news-pro-orange .site-title a,
.news-pro-orange .site-title a:hover,
.news-pro-orange a:hover {
	color: #000;
}

.news-pro-orange .button,
.news-pro-orange .button:hover,
.news-pro-orange .footer-widgets a,
.news-pro-orange .genesis-nav-menu .current-menu-item > a,
.news-pro-orange .genesis-nav-menu a:hover {
	color: #fff;
}

.news-pro-orange .site-footer a {
	color: #aaa;
}

.news-pro-orange .archive-pagination li a:hover,
.news-pro-orange .archive-pagination li.active a,
.news-pro-orange .button:hover,
.news-pro-orange .enews-widget input[type="submit"],
.news-pro-orange .entry-content .button:hover,
.news-pro-orange .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.news-pro-orange button:hover,
.news-pro-orange input:hover[type="button"],
.news-pro-orange input:hover[type="reset"],
.news-pro-orange input:hover[type="submit"] {
	background-color: #ff9000;
}

.news-pro-orange .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.news-pro-orange .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}


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

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

	.site-container, .footer-widgets .wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content {
		width: 658px;
	}
	
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 480px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6 {
		/* width: 130px; */
	}
	
	.home-top .widget.ui-tabs img {
		max-width: 617px;
	}
	
	.home-top .widget.ui-tabs .entry {
		min-height: 334px;
	}
	
	.site-title {
		margin-top: 0;
	}

}

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

	.site-container {
		/*
		max-width:  780px;
		width: 96%;
		*/
	}

	.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,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6 {
		margin: 0;
		width: 33.3333%;
	}
	
	.footer-widgets-4 {
		clear: both;
	}
	
	.site-header .title-area,
	.site-header .widget-area {
		padding: 0;
	}
	
	.site-header .title-area {
		padding-bottom: 16px;
		padding-bottom: 1.6rem;
	}
	
	.site-header .wrap {
		padding: 20px;
		padding: 2rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.home-top .widget.ui-tabs .entry h2,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		border: none;
		padding: 12px;
		padding: 1.2rem;
	}
	
	.site-container,
	.site-header .search-form {
		/*
		margin: 16px auto ;
		margin: 1.6rem auto;
		*/
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.content {
		border: none;
	}

	.site-footer {
		padding: 24px;
		padding: 2.4rem;
	}
	
	.home-top .widget.ui-tabs .entry {
		background-color: #000;
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}
	
	.home-top .widget.ui-tabs img {
		display: block;
		max-width: 100%;
		position: relative;
		margin: 0 auto;
	}
	
	.home-top .ui-tabs ul.ui-tabs-nav {
		background-color: #000;
		bottom: auto;
		margin: 0;
		position: relative;
		right: auto;
	}
	
	.home-top .ui-tabs ul.ui-tabs-nav li,
	.home-top .widget.ui-tabs .entry p {
		margin: 0;
	}
	
	.home-top .widget.ui-tabs .entry h2 {
		padding: 0;
	}
	
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-sidebar-content .sidebar-primary {
		border: none;
	}

	.site-inner {
		max-width:  780px;
		width: 96%;
		margin: 16px auto ;
		margin: 1.6rem auto;
		
		
	}

}

@media only screen and (max-width: 960px) {
	.site-container {
		margin: 0;
	}
}

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

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.home-middle-left {
		border: none;
	}
	
	.header-image .site-header .site-title a {
		background-size: contain !important;
	}
	
	.entry-title {
		font-size: 26px;
		font-size: 2.6rem;
	}

}

/*
Making the Custom BYU Header
*/

#main-header { 
	position: relative; 
}

#main-header { 
	background-color: #003366; 
	border-bottom: 1px solid #003366; 
}

#main-header h2 {
	margin: 0;
	margin-right: 100px;
	line-height: 26px;
}

#header-top { 
	position: relative; 
}

#header-top h1 { 
	font-size: 2.2em; margin: 0 5% .25em; 
}

#header-top h1 a { 
	color: #fff; 
}

#logo {
	padding: .35em 0 .45em;
}

#logo a.byu {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	display: inline-block;
	height: 26px;
	width: 70px;
	background: transparent url("images/byu-logo.svg") 0px 0px no-repeat;
}

#header-top a.sign-in { 
	position: absolute; 
	top: .35em; 
	right: 5%; 
	background-color: #628cb6; 
	border: none; 
	color: #fff; 
	padding: 5px 18px; 
	text-decoration: none; 
	-moz-border-radius: 14px; 
	-webkit-border-radius: 14px; 
	border-radius: 14px;
}

a.sign-in:hover, a.sign-in:active {
	margin: -2px; 
	background-color: #336699; 
	border: 2px solid #abc8e4; 
	cursor: pointer; 
	-moz-border-radius: 16px; 
	-webkit-border-radius: 16px; 
	border-radius: 16px;
}

/*
Search Widget

#header-top .widget_search {
	width: 100%;
	position: relative;
	display: block;
	background-color: #001948;
	border-top: 1px solid #147;
	border-bottom: 1px solid #147;
	height: 36px;
	padding-top: 1px;
	padding-bottom: 4px;
}

#header-top .widget_search .widget-wrap .search-form {
	position: relative;
	padding-right: 77px;
	padding-left: 5px;
}

#header-top .widget_search .widget-wrap .search-form input[type="search"] {
	margin-bottom: 0;
	vertical-align: top;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	padding: 5px 10px !important;
	border: 0 !important;
	font-size: 13px;
	display: block;
	width: 100%;
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#header-top .widget_search .widget-wrap .search-form input[type="submit"] {
	background-image: url(http://magazine-tst.byu.edu/wp-content/uploads/2014/05/search_box_icon.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -1000px;
	padding: 5px;
	display: block;
	width: 50px;
	position: absolute;
	top: 0px;
	right: 5px;

	/*
	Undoes default theme styles
	*/
	/*
	clip: auto;
	height: 30px;
}
*/

#search-menu { width: 100%; position: relative; display: block; background-color: #001948; border-top: 1px solid #114477; border-bottom: 1px solid #114477; height: 36px; padding-top: 1px; padding-bottom: 4px; }
.widget_search textarea:hover, .widget_search input:hover, .widget_search textarea:active, .widget_search input:active, .widget_search textarea:focus, .widget_search input:focus { outline: 0px !important; -webkit-appearance: none; }
.widget_search .search-form { position: relative; padding-right: 77px; padding-left: 5px; }
.widget_search .search-form label { color: #fff; }
.widget_search input[type="submit"] { background-image: url(images/search_box_icon.png); background-position: 50% 50%; background-repeat: no-repeat; overflow: hidden; text-indent: -1000px; padding: 5px; display: block; width: 50px; position: absolute; top: 0px; right: 5px; clip: auto; height: 30px; }
.widget_search .search-form input[type="search"], .widget_search input.gsc-input { margin-bottom: 0; vertical-align: top; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; padding: 5px 10px !important; border: 0 !important; font-size: 13px; display: block; width: 100%; }

/*** Navigation ***/
.nav-container a { font-size: 14px; padding: .5em 0; display: block; font-weight: bold; padding-left: 5%; padding-right: 5%; }
.nav-container a:hover, .nav-container a:active { background-color: #eeebe9; color: #001948; }
.nav-container .mega a, .nav-container .sub a, .nav-container .sublinks a { font-weight: normal; padding-left: 10%; }
.nav-container .featured, .nav-container .highlight { display: none; }
.nav-container .sublinks { list-style: none; font-size: 13px; }
.nav-container .sublinks a { padding-left: 15%; }

#primary-nav, #secondary-nav { border-top: 1px solid #ddd; padding: 10px 0; }

/* Sidebar nav */
nav.sidebar { display: none; }

.sidebar-navigation nav.sidebar { border-top: 1px solid #ddd; display: block; padding-top: .5em; margin-top: 1em; }
.sidebar-navigation nav.sidebar a { padding: .2em 0; display: block; color: #003366; }
.sidebar-navigation nav.sidebar a:hover { text-decoration: underline; background-color: #eeebe9; color: #001948; }
.sidebar-navigation nav.sidebar .current a { color: #666; }
.sidebar-navigation nav.sidebar .current a:hover { text-decoration: none; }


/*
Primary and Secondary Navigation
.nav-secondary {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

 .menu-secondary .menu-item a {
 	color:	white;
 	text-transform: none;
 	border-right: none;
 	padding: .6em 1.0em;
 	padding-left: 12px;
	padding-right: 12px;
	font-family: "Whitney SSm A","Whitney SSm B","OpenSans","Thonburi","DroidSans","Droid Sans","sans-serif","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-weight: 500;
	font-size: 14px;
 }
 */

@media all and (min-width: 16em) {
	body, button, input, select, textarea, .widget_search .gsc-control-cse, .widget_search .gsc-control-cse .gsc-table-result { font-size: 14px; line-height: 19px; font-family: "Whitney SSm A", "Whitney SSm B", "OpenSans", "Thonburi", "DroidSans", "Droid Sans", "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; font-weight: 500; }

	#header-top h1 { font-family: "Sentinel SSm A", "Sentinel SSm B", "CreteRound", "Palatino", "DroidSerif", "Droid Serif", Georgia, serif; font-weight: 300; }

	h1, h2 { font-family: "Sentinel A", "Sentinel B", "CreteRound", "Palatino", "DroidSerif", "Droid Serif", Georgia, serif; font-weight: 500; }

	h2 .parentlink { font-family: "Requiem Text A", "Requiem Text B", "Palatino", Georgia, serif; font-weight: 400; }

	h3, h4, h5, h6 { font-family: "Whitney SSm A", "Whitney SSm B", "OpenSans", "Thonburi", "DroidSans", "Droid Sans", "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; font-weight: 600; }

	h1 { font-size: 2em; }

	h2 { font-size: 1.65em; }

	h3 { font-size: 1.25em; line-height: 1.25; }

	h4 { font-size: 1.1em; line-height: 1.3; }

	h5 { font-size: 1em; line-height: 1.3; }

	h6 { font-size: .9em; line-height: 1.3; }

	li { line-height: 20px; }

	a.mybyu, a.sign-in, .open #search-button, #search-submit, .gcse-wrapper input.gsc-search-button, .nav-container a { font-family: "Whitney SSm A", "Whitney SSm B", "OpenSans", "Thonburi", "DroidSans", "Droid Sans", "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; font-weight: 500; }

	body th, body tfoot { font-weight: 500; }
	body strong, body dt { font-weight: 600; }
	
	.sc, .small-caps { font-family: "Whitney SSm SC A", "Whitney SSm SC B", "Whitney SSm A", "Whitney SSm B", "OpenSans", "Thonburi", "DroidSans", "Droid Sans", "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; font-weight: 500; font-style: normal; }

	.lnum, .lining-numbers { font-family: "Whitney SSm Lining Num A", "Whitney SSm Lining Num B", "Whitney SSm A", "Whitney SSm B", "OpenSans", "Thonburi", "DroidSans", "Droid Sans", "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; font-weight: 500; font-style: normal; }

	#page-footer h2 { font-family: "Whitney SSm A", "Whitney SSm B", "OpenSans", "Thonburi", "DroidSans", "Droid Sans", "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; font-weight: 600; }

	#logo {
		padding-left: 3%;
	}

	#logo h2 {
		margin-left: -9px;
	}

	a.sign-in {
		-webkit-transition: background-color 0.3s; 
		-moz-transition: background-color 0.3s; 
		-o-transition: background-color 0.3s; 
		transition: background-color 0.3s;
	}

	#header-top a.sign-in { right: 3%; background: #4a79a7; background: -webkit-linear-gradient(top, #628cb6, #336699); background: -moz-linear-gradient(top, #628cb6, #336699); background: -ms-linear-gradient(top, #628cb6, #336699); background: -o-linear-gradient(top, #628cb6, #336699); background: linear-gradient(to bottom, #628cb6, #336699); -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 8px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 8px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 8px rgba(0, 0, 0, 0.2); }
	#header-top a.sign-in:hover { border: none; margin: 0; background: #366797; background: -webkit-linear-gradient(top, #4a79a7, #225588); background: -moz-linear-gradient(top, #4a79a7, #225588); background: -ms-linear-gradient(top, #4a79a7, #225588); background: -o-linear-gradient(top, #4a79a7, #225588); background: linear-gradient(to bottom, #4a79a7, #225588); }

	#site-name {
		text-shadow: 0 0 12px rgba(0, 25, 72, 0.5);
	}

	/*;
	#header-top .widget_search .widget-wrap {
		padding: 0;
		height: 32px;
		position: relative;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		background: #4a79a7;
		background: -webkit-linear-gradient(top, #628cb6, #336699);
		background: -moz-linear-gradient(top, #628cb6, #336699);
		background: -ms-linear-gradient(top, #628cb6, #336699);
		background: -o-linear-gradient(top, #628cb6, #336699);
		background: linear-gradient(to bottom, #628cb6, #336699);
		-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 8px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 8px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 8px rgba(0, 0, 0, 0.2);
	}

	#header-top .widget_search .widget-wrap .search-form {
		margin: 0;
		top: 0;
		left: 0;
		padding: 0;
		padding-right: 43px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#header-top .widget_search .widget-wrap .search-form input[type="search"] {
		border: 0 !important;
		padding: 6px 8px 6px 14px !important;
		background-position: 14px 50% !important;
		height: 32px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
		border-radius: 15px;
	}

	#header-top .widget_search .widget-wrap .search-form input[type="submit"] {
		background: url(http://magazine-tst.byu.edu/wp-content/uploads/2014/05/search_box_icon.png) 9px 8px no-repeat;
		overflow: hidden;
		text-indent: -1000px;
		margin: 0;
		padding-left: 0;
		width: 34px;
		top: 1px;
	}
	*/

	.nav-secondary {
		min-height: 100%;
		left: 0;
		top: 0;
		width: 75%;
		z-index: 1;
		background-color: #002255;
		margin-top: 1em;
		font-size: 1.2em;
		border-top: none;
		padding: 0;
	}

	.nav-secondary ul {
		padding: 0;
		background: #003366;
		border-right: 1px solid #114477;
	}

	.nav-secondary ul li {
		display: block;
		float: none;
		padding: 0;
		border-bottom: 1px solid #002255;
		border-top: 1px solid #114477;
		overflow: hidden;
	}

	.nav-secondary a {
		color: #e0edf9;
		padding: 1em 5%;
		display: block;
		text-shadow: 0px -1px 0px black;
	}

	#search-menu { height: auto; padding: 5px 3% 5px 75px; overflow: hidden; z-index: 10; min-height: 42px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

	.widget_search { padding: 0; height: 32px; position: relative; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; background: #4a79a7; background: -webkit-linear-gradient(top, #628cb6, #336699); background: -moz-linear-gradient(top, #628cb6, #336699); background: -ms-linear-gradient(top, #628cb6, #336699); background: -o-linear-gradient(top, #628cb6, #336699); background: linear-gradient(to bottom, #628cb6, #336699); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 8px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 8px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 8px rgba(0, 0, 0, 0.2); /** Styling for both search forms **/ }
	.widget_search .gcse-wrapper { background: none; position: absolute; padding: 0 5px; top: 1px; left: 0; text-align: left; }
	.widget_search .gcse-wrapper div, .widget_search .gcse-wrapper table, .widget_search .gcse-wrapper td, .widget_search .gcse-wrapper form { padding: 0; margin: 0; border: 0; background: none; position: static; }
	.widget_search .gcse-wrapper .gsc-control-cse td { vertical-align: top !important; }
	.widget_search .gcse-wrapper .gsc-control-cse table td .gsc-input-box { background: none; padding: 0; }
	.widget_search .gcse-wrapper .gsc-control-cse table td .gsc-input-box-hover, .widget_search .gcse-wrapper .gsc-control-cse table td .gsc-input-box-focus { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
	.widget_search .gcse-wrapper .gsc-control-cse td.gsc-search-button { padding: 0; }
	.widget_search .gcse-wrapper .gsc-control-cse td.gsc-search-button input.gsc-search-button-v2 { background: none; border: none; text-indent: -1000px; overflow: hidden; margin: 0 0 0 -5px; padding: 8px 1.5em; }
	.widget_search .gcse-wrapper .gsc-results-wrapper-overlay { background: #fff; left: 2%; width: 86%; padding: 10px 5%; border: 1px solid #bbb; -moz-box-shadow: 0 0 200px 50px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 200px 50px rgba(0, 0, 0, 0.25); box-shadow: 0 0 200px 50px rgba(0, 0, 0, 0.25); }
	.widget_search .gcse-wrapper .gsc-results-wrapper-overlay a, .widget_search .gcse-wrapper .gsc-results-wrapper-overlay a b { color: #264cb2; }
	.widget_search .gcse-wrapper .gsc-results-wrapper-overlay a:visited, .widget_search .gcse-wrapper .gsc-results-wrapper-overlay a:visited b { color: #539; }
	.widget_search .gcse-wrapper .gsc-results-wrapper-overlay .gsc-above-wrapper-area { padding: 8px 0; border-bottom: 1px solid #ddd; }
	.widget_search .gcse-wrapper .gsc-results-wrapper-overlay .gsc-results-close-btn { top: 7px; right: 7px; background: #d8e8f7; background: -webkit-linear-gradient(top, #e0edf9, #d1e4f6); background: -moz-linear-gradient(top, #e0edf9, #d1e4f6); background: -ms-linear-gradient(top, #e0edf9, #d1e4f6); background: -o-linear-gradient(top, #e0edf9, #d1e4f6); background: linear-gradient(to bottom, #e0edf9, #d1e4f6); border: 1px solid #91b2d2; width: 2.3em; height: 2.3em; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
	.widget_search .gcse-wrapper .gsc-results-wrapper-overlay .gsc-results-close-btn:before { content: "×"; font-size: 2em; position: absolute; top: 0; left: 0; width: 100%; text-align: center; color: #336699; line-height: 1em; }
	.widget_search .gcse-wrapper .gsc-results-wrapper-overlay .gsc-results-close-btn:hover { background: #cbdff2; background: -webkit-linear-gradient(top, #d8e8f7, #bed6ed); background: -moz-linear-gradient(top, #d8e8f7, #bed6ed); background: -ms-linear-gradient(top, #d8e8f7, #bed6ed); background: -o-linear-gradient(top, #d8e8f7, #bed6ed); background: linear-gradient(to bottom, #d8e8f7, #bed6ed); border-color: #628cb6; }
	.widget_search .gcse-wrapper .gsc-results-wrapper-overlay .gsc-results-close-btn:hover:before { color: #001948; }
	.widget_search .gcse-wrapper .gsc-results .gsc-cursor-box { margin: 2em 0 3em; }
	.widget_search .gcse-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-page { padding: .75em; background-color: #eee; border: 2px solid #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-background-clip: padding; -o-background-clip: padding-box; -webkit-background-clip: padding; background-clip: padding-box; }
	.widget_search .gcse-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-page:hover { background-color: #114477; color: #fff; text-decoration: none; }
	.widget_search .gcse-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-current-page { background-color: #336699; color: #fff; }
	.widget_search .gcse-wrapper .gsc-results .gsc-cursor { display: inline; }
	.widget_search .gcse-wrapper .gsib_b div { position: absolute; top: 5px; right: 48px; }
	.widget_search .gcse-wrapper .gsib_b div a span { color: #aaa; }
	.widget_search .gcse-wrapper .gsib_b div a:hover span { color: #777; }
	.widget_search .gcse-wrapper .gsc-result { padding: .75em 0; }
	.widget_search .gcse-wrapper .gs-webResult .gs-snippet, .widget_search .gcse-wrapper .gs-imageResult .gs-snippet, .widget_search .gcse-wrapper .gs-fileFormatType { color: #555; }
	.widget_search .gcse-wrapper .gsc-url-top { margin: .2em 0 .4em; }
	.widget_search .gsc-search-button, .widget_search .gsc-search-button-v2 { background-color: #628cb6; background-image: none; padding: 7px 18px; position: relative; top: 1px; }
	.widget_search .gsc-search-button:hover, .widget_search .gsc-search-button:active, .widget_search .gsc-search-button-v2:hover, .widget_search .gsc-search-button-v2:active { margin: 0; margin-right: -2px; }
	.widget_search input.gsc-input { background-position: 14px 50% !important; }
	.widget_search .gsc-input-box { padding-right: 20px !important; position: relative; padding-right: 0 !important; height: auto; }
	.widget_search .search-form, .widget_search .gcse-wrapper { margin: 0; top: 0; left: 0; padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.widget_search .search-form { padding-right: 43px; }
	.widget_search .gcse-wrapper { width: 100%; }
	.widget_search .widget-wrap .search-form input[type="submit"] { background: url(images/search_box_icon.png) 9px 8px no-repeat; overflow: hidden; text-indent: -1000px; margin: 0; padding-left: 0; width: 34px; top: 1px; }
	.widget_search .search-form input[type="search"], .widget_search input.gsc-input { border: 0 !important; padding: 6px 8px 6px 14px !important; background-position: 14px 50% !important; height: 32px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; }
	.widget_search .search-form input[type="search"]::selection, .widget_search input.gsc-input::selection { border: 0; }
	.widget_search input.gsc-input { position: relative; top: 1px; height: 30px !important; }

/*** Medium width ***/
@media all and (min-width: 600px) { 
	#search-menu { padding-left: 37%; text-align: right; border: none; } 
	body, button, input, select, textarea { font-size: 15px; line-height: 20px; }
	h1 { font-size: 2.2em; line-height: 40px; }
	h2 { font-size: 1.8em; line-height: 30px; }
	h3 { font-size: 1.3em; line-height: 25px; }
	h4 { font-size: 1.15em; line-height: 20px; }
	h5 { font-size: 1em; line-height: 20px; }
	h6 { font-size: .9em; line-height: 20px; }

	.footer-widgets .widget-title {
		line-height: 30px;
	}
}
	/*!

	/*
	* Navigation
	*
	*/

	html { overflow-x: hidden; overflow-y: scroll; }

	/* Side slider navigation */
	body { -moz-transition: left, height 0.2s ease; -o-transition: left, height 0.2s ease; -webkit-transition: left, height 0.2s ease; transition: left, height 0.2s ease; position: relative; left: 0; overflow: hidden; }

	#content { background-color: white; }

	#main-header, .site-container, #content, #page-footer, #search-menu { z-index: 2; left: 0%; -moz-transition: left 0.2s ease; -o-transition: left 0.2s ease; -webkit-transition: left 0.2s ease; transition: left 0.2s ease; }

	body.sideNav { min-height: 1600px; }
	body.sideNav #main-header, body.sideNav #search-menu, body.sideNav .site-container, body.sideNav .site-footer { left: 75%; }

	.nav-container { min-height: 100%; position: absolute; left: 0; top: 0; width: 75%; z-index: 1; background-color: #002255; }
	.nav-container a:active { background-color: transparent; }
	.nav-container:after { content: " "; display: block; width: 15px; height: 100%; position: absolute; top: 0; right: 0; background-image: -moz-linear-gradient(left, rgba(0, 25, 72, 0), rgba(0, 25, 72, 0.1) 25%, rgba(0, 25, 72, 0.65)); background-image: -o-linear-gradient(left, rgba(0, 25, 72, 0), rgba(0, 25, 72, 0.1) 25%, rgba(0, 25, 72, 0.65)); background-image: -webkit-linear-gradient(left, rgba(0, 25, 72, 0), rgba(0, 25, 72, 0.1) 25%, rgba(0, 25, 72, 0.65)); background-image: linear-gradient(to right, rgba(0, 25, 72, 0), rgba(0, 25, 72, 0.1) 25%, rgba(0, 25, 72, 0.65)); }
	.nav-container a {font-weight: 500;}

	/* Reset from base */
	#primary-nav, #secondary-nav { border-top: none; padding: 0; }

	/* Menu button */
	.menu-button { position: absolute; top: 0; left: 0; text-indent: -9999em; border-right: 1px solid #114477; width: 60px; height: 45px; display: block; background-image: -moz-linear-gradient(#002255, #001948); background-image: -o-linear-gradient(#002255, #001948); background-image: -webkit-linear-gradient(#002255, #001948); background-image: linear-gradient(#002255, #001948); }
	.menu-button:hover { background-image: -moz-linear-gradient(#336699, #114477); background-image: -o-linear-gradient(#336699, #114477); background-image: -webkit-linear-gradient(#336699, #114477); background-image: linear-gradient(#336699, #114477); }
	.menu-button:hover:before { color: white; }
	.menu-button:before { content: "\f0c9"; font-family: "FontAwesome"; position: absolute; width: 100%; text-align: center; top: 12px; display: block; text-indent: 0; font-size: 25px; color: #d1e4f6; }

	/* Side Navigation */
	#primary-nav, #secondary-nav { font-size: 1.2em; }
	#primary-nav a, #secondary-nav a { color: #e0edf9; padding: 1em 5%; display: block; text-shadow: 0px -1px 0px black; }
	#primary-nav a:hover, #secondary-nav a:hover { text-decoration: none; background-color: transparent; color: #fff; }
	#primary-nav > ul, #secondary-nav > ul { padding: 0; background: #003366; border-right: 1px solid #114477; }
	#primary-nav li, #secondary-nav li { display: block; float: none; padding: 0; border-bottom: 1px solid #002255; border-top: 1px solid #114477; overflow: hidden; }
	#primary-nav li.left, #secondary-nav li.left, #primary-nav li.right, #secondary-nav li.right { padding: 0; }
	#primary-nav li.hover, #secondary-nav li.hover { background-color: #001948; }

	#primary-nav .mega, #primary-nav .sub, #secondary-nav .sub { background-color: #002255; margin: 0; max-height: 0px; position: relative; -moz-transition: max-height 0.2s ease; -o-transition: max-height 0.2s ease; -webkit-transition: max-height 0.2s ease; transition: max-height 0.2s ease; }
	#primary-nav .mega a, #primary-nav .sub a, #secondary-nav .sub a { padding-left: 1.75em; border-top: 1px solid #003366; border-bottom: 1px solid #001948; padding: .4em 10%; padding-right: 5%; color: #e0edf9; }
	#primary-nav .mega a:hover, #primary-nav .sub a:hover, #secondary-nav .sub a:hover { color: #fff; }
	#primary-nav .mega .sublinks a, #primary-nav .sub .sublinks a, #secondary-nav .sub .sublinks a { padding-left: 15%; }
	#primary-nav .mega ul, #primary-nav .sub ul, #secondary-nav .sub ul { padding: 0; margin: 0; }
	#primary-nav .mega li, #primary-nav .sub li, #secondary-nav .sub li { border: none; }

	#primary-nav li.hover .mega, #primary-nav li.hover .sub, #secondary-nav li.hover .sub { max-height: 1500px; }

	/* Primary Nav */
	#primary-nav { margin-top: 1em; }
	#primary-nav .highlight, #primary-nav .featured, #primary-nav hr { display: none; }
	#primary-nav a.current, #primary-nav a:hover { color: #fff; background-color: #003366; background-image: -moz-linear-gradient(#336699, #003366 1px, #002255); background-image: -o-linear-gradient(#336699, #003366 1px, #002255); background-image: -webkit-linear-gradient(#336699, #003366 1px, #002255); background-image: linear-gradient(#336699, #003366 1px, #002255); }
	#primary-nav .mega a:hover { background-color: #002255; background-image: -moz-linear-gradient(#336699, #002255 1px, #001948); background-image: -o-linear-gradient(#336699, #002255 1px, #001948); background-image: -webkit-linear-gradient(#336699, #002255 1px, #001948); background-image: linear-gradient(#336699, #002255 1px, #001948); }

	/* Secondary Nav */
	#secondary-nav > ul { background-color: #336699; }
	#secondary-nav a:hover { background-color: #114477; }
	#secondary-nav ul { padding: 0; }
	#secondary-nav li { border-top-color: #628cb6; border-bottom-color: #114477; }

	/* Sidebar nav */
	.sidebar-navigation nav.sidebar { background-color: #d1e4f6; padding: .5em 0 1em; margin: 3em -5.55% -2em; border-top: 1px solid #abc8e4; }
	.sidebar-navigation nav.sidebar a { padding: .4em 5%; font-weight: bold; border: 1px solid transparent; border-right: none; }
	.sidebar-navigation nav.sidebar a:hover { text-decoration: none; background-color: #e0edf9; color: #001948; }
	.sidebar-navigation nav.sidebar .current a { background-color: rgba(255, 255, 255, 0.35); color: #001948; }

	/*** Medium width ***/
	@media all and (min-width: 600px) { .menu-button { width: auto; height: auto; text-align: left; text-indent: 0; border-right: 0; background-image: none; color: #abc8e4; font-weight: bold; font-size: 15px; padding: 9px 5% 12px 3%; }
	  .menu-button:link, .menu-button:visited { color: #abc8e4; }
	  .menu-button:hover, .menu-button:active { color: white !important; text-decoration: none; }
	  .menu-button:before { display: inline-block; position: relative; width: 24px; font-weight: normal; top: 3px; margin-right: 9px; }
	  #content.sidebar-navigation nav.sidebar { margin: 4em -11% -4em; }
	  #content.sidebar-navigation nav.sidebar a { padding-left: 9%; padding-right: 9%; }
	  #primary-nav .mega .sublinks a, #primary-nav .sub .sublinks a, #secondary-nav .sub .sublinks a { padding-left: 12.5%; } 
	  .footer-widgets .wrap {
	  	margin-left: 4%;
	  	margin-right: 4%;
	  }
	}
	
	@media all and (min-width: 900px) {
		.footer-widgets .wrap {
			margin: 1em auto 2em;
			margin-right: auto;
			margin-left: auto;
		}

		.footer-widgets .widget-area {
			padding-top: 1em;
		}
	}


	/*!
	*
	* Full menu width 
	*
	* YOU CAN MAKE ADJUSTMENTS HERE BASED ON YOUR SITE'S MENU
	*
	* This media query should be set to the width where the primary menu will fit 
	* in the top bar without wrapping. Make sure to test in lots of browsers,
	* and some buffer to account for differences in rendering. NOTE: If you use
	* a width smaller than 45em, some other parts of the header may need to be
	* adjusted--especially the BYU logo (it will run into the sign in button).
	*
	*/
	/* 
	* NOTE: The full-menu-width variable is found in _variables.scss
	*/
	@media all and (min-width: 960px) { #main-header { background-size: 100% 96px; }
	  body.sideNav { min-height: 0; }
	  body.sideNav #main-header, body.sideNav #content, body.sideNav #page-footer, body.sideNav #search-menu { left: auto; }
	  #header-top { height: 96px; margin-right: 3%; }
	  #header-top a.sign-in { right: 262px; }
	  #search-menu { width: 250px; margin: 0; padding: 0; position: absolute; top: .35em; left: auto; right: 3%; background-color: transparent; z-index: 10; overflow: visible; }
	  #search-menu .menu-button { display: none; color: #001948; }
	  .nav-container { width: 100%; display: block; top: 96px; min-height: 36px; z-index: 5; background-color: #001948; border-top: 1px solid #114477; border-bottom: 1px solid #336699; -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }
	  .nav-container:after { display: none; }
	  #primary-nav, #secondary-nav { font-size: 1em; }
	  #primary-nav > ul, #secondary-nav > ul { border-right: 0; background: transparent; }
	  #primary-nav > ul > li, #secondary-nav > ul > li { float: left; }
	  #primary-nav li, #secondary-nav li { border-top: 0px solid transparent; border-bottom: 0px solid transparent; }
	  #primary-nav li.hover, #secondary-nav li.hover { overflow: visible; }
	  #primary-nav li.hover > a, #secondary-nav li.hover > a { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px; border-radius: 3px 3px 0 0; position: relative; z-index: 2; box-shadow: 0px 3px 0px #fff; }
	  #primary-nav li.hover a, #secondary-nav li.hover a { background: #fff; color: #001948; text-shadow: none; -moz-transition: background-color, 0.05s ease; -o-transition: background-color, 0.05s ease; -webkit-transition: background-color, 0.05s ease; transition: background-color, 0.05s ease; }
	  #primary-nav li.hover ul a:hover, #secondary-nav li.hover ul a:hover { background: #d1e4f6; color: #001948; }
	  #primary-nav a, #secondary-nav a { padding: .6em 1.2em; }
	  #primary-nav .mega, #secondary-nav .sub { background-color: #fff; border-bottom: 2px solid #003366; display: none; font-size: 13px; left: 0; position: absolute; padding: .5em 0 1em; width: 15em; z-index: 1; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); }
	  #primary-nav .mega a, #secondary-nav .sub a { display: block; border: 0; padding: .4em 1.5em; }
	  #primary-nav { padding-left: 2%; margin-top: 0; }
	  #primary-nav > ul { margin: 0 auto; position: relative; }
	  #primary-nav .mega { min-height: 400px; position: absolute; padding: 1em 0 2em; width: 97.95%; -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0; border-radius: 0 0 3px 3px; }
	  #primary-nav .mega a { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
	  #primary-nav .sub { background-color: #fff; border-bottom: 3px solid #369; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.7); display: none; margin-top: 0; padding: 10px; position: absolute; width: 222px; }
	  #primary-nav .sub li { margin-left: -10px; margin-right: -10px; }
	  #primary-nav .sub a { border: none; }
	  #primary-nav .sub .links { width: 100%; }
	  #primary-nav li.hover .mega, #primary-nav li.hover .sub, #primary-nav .highlight, #primary-nav .featured, #primary-nav hr { display: block; }
	  #primary-nav hr { border: none; border-top: 1px solid #ddd; }
	  #primary-nav .mega li.featured { margin-bottom: 1em; padding-top: .5em; padding-bottom: 1em; border-bottom: 1px solid #ddd; }
	  #primary-nav .mega li.featured a { font-weight: bold; }
	  #primary-nav .mega .links { float: left; width: 34%; margin-left: 3%; margin-right: 3%; }
	  #primary-nav .mega .links.double { width: 44%; margin-right: 0; }
	  #primary-nav .mega .links.double .featured .sublinks { padding-left: 5%; }
	  #primary-nav .mega .links.double .left { float: left; width: 50%; }
	  #primary-nav .mega .links .sublinks { padding: 0 25px 0 .25em; }
	  #primary-nav .mega .links .sublinks a { padding-left: 1.5em; }
	  #primary-nav .mega .links .sublinks li a:before { font-family: 'fontawesome'; content: '\f105'; padding-right: 8px; list-style-type: none; color: #ddd; }
	  #primary-nav .mega .links .sublinks li a:hover:before { color: #fff; }
	  #primary-nav .highlight { float: left; padding-left: 2%; width: 24%; }
	  #primary-nav .highlight img { margin-bottom: 15px; }
	  #primary-nav .highlight a { padding: 0; color: #003366; }
	  #primary-nav .highlight a:hover { background-color: transparent; background-image: none; color: #001948; text-decoration: underline; }
	  #secondary-nav { position: absolute; top: -41px; right: 9px; }
	  #secondary-nav li.hover .sub { display: block; position: absolute; left: auto; }
	  #secondary-nav a { display: inline-block; color: #d1e4f6; }
	  #secondary-nav a:hover { background: transparent; color: #fff; }
	  #content.sidebar-navigation { background-image: -moz-linear-gradient(0deg, #d1e4f6 0px, #d1e4f6 219px, #abc8e4 219px, #abc8e4 220px, rgba(0, 0, 0, 0) 220px); background-image: -o-linear-gradient(0deg, #d1e4f6 0px, #d1e4f6 219px, #abc8e4 219px, #abc8e4 220px, rgba(0, 0, 0, 0) 220px); background-image: -webkit-linear-gradient(0deg, #d1e4f6 0px, #d1e4f6 219px, #abc8e4 219px, #abc8e4 220px, rgba(0, 0, 0, 0) 220px); background-image: linear-gradient(90deg, #d1e4f6 0px, #d1e4f6 219px, #abc8e4 219px, #abc8e4 220px, rgba(0, 0, 0, 0) 220px); background-size: 220px 100%; background-repeat: no-repeat; padding-left: 280px; padding-right: 70px; }
	  #content.sidebar-navigation nav.sidebar { padding: 1.5em 0; width: 220px; position: absolute; background-color: transparent; top: 0; left: 0; margin: 0; border: none; }
	  #content.sidebar-navigation nav.sidebar a { padding: .3em 1em .4em 1.5em; }
	  #content.sidebar-navigation nav.sidebar .current a { background-color: white; border-color: #abc8e4; } }

	  @media all and (min-width: 1146px) { #primary-nav { width: 1008px; margin: 0 auto; padding-left: 0; }
	  #primary-nav .mega { width: 100%; }
	  #primary-nav a, #secondary-nav a { padding-left: 12px; padding-right: 12px; }
	  #logo { padding-left: 12px; }
	  #header-top { max-width: 1008px; margin-right: auto; }
	  #search-menu, #secondary-nav { right: 50%; margin-right: -504px; } 
	  } 

	  @media all and (min-width: 1188px) {
	  	.footer-widgets .wrap {
			width: 1146px;
			max-width: 1146px;
			padding-left: 30px;
			margin-left: auto;
			margin-right: auto;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
	   	}
	  }


	  @media all and (min-width: 1500px) { body, button, input, select, textarea { font-size: 16px; line-height: 22px; } }
}

@media all and (min-width: 32em) {
	#logo a.byu {
		width: 350px;
	}
}

@media all and (min-width: 60em) {
	#header-top .widget_search {
		width: 250px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: .35em;
		left: auto;
		right: 3%;
		background-color: transparent;
		z-index: 10;
		overflow: visible;
	}
}

@media all and (min-width: 71.625em) {
	#header-top .widget_search {
		right: 50%;
		margin-right: -504px;
	}
}

@media all and (min-width: 600px) { #main-header { background: #003366 url("images/byu-logo-header.svg") top left no-repeat; background-size: 100% 100%; }
  .svg #main-header { background-image: url("images/byu-logo-header.svg"); }
  #header-top h1 { margin: .25em 4% .4em; } 
  #logo {
  	background-color: transparent;
	padding-bottom: 0;
	border: none;
  }

  #logo h2 {
  	font-size: 1.8em;
  }
}

@media all and (min-width: 960px) {
	.nav-secondary {
	 	width: 100%;
		display: block;
		top: 96px;
		min-height: 36px;
		z-index: 5;
		background-color: #001948;
		border-top: 1px solid #114477;
		border-bottom: 1px solid #336699;
		-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
		box-shadow: 0 1px 10px rgba(0,0,0,0.5);
		padding-left: 2%;
		margin-top: 0;
		font-size: 1em;
	}

	.nav-secondary ul {
		margin: 0 auto;
		position: relative;
		border-right: 0;
		background: transparent;
	}

	.nav-secondary ul li {
		float: left;
		border-top: 0px solid transparent;
		border-bottom: 0px solid transparent;
	}

	.nav-secondary a {
		padding: .6em 1.2em;
	}

	.site-container {
	}
}

/*!

* Type 
*
*/
/*** Small width ***/

@media all and (min-width: 1146px) { 
 	#header-top { 
 		max-width: 1008px; margin-right: auto; 
 	}

 	.wrapper {
 		margin: 0 auto;
 	}
 }
