/*
	Theme Name: Ursidae Child Theme
	Theme URI: http://www.uca.edu
	Description: Ursidae is a responsive theme created for uca.edu.
	Author: UCA Web Dev
	Author URI: http://www.uca.edu
 
    Version: 3.2
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #222;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select {
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
	
}

ol li {
	display: list-item;
}

pre {                     
	padding: 20px;
	background:#f5f5f5;
	border:1px #eee solid;
	border-top:20px #eee solid;
	font-family:Consolas, courier;   
	font-size:0.9em;        
	white-space:pre;
	overflow-x:auto;
}  


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0039e6;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: #eaeaea;
}

/* Wrap
------------------------------------------------------------ */

.wrap {
	padding: 0;
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

#header {
	background-color: #582c83;	
	border-bottom: 2px solid #818a8f;
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
}

#header .wrap {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 20px 10px;
}

#title {
	font-size: 28px;
	float: left;
	padding-top: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

#title a,
#title a:hover {
	color: #fff;
	text-decoration: none;
}

#header .site-image img {
	border-right: 2px solid #fff;
	float: left;
	display: block;
	margin: 20px 0;
	padding-right: 15px;
	width: 250px;
}

p#title {
	line-height: 1.5;
	margin: 0 0 20px;
}

#header .widget-area {
	/*background: #472972;*/
	height: 100%;
	width: 250px;
	float: right;
}

#header .widget-area p {
	color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
}

#header .widget-area a {	
	color: #FFFFFF;
	font-weight: bold;
}

#header .widget-area ul {
	margin: 0;
	padding: 0;
}

#header .widget-area ul li {
	margin: 0;
}

#header .simple-social-icons ul {
	margin: 20px 0 0;
}

#header .simple-social-icons ul li {
	margin: 0 10px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title a {
	display: block;
	float: left; 
	overflow: hidden;	
	padding: 0;
	text-indent: -9999px;
	width: 645px;
}

.header-image #description {
	display: none;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

/*
.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}
*/


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background: #3d3d3d;
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}

#nav .wrap {
	color: #fff;
	margin: 0 auto;
	width: 960px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 18px;
	font-family: 'Source Sans Pro', Sans-Serif;
	padding: 12px 20px;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav li:hover a,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background: #555;
}

#nav li li {
	background: none;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: none;
	border-bottom: 1px solid #ccc;
	color: #fff;
	font-size: 14px;
	padding: 7px 5px;
	position: relative;
	width: 128px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #fff;
}

#nav li ul {
	background-color: #3d3d3d;
	height: auto;
	left: -9999px;
	padding: 0 10px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

#nav li ul a {
	width: 120px;
}

#nav li ul ul {
	margin: -36px 0 0 150px;
}


#nav li:hover>ul,
#nav li.sfHover ul {
	background: #555;
	left: auto;
}

#nav li li:last-child a { 
	border: none; 
}

/* Navigation Toggle
------------------------------------------------------------ */
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	background: none;
	float: right;
	font-size: 12px;
	padding: 8px 15px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #222;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #222;
	text-decoration: underline;
}

#nav li.search {
	padding: 4px 10px 0;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background: #3d3d3d;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#subnav .wrap {
	color: #444;
	font-family: 'Source Sans Pro', Sans-Serif;
}

#subnav ul {
	width: auto;
}

#subnav li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: none;
	list-style-type: none;
}

#subnav li a {
	background-image: none;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 10px 8px;
	text-decoration: none;
}

#subnav .highlight a {
	color: #eded00;
}

#subnav li a:hover,
#subnav li a:active,
#subnav li:hover a,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background: #555;
}

#subnav li li {
	background: none;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: none;
	border-bottom: 1px solid #666;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 10px 15px;
	position: relative;
	width: 140px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background: #666;
	color: #fff;
}

#subnav li ul {
	background-color: #555;
	height: auto;
	left: -9999px;
	padding: 0;
	position: absolute;
	width: 170px;
	z-index: 9999;
}

/*
#subnav li ul a {
	width: 120px;
}
*/

#subnav li ul ul {
	border-left: 1px solid #666;
	margin: -49px 0 0 170px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
	opacity: 1;
}

#subnav li li:last-child a { 
	
}

@font-face {
  font-family: 'entypo';
  src: url('fonts/entypo.eot?40834763');
  src: url('fonts/entypo.eot?40834763#iefix') format('embedded-opentype'),
       url('fonts/entypo.woff?40834763') format('woff'),
       url('fonts/entypo.ttf?40834763') format('truetype'),
       url('fonts/entypo.svg?40834763#entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
/*.menu-secondary  .menu-item.menu-item-has-children > a:after{
    content: "\e760";
    font-family: 'entypo';
    padding-left: 2px;
    speak: none;
}
 
.menu-secondary .sub-menu .menu-item-has-children > a:after {
    content: "\e762";
    font-family: 'entypo';
	float: right;
    speak: none;
}

.mean-container .mean-nav ul li a {
	font-family: 'Source Sans Pro', san-serif;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}

/* Responsive Navigation
---------------------------------------------

.responsive-menu-icon,
.responsive-menu .menu-item-has-children {
	cursor: pointer;
}

.responsive-menu .menu-item,
.responsive-menu-icon {
	display: block;
}

.responsive-menu,
.responsive-menu > .menu-item > .sub-menu {
	display: none;
}

.responsive-menu-icon {
	text-align: center;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.nav-primary .responsive-menu-icon::before,
.nav-primary .responsive-menu > .menu-item-has-children:before {
	color: #fff;
}

.responsive-menu > .menu-item-has-children:before {
	color: #fff;
	content: "\f347";
	float: right;
	font: normal 16px/1 'dashicons';
	height: 16px;
	padding: 15px 20px;
	right: 0;
	text-align: right;
	z-index: 9999;
}

.responsive-menu .menu-open.menu-item-has-children:before {
	content: "\f343";
}

.responsive-menu .sub-menu .sub-menu {
	margin: 0;
}



/* Inner
------------------------------------------------------------ */

#inner {
	clear: both;
	overflow: hidden;
	width: 960px;
	margin: 0 auto 20px;
	position: relative;
	z-index: 10;
}

/* Featured Bottom
------------------------------------------------------------ */

.featured-bottom {
	padding: 20px 30px;
}

.featured-bottom h4.widgettitle {
	border-left: 8px solid #582c83;
	display: block;
	font-size: 36px;
	font-weight: 400;
	line-height: 50px;
	margin: 0 0 0 -30px;
	padding: 10px 0 10px 20px;
}

.featured-bottom p {
	margin: 0 0 15px;
}

/* Event Listing Widget
------------------------------------------------------------ */

.eventListing {
	margin: 10px 0;
	clear: both;
	padding: 0 0 0 5px;
}

.eventListing h3 {
	color: #582c83;
	text-transform: uppercase;
}

.dates {
	color: #582c83;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	padding: 10px 0 0;
}

.eventLink {
	display: block;
	font-size: 18px;
}

.allEvents a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 0;
    clear: both;
}

.allEvents a:hover {

}

/* Master Calendar Event Listing
------------------------------------------------------------ */

.eventcontainer {
	padding: 10px 0;
}

.eventdate {
	color: #582c83;
	font-size: 20px;
	font-weight: 400;
}

.eventtitle {
	font-size: 18px;

}

.allEvents a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 0;
    clear: both;
}

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	/*
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
	*/
}

.taxonomy-description p {
	padding: 10px 20px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	background: #fff;
	float: left;
	width: 100%;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 410px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 620px;
}

.sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

.page .page,
.post,
.page.type-page.hentry,
.hentry  {
	margin: 0;
	padding: 20px 30px;
}

.home .page.type-page.hentry{
	padding: 0;
}

.page .page {
	border: none;
}

.page .post-wrap,
.single .post-wrap {
	border: none
}

.entry-content p {
	margin: 0 0 20px;
}

blockquote {
	background: #f2f2f2;
	border: none;
	border-right: 8px solid #582c83;
	margin: 0 0 25px -30px;
	padding: 30px 30px 5px 30px;
}

.sidebar-content blockquote {
	margin: 0 -30px 25px 0;
}

blockquote p {
	color: #333;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.hanging-indent {
  padding-left: 30px;
  text-indent: -30px;
  margin-bottom: 0 !important;
 }

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

.clear-line-purple {
	border-bottom: 3px solid #582c83 ;
	clear: both;
	margin: 0 0 25px;
}

.clear-bottom {
	clear: both;
	margin: 0 0 10px;
}


/* Post Image
------------------------------------------------------------ */

#post-image {
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}

/* Content Boxes
------------------------------------------------------------ */

.content-box-gray,
.content-box-green,
.content-box-blue,
.content-box-teal,
.content-box-orange,
.content-box-purple,
.content-box-slant,
.content-box-gray-round {
    margin: 0 0 20px 2px;
    padding: 10px;
    font-size: 20px;
    line-height: 30px;
}

.content-box-gray h3,
.content-box-green h3,
.content-box-blue h3,
.content-box-teal h3,
.content-box-orange h3,
.content-box-slant h3 {
	color: #5d5d5d;
}

.content-box-purple h3 {
	color: #fff;
}

.content-box-gray h3 {
	color: #474747;
}

.content-box-orange a,
.content-box-teal a,
.content-box-blue a,
.content-box-purple a {
	color: #fff !important;
}

.content-box-purple p {
	color: #fff !important;
}

.content-box-gray {
    background-color: #dfe1e2;
}

.content-box-gray-round {
    background-color: #dfe1e2;
    border-radius: 10px;
}

.content-box-green {
    background-color: #cee3b0;
}

.content-box-blue {
    background-color: #3B7BA0;
    color: #fff;
}

.content-box-teal {
    background-color: #88bab6;
}

.content-box-orange {
    background-color: #b85900;
}

.content-box-purple {
    background-color: #582c83;
    color: #fff;
}

.content-box-slant {
	background-image: url(images/gray-slant-bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.content-box-red {
    background-color: #c70000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin: 10px 0;
    font-size: 24px;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #582c83;
	font-family: 'Source Sans Pro', Sans-Serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 34px;
	margin: 0 0 20px;
}

.taxonomy-description h1 {
	margin: 0;
}

.taxonomy-archive-description h1 {
	background: #f2f2f2;
	font-family: 'Source Sans Pro', Sans-Serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 20px 0 20px 20px;
}

h2,
h2 a,
h2 a:visited {
	font-size: 32px;
	margin: 0 0 20px;
}

h2 a,
h2 a:visited {
	color: #555;
}

h2 a:hover {
	color: #582c83;
	text-decoration: none;
}

h1.entry-title,
h2.entry-title {
	border-left: 8px solid #582c83;
	display: block;
	font-weight: 400;
	margin: 0 0 10px -30px;
	padding: 10px 0 10px 20px;
}

.home .post h1.entry-title,
.home .post h2.entry-title,
.archive .post h1.entry-title,
.archive .post h2.entry-title  {
	background: #f2f2f2;
}

h2.entry-title a {
	font-weight: 400;
}

h2.summer {
	background: #582c83;
	color: #fff;
	padding: 10px 5px;
}

h3 {
	color: #62696f;
	font-size: 28px;
}

h3 a,
h3 a:visited {
	color: #582c83;
}

h4 {
	font-size: 26px;
}

.widget-area h4 {
	font-size: 26px;
}

.widget-area h4 {
	color: #582c83;
	margin: 0 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.widget-area h4 a,
.widget-area h4 a:hover {
	color: #645F5B;
	text-decoration: none;
}

#footer-widgets .widget-area h4 {
	color: #fff;
	border: none;
	font-family: 'Source Sans Pro', Sans-Serif;
	text-align: center;
}

.widget-area .enews h4 {
	background: none;
	color: #fff;
	padding: 0;
	text-align: center;
	text-shadow: 1px 1px #333;
}

#sidebar .enews h4 {
	margin-bottom: 10px;
}

#sidebar h2 a {
	color: #34A7E0;
}

#sidebar h2 a:hover {
	color: #582c83;
}

.newsletter.widget-area .enews h4 {
	margin: 0 0 5px;
	text-align: left;
}

h5 {
	color: #582c83;
	font-size: 24px;
}

h6 {
	color: #222;
	font-size: 18px;
}

b,
strong {
	font-weight: 700;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul,
.featured-bottom ol,
.featured-bottom ul {
	margin: 0;
	padding: 0 0 25px;
}

.entry-content ul,
.featured-bottom ul {
	padding: 0 0 15px;
}

.archive-page ul li,
.entry-content ul li,
.featured-bottom ul li,
.featured-bottom ol li {
	margin: 0 0 5px 35px;
	word-wrap: break-word;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

.entry-content ol li ul li {
	list-style: disc;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-alpha {
	list-style-type:upper-alpha;
}

ol.lower-roman {
	list-style-type:lower-roman;
}

ol.upper-roman {
	list-style-type:upper-roman;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	background: #582c83;
	color: #fff;
	font-family: 'Source Sans Pro', Sans-Serif;
	font-size: 20px;
	font-style: italic;
	text-transform: lowercase;
	margin: 20px 0 0 -7px;
	padding: 10px 25px 10px 33px;
	position: relative;
	box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	behavior: url(http://uca.edu/wp-content/themes/Ursidae/pie/PIE.htc);
}

.post-info:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
	bottom: -7px;
}

.post-info:before {
	border-width: 0 7px 7px 0;
	border-right-color: #222;
	left: 0;
}

.post-info .date {
	color: #fff;
	font-style: normal;
	padding: 2px 2px 2px 0;
	position: relative;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}


/* Post Icons
------------------------------------------------------------ */
/*
a.post-edit-link,
.author,
.date,
.post-comments {
	margin: 0 -3px 0 0;
}

.post-info a.post-edit-link {
	padding: 7px 20px 6px 0;
}

.post-info .author {
	background: url(images/post-author.png) no-repeat center left;
	padding: 7px 20px 6px 35px;
}

.post-info .date {
	background: url(images/post-date.png) no-repeat center left;
	padding: 7px 20px 6px 35px;
}

.post-comments {
	background: url(images/post-comments.png) no-repeat center left;
	padding: 7px 20px 6px 35px;
}

.categories {
	background: url(images/post-categories.png) no-repeat center left;
	display: block;
	padding: 6px 0 6px 25px;
}

.tags {
	background: url(images/post-tags.png) no-repeat center left;
	display: block;
	padding: 6px 0 6px 25px;
}*/


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: none;
	border-bottom: 5px solid #23211f;
	border-left: 0;
	border-right: 0;
	border-top: 5px solid #23211f;
	font-weight: normal;
	margin: 0 0 40px;
	overflow: hidden;
}

.author-box div {
	border-bottom: 5px solid #edebe8;
	padding: 30px;
}

.author-box p {
	font-size: 14px;
}


/* After Post
------------------------------------------------------------ */
	
.after-post {
	background-color: #edebe8;
	clear: both;
	margin: 20px 0 0;
	overflow: hidden;
	padding: 20px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.post-image {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 5px solid #edebe8;
	border-radius: 3px;
}

.author-box .avatar {
	float: left;
	margin: 0 20px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	float: right;
	margin: 0 0 0 10px;
}

.comment-list li.depth-1 .avatar,
.comment-list li li.depth-3 .avatar,
.comment-list li li li.depth-5 .avatar,
.sidebar .avatar {
	border: 5px solid #fff;
}

.comment-list li.depth-2 .avatar,
.comment-list li li.depth-4 .avatar,
.comment-list li li li.depth-6 .avatar {
	border: 5px solid #edebe8;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.circle {
	border-radius: 50%;
}

.wp-caption {
	background-color: #edebe8;
	border: none;
	padding: 10px;
	text-align: center;
	max-width: 100%;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 16px;
	overflow: hidden;
	margin: 0 30px;
	padding: 30px 0;
	width: auto;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #818a8f;
	color: #fff !important;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #582c83;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 16px;
	width: 290px;
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar img {
	margin: 0 0 20px;
}

.sidebar .widget_rss img {
	display: none;
}

.sidebar p {
	margin: 0 0 20px;
}

.sidebar .widget {
}

.sidebar .widget-wrap {
	background: #f2f2f2;
	border-bottom: 1px solid #fff;
	padding: 20px;
	overflow: hidden;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-top: 1px solid #ddd;
	font-size: 18px;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 10px 20px 0 10px;
	word-wrap: break-word;
}

#sidebar .post {
	padding: 10px 0 0 10px;
}

.sidebar .google-search {
	padding: 0;
}

.widget-area ul li a,
.widget-area ul li a:visited {
	text-decoration: none;
}

.widget-area ul li a:hover {
	text-decoration: none;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
}

.featuredpage .page {
	
}

.featuredpost .post {
	background: #f2f2f2;
	clear: both;
	margin: 0 0 10px;
	overflow: hidden;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

.enews #subbutton {
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 1px #a24a1d;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px #a24a1d;
	border-radius: 3px;
	box-shadow: 0 1px 1px #a24a1d;
	background: url(images/button-light.png) 0 0;
	border: none;
	color: #333 !important;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 15px;
	text-transform: uppercase;
	behavior: url(http://uca.edu/wp-content/themes/Ursidae/pie/PIE.htc);
}

/*
input[type="button"],
input[type="submit"],
a.more-link {
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 1px #ccc;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 1px #ccc;
	background: url(images/button.png) 0 0;
	border: none;
	border-bottom: 1px solid #b15120;
	color: #fff !important;
	font-size: 13px;
	font-weight: normal;
	padding: 8px 12px 6px;
	text-decoration: none;
}
*/

.enews #subbutton:hover {
	background: url(images/button-light.png) 0 -40px;
}

input:hover[type="button"],
input:hover[type="submit"],
a.more-link:hover {
	cursor: pointer;
}

img.library-button:hover {
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.library-btn {
	background: #555;
  	color: #fff;
  	display: block;
  	margin: 0 auto;
  	padding: 10px 20px;
  	text-align: center;
 	text-decoration: none;
  	text-transform: uppercase;
  	width: 140px;
}

.library-btn:hover {
  	background: #582c83;
  	text-decoration: none;
}

.library-btn:visited {
	color: #fff;
}

.library-btn-green {
	background: #0e7153;
  	color: #fff;
  	display: block;
  	margin: 0 auto;
  	padding: 10px 20px;
  	text-align: center;
 	text-decoration: none;
  	text-transform: uppercase;
  	width: auto;
}

.library-btn-green:hover {
  	background: #15a87c;
  	text-decoration: none;
}

.library-btn-green:visited {
	color: #fff;
}

.library-btn-teal {
	background: #007c86;
  	color: #fff;
  	display: block;
  	margin: 0 auto;
  	padding: 10px 20px;
  	text-align: center;
 	text-decoration: none;
  	text-transform: uppercase;
  	width: auto;
}

.library-btn-teal:hover {
  	background: #00a3b0;
  	text-decoration: none;
}

.library-btn-teal:visited {
	color: #fff;
}

.business-btn {
	background: #582c83;
  	color: #fff;
  	display: block;
  	margin: 0 auto;
  	padding: 10px 20px;
  	text-align: center;
 	text-decoration: none;
  	width: auto;
}

.business-btn:hover {
  	background: #555;
  	text-decoration: none;
}

.business-btn:visited {
	color: #fff;
}

.left-btn {
	background: #582c83;
  	color: #fff;
  	margin: 20px auto;
  	padding: 10px 20px;
  	text-align: center;
 	text-decoration: none;
  	text-transform: uppercase;
}

.left-btn:hover {
  	background: #555;
  	text-decoration: none;
}

.left-btn:visited {
	color: #fff;
}


.left-btn-gray {
	background: #555;
  	color: #fff;
  	margin: 20px auto;
  	padding: 10px 20px;
  	text-align: center;
 	text-decoration: none;
  	text-transform: uppercase;
}

.left-btn-gray:hover {
  	background: #000;
  	text-decoration: none;
}

.left-btn-gray:visited {
	color: #fff;
}

.center-btn {
	background: #582c83;
  	color: #fff;
  	display: block;
  	margin: 20px auto;
  	padding: 10px 20px;
  	text-align: center;
 	text-decoration: none;
  	text-transform: uppercase;
  	width: fit-content;
}

.center-btn:hover {
  	background: #555;
  	text-decoration: none;
}

.center-btn:visited {
	color: #fff;
}

.small-btn {
	background: #582c83;
  	color: #fff;
  	display: block;
  	padding: 10px 20px;
  	margin: 20px 0;
  	text-align: center;
 	text-decoration: none;
  	text-transform: uppercase;
  	width: 180px;
}

.small-btn:hover {
  	background: #555;
  	text-decoration: none;
}

.small-btn:visited {
	color: #fff;
}


.registrar-btn {
	background: #582c83;
	display: block;
  	color: #fff;
  	margin: 0 auto;
  	padding: 10px 20px;
  	text-align: center;
 	text-decoration: none;
  	text-transform: uppercase;
  	width: auto;
}

.registrar-btn:hover {
  	background: #555;
  	text-decoration: none;
}

.registrar-btn:visited {
	color: #fff;
}

.gray-circle-btn {
	border-radius: 50%;
	height: 150px;
	width: 150px;
	background: #62696f;
  	color: #fff;
  	display: inline-block;
  	margin: 4px 2px;
  	padding: 20px 20px;
  	text-align: center;
 	text-decoration: none;
  	text-transform: uppercase;

}

.gray-circle-btn:hover {
  	background: #582c83;
  	text-decoration: none;
}

.gray-circle-btn:visited {
	color: #fff;
}


/* Search Form
------------------------------------------------------------ */

.searchUCA h3 {
	color: #582c83;
	text-transform: uppercase;
}

#header .searchform {
	float: right;
	padding: 15px 0 0;
}

.s {
	-moz-box-shadow: 1px 1px 3px #ccc inset;
	-webkit-box-shadow: 1px 1px 3px #ccc inset;
	background: #fff url(images/search.png) center left no-repeat;
	box-shadow: 1px 1px 3px #ccc inset;
	border-left: 1px solid #aba9a5;
	border-top: 1px solid #aba9a5;
	color: #aaa49f;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 16px 10px 14px 50px;
	text-transform: uppercase;
	width: 195px;
	behavior: url(http://uca.edu/wp-content/themes/Ursidae/pie/PIE.htc);
}

#footer-widgets .s {
	margin: 0;
}

.searchsubmit {
	display: none;
}

.google-search {
	margin-top: 42px;
	text-align: right;
}

.google-search .search-text {
	width: 65%;
	padding: 5px 7px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #f5f5f5;
}

.google-search .search-button {
	padding: 5px 7px;
	font-size: 18px;
	color: #fff;
	border: none;
	background: #818a8f;
}

.google-search .search-button:hover,
.google-search .search-button:focus {
	background: #777;
}

.google-search .search-button:active {
	background: #666;
}

.submitButton {
	background: #582c83;
	color: #fff;
	padding: 5px;
}

.submitButton:hover {
	background: #555;
}

.textBoxAndButton .textBox {
	background: #fff;
	padding: 5px;
}

input.gsc-input {
	font-size: 15px !important;
}

.gs-title .gs-title {
	line-height: 22px;
}

a.button-white {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
	display: block;
	font-size: 20px;
}

a.button-white:hover {
	background: #fff;
	color: #582c83;
	text-decoration: none;
}


/* Faculty and Staff
------------------------------------------------------------ */

.fs_list {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	text-align: center;
	padding: 1%;
	margin: 1%;
	width: 45%;
}

.fs_list p {
	padding: 0;
	margin: 0;
}

.fs_fullName {
	font-weight: 600;
}

.fs_full {
	overflow: hidden;
	padding: 20px;
}

.fs_full_image {
	float: left;
	padding-right: 10px;
}

.fs_full_info {
	clear: both;
}

.fs_full ol,
.fs_full ul {
	margin-bottom: 15px;
	margin-left: 40px;
}

p.fs_fullName,
p.fs_title,
p.fs_email,
p.fs_extra {
	margin: 0 !important;
}

.fs_full p {
	margin: 0 0 20px;
}

/* MyUCA News Template
------------------------------------------------------------ */
.myucanews-template .post  h2.entry-title {
	background: #f2f2f2;
}

.myucanews-template .post  h2.entry-title a {
	font-size: 24px;
}

#footer-widgets {
	background: #333;
	border-top: 5px solid #818a8f;
	clear: both;
	margin: 0;
	color: #fff;
	width: 100%;
}

#footer-widgets .wrap {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#footer-widgets .post {
	border: none;
}



.footer-widgets-1 p,
.footer-widgets-2 p,
.footer-widgets-3 p {
	color: #dedede;
	line-height: 28px;
	padding: 10px 20px;
	text-align: center;
}

#footer-widgets ul {
	color: #fff;
	list-style-type: none;
}

#footer-widgets ul li {
	list-style-type: none;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin: 20px 0;
	width: 33%;
}

.footer-widgets a {
	color: #42A1FF
}

.footer-widgets-4 .widget {
	background: #444;
	border: 2px solid #818a8f;
	clear: both;
	text-align: center;
	width: 60%;
	margin: 20px auto;
	padding: 8px 0;
}

.footer-widgets-4 p {
	color: #dedede;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}

.zilla-social {
	padding: 10px 0;
	text-align: center;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #582c83;
	border-top: 5px solid #818a8f;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px;
}

#footer p {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	padding: 20px 30px 10px 30px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer .gototop {
	text-align: center;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 10px 0 10px 30px;
}

#footer .creds {
	text-align: center;
}

#footer .creds a {
	text-decoration: underline;
	font-weight: 600;
}

#footer .creds a:hover {
	text-decoration: none;
}

/* People Search Results
------------------------------------------------------------ */

.resultsSectionContent {
	padding: 20px;
}

/* Top Slider
------------------------------------------------------------ */

.top-slider {
	margin-bottom: 20px;
}
	

/* Call Out
------------------------------------------------------------ */

.call-out {
	text-align: center;
	margin: 0 auto;
	width: 50%;
}

.call-out a {
	background: #62696f;
	color: #fff;
	display: block;
	font-size: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 20px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	behavior: url(http://uca.edu/wp-content/themes/ursidae/pie/PIE.htc);
}

.call-out a:hover {
	background: #582c83;
}

/* Video Wrapper
------------------------------------------------------------ */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-video-shortcode {
	width: 100%; 
	height: 100%; 
	max-width: 100%;
}

/* WP Table Reloaded and TablePress
------------------------------------------------------------ */

.wp-table-reloaded {
	font-size: 10pt !important;
	line-height: 18px !important;
}

.tablepress {
	line-height: 18px !important;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 16px !important;
	padding: 8px 5px !important;
}

div.gform_footer input.button,
.button.gform_next_button,
.button.gform_previous_button,
.button.gform_button {
	color: #fff;
	background: #582c83;
}

div.gform_footer input.button:hover,
.button.gform_next_button:hover,
.button.gform_previous_button:hover,
.button.gform_button:hover {
	background: #818a8f;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.gform_wrapper .gsection .gfield_label, 
.gform_wrapper h2.gsection_title, 
.gform_wrapper h3.gform_title {
	font-weight: 600 !important;
}

.gform_wrapper .gfield_label {
	font-size: 16px;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
	background: none;
	font-weight: 300;
}

.gfield_radio li label {
	line-height: 28px !important;
}


/* The Events Calendar
------------------------------------------------------------ */

.tribe-events-view {
	background: #fff;
}

.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events .tribe-events-c-nav__prev:disabled {
	color: #222;
}

/* Material Icons
------------------------------------------------------------ */

.material-icons.md-18 { 
	font-size: 18px; 
	vertical-align: text-top;
}

.material-icons.md-24 { 
	font-size: 24px; 
	vertical-align: text-top;
}

.material-icons.md-36 { 
	font-size: 36px; 
	vertical-align: text-top;
}

.material-icons.md-48 { 
	font-size: 48px; 
	vertical-align: text-top;
}


/* Custom CSS for the Registrar Academic Calendar
------------------------------------------------------------ */

.academic_cal {
    border-collapse: collapse;
    width: 100%;
}

.academic_cal td, .academic_cal th {
    border: 1px solid #ddd;
    padding: 10px;
}

.academic_cal tr:nth-child(even){
    background-color: #f9f9f9;
}

/* Custom CSS for the UCAAlert
------------------------------------------------------------ */

.featured-bottom .category-ucaalertfeed,
.top-callout .category-ucaalertfeed {
	background: #b85900;
	margin: 0 0 20px 0;
	padding: 20px !important;
}

.featured-bottom .category-ucaalertfeed p,
.top-callout .category-ucaalertfeed p {
	color: #fff;
	font-size: 18px;
	margin: 0 0 20px;
}

.featured-bottom .category-ucaalertfeed h2,
.top-callout .category-ucaalertfeed h2 {
	color: #582c83;
	font-size: 26px;
	margin: 0 0 20px;
}

.featured-bottom .category-ucaalertfeed a,
.top-callout .category-ucaalertfeed a {
	color: #582c83;
}

.featured-bottom .category-ucaalertfeed h2.entry-title,
.top-callout .category-ucaalertfeed h2.entry-title {
	background: none !important;
	border: none;
	padding: 10px 0 10px 0px;
}

/* UCA Alert Utility Bar
------------------------------------------------------------ */

.uca-alert-bar {
	background: #C70000;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	text-align: center;
}

.uca-alert-bar a {
	color: #fff;
	text-decoration: underline;
	font-size: 20px;
	line-height: 1.5em;
}

.uca-alert-bar p {
	color: #fff;
	font-size: 20px;
	line-height: 1.5em;
}

.uca-alert-bar a:hover {
 	text-decoration: none;
}

/* Simnor Shortcode Styles
------------------------------------------------------------ */

body .simnor-shortcode-tab-buttons a {
	color: #333;
	font-size: 16px;
}

body .simnor-shortcode-tab-buttons a.active {
	color: #582c83;
}

body .simnor-shortcode-toggle h3.simnor-shortcode-toggle-heading {
	color:#222;
	font-size: 18px;
	
}

/* Bean Shortcode Styles
------------------------------------------------------------ */

.page-id-984 .bean-panel-title>a,
.page-id-840 .bean-panel-title>a, 
.page-id-1047 .bean-panel-title>a,
.page-id-2513 .bean-panel-title>a {
	background: #582c83 !important;
	color: #fff !important;
}


/* Bean Shortcode Styles
------------------------------------------------------------ */

#google_translate_element {
	text-align: center;
}

/* ## Accessible Menu
--------------------------------------------- */
 
#menu-main .menu-item:focus {
	position: static;
}
 
#subnav .menu-item > a:focus + ul.sub-menu,
#subnav .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}



/* ## Screen reader text
--------------------------------------------- */
 
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
 
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
 
.more-link {
	position: relative;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}
 
.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}
 
/* Display outline on focus */
:focus {
	outline: #0e3de8 solid 2px;
}


/* Print Styles
------------------------------------------------------------ */

@media print {

	
	#nav,
	#subnav {
		display: none;
	}
	
	#title a {
		color: #222;
	}
	
}


/* Responsive Design
------------------------------------------------------------ */


@media only screen and (max-width: 975px) {

	body {
		width: 100%;
		margin: 0 auto;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.wrap,
	#content-sidebar-wrap,
	#footer-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#sidebar-alt,
	#wrap {
		width: 100%;
	}

	#wrap {
		margin: 0;
	}
	
	#inner {
		width: auto;
		padding: 0 10px 10px;
	}
	
	#header,
	#header .wrap {
		padding: 5px;
		width: auto;
	}
	
	#footer .creds,
	#footer .gototop {
		float: none;
		text-align: center;
	}
	
	#header .site-image img {
		border: none;
		float: none;
		margin: 20px auto;
		padding: 0;
		width: 300px;
	}
	
	#title,
	#title a,
	#title-area {
		width: 100%;
		float: none;
		text-align: center;
		line-height: 40px;
	}
	
	#title-area {
		margin: 0;
		padding: 0;
	}
	
	h1#title,
	#title{
		margin: 0;
		padding: 0 0 10px 0;
	}
	
	#header .widget-area {
		padding: 0 20px 0 0;
	}

	#header .searchform {
		float: none;
		padding: 10px 0;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}
	
	.google-search {
		margin: 50px 0;
	}

	#nav .wrap,
	#subnav .wrap{
		float: none;
		text-align: center;
		width: 100%;
	}
	
	#subnav {
		width: auto;
		margin: 20px 10px 0 10px;
	}
	
	#nav li,
	#subnav li {
		display: inline-block;
		zoom: 1;
		*display: inline;
		float: none;
		list-style-type: none;
	}
	
	.content-sidebar #inner .wrap,
	.sidebar-content #inner .wrap {
	}
	
	.featured-bottom {
	padding: 20px;
	}

	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}

	.page .page,
	.post,
	.page.type-page.hentry,
	.hentry,
	#comments,
	#respond {
		border: none;
		padding: 20px;
	}
	
	.sidebar .widget-wrap {
		padding: 10px;
	}
	
	.sidebar {
	}
	
	h1.entry-title,
	h2.entry-title,
	.featured-bottom h4,
	.featured-bottom h4.widgettitle {
		border-left: 8px solid #582c83;
		display: block;
		margin: 0 0 30px -20px;
		padding: 10px 0 4px 20px;
	}
	
	blockquote {
		margin: 0 0 25px -20px;
	}

	.enews #subbox,
	.s {
		background: #fff;
		padding: 10px;
		width: 80%;
	}
	
	.comment-list li,
	.ping-list li {
		margin: 20px -5px 0 -10px;
	}
	
	#footer .wrap {
		padding: 0;
	}
	
	#footer-widgets .widget {
		padding: 10px 20px;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto;
	}
	
	.footer-widgets-3 {
		margin: 0 auto 30px;
	}

}

@media only screen and (max-width: 920px) {

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

	#nav li a {
		padding: 10px;
	}
	
}

@media only screen and (max-width: 835px) {

	#header {
		min-height: 80px;
	}
	
}

@media only screen and (max-width: 768px) {
	
	#title,
	#title a,
	#title-area {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	#title a,
	#title a:hover {
		padding: 0 0 10px 0;
	}
	
	#title {
		font-weight: 600;
	}
	
	#header .widget-area {
		padding: 0;
		text-align: center;
		width: 100%;
	}

	#header ul.menu {
		float: none;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}
	
	#header .menu li {
		display: inline-block;
		float: none;
	}
	
	.google-search {
		margin: 0;
		padding: 0 0 20px 0;
		text-align: center;
	}
	
	#nav li {
		background: #3d3d3d;
		border: 1px solid #555;
		width: 24%;
		margin: 2px 0;
	}
	
	#nav li a {
		padding: 10px 0;
	}
	
}

@media only screen and (max-width: 600px) {

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}
	
	.twocol-one, 
	.threecol-one, 
	.threecol-two, 
	.fourcol-one, 
	.fourcol-two, 
	.fourcol-three, 
	.fivecol-one, 
	.fivecol-two, 
	.fivecol-three, 
	.fivecol-four, 
	.sixcol-one, 
	.sixcol-two, 
	.sixcol-three, 
	.sixcol-four, 
	.sixcol-five {
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
		float: left;
	}
	
	.select-menu {
		display: block;
		width: 80%;
		margin: 20px auto;
	}
	
	#search-results {
		float: none !important;
		overflow: hidden !important;
		padding: 10px !important;
		width: 90% !important;
	}
	
	#special-results {
		border: none !important;
		float: none !important;
		overflow: hidden !important;
		padding: 20px 0 !important;
		width: 100% !important;
	}
	
	.content-box-gray h3,
	.content-box-green h3,
	.content-box-blue h3,
	.content-box-teal h3,
	.content-box-orange h3 {
		padding: 10px 0 0 10px;
	}
	
	.menu-toggle {
		background: #3d3d3d;
		color: #fff;
		display: block;
		font-size: 20px;
		line-height: 1;
		overflow: hidden;
		text-align: center;
		text-transform: uppercase;
		visibility: visible;
		width: 100%;
	}
	
	.menu-toggle a {
		color: #fff;
		display: block;
		font-family: 'Source Sans Pro', Sans-Serif;
		padding: 15px;
	}
 
	.menu-toggle a:hover,
	.menu-toggle a:active {
		text-decoration: none;
	}
	
	.menu-toggle a:focus {
		border: 1px solid #ddd;
		
	}
	
	#nav ul.menu-primary {
		display: none;
	}
	
	.menu-secondary  .menu-item.menu-item-has-children > a:after{
		display: none;
	}
 
	.menu-secondary .sub-menu .menu-item-has-children > a:after {
		display: none;
	}
	
	.call-out a {
		font-size: 22px;
		line-height: 30px;
		overflow: hidden;
	}
}

/* Navigation Toggle - Ensure Menu Displays When Scaled Up
------------------------------------------------------------ */
@media only screen and (min-width: 601px) {
	#nav ul.menu-primary {
		display: block !important;
	}
}

@media only screen and (max-width: 500px) {
	
	.fs_list {
		width: 100%;
		height: auto;
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}
	
	.fs_full_image {
		float: none;
	}

	#nav li {
		width: 48%;
	}
}

@media only screen and (max-width: 480px) {
	
	.alignright {
		float: none;
		margin: 0 0 10px 0;
	}
}

@media only screen and (max-width: 350px) {
	
	#title {
		font-size: 36px;
	}

}		

@media only screen and (max-width: 330px) {


	.breadcrumb,
	.post-info {
		display: none;
	}
}