/*
	Theme Name: Minimum Pro Theme
	Theme URI: http://my.studiopress.com/themes/minimum/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.0.1

	Tags: black, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0

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


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- 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[enabled],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
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}
/* Custom CSS to target Instagram feed */
#custom_html-11 .custom-html-widget{
	clear:none;	
}




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

label {
    display: initial;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ffffff;
    border-radius: .25rem;
}

.lcp-thumb-full img{
	width:100%;
	height:auto;
	
}
.lcp-date-full{
	margin-bottom:10px !important;
}
.lcp-hr-full{
	    width: 100%;
    border-bottom: 1px solid #cccccc;
    height: 1px;
    margin: 1em 0;
    padding: .10em 0 .10em 0;
    clear: left;
}
.lcp-title-full{
	    margin-top: 15px;
}
.full-post{
	padding:5px;
}
.thumbs-cat img{
	width:100%;
	height:auto;
	   margin-bottom: 0px;
}
.title-bg{
	position:absolute;
	bottom:0px;
	background-color:rgba(0,0,0,0.78);
	text-align: center;
	    margin-right: 4px;
}
.title-bg a{
	color:#ffffff !important;
}
.row-special {
    margin-bottom: 40px;
    padding: 10px;
    background-color: #5b6870;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    margin-top: 5px;
    background-color: #b1810b;
    border-color: #b1810b;
}


.btn_override {
    text-align: left !important;
    white-space: normal !important;
	width: 100%;
	color: #1D6D60;
	font-weight: bold;
	
}

.btn_override:hover {
	color: #2EAF98 !important;
}

.mb-0 .mediumQuestion {
	font-size: 21px !important;
}

.mb-0 .btn:before {
    /* symbol for "opening" panels */
    content: "\f460 ";
	font: normal 20px/1 'dashicons'; 
    float: right;
    color: grey;
}
.mb-0 .btn.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f132 ";
	font: normal 20px/1 'dashicons'; 
}

.btn_override {
    text-align: left !important;
    white-space: normal !important;
	width: 100%;
	color: #1D6D60;
	font-weight: bold;
	
}

.btn_override:hover {
	color: #2EAF98 !important;
}

.mb-0 .mediumQuestion {
	font-size: 21px !important;
}

.mb-0 .btn:before {
    /* symbol for "opening" panels */
    content: "\f460 ";
	font: normal 20px/1 'dashicons'; 
    float: right;
    color: grey;
}
.mb-0 .btn.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f132 ";
	font: normal 20px/1 'dashicons'; 
}

.btn-dark a,
.btn-dark a:visited {
	color: #ffffff !important;
	text-decoration: none !important;
	border-bottom: none !important;
}

.nav-item a:hover {
	    color: #fff;
    background-color: #333333 !important;
    
}

.nav-item a:focus {
	    color: #fff;
    background-color: #333333 !important;
    
}

.sub-nav-group li a:hover {
	    color: #fff;
    background-color: /* #b1810b */ #976E07 !important;
    
}

.sub-nav-group li a:focus {
	    color: #fff;
        background-color: /* #b1810b */ #976E07 !important;
    
}

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

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

body {
	background-color: #fff;
	color: #333;
	font-family: 'Trebuchet MS', serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	overflow-x: hidden !important;
}

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

::selection {
	background-color: #333;
	color: #fff;
}

a {
	border-bottom: none;
	color: #1D6D60;
	font-weight: 400;
	text-decoration: underline;
}

.elementor a {
	text-decoration: underline !important;
}

.elementor-accordion a,
.elementor-button-wrapper a {
	text-decoration: none !important;
}

.wp-embed .wp-embed-heading a { text-decoration: underline !important; }

aside a {
	text-decoration: underline;
}

.largerLinks {
	font-size: 120%;
	font-weight: 550;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #2EAF9B;
}

.home-featured-4 a {
	font-weight: 500;
	text-decoration: underline !important;
}

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

strong {
	font-weight: 600;
}

.mediumText {
	font-size: 120%;
	font-weight: 550;
}

.bigText {
	font-size: 140%;
	font-weight: 550;
}

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

.listFix li {
	margin-left: 300px !important;
}
.listFix li li {
	margin-left: 15px !important;
}

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

blockquote {
	margin: 40px;
	background: #5b6870;
	padding: 20px 40px 15px 60px;	
	padding: 2rem 4rem 1.5rem 6rem;
	border-left: 10px solid #333;
	font-size: 21px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 250% !important;
	left: -10%;
	height: 0;
	position: relative;
	top: -10px;
}

.cpt-floatLeftHalf blockquote {
	margin: 40px 80px 0px 0px;
	background: #e4e4e4;
	padding: 20px 40px 15px 60px;	
	padding: 2rem 4rem 1.5rem 6rem;
	border-left: none;
	font-size: 21px;
	width: 100%;
}

.cpt-floatLeftHalf blockquote::before {
	content: " ";
}

.cpt-floatLeftHalf blockquote a { text-decoration: underline; }

.quoteBy {
	font-size: 17px !important;
	font-weight: normal !important;
	clear: right !important;
	float: right;
	margin-top: 2.2rem;
}

.quoteByRight {
	font-size: 17px !important;
	font-weight: normal !important;
	clear: right !important;
	float: right;
	margin-top: 0.5rem;
	margin-left: 1rem;
	padding: 1rem !important;
	text-align: left;
	width: 50%;
}

.quoteByLeft {
	font-size: 17px !important;
	font-weight: normal !important;
	clear: left !important;
	float: left;
	margin-top: 0.5rem;
	margin-right: 1rem;
	padding: 1rem !important; 
	text-align: left;
	width: 50%;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Trebuchet MS', serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
	color: /* #B1810B */ #976E07;
}

h3 {
	font-size: 24px;
	color: #5B6870;
}

h2.smallerFont { font-size: 26px; }
h3.smallerFont { font-size: 23px; }
h4.smallerFont { font-size: 16px; font-weight:700; }

h3.addTopPad { padding-top: 1.5rem; }

h3.pride {
	font-family: 'Archivo Black', sans-serif;
	font-size: 32px;
	font-style: normal !important;
	font-weight:700;
	color: #b1810b;
	padding-top: 1.5rem !important;
}

h4 {
	font-size: 20px;
	color: #333;
}

h5 {
	font-size: 18px;
	color: #333;
}

h6 {
	font-size: 16px;
	color: #333;
}

.whiteText { color:#fff !important; }

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

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

img {
    height: auto;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	font-family: 'Trebuchet MS', serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

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

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

::-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: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: normal;
	width: auto;
}

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

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

.button {
	border-radius: 3px;
	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: 0em auto;
	width: 100%;
}

table caption {
	font-weight:bold;
	font-size:1.25em;
	text-align:center;
	margin:2em auto 0 auto;
}

table a {
	color: #238776;
	font-weight: bold;
}

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

tr { 
	color:#000;
}

table tr.even { 
	background-color: #ededed;
	color:#000;
 }
table tr.odd { 
	background-color: #fefefe; 
	color:#000;
}

table.top td {
	vertical-align: top;
}

table tr:nth-child(even) { background: #ededed; }
table tr:nth-child(odd) { background: #fefefe; }

th,
td {
	border:3px solid #fff;
	padding:0.5em;
	text-align: left;
}

th {
	font-size:1em;
	font-weight: bold;
	color: #fff;
	background-color: #5b6870;
	text-transform: uppercase;
}

td {
	font-size:0.9em;
	border-top: 1px solid #ddd;
}


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

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

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

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}

.content-only #wprmenu_bar,
.content-only .entry-title {
	display: none !important;
}

.content-only .site-container {
	margin-top: -2em !important;
}

.content-only .site-inner {
	padding-top: -2em !important;
}

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

.home-featured {
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0.5em 0;
}

.home-featured li {
	list-style-type: disc;
}

.home-featured .widget {
	padding: 1em;
}

.home-featured p:last-child {
	padding: 0 0 24px;
}

.home-featured-1 {
	float: left;
	width: 65% !important;
	position: relative;
	background-color: inherit;
	padding: 0 5px 10px 5px
}

.home-featured-1 ul ul {
	margin-left: 0; 
}

.home-featured-2 {
	float: left;
	width: 35%;
	position: relative;
	background-color: inherit;
	padding: 0 5px 5px 5px;
	clear: right;
}

.home-featured-2 .blackDiv h3,
.home-featured-2 .goldDiv h3,
.home-featured-2 .blueDiv h3 { 
	margin-bottom: 0.1em;
	text-decoration: none !important;
}

.home-featured-3 {
	background-color: /* #B1810B */ #5b6870;
	clear: both;
	margin: 0 -9999rem;
	padding: 0 9999rem;
	color: #fff;
}

.home-featured-3 h3 { 
	color: #fff;
	font-size: 32px;
	text-align: center;
}

.home-featured-4 {
	background-color: #eeeeee;
	float:left;
	clear: both;
	margin: 0 -9999rem;
	padding: 0 9999rem;
	color: #333;
}

.home-featured-4 .cpt-floatLeftHalf {
	background-color: inherit !important;
	width: 48%;
	margin:0 5px 5px 5px;
	padding: 1em;
	color: #333;
}

.home-featured-4 .cpt-floatLeftHalf .blueDiv,
.home-featured-4 .cpt-floatLeftHalf .goldDiv,
.home-featured-4 .cpt-floatLeftHalf .turquoiseDiv,
.home-featured-4 .cpt-floatLeftHalf .whiteDiv,
.home-featured-4 .cpt-floatLeftHalf .grayDivLight,
.home-featured-4 .cpt-floatLeftHalf .grayDivMedium {
	width: 500px !important;
}

.home-featured-4 h3 {
	font-family: 'Archivo Black', sans-serif;
	font-size: 32px;
	font-style: normal !important;
	font-weight:700;
	color: #b1810b;
	padding-top: 1.5rem !important;
}

.home-featured-5 {
	float: none;
	background-color: inherit;
	margin: 1em 0 1em 0;
	width: 100%;
}

.home-featured-5 .widget_rss,
.home-featured-5 .widget_my_calendar_upcoming_widget,
.home-featured-5 .featuredpage,
/* .home-featured-5 .cpt-floatLeftThird, */
.home-featured-5 .textwidget,
.home-featured-5 .pods_widget_single .widget-wrap .qualtrics,
.home-featured-5 .pods_widget_single .widget-wrap .qualtricsTitle,
.home-featured-5 .pods_widget_single .widget-wrap .fb-page,
.home-featured-5 .pods_widget_single .widget-wrap .twitter-timeline {
	float: left;
	background-color: inherit;
	margin: 0 5px 20px 5px;
	padding: 1em;
	width:/* 32% */ 100% !important;
}

.home-featured-5 .cpt-floatLeftThird {
	float: left;
	background-color: inherit;
	margin: 0 5px 20px 5px;
	padding: 1em;
	width: 32% !important;
}

.home-featured-5 .featured-content #full { width: 300% !important; float: none; margin-bottom: -120em !important; }
.home-featured-5 .featured-content #full img { width: 75px !important; height: 75px !important; }

.home-featured-5 .amr_widget { width: 100% !important; }

body.hideQualtricsTitle .qualtricsTitle { display: none !important; }

.listing-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.home-featured-5 .textwidget,
.home-featured-5 .featured-content { clear:left; }

.home-featured-5 .cpt-floatLeftHalf {
	background-color: #fff !important;
	width: 48%;
	margin: 10px 5px 20px 5px;
	padding: 1em;
	color: #333;
}

.home-featured-5 .pods_widget_single .widget-wrap .qualtricsTitle {
	margin-top: -0.5em !important;
	margin-bottom: -0.5em !important;
}

.home-featured-5 h3 {
	background-color: #5b6870;
	padding: 5px;
	color: #fff;
}

.home-featured-5 ul li { 
	list-style: disc !important;
	margin-left: 20px;
}  

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
}

.site-tagline {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	margin-top: 60px;
	padding: 40px 0;
	display:none !important;
}

.site-tagline p {
	margin: 0;
}

.site-tagline-left {
	float: left;
	width: 50%;
}

.site-tagline-right {
	float: right;
	text-align: right;
	width: 50%;
}

.minimum .site-tagline {
	margin-top: 600px;
}

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
}

a.cta-button:hover {
	background-color: #0ebfe9;
}

.sliderPosition {
	margin-top: 60px;
	margin-bottom: -30px !important;
}

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

/* Content */

.content {
	float: left;
	width: 720px;
}

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

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


/* Column Classes
	Link: https://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 {
	float: left;
}

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

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

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	background-color: #333;
	clip: auto;
	margin: 4px;
	padding: 5px;
	position: relative;
	width: 65px;
	height: 30px;
	display: inline-block;
}

.search-form {
	overflow: hidden;
	padding:3px;
	width: 100%;
}

.gsc-selected-option-container.gsc-inline-block {
	width: 10em !important; 
}

.sticky {
}

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

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

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

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

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

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 2px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 2px 34px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background-color: #333;
	color: #fff;
	padding:5px;
	margin-top:-7px;
}

.wp-caption.alignleft .wp-caption-text {
	margin-right: 10px;
}

.wp-caption.alignright .wp-caption-text {
	margin-left: 0;
}

.gallery-caption {
	background-color: #5b6870;
}

.gallery-caption a { color: #fff; }

.gallery-item {
	margin: 0.5em 1px;
	background-color: #f2f2f2;
	padding: 10px;
}

.gallery-columns-2 .gallery-item {
	width: 49% !important;
}

body.odyssey .gallery-caption {
	background-color: #f2f2f2 !important;
	color: #000 !important;
	border-top: 3px solid #e0e0e0;
	padding-top: 0.5em;
	text-align: left;
}

body.odyssey .gallery-item {
	margin: 0.5em 1px;
	background-color: #f2f2f2;
	padding: 10px;
}

body.odyssey .gallery-item img {
	margin-bottom: 0.5em;
}

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

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

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

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

.sidebar .widget_nav_menu .widget-title {
	background-color: #b1810b;
	padding: 10px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 120%;
	font-weight: 550;
	text-align: center;
	border: 2px solid #5b6870;
}

.sidebar .widget_nav_menu li {
	background-color: #5b6870;
	padding: 10px 15px;
	margin-bottom: 5px;
}

.sidebar .widget_nav_menu li a {
	color: #fff;
	font-size: 110%;
	font-weight: 550;
}

.sidebar .widget_nav_menu li:hover {
	background-color: #333;
}

.sidebar .widget_nav_menu li ul li {
	background:url(images/child-menu-list.png) no-repeat #2eaf98 left !important;
	padding: 3px 25px;
	margin: 5px;
}

.sidebar .widget_nav_menu li ul li:hover {
	background:url(images/child-menu-list.png) no-repeat #217E6F left !important;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

body.hideBreadcrumb .breadcrumb {
	display: none;
}


.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-family: 'Trebuchet MS', serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

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

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

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

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

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

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


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

.entry-title {
	font-size: 30px;
	line-height: 1;
}

body.hideEntryTitle .entry-title { 
	display: none !important;
}

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: /* #0ebfe9 */ #217d6e;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: normal;
	font-weight: 600;
}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

.widget_rss h4.widget-title a.rsswidget,
.widget_my_calendar_upcoming_widget h4.widget-title {
	font-size: 24px;
	color: #5B6870;
}

.widget_rss ul li { list-style: disc !important; }

.rss-widget-icon { padding-bottom: 0.25em !important; }

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


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

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

.featured-content .entry {
	border-bottom: none;
	margin-bottom: 24px;
	padding: 0 0 24px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


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

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

.enews-widget {
	color: #999;
}

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

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

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

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

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
}

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

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

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

/* 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;
	padding: 16px;
}

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

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

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

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

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #b1810b;
	border-bottom: 1px solid #eee;
	left: 0;
	letter-spacing: 1px;
	position: absolute;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 999;
}

.site-header .wrap {
	margin-right:330px;
}

.admin-bar .site-header {
	top: 2px;
}

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

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

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

.site-title {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: normal;
}

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

.site-description {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

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

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

/* Custom header */

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

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
position:absolute;
width: 280px;
height: 130px !important;
left:20px;
z-index: 1001;
}

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

/* 
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 900px;
	margin-right: 0 !important;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-family: 'Verdana', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 20px 12px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	background-color: /* #b1810b */ #976E07 !important;
}

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

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

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

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

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

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

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary {
	background-color: #333;
	margin-top: 30px;
}

.search-results .nav-primary,
.single .nav-primary,
.attachment .nav-primary,
.archive .nav-primary,
.error404 .nav-primary,
.blog .nav-primary {
	margin-top: 60px;
}

.single-post .nav-primary {
	margin-top: 30px !important;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
	font-size: 16px !important;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none !important;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

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

.nav-secondary {
	margin-bottom: -60px;
	margin-top: 60px !important;
	background-color:#5b6870;
	text-align:right;
}

.logged-in .nav-secondary {
	margin-top: 60px !important;
}

.nav-secondary .wrap {
	margin-right:320px !important;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 20px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #e4e4e4;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

.secondary-nav-left {
	position:absolute !important;
	float:left !important;
	margin-left: 50px !important;
	width:250px !important;
	background-color:inherit !important;
	font-size: 16px !important;
}

.secondary-nav-right {
	float:right !important;
	margin-right: 50px !important;
	height: 28px !important;
	background-color:inherit !important;
}

.secondary-nav-right li {	
	display: inline !important;
	float: right !important;
	padding-right: 5px !important;
	margin-top: 20px;
}

.secondary-nav-right a {
	color: #fff !important;
}

.secondary-nav-right input[type="search"],
.secondary-nav-left input[type="search"] {
	margin-top: 20px;
	width:185px !important;
	height: 28px;
	padding:0 5px 0 5px !important;
}

.logged-in .secondary-nav-right input[type="search"] {
	margin-top: 22px;
}

/* Utility Menu */
#menu-utility-menu {
	text-align: right;
}

#menu-utility-menu a {
	font-size: 14px !important;
	font-weight:600 !important;
	padding: 20px 5px 0 5px !important;
	text-decoration: none !important;
}

.online {
font-family: Arial !important;
font-size: 14px;
color: #ffffff;
letter-spacing: 0;
text-decoration: underline;
}

/* TEMPORARY CSS CLASSES */

div.centerLinks { text-align: center !important; width:100%; }

.myPNWlink,
.directoryLink,
.calendarLink,
.mapsLink,
.applyLink,
.searchLink,
.registerLink {
	font-size: 17px !important;
	color: #ffffff;
}

.directoryLink::before { content: "\f110"; font: normal 17px/1 'dashicons'; }
.directoryLink::after { content: ""; font: normal 17px/1 'dashicons'; }

.calendarLink::before { content: "\f508"; font: normal 17px/1 'dashicons'; }
.calendarLink::after { content: ""; font: normal 17px/1 'dashicons'; }

.calendarIcon { font-size: 110%; font-weight: 550; }
.calendarIcon::before { content: "\f508"; font: normal 17px/1 'dashicons'; padding-right: 5px; }

.myPNWlink::before { content: "\f160"; font: normal 17px/1 'dashicons'; }
.myPNWlink::after { content: ""; font: normal 17px/1 'dashicons'; }

.mapsLink::before { content: "\f230"; font: normal 17px/1 'dashicons'; }
.mapsLink::after { content: ""; font: normal 17px/1 'dashicons'; }

.applyLink::before { content: "\f464"; font: normal 17px/1 'dashicons'; }
.applyLink::after { content: ""; font: normal 17px/1 'dashicons'; }

.searchLink::before { content: "\f179"; font: normal 17px/1 'dashicons'; }
.searchLink::after { content: ""; font: normal 17px/1 'dashicons'; }

.registerLink::before { content: "\f112"; font: normal 17px/1 'dashicons'; }
.registerLink::after { content: ""; font: normal 17px/1 'dashicons'; }

/* END TEMPORARY CSS CLASSES */

/* Information for Menu */
#menu-information-for a { 
	padding:10px !important;
	font-size: 16px !important;
	text-decoration: none !important;	
}

/* Information About Menu */ 
#menu-information-about, #menu-information-about-1 {
	width: 110% !important;
}

#menu-information-about a {
	text-decoration: #333333 !important;
}	

body.hideMenu .nav-primary { display:none !important; }

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	color: #333;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}

/* Section Menu
---------------------------------------------- */
.section-menu li {
	list-style: none;
	border-bottom: 1px solid #777;
	line-height: 2;
}

.section-menu a {
	text-decoration: none;
}

.btn_section {
    text-align: left !important;
    white-space: normal !important;
	width: 100%;
	background-color: #b1810b;
	color: #fff;
	font-weight: bold;
}

.mobile .mb-0 .btn:before, .tablet .mb-0 .btn:before {
    /* symbol for "opening" panels */
    color: #fff;
	font-size: 1.5em;
}

.btn_section:hover {
	color: #fff !important;
}

.mobile .card-header, .tablet .card-header {
	background-color: #b1810b;

}


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

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

.entry {
	margin-bottom: 40px;
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content a,
.cpt-floatLeftThird a { text-decoration:underline; text-decoration-style: solid; }
.entry-content a:hover { text-decoration:underline; text-decoration-style: solid; }

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

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

.entry-content ol > li {
	list-style-type: /* decimal */ inherit;
}

.entry-content ul > li {
	list-style-type: /* disc */ inherit;
}

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

ul.circle {list-style-type: circle;}
ul.square {list-style-type: square;}
ol.upper-roman {list-style-type: upper-roman;}
ol.lower-roman {list-style-type: lower-roman;}
ol.upper-alpha {list-style-type: upper-alpha;}
ol.lower-alpha {list-style-type: lower-alpha;}

body.nestedList .entry-content ol { counter-reset: item; }
body.nestedList .entry-content li { display: block; }
body.nestedList .entry-content li:before { 
  content: counters(item, ".") "."; 
  counter-increment: item; 
  padding-right:10px; 
  margin-left:-20px;
}

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

.callToAction .search-form {
	width: 70% !important;
}

.callToAction .search-form input[type="text"] {
	float: left !important;
}

body.noPostMeta p.entry-meta,
body.noPostMeta span.entry-categories,
.staff-member p.entry-meta,
.member p.entry-meta {
	display:none;
}

.entry-meta {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

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

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

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

/* Before Entry
--------------------------------------------- */

.before-entry {
	background-color: inherit;
	width: 100%;
	margin-bottom: 0;
	padding: 0 0 40px 0;
}

.before-entry .widget {
	margin-bottom: 40px;
}

.before-entry .featured-content .entry:last-child,
.before-entry .widget:last-child,
.before-entry p:last-child {
	padding: 0;
	margin: 0;
}

.before-entry li {
	list-style-type: none;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

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

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

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

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

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

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

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


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

.sidebar {
	float: right;
	margin-top: 4em;
	width: 340px;
}

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

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Trebuchet MS', sans-serif;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}

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

.footer-widgets {
	background-color: #333;
	color: #fff;
	clear: both;
}

.footer-widgets .wrap {
	border-bottom: none;
	padding: 20px 0 16px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 250px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 50px;
}

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

.footer-widgets-4 {
	float: left;
	margin-left: 40px;
}

.footer-widgets a {
	/* border-bottom: 1px solid #fff; */
	color: #fff;
}

.footer-widgets a:hover {
	color: #e4e4e4;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

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


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

.site-footer {
	background-color: #333;
	letter-spacing: 1px;
	padding: 20px 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #999;
}

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

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}

.site-footer .wrap p { display:none; }

.ghdLeft { float: left; padding-right: 1em; }

.social-icon {
	font-size: 0px;
	width:32px;
	height:32px;
	margin:0;
	margin-bottom:5px;
	margin-right:5px;
}

/* CUSTOM POST TYPES */

.cpt-floatLeft { 
	float:left;
	width:240px;
	height:475px;
 }

.single-member .cpt-floatLeft {
	float: left !important;
	width: 240px !important;	
	height:auto !important;
}

.single-member .entry-content div + div {
	float: left !important;
	width: 475px !important;	
	height:auto !important;
}

.cpt-floatLeft p { 
	line-height:1.5;
	margin-top: -0.35rem;
	margin-bottom: 0.85rem;
 }

.cpt-floatLeft a { 
	color: #238776;
 }

.cpt-floatLeftHalf { 
	width:45%;
	float:left;
	margin:0 10px 20px 0;
 }

.last { clear:right !important; }

.cpt-floatLeftThird { 
	width:32%;
	float:left;
	margin:0 10px 20px 0;
 }

.home-featured-5 .cpt-floatLeftThird {
	float: left;
	margin: 0 5px 20px 0;
	width: 32% !important;
}

.cpt-floatLeftTwoThirds { 
	width:60%;
	float:left;
	margin:0 10px 20px 0;
 }

.cpt-floatLeftFourth { 
	width:22.5%;
	float:left;
	margin:0 10px 20px 0;
 }

.clearFloat {
	clear:left;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear:both;
}

.screenReader{
	left: -2000px;
	position: absolute;
}

/* END CUSTOM POST TYPES */

/* List Category Posts CSS
---------------------------------------------------------------------------------------------------- */

.screenReader{
	left: -2000px;
	position: absolute;
}

span.screenReader{
	left: -2000px;
	position: absolute;
}

.lcp-thumb {
	float:left !important;
	margin-right: 0.75em;
}

.lcp-blog-thumb {
	float:right !important;
	margin-left: 0.75em;
}

.home-featured-2 .lcp-thumb {
	float:left !important;
	margin-right: 0.75em !important;
max-width: 50px;
}

.lcp-title {
	font-size: 1em;
	padding-bottom: -1.5em;
}

.lcp-title-bold {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0.25em;
	padding-bottom: -1.5em; 
}

#pnwEvents .lcp-title a { padding-right: 10px; }

#pnwEvents .lcp_customfield {
	color: #333;
}

.blueDiv #pnwEvents .lcp_customfield,
.goldDiv #pnwEvents .lcp_customfield,
.turquoiseDiv #pnwEvents .lcp_customfield {
	color: #fff;
}

.newsfeed .lcp-title {
	font-size: 1.1em;
}

.newsfeed .lcp-title a {
	color: #5b6870;
}

.lcp-date {
	font-size: 0.85em;
	margin-bottom: -1em !important;
}

.lcp-left {
	float: left !important;
}

.lcp-author {
	padding-left: 1em;
	font-size: 0.85em;
	margin-top: 0.75em;
	margin-bottom: -1em !important;
}

.lcp-more {
	color:#238776;
	background-color:transparent;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
}

.goldDiv .lcp-more,
.turquoiseDiv .lcp-more,
.blueDiv .lcp-more {
	color:#ffffff;
}

.lcp-hr {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	height: 1px;
        margin:1em 0;
	padding:.25em 0 .25em 0;
	clear:left;
}

/* .one-half .lcp-hr { display: none !important; } */

.colTemp-hr {
	width: 95%;
	border-bottom: 1px solid #cccccc;
	height: 1px;
        margin:1em 0 0 .5em;
	padding:.25em 0 .25em 0;
	clear:left;
}

.entry-content ul li.lcp-listItem{
	font-size:1em;
	line-height:2.2;
	margin-bottom:0.5em;
	/* list-style-type:none; */
}

.widget-wrap ul.lcp_catlist li { 
	list-style-type:none !important;
	margin-left: 1em;
}


body.hideAuthor .lcp-author,
body.hideDate .lcp-date {
display:none;
}
body.civsNews .lcp-hr{
	clear:both; /* to clear floated images */
}

.lcp_paginator ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

.lcp_paginator li {
  float: left;
  list-style-type: none !important;
}

.lcp_paginator li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
	background-color: #333333;
}

.lcp_currentpage {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  background-color: #111111;
}

.lcp_paginator li a:hover {
  background-color: #111111;
}

/* END List Category Posts CSS */

/* BUTTONS WITH ICONS */

#downloadBtn,
#submitBtn,
#giveBtn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	/* border-radius: 5px; */
	box-shadow: none;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	padding: 0.5rem 4rem 0.5rem 1rem;
	margin: 5px 0 10px 0;
	margin: 0.5rem 0 1rem 0;
	font-size: 10px !important;
	font-size: 1.0rem !important;
	font-weight:bold;
	text-decoration: none;
	
}

.downloadColor {
	background:url(images/download-icon-2.png) #5B6870 no-repeat right !important;
}

.submitColor {
	background:url(images/submit.fw.png) #2EAF9B no-repeat right !important;
}

.submitGold {
	background:url(images/submit.fw.png) #B1810B no-repeat right !important;
}
.submitBlue {
	background:url(images/submit.fw.png) #5B6870 no-repeat right !important;
}

.giveColor {
	background:url(images/gift.png) #B1810B no-repeat right !important;
}

#submitBtn a { color:#fff; text-decoration: none; }

#downloadBtn:hover,
#submitBtn:hover,
#giveBtn:hover {
	background-color: #333 !important;
	border: none;
	text-decoration: none;
}

/* END BUTTONS WITH ICONS */

.collegeHeading {
	background:url(images/low_contrast_linen.png) repeat right !important;
	padding: 10px;
	margin-bottom: 1em;
	color: #333 !important;
}

.collegeHeading h1,
.collegeHeading h1 a:link,
.collegeHeading h1 a:visited,
.collegeHeading h1 a:hover,
.collegeHeading h1 a { 
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	text-decoration:none;
}

.immediateAction {
	font-family: 'Archivo Black', sans-serif;
	font-size: 2em;
	font-weight: 900;
	color: #b1810b;
	line-height: 110%;
}

span.immediateAction {
	font-family: 'Archivo Black', sans-serif;
	font-size: 2em;
	font-weight: 900;
	color: #fff;
	line-height: 110%;
}


.whiteDiv {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 1em;
	color: #333 !important;
}

.blackDiv {
	background-color: #000;
	padding: 10px;
	margin-bottom: 1em;
	color: #fff !important;
}

.blackDiv h3:after {
	content: " ➤";
}

.turquoiseDiv {
	background-color: #2eaf98;
	padding: 10px;
	margin-bottom: 1em;
	color: #fff !important;
}

.goldDiv {
	background-color: #b1810b;
	padding: 10px;
	margin-bottom: 1em;
	color: #fff !important;
}

.goldDivLight {
	background-color: #fef4e0;
	padding: 10px;
	margin-bottom: 1em;
	color: #333 !important;
}

.blueDiv h3 {
	color: #fff !important;
}

.blueDiv {
	background-color: #5b6870;
	padding: 10px;
	margin-bottom: 1em;
	color: #fff !important;
}

.grayDivLight {
	background-color: #eeeeee;
	padding: 10px;
	margin-bottom: 1em;
	color: #333 !important;
}

.contactInfo {
	background-color: #eeeeee;
	padding: 10px;
	margin-left: 16em;
	margin-bottom: 1em;
}

.grayDivMedium {
	background-color: #afb8bd;
	padding: 10px;
	margin-bottom: 1em;
	color: #333 !important;
}

.staffListingDiv {
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 0 !important;
	margin-bottom: 1em;
	color: #333 !important;
	width: 31%;
	float: left;
	margin-left: 10px;
}

.staffListingDiv p {
	margin-bottom: 0.65em;
}

.half .staffListingDiv,
.one-half .staffListingDiv {
	width: 47% !important;
}

.full .staffListingDiv { width: 100% !important; }
.full .staffListingDiv img { float: left !important; margin: 0 2em 2em 0; }

.entry-content .staffListingDiv:nth-of-type(3n+1),
.entry-content .half .staffListingDiv:nth-child(2n+2) {
	clear: left !important;
}

.entry-content .one-half .staffListingDiv:nth-last-child(2n+2) { clear: right !important; }
.entry-content .one-half .staffListingDiv:nth-last-child(2n+1) { clear: left !important; }

.entry-content .staff-member-listing .staff-member:nth-child(3n+1) {
	clear: left !important;
}

.grayDivLight h3,
.whiteDiv h3 { color: #5b6870; }
.grayDivMedium h3,
.goldDivLight h3  { color: #333; }
.blackDiv h3  { color: #b1810b; margin-bottom:0.1em; }

.blackDiv h3 a, .blackDiv h3 a:hover { 
	font-family: 'Archivo Black', sans-serif;
	text-decoration: none;
	font-weight: 900;
	color: #b1810b;
}

.black {
	background-color: #000;
	padding: 10px;
	color: #b1810b !important;
}

.black a { color: #b1810b; }

.turquoise {
	background-color: #2eaf98;
	padding: 10px;
	color: #fff !important;
}

.turquoise a,
.turquoiseDiv a,
.goldDiv a,
.blueDiv a,
.grayDivDark a {
	color: #fff !important;
}

.whiteDiv img.size-full,
.turquoiseDiv img.size-full,
.goldDiv img.size-full,
.blueDiv img.size-full,
.grayDivLight img.size-full,
.grayDivMedium img.size-full {
	margin-bottom: -1.5em !important;;
}

.turquoise:hover,
.blackDiv:hover {
	background-color: #333;
}

.turquoise h3,
.turquoiseDiv h2,
.turquoiseDiv h3,
.turquoiseDiv h4,
.goldDiv h3,
.goldDiv h4,
.blueDiv h2,
.blueDiv h3,
.blueDiv h4 { color: #fff !important; }

.turquoiseDivDark {
	background-color: #1D6D60;
	padding: 10px 10px 10px 15px;
	margin:-10px -10px 5px -10px;
}

.goldDivDark {
	background-color: #8C6509;
	padding: 10px 10px 10px 15px;
	margin:-10px -10px 5px -10px;
	color: #fff !important;
}

.grayDivDark {
	background-color: #444444;
	padding: 10px 10px 10px 15px;
	margin:-10px -10px 5px -10px;
	color: #ffffff !important;
}


.blueDivDark {
	background-color: #434D52;
	padding: 10px 10px 10px 15px;
	margin:-10px -10px 5px -10px;
	color: #fff;
}

.whiteDiv h2.blueDivDark,
.grayDivLight h2.blueDivDark,
.grayDivLight h2.blueDivDark a,
.grayDivLight h3.blueDivDark,
.grayDivLight h3.blueDivDark a,
.grayDivLight h4.blueDivDark,
.grayDivLight h4.blueDivDark a,
.grayDivLight h2.goldDivDark,
.grayDivLight h2.goldDivDark a,
.grayDivLight h3.goldDivDark,
.grayDivLight h3.goldDivDark a,
.grayDivLight h2.turquoiseDivDark,
.grayDivLight h2.turquoiseDivDark a,
.grayDivLight h3.turquoiseDivDark,
.grayDivLight h3.turquoiseDivDark a { color: #fff !important; }

.goldDiv h4 { margin-top: -0.5em; }

.gold {
	background-color: #b1810b;
	padding: 10px;
	color: #fff;
}

.gold h3 { color: #fff !important; }

.callToAction {
	background-color: #5b6870;
	padding: 5px;
	color: #fff;
}

.callToAction h3 { color: #fff !important; }
.dblLine { 
	color: #fff !important; 
	line-height: 2.4em;
	vertical-align:middle; 
}

.callToActionFull {
	background-color: /* #B1810B */ #5b6870;;
	padding: 20px;
	width: 100% !important;
	position: absolute;
	margin-top: -2.5em !important;
	left: 0;
	color: #fff;
}

.callToActionFull h3 { color: #fff !important; font-size:32px; }

.nextSteps {
	background-color: #b1810b;
	padding: 10px 10px 10px 15px;
	color: #fff;
	margin-left: -1.8em;
}

.nextSteps a {
	color: #fff;
}

.nextSteps h3 { 
	color: #fff;
	background-color: #8C6509;
	padding: 10px 10px 10px 15px;
	margin:-10px -10px 5px -15px;
	border-left:1px solid #785607; 
}

.alumniProfile {
	background-color: #2eaf98;
	padding: 10px 10px 10px 15px;
	color: #fff;
	margin-left: -1.8em;
}

.alumniProfile a {
	color: #fff; 
}

.alumniProfile h3 { 
	color: #fff;
	background-color: #1D6D60;
	padding: 13px 10px 13px 15px;
	margin:-10px -10px 5px -15px; 
}

.alumniProfileGold {
	background-color: #b1810b;
	padding: 10px 10px 10px 15px;
	color: #fff;
	margin-left: -1.8em;
}

.alumniProfileGold h3 { 
	color: #fff;
	background-color: #8C6509;
	padding: 10px 10px 10px 15px;
	margin:-10px -10px 5px -15px; 
}

.sectionFull {
	background-color: #eeeeee;
	margin: 0 -9999rem;
	padding: 0 9999rem;
}

.sectionFullTall {
	height: 40em;
}

.sectionFull h2 { margin-top: -1rem; padding-bottom: 0.5rem; }
.sectionFull img { padding-bottom: 1rem; }
.sectionFull .lcp-thumb img { margin-bottom: -1rem; }
.two-thirds .sectionFull .lcp-title { margin-top: 1rem !important; }
.one-third .lcp-title { margin-top: 1rem !important; }

/* INFO GRAPHICS SECTION */
#programsInfo,
#populationInfo,
#ratioInfo,
#tuitionInfo,
#creditsInfo,
#countriesStatesInfo {
	width:300px;
	height:300px;
	text-align: center;
	background-color: #eeeeee;
	margin-bottom: 20px !important;
}

#programsInfo {
	background:url(images/programs-info-bg.png) no-repeat right !important;
	padding: 85px 0 10px 12px;
}

#populationInfo {
	background:url(images/student-population-info-bg.png) no-repeat right #eee !important;
	padding: 65px 0 10px 5px;
}

#countriesStatesInfo {
	background:url(images/countries-states-bg.png) no-repeat right #eee !important;
	padding: 85px 0 10px 5px;
}

#ratioInfo { padding: 50px 0 10px 0; }
#tuitionInfo { padding: 40px 0 10px 0; }
#creditsInfo { padding: 65px 0 10px 0; }
#countriesStatesInfo { padding: 85px 0 230px 5px; }

.programsText1 {
	font-size: 1.5em;
	font-weight: bold;
}

.programsText2 {
	font-family: 'Archivo Black', sans-serif;	
	font-size: 6.5em;
	font-weight: 900;
	color: #b1810b;
	line-height: 75%;
	padding-bottom: 2em;
}

.programsText3 {
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;	
	font-size: 1.4em;
	font-weight: 900;
	color: #5b6870;
	line-height:65%;
}

.programsText4 {
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;	
	font-size: 1.3em;
	font-weight: 900;
	color: #b1810b;
}

.populationText1 {
	font-family: 'Roboto Condensed', sans-serif;
	/* text-transform: uppercase; */
	font-size: 1.3em;
	font-weight: 900;
	color: #fff;
	line-height: 85%;
}

.populationText2 {
	font-family: 'Archivo Black', sans-serif;	
	font-size: 3em;
	font-weight: 900;
	color: #5C8727;
	line-height: 100%;
	padding-bottom: 2em;
}

.populationText3 {
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;	
	font-size: 1.8em;
	font-weight: 900;
	color: #222222;
	line-height:120%;
}

.ratioText1 {
	font-family: 'Archivo Black', sans-serif;
	text-transform: uppercase;
	font-size: 6em;
	font-weight: 900;
	color: #b1810b;
	line-height: 110%;
}

.ratioText2 {
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;	
	font-size: 1.7em;
	font-weight: 900;
	color: #5b6870;
	line-height: 90%;
	padding-bottom: 2em;
}

.ratioText3 {
	font-family: 'Archivo Black', sans-serif;
	text-transform: uppercase;	
	font-size: 4em;
	font-weight: 900;
	color: #2eaf98;
	line-height:80%;
}

.tuitionText1 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 3.5em;
	font-weight: 900;
	color: #2eaf98;
	line-height: 110%;
}

.tuitionText2 {
	 font-family: 'Roboto Condensed', sans-serif; 
	/* font-family: 'Cabin Condensed', sans-serif; */
	text-transform: uppercase;	
	font-size: 4.5em;
	font-weight: 900;
	color: #BA5915;
	line-height: 90%;
	padding-bottom: 2em;
}

.tuitionText3 {
	font-family: 'Archivo Black', sans-serif;
	text-transform: uppercase;	
	font-size: 3em;
	font-weight: 900;
	color: #475258;
	line-height:100%;
}

.tuitionText4 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;	
	font-size: 1.7em;
	font-weight: 900;
	color: #475258;
	line-height:120%;
}

.tuitionText5 {
	font-family: 'Ubuntu Condensed', sans-serif;	
	font-size: 1.2em;
	font-weight: 900;
	color: #475258;
	line-height:100%;
}

.creditsText1 {	
	font-family: 'Archivo Black', sans-serif;
	text-transform: uppercase;	
	font-size: 3em;
	font-weight: 900;
	color: #475258;
	line-height:80%;
}

.creditsText2 {
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'Cabin Condensed', sans-serif; */	
	font-size: 1.5em;
	font-weight: 900;
	color: #475258;
	line-height: 100%;
	margin-bottom: -30px !important;
}

.creditsText3 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 5em;
	font-weight: 900;
	color: #2eaf98;
	line-height: 90%;
}

.creditsText4 {	
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'Archivo Black', sans-serif; */
	text-transform: uppercase;	
	font-size: 2.7em;
	font-weight: 900;
	color: #BA5915;
	line-height:130%;
	border-top: 2px solid #475258;
}

.creditsText5 {	
	font-family: 'Archivo Black', sans-serif;
	text-transform: uppercase;	
	font-size: 3em;
	font-weight: 900;
	color: #475258;
	line-height:50%;
}

.creditsText6 {	
	font-family: 'Archivo', sans-serif;
	text-transform: uppercase;	
	font-size: 2.5em;
	font-weight: 900;
	color: #475258;
	line-height:70%;
}

.creditsLeft {
	float: left;
	padding: 4px;
}

.countriesStatesText1 {
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;	
	font-size: 1.1em;
	font-weight: 900;
	color: #BA5915;
	line-height:50%;
}

.countriesStatesText2 {
	font-family: 'Archivo Black', sans-serif;	
	font-size: 3em;
	font-weight: 900;
	color: #475258;
	line-height: 90%;
}

.countriesStatesText3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: italic;	
	font-size: 3.4em;
	font-weight: 900;
	color: #b1810b;
	margin-left: 0.7em;
	line-height:140%;
}

.countriesStatesText4 {
	font-family: 'Ubuntu Condensed', sans-serif;	
	font-size: 1.075em;
	font-weight: 900;
	color: #fff;
	margin-left: 1.3em;
}
.csIndent { padding-left: 39px !important; }


.post-12745 .entry-header {
	background-color: #eeeeee;
	margin: -2.5em -9999rem;
	padding: 20px 9999rem;
}

.post-12745 .entry-content .infoFull {
	background-color: #eeeeee;
	margin: 0 -9999rem;
	padding: 10px 9999rem;
}

/* END INFO GRAPHICS SECTION */

/* 404 Page Not Found */

.notFound { 
	color: #555;
	font-size: 24px;
	font-weight: bold;
}

.notFound-wrap {
	width: 100% !important;
	margin: 0 auto;
}

.notFound-wrap img.mascot {
	margin-right: 2em;
	padding-bottom: 4em;
}

.notFound-wrap form.search-form {
	margin-left: 0;
float:left;
}

/* END 404 Page Not Found */

.borderTop-4 {
	border-top: 4px solid #5b6870;
	margin-top: 25px;
}

.borderTop-4 li {
	margin-left:-25px !important;
}


/* Slider Thumbnails */

div#n2-ss-8 .n2-style-0d7e6147d938756e488febb9fea88b5d-dot {
    opacity: 0.9 !important;
}

.n2-style-0d7e6147d938756e488febb9fea88b5d-dot.n2-active {
    opacity: 1 !important;
    border: 5px solid #f8c32b !important;
/* background:url(images/active-thumbnail.fw.png) no-repeat !important; */
}

h2.n2-style-bfc3b0325518231b8237e03486969b38-heading,
h2.n2-style-bfc3b0325518231b8237e03486969b38-heading a {
    font-family: "Trebuchet MS", serif !important;
    font-size: 30px !important;
    margin-bottom: 3px !important;
}

p.n2-style-bfc3b0325518231b8237e03486969b38-heading {
    font-weight: bold !important;
}

/* End Slider Thumbnails */


.lessWidgetTopMargin { margin-top:-3.5em; }
.lessWidgetBottomMargin { margin-bottom:-2em; }

.lessBtmMarginFour { margin-bottom:-4em; }
.lessBtmMarginThree { margin-bottom:-3em; }
.lessBtmMarginTwo { margin-bottom:-2em; }
.lessBtmMarginOne { margin-bottom:-1em; }
.lessBtmMarginHalf { margin-bottom:-0.5em; }
.lessBtmMarginQuarter { margin-bottom:-0.25em; }

.moreBtmMarginTen { margin-bottom:10em !important; }
.moreBtmMarginNine { margin-bottom:9em !important; }
.moreBtmMarginEight { margin-bottom:8em !important; }
.moreBtmMarginSeven { margin-bottom:7em !important; }
.moreBtmMarginSix { margin-bottom:6em !important; }
.moreBtmMarginFive { margin-bottom:5em !important; }
.moreBtmMarginFour { margin-bottom:4em !important; }
.moreBtmMarginThree { margin-bottom:3em !important; }
.moreBtmMarginTwo { margin-bottom:2em !important; }
.moreBtmMarginOne { margin-bottom:1em !important; }
.moreBtmMarginHalf { margin-bottom:0.5em !important; }
.moreBtmMarginQuarter { margin-bottom:0.25em !important; }
.moreTopMarginFour { margin-top:4em !important; }
.moreTopMarginThree { margin-top:3em !important; }
.moreTopMarginTwo { margin-top:2em !important; }
.moreTopMarginOne { margin-top:1em !important; }
.moreTopMarginHalf { margin-top:0.5em !important; }
.moreTopMarginQuarter { margin-top:0.25em !important; }
.bigTopMargin { margin-top:12em !important; }
.bigBtmMargin { margin-bottom:12em !important; }
.btmMarginNone { margin-bottom:0; }

.leftMarginOne { margin-left: 1em; }

.addBtmPad { padding-bottom: 1.5rem; }
.addRightPad { padding-right: 0.5rem !important; }

.indent { padding-left: 20px !important; }

.floatRight { float:right; }

.alignCenter { text-align:center; }


/* OPENS IN NEW WINDOW LINK */

a[rel~="external"] {
	background: url(/wp-content/plugins/tiny-plugin/nw.gif) 101% 50% no-repeat;
	color:inherit;
	padding-right: 1em;
        padding-left: 0;
	z-index: 48;
	font-size:100%;
}

a[rel~="external"]:hover,
a[rel~="external"]:focus,
a[rel~="external"]:active {
	z-index: 49;
}

a[rel~="external"] .new-window,
a[rel~="external"]:link .new-window {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;  
	z-index: 50; 
	text-decoration: none;
}

a[rel~="external"]:focus .new-window,
a[rel~="external"]:hover .new-window {
	float: right;
	background: #E7E7E7;
	color:inherit;
	width: auto;
	height: auto;
	border: solid 0.063em #CCCCCC;
	margin-left: 1.5em;	
	margin-top: 0.5em;
	padding: 0.2em;
	overflow: visible;
	-moz-border-radius: 0.5em; 
	-webkit-border-radius: 0.5em; 
	border-radius: 0.5em;
	box-shadow: 0.5em 0.5em 0.5em #333;
	z-index:51;	
}

a[rel~="external"]:focus .new-window:before,
a[rel~="external"]:hover .new-window:before {
   content:"";
   position: absolute;
   width: 0;
   height: 0;
   border-top: 0.063em solid transparent;
   border-right: 1.25em solid #E7E7E7;
   border-bottom: 0.938em solid transparent;
   margin: 0 0 0 -1.25em;
}

.hide { display: none; }

.showFilters:hover #filters  { display: block !important; }
.showFilters { 
	position:absolute;
	clear: both !important;
}

.showFilters a:hover { 
	background-color: #333; 
	color: #fff;
	cursor: pointer;
}

#filters { 
	border-top: 1px solid #333;
	margin-top: -1.2em !important; 
}

.showFilters #filters a { 
	width: 200px !important;
	color: #333;
	background-color: #f4f4f4;
	padding: 5px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	float: left;
	clear:left;
}

.showFilters #filters a:hover {
	color: #fff;
	background-color: #333;
}

.degree_or_program-field { 
	width: 23% !important;
}

.degree_or_program-field span.textarea.richtext { 
	width: 100% !important;
}

#wprmenu_menu { display: none; }
.mobileAdd { display: none; }

.menu-information-about-container #menu-information-about {display: block !important; }

.page-id-12745 .site-menu { display: none !important; }

.bigText{
   font-size:130%;
}

.insertion {
color:#177EE5;
background:transparent;
font-size:110%;
}

body.promotion ol p + ol{
margin-top:-1em;
padding-bottom:0.5em;
}

body.promotion ol + p  {
margin-top:0.51em;
}

@media only print{
.ally-toolbar, .ltr { display: none !important; }
body.printTable .collegeHeading,
body.printTable .site-title a,
body.printTable .site-header { display: none !important; }
}

.quick-menu { display: none !important; }
.mobile, .mobile #searchDiv { display: none; }
.tablet, .tablet #searchDiv { display: none; }

/* CALENDAR TABS */

		*, #content :first-child, #content :last-child {
			margin: 0;
		}

		nav ul.calNav {
			list-style: none;
			height: 41px;
			padding: 0 0 0 10px;
			border-bottom: 1px solid #ccc;
			margin-top: 10px;
		}

		nav ul.calNav li {
			float: left;
			position: relative;
			height: 30px;
			border-radius: 7px 7px 0 0;
			margin-left: 5px;
		}

		nav ul.calNav li a {
			display: block;
			position: relative;
			width: auto;
			height: 40px;
			padding: 7px 10px 10px 10px;
			border-radius: 7px 7px 0 0;
			background: #fff;
			color: #444;
			text-align: center;
			/* text-decoration: none; */
		}

		nav ul.calNav li:hover {
			z-index: 1;
		}

		nav ul.calNav li:hover a {
			background: #e7e7e7;
			color: #000;
		}

		#activeCalTab {
			z-index: 2;
		}

		#activeCalTab a {
			background: #b1810b;
			color: #fff;
			height: 41px;
			font-weight: 600;
			border: 1px solid #ccc;
			border-bottom: 1px solid #fff !important;
		}

		.my-calendar-table .mc-main tr td { border: 1px solid #dddddd !important; }
		.my-calendar-table .day-with-date { border-width: 1px 0 1px 1px !important; border-color: #dddddd !important; border-style: solid !important; }
		.my-calendar-table .sun { border-right: 1px solid #dddddd !important; }
		
/* END CALENDAR TABS */

.nextend-bar-horizontal { display: none !important; }



/*sidebar updates */

.sidebar .widget_nav_menu li ul li, .widget_nav_menu.amr_widget li ul li {
    background: url(https://www.pnw.edu/marketing-communications/wp-content/themes/minimum-pro/images/child-menu-list-black.png) no-repeat rgba(255,255,255,.15) left !important;
    padding: 3px 25px;
    margin: 5px;
}

.widget_nav_menu.amr_widget li:hover {
    background-color: rgba(255,255,255,.15);
}

.widget_nav_menu.amr_widget li ul li:hover {
    background: url(https://www.pnw.edu/marketing-communications/wp-content/themes/minimum-pro/images/child-menu-list-black.png) no-repeat rgba(255,255,255,.15) left !important;
}

.sidebar .widget_nav_menu li a:hover {
    color: #000000;
}
.sub-menu > li:last-child, .widget p:last-child {
    margin-bottom: 0 !important;
    border: none !important;
}
.sidebar .widget_nav_menu li ul li {
    background: url(https://www.pnw.edu/marketing-communications/wp-content/themes/minimum-pro/images/child-menu-list-black.png) no-repeat #ffffff left !important;
    padding: 3px 25px;
    margin: 5px;
}
.sidebar .widget_nav_menu li ul li:hover{
    background: url(https://www.pnw.edu/marketing-communications/wp-content/themes/minimum-pro/images/child-menu-list-black.png) no-repeat #ffffff left !important;
}
.sidebar .widget_nav_menu .widget-title{
    background-color: #ffffff;
    padding: 0px; 
    margin-bottom: 5px;
    color: #b1810b;
    font-size: 2em;
    font-weight: 550;
    text-align: left;
    border: 0px solid #5b6870;
   
}
.sidebar .widget_nav_menu li a, .widget_nav_menu.amr_widget li a {
    color: #1D6D60;
    font-size: 110%;
    font-weight: 550;
}
.sidebar .widget_nav_menu li, .widget_nav_menu.amr_widget li {
    background-color: #ffffff;
    padding: 7px 2px;
    margin-bottom: 0px;
    border-bottom: 1px solid #5b6870;
}
.sidebar .widget_nav_menu li:hover {
    background-color: #ffffff;
}




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


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

	.single .nav-primary,
	.attachment .nav-primary,
	.archive .nav-primary {
		padding-top: 30px !important;
	}

	.sliderPosition {
		min-height: 30px;
		background-color: #333 !important;
	}

	/* .widget_smartslider3 {
		margin-bottom: -30px !important;
	} */

	/* Utility Menu */
	#menu-utility-menu {
		margin-left: 170px;
	}

	/* MOBILE MENU PARENT LINK FIX */
	.wprmenu_icon.wprmenu_icon_par.icon_default {
		width: 990px !important;
	}
}

@media only screen and (max-width: 1475px) {
	/* Utility Menu */
	#menu-utility-menu {
		margin-left: 250px;
	}
}

@media only screen and (max-width: 1395px) {
	/* Utility Menu */
	#menu-utility-menu {
		margin-left: 285px;
	}
}

@media only screen and (max-width: 1366px) {
	/* Utility Menu */
	#menu-utility-menu {
		margin-left: 310px;
	}
}

@media only screen and (max-width: 1355px) {
	/* Utility Menu */
	#menu-utility-menu {
		margin-left: 285px;
	}
	
.site-header .widget-area {
	width: 885px;
	margin-right:0 !important;
	}
	
.site-header {
	height: 120px;
}

.site-header .wrap {
	margin-right:330px;
}

.nav-secondary {
	margin-bottom: -60px;
	margin-top: 120px !important;
}
	
.secondary-nav-right input[type="search"],
.secondary-nav-left input[type="search"] {
	margin-top: 80px;
}

.logged-in .secondary-nav-right input[type="search"] {
	margin-top: 82px;
}
	
.logged-in .nav-secondary {
	margin-top: 120px !important;
}
}

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

	.sliderPosition {
		min-height: 30px;
		background-color: #333 !important;
	}	

	.nav-secondary {
		text-align:right !important;
	}

	.nav-secondary .wrap {
		margin-right:230px !important;
		margin-left:305px !important;
	}

	/* Information About Menu */ 
	#menu-information-about, #menu-information-about-1 {
		width: 100% !important;
	}

	.site-header .wrap {
		margin-right:215px !important;
	}

	.genesis-nav-menu a {
		padding: 12px;
		font-size: 15px !important;
	}

	.secondary-nav-right { margin-right: 10px !important; }

	.secondary-nav-right input[type="search"],
	.secondary-nav-left input[type="search"] {
		width:140px !important;

	}

	.search-form input[type="submit"] {
		margin-right: 0;
	}

	p.n2-style-bfc3b0325518231b8237e03486969b38-heading {
		font-size: 14px !important;
	}
	
	.nextend-smartslider-button-container {
		display: none !important;
	}

}

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

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 885px;
		margin-right:0 !important;
	}

	.single .nav-primary,
	.attachment .nav-primary,
	.archive .nav-primary {
		padding-top: 0 !important;
	}

	.sliderPosition {
		min-height: 0;
		background-color: #000 !important;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

/* INFO GRAPHICS SECTION */

/* .ratioColumn {
	float: none !important;
}

.populationColumn {
	margin-left: 320px !important;
	float: none !important;
}

.tuitionColumn {
	margin-left: 320px !important;
	float: none !important;
}

.creditsColumn {
	margin-left: 320px !important;
	float: none !important;
} */

/* Utility Menu */
#menu-utility-menu {
		margin-left: 125px;
	}

#menu-utility-menu a {
	font-size: 13px !important;
	padding: 20px 2px 0 2px !important;
}
	
.calWidth {
	width: 100% !important;
}

}

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

	.wrap {
		max-width: 768px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.sidebar { margin-top: 0.5em; }

	.site-header {
		position: static;
	}

	.site-inner {
		padding: 40px 5%;
	}

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 110px auto 10px;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}

	.site-header .wrap {
		margin: 0 auto !important;
	}
	
	.site-header .widget-area {
		padding: 0 5%;
	}

	.site-description {
		font-size: 30px;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 20px 0;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: none;
	}

	.wrap { max-width: 100%; }

	.title-area,
	.header-widget-area { 
		background-color: #000 !important;
		margin-bottom:10px;	
	}

	header.site-header { 
		background-color: #000 !important;
		width: 100% !important;
		height: 225px !important;
		margin-bottom: -115px !important;
	}

	.header-image .site-title a {
		position:inherit;
		width: 100%;
		height: 130px !important
	}

	
    #menu-item-14088, #menu-item-17665 { background-color: #5b6870 !important; border-right: 2px solid #555555 !important; }
    #menu-item-14097 { background-color: #b1810b !important; border-right: 2px solid #555555 !important; }
	#menu-item-14088 .wprmenu_parent_item,
	#menu-item-17665 a,
	#menu-item-14097 .wprmenu_parent_item { 
		color: #fff !important;
		font-size: 19px !important;
		font-weight: bold !important;
	}

	#menu-item-14088 a,
	#menu-item-14097 a,
	.wprmenu_icon { 
		color: #fff !important;
font-size: 18.66px !important;
font-weight: bold !important;
	}

	#menu-item-17665 { 
		background:url(images/gift-mobile.png) /* #2eaf98 */ #238570 no-repeat left !important;
		background-size: 45px 22px !important;
	}

	#menu-item-17665 a { 
		margin-left: 45px !important;
	}

	#wprmenu_menu { display: block; }

	.parent-heading { background: /* #8C6509 */ #434D52 !important; }

	.mobileAdd { display:block; }
	.mobileRemove { display:none; }

/* QUICK MENU */
.quick-menu { display: block !important; color: #fff; background: #333; position: fixed; top:0; width: 100%; height:97px; z-index:10000; }
.logged-in .quick-menu { top:57px !important; }
.logged-in #wpadminbar { height: 60px !important; }
.mobile, .mobile #searchDiv { display: none; }
.tablet, .tablet #searchDiv { display: block; }

#searchDiv { background:#b1810b; padding:5px 10px; height:43px; margin: 0 -10px 0 -10px; }

.site-title { margin-top: -50px; }
/* END QUICK MENU */

.online img {
margin-right: 20px !important;
}

.nav-secondary {
margin-bottom: -60px;
	margin-top: 110px !important;
}
	
.listFix li {
	margin-left: 0 !important;
	clear: both !important;
}
.listFix li li {
	margin-left: 5px !important;
}
}

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

	.site-header {
		padding-bottom: 10px;
	}

	.site-header .wrap {
		margin-right: 0 !important;
	}

	.title-area {
		padding-bottom: 6px;
	}

	.minimum .site-tagline {
		margin-top: 200px;
	}

	.genesis-nav-menu a {
		padding: 20px 10px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

.sliderPosition /* .widget_smartslider3 */ {
	margin-top: 2em !important;
	margin-bottom: 0;
	margin-bottom: 30px !important;
}

h2.n2-style-bfc3b0325518231b8237e03486969b38-heading,
h2.n2-style-bfc3b0325518231b8237e03486969b38-heading a {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: -15px !important;
}

p.n2-style-bfc3b0325518231b8237e03486969b38-heading {
		font-size: 14px !important;
		margin-top: 1em !important;
	}

.post-12745 .entry-header {
	margin-top: -4.4em;
}

.nextSteps {
	margin-left: 0;
	margin-top: -3.2em;
}

.nextSteps h3 { 
	color: #fff;
	background-color: #8C6509;
	padding: 10px 10px 10px 10px;
	border-left:none; 
}

.alumniProfile {
	margin-left: 0;
	margin-top: -3.2em;
}

.alumniProfile h3 { 
	color: #fff;
	background-color: #1D6D60;
	padding: 10px 10px 10px 10px;
}

.notFound-wrap img.mascot {
	margin-right: 0;
	padding-bottom: 1em;
}

.notFound-wrap form.search-form {
	margin-left: 0;
}

.my-calendar-table .mc-main tr td, .my-calendar-table .day-with-date, .my-calendar-table .sun { border: none !important; }
	
	.nextend-bar-horizontal { display: block !important; }

}

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

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: auto !important;
		float: none;
		clear: left;
	}
	
	.home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}

.cpt-floatLeftHalf,
.cpt-floatLeftThird,
.cpt-floatLeftTwoThirds,
.cpt-floatLeftFourth { 
	width:98% !important;
	float:left;
	margin:0 0 20px 0;
 }

.home-featured-4 .cpt-floatLeftHalf .blueDiv,
.home-featured-4 .cpt-floatLeftHalf .goldDiv,
.home-featured-4 .cpt-floatLeftHalf .turquoiseDiv,
.home-featured-4 .cpt-floatLeftHalf .whiteDiv,
.home-featured-4 .cpt-floatLeftHalf .grayDivLight,
.home-featured-4 .cpt-floatLeftHalf .grayDivMedium {
	width: 100% !important;
}

.ghdLeft { float: none; margin-bottom: 0.5em; }
.ghdLeft,
.ghdLink {
	margin-left: 1em;
}

.title-area,
.header-widget-area,
 header.site-header,
	.site-title a { 
	color: #fff;
	 background-color: #050706 !important;		
}

.post-12745 .entry-header {
	margin: -4.5em -1em -2.5em -1em;
	padding: 20px 1em;
}

.post-12745 .entry-content .infoFull {
	margin: 0 -1em 0 -1em;
	padding: 0 1em 1em 1em;
}

.sectionFull {
	margin: 0 -1em 0 -1em;
	padding: 0 1em 0 1em;
}

.sectionFull h2 { margin-top: 0; }

.campuses {
	background-color: #eeeeee;
	margin: -3.5em -1em 0 -1em;
	padding: 1em;
}

/* INFO GRAPHICS SECTION */
#programsInfo {
	margin: 0 0 0 -0.7em;
}

.post-12745 .entry-content .infoMobile {
	background-color: #eeeeee;
	margin: -3.5em -1em 0 -1em;
	padding-left: 0.5em;
}

.staffListingDiv { width: 100%; }
.entry-content .staffListingDiv:nth-last-child(2n+1) { width: 100% !important;}

body.odyssey .gallery-item {
	width: 100% !important;
}

.half .staffListingDiv,
.one-half .staffListingDiv {
	width: 100% !important;
	margin-left: 0;
}

.entry-content .one-half .staffListingDiv:nth-last-child(2n+2),
.entry-content .one-half .staffListingDiv:nth-last-child(2n+1) { clear: none !important; }

.contactInfo {
	clear: left;
	padding: 10px;
	margin-left: 0;
}

#countriesStatesInfo {
	margin-right:-0.5em !important;
	margin-top: -2em !important;
}
.countriesStatesText3 { font-size: 3.4em; margin-left: 0.55em; }
.countriesStatesText4 { font-size: 1em; }
.csIndent { padding-left: 38px !important; }

.home-featured-5 .widget_rss,
.home-featured-5 .widget_my_calendar_upcoming_widget,
.home-featured-5 .featuredpage,
.home-featured-5 .cpt-floatLeftThird,
.home-featured-5 .textwidget,
.home-featured-5 .pods_widget_single .widget-wrap .qualtrics,
.home-featured-5 .pods_widget_single .widget-wrap .qualtricsTitle,
.home-featured-5 .pods_widget_single .widget-wrap .fb-page,
.home-featured-5 .pods_widget_single .widget-wrap .twitter-timeline {
	float: none;
	margin: 0 -10px 0 -10px;
	padding: 0.5em;
	width:100% !important;
}

.cpt-floatLeftHalf blockquote {
	margin: 20px 80px -40px 0px;
	padding: 20px 10px 15px 10px;	
	padding: 2rem 1rem 1.5rem 1rem;
	width: 100%;
}

.listFix li {
	margin-left: 10px !important;
}
.listFix li li {
	margin-left: 15px !important;
}

/* QUICK MENU */
.quick-menu { display: block !important; background: #333; position: fixed; top:0; width: 100%; height:97px; }
.logged-in .quick-menu { top:46px !important; }
.logged-in #wpadminbar { height: auto !important; }
.mobile, .mobile #searchDiv { display: none !important; }
.tablet, .tablet #searchDiv { display: block !important; }
.site-title { margin-top: -30px !important; margin-bottom: 30px !important; }
/* END QUICK MENU */

}

@media only screen and (max-width: 560px) {
/* QUICK MENU */
.quick-menu { display: block !important; background: #333; position: fixed; top:0; width: 100%; height:97px; }
.mobile, .mobile #searchDiv { display: block !important; }
.tablet, .tablet #searchDiv { display: none !important; }
.site-title { margin-top: 0 !important; }

.directoryLink::before { margin-left:-7px; }
.myPNWlink::before { margin-left:-6px; }
.applyLink::before { margin-left:4px; }
.registerLink::before { margin-left:12px; }
/* END QUICK MENU */
}

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

.wp-caption.alignleft .wp-caption-text {
	margin-right: 0;
}

.wp-caption.alignright .wp-caption-text {
	margin-left: 0;
}

.section {
	background-color: #eeeeee;
	float:none !important;
}

#n2-ss-8-arrow-next,
#n2-ss-8-arrow-previous {
	display: none !important;
}

#countriesStatesInfo {
	margin-left:-0.5em !important;
	margin-top: -2em !important;
}
.countriesStatesText1 { font-size: 1em; }
.countriesStatesText2 {	font-size: 3em; }
.countriesStatesText3 { font-size: 3.4em; margin-left: 0.7em; }
.countriesStatesText4 { font-size: 1em; margin-left: 1.3em; }
.csIndent { padding-left: 40px !important; }

.title-area {
	margin: 0 0 0 0 !important;
	padding-left: 1em !important;
}

.ally-toolbar, .ltr { display: none !important; }

.callToActionFull {
	padding: 10px;
}

.callToActionFull h3 { font-size:28px; }

.entry-content .search-form {
	width: 90% !important;
}

.collegeHeading h1 { margin-top: 130px !important; margin-bottom: 5px; }

}