/*
	Theme Name: College Spun 3.0
	Description: College Spun is a custom theme for The Genesis Framework.
	Author: Mike Hemberger
	Author URI: https://bizbudding.com/
	Version: 3.0.9

	Template: genesis
	Baseline Version: 2.1.2

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


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Front Page
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

/* Normalize */
/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

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

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

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

/* FlexGrid 1.2.1
--------------------------------------------- */
.wrap.flex-cols::after,.wrap.flex-cols::before{display:none;visibility:hidden}.flex-cols{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex-cols>.col{box-sizing:border-box;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.flex-cols::after{content:'';-webkit-flex:auto;-ms-flex:auto;flex:auto}.flex-col-xs-1-11>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-xs-10-2>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-xs-11-1>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-xs-1>.col:nth-child(12n+1):nth-last-child(-n+12)~.col,.flex-col-xs-2-10>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-xs-2>.col:nth-child(6n+1):nth-last-child(-n+6)~.col,.flex-col-xs-3-9>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-xs-3>.col:nth-child(4n+1):nth-last-child(-n+4)~.col,.flex-col-xs-4-8>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-xs-4>.col:nth-child(3n+1):nth-last-child(-n+3)~.col,.flex-col-xs-6>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-xs-8-4>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-xs-9-3>.col:nth-child(2n+1):nth-last-child(-n+2)~.col{margin-left:1.66666667%}.flex-col-xs>.col{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;-webkit-flex-basis:0;flex-basis:0;max-width:100%}.flex-col-xs-1>.col{-ms-flex-preferred-size:6.8055555555556%;-webkit-flex-basis:6.8055555555556%;flex-basis:6.8055555555556%;max-width:6.8055555555556%}.flex-col-xs-2>.col{-ms-flex-preferred-size:15.277777777778%;-webkit-flex-basis:15.277777777778%;flex-basis:15.277777777778%;max-width:15.277777777778%}.flex-col-xs-3>.col{-ms-flex-preferred-size:23.75%;-webkit-flex-basis:23.75%;flex-basis:23.75%;max-width:23.75%}.flex-col-xs-4>.col{-ms-flex-preferred-size:32.222222222222%;-webkit-flex-basis:32.222222222222%;flex-basis:32.222222222222%;max-width:32.222222222222%}.flex-col-xs-5>.col{-ms-flex-preferred-size:40.694444444444%;-webkit-flex-basis:40.694444444444%;flex-basis:40.694444444444%;max-width:40.694444444444%}.flex-col-xs-6>.col{-ms-flex-preferred-size:49.166666666667%;-webkit-flex-basis:49.166666666667%;flex-basis:49.166666666667%;max-width:49.166666666667%}.flex-col-xs-7>.col{-ms-flex-preferred-size:57.638888888889%;-webkit-flex-basis:57.638888888889%;flex-basis:57.638888888889%;max-width:57.638888888889%}.flex-col-xs-8>.col{-ms-flex-preferred-size:66.111111111111%;-webkit-flex-basis:66.111111111111%;flex-basis:66.111111111111%;max-width:66.111111111111%}.flex-col-xs-9>.col{-ms-flex-preferred-size:74.583333333333%;-webkit-flex-basis:74.583333333333%;flex-basis:74.583333333333%;max-width:74.583333333333%}.flex-col-xs-10>.col{-ms-flex-preferred-size:83.055555555556%;-webkit-flex-basis:83.055555555556%;flex-basis:83.055555555556%;max-width:83.055555555556%}.flex-col-xs-11>.col{-ms-flex-preferred-size:91.527777777778%;-webkit-flex-basis:91.527777777778%;flex-basis:91.527777777778%;max-width:91.527777777778%}.flex-col-xs-12>.col{-ms-flex-preferred-size:100%;-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.flex-col-xs-11-1>.col:nth-of-type(2n+1){-ms-flex-preferred-size:91.527777777778%;-webkit-flex-basis:91.527777777778%;flex-basis:91.527777777778%;max-width:91.527777777778%}.flex-col-xs-11-1>.col:nth-of-type(2n){-ms-flex-preferred-size:6.8055555555556%;-webkit-flex-basis:6.8055555555556%;flex-basis:6.8055555555556%;max-width:6.8055555555556%}.flex-col-xs-10-2>.col:nth-of-type(2n+1){-ms-flex-preferred-size:83.055555555556%;-webkit-flex-basis:83.055555555556%;flex-basis:83.055555555556%;max-width:83.055555555556%}.flex-col-xs-10-2>.col:nth-of-type(2n){-ms-flex-preferred-size:15.277777777778%;-webkit-flex-basis:15.277777777778%;flex-basis:15.277777777778%;max-width:15.277777777778%}.flex-col-xs-9-3>.col:nth-of-type(2n+1){-ms-flex-preferred-size:74.583333333333%;-webkit-flex-basis:74.583333333333%;flex-basis:74.583333333333%;max-width:74.583333333333%}.flex-col-xs-9-3>.col:nth-of-type(2n){-ms-flex-preferred-size:23.75%;-webkit-flex-basis:23.75%;flex-basis:23.75%;max-width:23.75%}.flex-col-xs-8-4>.col:nth-of-type(2n+1){-ms-flex-preferred-size:66.111111111111%;-webkit-flex-basis:66.111111111111%;flex-basis:66.111111111111%;max-width:66.111111111111%}.flex-col-xs-4-8>.col:nth-of-type(2n+1),.flex-col-xs-8-4>.col:nth-of-type(2n){-ms-flex-preferred-size:32.222222222222%;-webkit-flex-basis:32.222222222222%;flex-basis:32.222222222222%;max-width:32.222222222222%}.flex-col-xs-4-8>.col:nth-of-type(2n){-ms-flex-preferred-size:66.111111111111%;-webkit-flex-basis:66.111111111111%;flex-basis:66.111111111111%;max-width:66.111111111111%}.flex-col-xs-3-9>.col:nth-of-type(2n+1){-ms-flex-preferred-size:23.75%;-webkit-flex-basis:23.75%;flex-basis:23.75%;max-width:23.75%}.flex-col-xs-3-9>.col:nth-of-type(2n){-ms-flex-preferred-size:74.583333333333%;-webkit-flex-basis:74.583333333333%;flex-basis:74.583333333333%;max-width:74.583333333333%}.flex-col-xs-2-10>.col:nth-of-type(2n+1){-ms-flex-preferred-size:15.277777777778%;-webkit-flex-basis:15.277777777778%;flex-basis:15.277777777778%;max-width:15.277777777778%}.flex-col-xs-2-10>.col:nth-of-type(2n){-ms-flex-preferred-size:83.055555555556%;-webkit-flex-basis:83.055555555556%;flex-basis:83.055555555556%;max-width:83.055555555556%}.flex-col-xs-1-11>.col:nth-of-type(2n+1){-ms-flex-preferred-size:6.8055555555556%;-webkit-flex-basis:6.8055555555556%;flex-basis:6.8055555555556%;max-width:6.8055555555556%}.flex-col-xs-1-11>.col:nth-of-type(2n){-ms-flex-preferred-size:91.527777777778%;-webkit-flex-basis:91.527777777778%;flex-basis:91.527777777778%;max-width:91.527777777778%}.start-xs{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.around-xs{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.first-xs{-webkit-order:-1;-ms-flex-order:-1;order:-1}.last-xs{-webkit-order:1;-ms-flex-order:1;order:1}@media only screen and (min-width:768px){.flex-col-sm-1-11>.col:nth-of-type(1n),.flex-col-sm-10-2>.col:nth-of-type(1n),.flex-col-sm-10>.col:nth-of-type(1n),.flex-col-sm-11-1>.col:nth-of-type(1n),.flex-col-sm-11>.col:nth-of-type(1n),.flex-col-sm-12>.col:nth-of-type(1n),.flex-col-sm-1>.col:nth-of-type(1n),.flex-col-sm-2-10>.col:nth-of-type(1n),.flex-col-sm-2>.col:nth-of-type(1n),.flex-col-sm-3-9>.col:nth-of-type(1n),.flex-col-sm-3>.col:nth-of-type(1n),.flex-col-sm-4-8>.col:nth-of-type(1n),.flex-col-sm-4>.col:nth-of-type(1n),.flex-col-sm-5>.col:nth-of-type(1n),.flex-col-sm-6>.col:nth-of-type(1n),.flex-col-sm-7>.col:nth-of-type(1n),.flex-col-sm-8-4>.col:nth-of-type(1n),.flex-col-sm-8>.col:nth-of-type(1n),.flex-col-sm-9-3>.col:nth-of-type(1n),.flex-col-sm-9>.col:nth-of-type(1n){box-sizing:border-box;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.flex-col-sm-1-11>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-sm-10-2>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-sm-11-1>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-sm-1>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-sm-2-10>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-sm-2>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-sm-3-9>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-sm-3>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-sm-4-8>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-sm-4>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-sm-6>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-sm-8-4>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-sm-9-3>.col:nth-child(1n):nth-last-child(1n)~.col{margin-left:0}.flex-col-sm-1-11>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-sm-10-2>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-sm-11-1>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-sm-1>.col:nth-child(12n+1):nth-last-child(-n+12)~.col,.flex-col-sm-2-10>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-sm-2>.col:nth-child(6n+1):nth-last-child(-n+6)~.col,.flex-col-sm-3-9>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-sm-3>.col:nth-child(4n+1):nth-last-child(-n+4)~.col,.flex-col-sm-4-8>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-sm-4>.col:nth-child(3n+1):nth-last-child(-n+3)~.col,.flex-col-sm-6>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-sm-8-4>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-sm-9-3>.col:nth-child(2n+1):nth-last-child(-n+2)~.col{margin-left:1.66666667%}.flex-col-sm>.col:nth-of-type(1n){-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;-webkit-flex-basis:0;flex-basis:0;max-width:100%}.flex-col-sm-1>.col:nth-of-type(1n){-ms-flex-preferred-size:6.8055555555556%;-webkit-flex-basis:6.8055555555556%;flex-basis:6.8055555555556%;max-width:6.8055555555556%}.flex-col-sm-2>.col:nth-of-type(1n){-ms-flex-preferred-size:15.277777777778%;-webkit-flex-basis:15.277777777778%;flex-basis:15.277777777778%;max-width:15.277777777778%}.flex-col-sm-3>.col:nth-of-type(1n){-ms-flex-preferred-size:23.75%;-webkit-flex-basis:23.75%;flex-basis:23.75%;max-width:23.75%}.flex-col-sm-4>.col:nth-of-type(1n){-ms-flex-preferred-size:32.222222222222%;-webkit-flex-basis:32.222222222222%;flex-basis:32.222222222222%;max-width:32.222222222222%}.flex-col-sm-5>.col:nth-of-type(1n){-ms-flex-preferred-size:40.694444444444%;-webkit-flex-basis:40.694444444444%;flex-basis:40.694444444444%;max-width:40.694444444444%}.flex-col-sm-6>.col:nth-of-type(1n){-ms-flex-preferred-size:49.166666666667%;-webkit-flex-basis:49.166666666667%;flex-basis:49.166666666667%;max-width:49.166666666667%}.flex-col-sm-7>.col:nth-of-type(1n){-ms-flex-preferred-size:57.638888888889%;-webkit-flex-basis:57.638888888889%;flex-basis:57.638888888889%;max-width:57.638888888889%}.flex-col-sm-8>.col:nth-of-type(1n){-ms-flex-preferred-size:66.111111111111%;-webkit-flex-basis:66.111111111111%;flex-basis:66.111111111111%;max-width:66.111111111111%}.flex-col-sm-9>.col:nth-of-type(1n){-ms-flex-preferred-size:74.583333333333%;-webkit-flex-basis:74.583333333333%;flex-basis:74.583333333333%;max-width:74.583333333333%}.flex-col-sm-10>.col:nth-of-type(1n){-ms-flex-preferred-size:83.055555555556%;-webkit-flex-basis:83.055555555556%;flex-basis:83.055555555556%;max-width:83.055555555556%}.flex-col-sm-11>.col:nth-of-type(1n){-ms-flex-preferred-size:91.527777777778%;-webkit-flex-basis:91.527777777778%;flex-basis:91.527777777778%;max-width:91.527777777778%}.flex-col-sm-12>.col:nth-of-type(1n){-ms-flex-preferred-size:100%;-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.flex-col-sm-11-1>.col:nth-of-type(2n+1){-ms-flex-preferred-size:91.527777777778%;-webkit-flex-basis:91.527777777778%;flex-basis:91.527777777778%;max-width:91.527777777778%}.flex-col-sm-11-1>.col:nth-of-type(2n){-ms-flex-preferred-size:6.8055555555556%;-webkit-flex-basis:6.8055555555556%;flex-basis:6.8055555555556%;max-width:6.8055555555556%}.flex-col-sm-10-2>.col:nth-of-type(2n+1){-ms-flex-preferred-size:83.055555555556%;-webkit-flex-basis:83.055555555556%;flex-basis:83.055555555556%;max-width:83.055555555556%}.flex-col-sm-10-2>.col:nth-of-type(2n){-ms-flex-preferred-size:15.277777777778%;-webkit-flex-basis:15.277777777778%;flex-basis:15.277777777778%;max-width:15.277777777778%}.flex-col-sm-9-3>.col:nth-of-type(2n+1){-ms-flex-preferred-size:74.583333333333%;-webkit-flex-basis:74.583333333333%;flex-basis:74.583333333333%;max-width:74.583333333333%}.flex-col-sm-9-3>.col:nth-of-type(2n){-ms-flex-preferred-size:23.75%;-webkit-flex-basis:23.75%;flex-basis:23.75%;max-width:23.75%}.flex-col-sm-8-4>.col:nth-of-type(2n+1){-ms-flex-preferred-size:66.111111111111%;-webkit-flex-basis:66.111111111111%;flex-basis:66.111111111111%;max-width:66.111111111111%}.flex-col-sm-4-8>.col:nth-of-type(2n+1),.flex-col-sm-8-4>.col:nth-of-type(2n){-ms-flex-preferred-size:32.222222222222%;-webkit-flex-basis:32.222222222222%;flex-basis:32.222222222222%;max-width:32.222222222222%}.flex-col-sm-4-8>.col:nth-of-type(2n){-ms-flex-preferred-size:66.111111111111%;-webkit-flex-basis:66.111111111111%;flex-basis:66.111111111111%;max-width:66.111111111111%}.flex-col-sm-3-9>.col:nth-of-type(2n+1){-ms-flex-preferred-size:23.75%;-webkit-flex-basis:23.75%;flex-basis:23.75%;max-width:23.75%}.flex-col-sm-3-9>.col:nth-of-type(2n){-ms-flex-preferred-size:74.583333333333%;-webkit-flex-basis:74.583333333333%;flex-basis:74.583333333333%;max-width:74.583333333333%}.flex-col-sm-2-10>.col:nth-of-type(2n+1){-ms-flex-preferred-size:15.277777777778%;-webkit-flex-basis:15.277777777778%;flex-basis:15.277777777778%;max-width:15.277777777778%}.flex-col-sm-2-10>.col:nth-of-type(2n){-ms-flex-preferred-size:83.055555555556%;-webkit-flex-basis:83.055555555556%;flex-basis:83.055555555556%;max-width:83.055555555556%}.flex-col-sm-1-11>.col:nth-of-type(2n+1){-ms-flex-preferred-size:6.8055555555556%;-webkit-flex-basis:6.8055555555556%;flex-basis:6.8055555555556%;max-width:6.8055555555556%}.flex-col-sm-1-11>.col:nth-of-type(2n){-ms-flex-preferred-size:91.527777777778%;-webkit-flex-basis:91.527777777778%;flex-basis:91.527777777778%;max-width:91.527777777778%}.start-sm{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.around-sm{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.first-sm{-webkit-order:-1;-ms-flex-order:-1;order:-1}.last-sm{-webkit-order:1;-ms-flex-order:1;order:1}}@media only screen and (min-width:992px){.flex-col-md-1-11>.col:nth-of-type(1n),.flex-col-md-10-2>.col:nth-of-type(1n),.flex-col-md-10>.col:nth-of-type(1n),.flex-col-md-11-1>.col:nth-of-type(1n),.flex-col-md-11>.col:nth-of-type(1n),.flex-col-md-12>.col:nth-of-type(1n),.flex-col-md-1>.col:nth-of-type(1n),.flex-col-md-2-10>.col:nth-of-type(1n),.flex-col-md-2>.col:nth-of-type(1n),.flex-col-md-3-9>.col:nth-of-type(1n),.flex-col-md-3>.col:nth-of-type(1n),.flex-col-md-4-8>.col:nth-of-type(1n),.flex-col-md-4>.col:nth-of-type(1n),.flex-col-md-5>.col:nth-of-type(1n),.flex-col-md-6>.col:nth-of-type(1n),.flex-col-md-7>.col:nth-of-type(1n),.flex-col-md-8-4>.col:nth-of-type(1n),.flex-col-md-8>.col:nth-of-type(1n),.flex-col-md-9-3>.col:nth-of-type(1n),.flex-col-md-9>.col:nth-of-type(1n){box-sizing:border-box;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.flex-col-md-1-11>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-md-10-2>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-md-11-1>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-md-1>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-md-2-10>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-md-2>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-md-3-9>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-md-3>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-md-4-8>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-md-4>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-md-6>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-md-8-4>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-md-9-3>.col:nth-child(1n):nth-last-child(1n)~.col{margin-left:0}.flex-col-md-1-11>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-md-10-2>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-md-11-1>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-md-1>.col:nth-child(12n+1):nth-last-child(-n+12)~.col,.flex-col-md-2-10>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-md-2>.col:nth-child(6n+1):nth-last-child(-n+6)~.col,.flex-col-md-3-9>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-md-3>.col:nth-child(4n+1):nth-last-child(-n+4)~.col,.flex-col-md-4-8>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-md-4>.col:nth-child(3n+1):nth-last-child(-n+3)~.col,.flex-col-md-6>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-md-8-4>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-md-9-3>.col:nth-child(2n+1):nth-last-child(-n+2)~.col{margin-left:1.66666667%}.flex-col-md>.col:nth-of-type(1n){-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;-webkit-flex-basis:0;flex-basis:0;max-width:100%}.flex-col-md-1>.col:nth-of-type(1n){-ms-flex-preferred-size:6.8055555555556%;-webkit-flex-basis:6.8055555555556%;flex-basis:6.8055555555556%;max-width:6.8055555555556%}.flex-col-md-2>.col:nth-of-type(1n){-ms-flex-preferred-size:15.277777777778%;-webkit-flex-basis:15.277777777778%;flex-basis:15.277777777778%;max-width:15.277777777778%}.flex-col-md-3>.col:nth-of-type(1n){-ms-flex-preferred-size:23.75%;-webkit-flex-basis:23.75%;flex-basis:23.75%;max-width:23.75%}.flex-col-md-4>.col:nth-of-type(1n){-ms-flex-preferred-size:32.222222222222%;-webkit-flex-basis:32.222222222222%;flex-basis:32.222222222222%;max-width:32.222222222222%}.flex-col-md-5>.col:nth-of-type(1n){-ms-flex-preferred-size:40.694444444444%;-webkit-flex-basis:40.694444444444%;flex-basis:40.694444444444%;max-width:40.694444444444%}.flex-col-md-6>.col:nth-of-type(1n){-ms-flex-preferred-size:49.166666666667%;-webkit-flex-basis:49.166666666667%;flex-basis:49.166666666667%;max-width:49.166666666667%}.flex-col-md-7>.col:nth-of-type(1n){-ms-flex-preferred-size:57.638888888889%;-webkit-flex-basis:57.638888888889%;flex-basis:57.638888888889%;max-width:57.638888888889%}.flex-col-md-8>.col:nth-of-type(1n){-ms-flex-preferred-size:66.111111111111%;-webkit-flex-basis:66.111111111111%;flex-basis:66.111111111111%;max-width:66.111111111111%}.flex-col-md-9>.col:nth-of-type(1n){-ms-flex-preferred-size:74.583333333333%;-webkit-flex-basis:74.583333333333%;flex-basis:74.583333333333%;max-width:74.583333333333%}.flex-col-md-10>.col:nth-of-type(1n){-ms-flex-preferred-size:83.055555555556%;-webkit-flex-basis:83.055555555556%;flex-basis:83.055555555556%;max-width:83.055555555556%}.flex-col-md-11>.col:nth-of-type(1n){-ms-flex-preferred-size:91.527777777778%;-webkit-flex-basis:91.527777777778%;flex-basis:91.527777777778%;max-width:91.527777777778%}.flex-col-md-12>.col:nth-of-type(1n){-ms-flex-preferred-size:100%;-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.flex-col-md-11-1>.col:nth-of-type(2n+1){-ms-flex-preferred-size:91.527777777778%;-webkit-flex-basis:91.527777777778%;flex-basis:91.527777777778%;max-width:91.527777777778%}.flex-col-md-11-1>.col:nth-of-type(2n){-ms-flex-preferred-size:6.8055555555556%;-webkit-flex-basis:6.8055555555556%;flex-basis:6.8055555555556%;max-width:6.8055555555556%}.flex-col-md-10-2>.col:nth-of-type(2n+1){-ms-flex-preferred-size:83.055555555556%;-webkit-flex-basis:83.055555555556%;flex-basis:83.055555555556%;max-width:83.055555555556%}.flex-col-md-10-2>.col:nth-of-type(2n){-ms-flex-preferred-size:15.277777777778%;-webkit-flex-basis:15.277777777778%;flex-basis:15.277777777778%;max-width:15.277777777778%}.flex-col-md-9-3>.col:nth-of-type(2n+1){-ms-flex-preferred-size:74.583333333333%;-webkit-flex-basis:74.583333333333%;flex-basis:74.583333333333%;max-width:74.583333333333%}.flex-col-md-9-3>.col:nth-of-type(2n){-ms-flex-preferred-size:23.75%;-webkit-flex-basis:23.75%;flex-basis:23.75%;max-width:23.75%}.flex-col-md-8-4>.col:nth-of-type(2n+1){-ms-flex-preferred-size:66.111111111111%;-webkit-flex-basis:66.111111111111%;flex-basis:66.111111111111%;max-width:66.111111111111%}.flex-col-md-4-8>.col:nth-of-type(2n+1),.flex-col-md-8-4>.col:nth-of-type(2n){-ms-flex-preferred-size:32.222222222222%;-webkit-flex-basis:32.222222222222%;flex-basis:32.222222222222%;max-width:32.222222222222%}.flex-col-md-4-8>.col:nth-of-type(2n){-ms-flex-preferred-size:66.111111111111%;-webkit-flex-basis:66.111111111111%;flex-basis:66.111111111111%;max-width:66.111111111111%}.flex-col-md-3-9>.col:nth-of-type(2n+1){-ms-flex-preferred-size:23.75%;-webkit-flex-basis:23.75%;flex-basis:23.75%;max-width:23.75%}.flex-col-md-3-9>.col:nth-of-type(2n){-ms-flex-preferred-size:74.583333333333%;-webkit-flex-basis:74.583333333333%;flex-basis:74.583333333333%;max-width:74.583333333333%}.flex-col-md-2-10>.col:nth-of-type(2n+1){-ms-flex-preferred-size:15.277777777778%;-webkit-flex-basis:15.277777777778%;flex-basis:15.277777777778%;max-width:15.277777777778%}.flex-col-md-2-10>.col:nth-of-type(2n){-ms-flex-preferred-size:83.055555555556%;-webkit-flex-basis:83.055555555556%;flex-basis:83.055555555556%;max-width:83.055555555556%}.flex-col-md-1-11>.col:nth-of-type(2n+1){-ms-flex-preferred-size:6.8055555555556%;-webkit-flex-basis:6.8055555555556%;flex-basis:6.8055555555556%;max-width:6.8055555555556%}.flex-col-md-1-11>.col:nth-of-type(2n){-ms-flex-preferred-size:91.527777777778%;-webkit-flex-basis:91.527777777778%;flex-basis:91.527777777778%;max-width:91.527777777778%}.start-md{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.around-md{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.first-md{-webkit-order:-1;-ms-flex-order:-1;order:-1}.last-md{-webkit-order:1;-ms-flex-order:1;order:1}}@media only screen and (min-width:1193px){.flex-col-lg-1-11>.col:nth-of-type(1n),.flex-col-lg-10-2>.col:nth-of-type(1n),.flex-col-lg-10>.col:nth-of-type(1n),.flex-col-lg-11-1>.col:nth-of-type(1n),.flex-col-lg-11>.col:nth-of-type(1n),.flex-col-lg-12>.col:nth-of-type(1n),.flex-col-lg-1>.col:nth-of-type(1n),.flex-col-lg-2-10>.col:nth-of-type(1n),.flex-col-lg-2>.col:nth-of-type(1n),.flex-col-lg-3-9>.col:nth-of-type(1n),.flex-col-lg-3>.col:nth-of-type(1n),.flex-col-lg-4-8>.col:nth-of-type(1n),.flex-col-lg-4>.col:nth-of-type(1n),.flex-col-lg-5>.col:nth-of-type(1n),.flex-col-lg-6>.col:nth-of-type(1n),.flex-col-lg-7>.col:nth-of-type(1n),.flex-col-lg-8-4>.col:nth-of-type(1n),.flex-col-lg-8>.col:nth-of-type(1n),.flex-col-lg-9-3>.col:nth-of-type(1n),.flex-col-lg-9>.col:nth-of-type(1n){box-sizing:border-box;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.flex-col-lg-1-11>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-lg-10-2>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-lg-11-1>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-lg-1>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-lg-2-10>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-lg-2>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-lg-3-9>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-lg-3>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-lg-4-8>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-lg-4>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-lg-6>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-lg-8-4>.col:nth-child(1n):nth-last-child(1n)~.col,.flex-col-lg-9-3>.col:nth-child(1n):nth-last-child(1n)~.col{margin-left:0}.flex-col-lg-1-11>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-lg-10-2>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-lg-11-1>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-lg-1>.col:nth-child(12n+1):nth-last-child(-n+12)~.col,.flex-col-lg-2-10>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-lg-2>.col:nth-child(6n+1):nth-last-child(-n+6)~.col,.flex-col-lg-3-9>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-lg-3>.col:nth-child(4n+1):nth-last-child(-n+4)~.col,.flex-col-lg-4-8>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-lg-4>.col:nth-child(3n+1):nth-last-child(-n+3)~.col,.flex-col-lg-6>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-lg-8-4>.col:nth-child(2n+1):nth-last-child(-n+2)~.col,.flex-col-lg-9-3>.col:nth-child(2n+1):nth-last-child(-n+2)~.col{margin-left:1.66666667%}.flex-col-lg>.col:nth-of-type(1n){-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;-webkit-flex-basis:0;flex-basis:0;max-width:100%}.flex-col-lg-1>.col:nth-of-type(1n){-ms-flex-preferred-size:6.8055555555556%;-webkit-flex-basis:6.8055555555556%;flex-basis:6.8055555555556%;max-width:6.8055555555556%}.flex-col-lg-2>.col:nth-of-type(1n){-ms-flex-preferred-size:15.277777777778%;-webkit-flex-basis:15.277777777778%;flex-basis:15.277777777778%;max-width:15.277777777778%}.flex-col-lg-3>.col:nth-of-type(1n){-ms-flex-preferred-size:23.75%;-webkit-flex-basis:23.75%;flex-basis:23.75%;max-width:23.75%}.flex-col-lg-4>.col:nth-of-type(1n){-ms-flex-preferred-size:32.222222222222%;-webkit-flex-basis:32.222222222222%;flex-basis:32.222222222222%;max-width:32.222222222222%}.flex-col-lg-5>.col:nth-of-type(1n){-ms-flex-preferred-size:40.694444444444%;-webkit-flex-basis:40.694444444444%;flex-basis:40.694444444444%;max-width:40.694444444444%}.flex-col-lg-6>.col:nth-of-type(1n){-ms-flex-preferred-size:49.166666666667%;-webkit-flex-basis:49.166666666667%;flex-basis:49.166666666667%;max-width:49.166666666667%}.flex-col-lg-7>.col:nth-of-type(1n){-ms-flex-preferred-size:57.638888888889%;-webkit-flex-basis:57.638888888889%;flex-basis:57.638888888889%;max-width:57.638888888889%}.flex-col-lg-8>.col:nth-of-type(1n){-ms-flex-preferred-size:66.111111111111%;-webkit-flex-basis:66.111111111111%;flex-basis:66.111111111111%;max-width:66.111111111111%}.flex-col-lg-9>.col:nth-of-type(1n){-ms-flex-preferred-size:74.583333333333%;-webkit-flex-basis:74.583333333333%;flex-basis:74.583333333333%;max-width:74.583333333333%}.flex-col-lg-10>.col:nth-of-type(1n){-ms-flex-preferred-size:83.055555555556%;-webkit-flex-basis:83.055555555556%;flex-basis:83.055555555556%;max-width:83.055555555556%}.flex-col-lg-11>.col:nth-of-type(1n){-ms-flex-preferred-size:91.527777777778%;-webkit-flex-basis:91.527777777778%;flex-basis:91.527777777778%;max-width:91.527777777778%}.flex-col-lg-12>.col:nth-of-type(1n){-ms-flex-preferred-size:100%;-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.flex-col-lg-1-11>.col:nth-of-type(2n+1){-ms-flex-preferred-size:6.8055555555556%;-webkit-flex-basis:6.8055555555556%;flex-basis:6.8055555555556%;max-width:6.8055555555556%}.flex-col-lg-1-11>.col:nth-of-type(2n){-ms-flex-preferred-size:91.527777777778%;-webkit-flex-basis:91.527777777778%;flex-basis:91.527777777778%;max-width:91.527777777778%}.flex-col-lg-10-2>.col:nth-of-type(2n+1){-ms-flex-preferred-size:83.055555555556%;-webkit-flex-basis:83.055555555556%;flex-basis:83.055555555556%;max-width:83.055555555556%}.flex-col-lg-10-2>.col:nth-of-type(2n){-ms-flex-preferred-size:15.277777777778%;-webkit-flex-basis:15.277777777778%;flex-basis:15.277777777778%;max-width:15.277777777778%}.flex-col-lg-9-3>.col:nth-of-type(2n+1){-ms-flex-preferred-size:74.583333333333%;-webkit-flex-basis:74.583333333333%;flex-basis:74.583333333333%;max-width:74.583333333333%}.flex-col-lg-9-3>.col:nth-of-type(2n){-ms-flex-preferred-size:23.75%;-webkit-flex-basis:23.75%;flex-basis:23.75%;max-width:23.75%}.flex-col-lg-8-4>.col:nth-of-type(2n+1){-ms-flex-preferred-size:66.111111111111%;-webkit-flex-basis:66.111111111111%;flex-basis:66.111111111111%;max-width:66.111111111111%}.flex-col-lg-4-8>.col:nth-of-type(2n+1),.flex-col-lg-8-4>.col:nth-of-type(2n){-ms-flex-preferred-size:32.222222222222%;-webkit-flex-basis:32.222222222222%;flex-basis:32.222222222222%;max-width:32.222222222222%}.flex-col-lg-4-8>.col:nth-of-type(2n){-ms-flex-preferred-size:66.111111111111%;-webkit-flex-basis:66.111111111111%;flex-basis:66.111111111111%;max-width:66.111111111111%}.flex-col-lg-3-9>.col:nth-of-type(2n+1){-ms-flex-preferred-size:23.75%;-webkit-flex-basis:23.75%;flex-basis:23.75%;max-width:23.75%}.flex-col-lg-3-9>.col:nth-of-type(2n){-ms-flex-preferred-size:74.583333333333%;-webkit-flex-basis:74.583333333333%;flex-basis:74.583333333333%;max-width:74.583333333333%}.flex-col-lg-2-10>.col:nth-of-type(2n+1){-ms-flex-preferred-size:15.277777777778%;-webkit-flex-basis:15.277777777778%;flex-basis:15.277777777778%;max-width:15.277777777778%}.flex-col-lg-2-10>.col:nth-of-type(2n){-ms-flex-preferred-size:83.055555555556%;-webkit-flex-basis:83.055555555556%;flex-basis:83.055555555556%;max-width:83.055555555556%}.flex-col-lg-11-1>.col:nth-of-type(2n+1){-ms-flex-preferred-size:91.527777777778%;-webkit-flex-basis:91.527777777778%;flex-basis:91.527777777778%;max-width:91.527777777778%}.flex-col-lg-11-1>.col:nth-of-type(2n){-ms-flex-preferred-size:6.8055555555556%;-webkit-flex-basis:6.8055555555556%;flex-basis:6.8055555555556%;max-width:6.8055555555556%}.start-lg{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.around-lg{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.first-lg{-webkit-order:-1;-ms-flex-order:-1;order:-1}.last-lg{-webkit-order:1;-ms-flex-order:1;order:1}}

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

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

body {
	background-color: #f7f8fa;
	color: #222629;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}

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

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
}

::-moz-selection {
	background-color: #222629;
	color: #fff;
}

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

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

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

a:hover {
	color: #666;
}

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

strong {
	font-weight: 700;
}

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

blockquote {
	background-color: #f7f8fa;
	color: #67717D;
	letter-spacing: 1px;
	padding: 15px 15px 15px 60px;
	margin: 0 0 30px;
	overflow: hidden;
}

blockquote::before {
	display: block;
	width: 40px;
	position: relative;
	content: "“";
	background-color: #e4e5e7;
	height: 0;
	top: -15px;
	left: -60px;
	color: #fff;
	text-align: center;
	font-size: 60px;
	padding-bottom: 999px;
	margin-bottom: -999px;
}

blockquote p:last-of-type {
	margin-bottom: 0;
}

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

cite {
	font-style: normal;
}

/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	color: #222629;
	background: #fff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item &gt; a:focus + ul.sub-menu,
.menu .menu-item.sfHover &gt; ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222629;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

input,
textarea {
	width: 100%;
}

select {
	width: auto;
}

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

.search-form input:focus::-webkit-input-placeholder { color: white; }
.search-form input:focus:-moz-input-placeholder { color: white; }
.search-form input:focus::-moz-input-placeholder { color: white; }
.search-form input:focus:-ms-input-placeholder { color: white; }

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

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

select {
   -webkit-appearance: menulist;
   -moz-appearance:    menulist;
   appearance:         menulist;
}

input[type="checkbox"],
input[type="radio"] {
	width: 20px;
	margin: 0 0 3px 3px;
	vertical-align: middle;
	box-sizing: border-box;
}

input[type="checkbox"] {
   -webkit-appearance: checkbox;
   -moz-appearance:    checkbox;
   appearance:         checkbox;
}
input[type="radio"] {
   -webkit-appearance: radio;
   -moz-appearance:    radio;
   appearance:         radio;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #222629;
	border: none;
	border-radius: 1px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 12px 24px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

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

.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-bottom: 40px;
	width: 100%;
}

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

th,
td {
	text-align: left;
}

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

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

.table-table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
}

.table-tr {
	display: table-row;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.table-tr:first-of-type {
	border-bottom: 0;
}

.table-th,
.table-td {
	display: table-cell;
}

.table-th {
	background-color: rgba(0,0,0,0.05);
	font-weight: bold;
	padding: 12px 20px;
}

.table-td {
	padding: 8px 20px;
}

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

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

.site-inner,
.wrap {
	max-width: 1200px;
}

.site-inner {
	clear: both;
	margin: 20px auto 40px;
	overflow: hidden;
}

.wrap {
	margin: 0 auto;
}

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

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

/* Content */

.content {
	float: right;
	width: 68%;
	padding-left: 2%;
	padding-right: 2%;
}

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

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 32%;
}

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

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

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.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-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

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

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

.sticky {
}

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

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

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

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

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

.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery {
	clear: both;
	padding: 0;
	font-size: 0;
}

.gallery .gallery-item {
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 30px;
}

.gallery-columns-2 .gallery-item {
	width: 48.717948717948715%;
}

.gallery-columns-3 .gallery-item {
	width: 31.623931623931625%;
}

.gallery-columns-4 .gallery-item {
	width: 23.076923076923077%;
}

.gallery-columns-2 .gallery-item:nth-child(3n+1),
.gallery-columns-3 .gallery-item:nth-child(4n+1),
.gallery-columns-4 .gallery-item:nth-child(5n+1) {
	clear: both;
	margin-left: 0;
}

.gallery-caption {
	font-size: 14px;
	text-align: center;
	margin: 10px 0 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	color: #67717D;
    font-size: 14px;
    font-weight: 300;
    padding: 6px 2%;
    max-width: 1200px;
    margin: 10px auto;
}

.archive-description {
	padding: 3% 0;
}

.author-box {display: -ms-flexbox;display: -webkit-flex;display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;align-items: center;
	overflow: hidden;
	margin-top: 10px;
}

@media only screen and (max-width: 768px) {
	.author-box {
		display: block;
	}
}
.author-box-content-wrap {
}

.author-box-title {
	color: #222629;
	font-size: 20px;
	margin-bottom: 8px;
}

.author-box-content {
	overflow: hidden;
}

.author-box a {
	border-bottom: none;
}

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

.author-box .avatar {
	width: 100px;
	border-radius: 50%;
	margin-right: 24px;
}

.author-social {
	margin-top: 10px;
}

.author-icon {
	display: inline-block;
	background-color: #333;
	color: #fff;
	font-size: 22px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-right: 6px;
}

.author-icon:hover {
	background-color: #555;
	color: #fff;
}

.author-icon.author-twitter {
	background-color: #55acee;
}
.author-icon.author-twitter:hover {
	background-color: rgba(85, 172, 238, 0.8);
}
.author-icon.author-facebook {
	background-color: #3b5998;
}
.author-icon.author-facebook:hover {
	background-color: rgba(59, 89, 152, 0.8);
}
.author-icon.author-googleplus {
	background-color: #dc4e41;
}
.author-icon.author-googleplus:hover {
	background-color: rgba(220, 78, 65, 0.8);
}

@media only screen and (max-width: 768px) {
	.author-social {
		text-align: center;
	}
}

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

.entry-title {
	/* font-size: 36px; */
	/* line-height: 1; */
}

.rp4wp-related-post-content a,
.ap-title,
.entry-title a,
.sidebar .widget-title a {
	color: #222629;
}

.rp4wp-related-post-content a:hover,
.ap-title:hover,
.entry-title a:hover {
	color: #666;
}

.widget-title {
	background-color: #222629;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 6px 16px;
	margin-bottom: 14px;
}

.sidebar .widget-title a {
}

.archive-title {
}


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

.sidebar .widget_cspun_popular_posts li {
	margin-bottom: 18px;
}

.widget_cspun_popular_posts a {
	font-size: 17px;
	font-weight: 700;
	color: #222629;
}

.widget_cspun_popular_posts a:hover {
	color: #2ea0dd;
}

.widget_cspun_popular_posts .share-count {
	display: block;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}

/*
Scripts
---------------------------------------------------------------------------------------------------- */

/* JW Player */

.player-container {
    /* background-color: black; */
    /* margin: 20px 20px 10px 0; */
	/* height: 65%; */
    /* width: 100%; */
}

.player-minimize .player-position {
    /* position: fixed; */
    /* width: 80%; */
    /* max-width: 500px; */
    /* right: 2px; */
    /* background-color: white; */
    /* bottom: 2px; */
    /* padding: 7px; */
    /* border-radius: 2px; */
    /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); */
    /* z-index: 1; */
}

/* JW Player */

.player-container {
    background-color: black;
    margin: 0px 0px 0px 0;
	height: 100%;
    width: 100%;
}

.player-minimize .player-position {
    position: fixed;
    width: 70%;
    max-width: 550px;
    background-color: white;
    right: 0px;
    bottom: 59px;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
}


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

/* EA Share Count
--------------------------------------------- */

.ea-share-count-wrap {
	margin: 20px auto 36px;
}

.ea-share-count-wrap h3 {
	margin-bottom: 8px;
}

.ea-share-count-wrap {
	display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-flex: 0 1 auto;-ms-flex: 0 1 auto;flex: 0 1 auto;
	-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;
	-webkit-align-items: center;-ms-flex-align: center;align-items: center;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
}

.ea-share-count-button {
	-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	padding: 6px 0;
	margin: 3px;
	border-radius: 2px;
}

.ea-share-count-button:hover {
	color: #fff;
}

.ea-share-count-button .fa {
	font-size: 16px;
	margin-top: -3px;
	margin-right: 6px;
	vertical-align: middle;
}

.ea-share-count-button.included_total {
	-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;
	color: #222629;
	font-size: 22px;
	margin-right: 10px;
}

.ea-share-count-button.included_total .ea-share-count-icon {
	display: none;
	visibility: hidden;
}

.ea-share-count-button.included_total .ea-share-count-label {
	display: block;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
}

.ea-share-count {
	display: none;
	visibility: hidden;
}

.ea-share-count-button.included_total .ea-share-count {
	display: block;
	font-size: 16px;
	line-height: 1;
	margin-top: 4px;
}

.ea-share-count-button.email {
	background-color: #333333;
}
.ea-share-count-button.email:hover {
	background-color: rgba(51, 51, 51, 0.8);
}
.ea-share-count-button.twitter {
	background-color: #55acee;
}
.ea-share-count-button.twitter:hover {
	background-color: rgba(85, 172, 238, 0.8);
}
.ea-share-count-button.facebook {
	background-color: #3b5998;
}
.ea-share-count-button.facebook:hover {
	background-color: rgba(59, 89, 152, 0.8);
}
.ea-share-count-button.linkedin {
	background-color: #0077b5;
}
.ea-share-count-button.linkedin:hover {
	background-color: rgba(0, 119, 181, 0.8);
}
.ea-share-count-button.pinterest {
	background-color: #bd081c;
}
.ea-share-count-button.pinterest:hover {
	background-color: rgba(189, 8, 28, 0.8);
}
.ea-share-count-button.google {
	background-color: #dc4e41;
}
.ea-share-count-button.google:hover {
	background-color: rgba(220, 78, 65, 0.8);
}
.ea-share-count-button.sms {
	background-color: #5cb85c;
	display: none;
	visibility: hidden;
}
.ea-share-count-button.sms:hover {
	background-color: rgba(92, 184, 92, 0.8);
}

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

	.ea-share-count-button.sms {
		display: block;
		visibility: visible;
	}

}

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

	.ea-share-count-button {
		max-width: 100%;
		-webkit-flex: 0 0 49%;-ms-flex: 0 0 49%;flex: 0 0 49%;
		margin: 3px 0;
	}

	.ea-share-count-button.included_total {
		-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;
	}
}

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



/**
 * Related Posts For WordPress
 * Bleacher Report feed
--------------------------------------------- */

.rp4wp-related-posts,
.ap-posts {
	margin-bottom: 10px;
}

.rp4wp-related-posts ul,
.after-posts ul {display: -ms-flexbox;display: -webkit-flex;display: flex;
	-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;
	-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;
}

.rp4wp-related-posts li,
.after-posts li {display: -ms-flexbox;display: -webkit-flex;display: flex;
	-ms-flex-align: center;-ms-grid-row-align: center;-webkit-align-items: center;align-items: center;
    -ms-flex-preferred-size: 100%;-webkit-flex-basis: 100%;flex-basis: 100%;
    max-width: 100%;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #e4e5e7;
	border-radius: 0;
	list-style-type: none;
	overflow: hidden;
}

.rp4wp-related-post-image,
.ap-image {
	-ms-flex: 0 0 30%;-webkit-flex: 0 0 30%;flex: 0 0 30%;
}

.rp4wp-related-post-content,
.ap-content {
	-ms-flex: 0 0 70%;-webkit-flex: 0 0 70%;flex: 0 0 70%;
}

.rp4wp-related-posts .wp-post-image,
.ap-image .wp-post-image {
	display: block;
	width: 100%;
	padding-right: 6%;
	margin-bottom: 0;
	overflow: hidden;
}

.rp4wp-related-post-content a,
.ap-title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
    margin-left: 8px;
}

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

	.rp4wp-related-posts li,
	.after-posts li {
	    -ms-flex-preferred-size: 49.166666666667%;-webkit-flex-basis: 49.166666666667%;flex-basis: 49.166666666667%;
	    max-width: 49.166666666667%;
	}

}

/* Slideshow
--------------------------------------------- */

.slideshow-title {
	background-color: #222629;
	color: #fff;
	border-radius: 4px 4px 0 0;
	font-size: 20px;
	text-align: center;
	padding: 8px 12px;
	margin: 0 auto;
}

.slideshow-wrap {
	position: relative;
	padding-top: 30px; /* This helps when hash links jump down to the slideshow */
}

.slideshow {
	padding: 30px;
	border: 1px solid #222629;
	margin-bottom: 0;
}

.slideshow-pagination {
	background-color: #222629;
	border-radius: 0 0 4px 4px;
	text-align: center;
	padding: 4px;
	margin-bottom: 40px;
}

.slideshow-inner-pagination .fa {
	position: absolute;
	top: 50%;
	background-color: #fff;
	color: #222629;
	font-size: 40px;
	padding: 6px;
	border-top: 1px solid #222629;
	border-bottom: 1px solid #222629;
	vertical-align: middle;
	transition: all 0.1s ease-in-out;
}

.slideshow-inner-pagination .fa:hover {
	color: #2ea0dd;
}

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

	.slideshow-inner-pagination .fa {
		font-size: 30px;
	}
}

.slideshow-prev .fa {
	left: -8px;
	border-left: 1px solid #222629;
	border-radius: 3px 0 0 3px;
}

.slideshow-next .fa {
	right: -8px;
	border-right: 1px solid #222629;
	border-radius: 0 3px 3px 0;
}

.slideshow-prev .fa:hover {
	left: -12px;
}

.slideshow-next .fa:hover {
	right: -12px;
}

.slideshow-pagination .slideshow-page-item {
	display: inline-block;
	background-color: #fff;
	color: #222629;
	font-size: 18px;
	padding: 0 6px;
	margin: 2px 2px 3px;
	vertical-align: middle;
	border-radius: 3px;
}

.slideshow-pagination .slideshow-page-item:hover {
	color: #2ea0dd;
}

.slideshow-pagination a .slideshow-page-item,
.entry-content .slideshow-pagination a .slideshow-page-item {
	/* background-color: transparent; */
	/* color: #fff; */
	/* font-size: 26px; */
	/* line-height: 1; */
	/* vertical-align: middle; */
	/* margin: 0 6px 2px; */
}

.slideshow-pagination a .slideshow-page-item:hover,
.entry-content .slideshow-pagination a .slideshow-page-item:hover {
	/* background-color: rgba(255,255,255,0.2); */
}

.slideshow-item {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}

.slideshow-image img {
	display: block;
	margin: 0 auto 16px;
}

.slideshow-item .slideshow-description {
	margin-bottom: 8px;
}

.slideshow-pagination,
.slideshow-prev,
.slideshow-next {
    -webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
            animation: fadein 6s;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Internet Explorer */

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

div.gform_wrapper input[type=text],
div.gform_wrapper input[type=url],
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=number],
div.gform_wrapper input[type=password],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 12px 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: 14px;
}

/* WordPress SEO (Yoast)
--------------------------------------------- */

/*Local SEO add-on*/

#wpseo-directions-wrapper {
	margin-top: 30px;
}

.wpseo-directions-submit {
	margin-top: 10px;
}

.adp-step, .adp-text {
	padding-left: 34px;
}

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

img#wpstats {
	display: none;
}

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

.site-header .wrap {display: -ms-flexbox;display: -webkit-flex;display: flex;
	-ms-flex-pack: start;-webkit-justify-content: flex-start;justify-content: flex-start;
	-ms-flex-align: center;-ms-grid-row-align: center;-webkit-align-items: center;align-items: center;
	-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;
	padding: 15px 3%;
	overflow: hidden;
}

.site-header .wrap::before,
.site-header .wrap::after {
	display: none;
	visibility: hidden;
}

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

.site-title {
	margin-bottom: 0;
}

/* logo served @2x */
.site-title a {
	display: block;
	background: url(images/logo-the-spun.png) no-repeat center;
	background-size: contain;
	width: 240px;
	height: 71px;
	text-indent: -9999px;
}

.collegespun .site-title a {
	background-image: url(images/logo-college-spun.png);
}

@media only screen and (max-width: 768px) {
	.site-title a {
		width: 140px;
		height: 41px;
	}
}

@media only screen and (max-width: 320px) {
	.site-title a {
		width: 124px;
		height: 37px;
	}
}

.site-description {
	height: 0;
	text-indent: -9999px;
	margin: 0;
}

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

/* Navigation Toggles
--------------------------------------------- */

#menu-toggle,
#posts-toggle {
	display: none;
	visibility: hidden;
}

.adless #posts-toggle {
	display: block;
	visibility: visible;
}

.js #menu-toggle {
	-ms-flex-item-align: stretch;-webkit-align-self: stretch;-ms-grid-row-align: stretch;align-self: stretch;
	background-color: #000000;
	color: #fff;
	font-size: 28px;
	padding: 0 18px;
}

.js #posts-toggle {
	margin: 12px 6px 12px auto;
}

.js #posts-toggle {
	position: relative;
	background-color: transparent;
	border: none;
	border-left: 1px solid #222629;
	padding: 6px 6px 6px 12px;
}

.js .posts-toggle-count,
.js .posts-toggle-desc {
	display: block;
	color: #222629;
	line-height: 1.2;
}

.js .posts-toggle-count {
	font-size: 30px;
}

.js .posts-toggle-desc {
	font-size: 12px;
}

/* General Navigation
--------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	position: relative;
	display: block;
	color: #e4e4e4;
	padding: 12px 26px;
}

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

.genesis-nav-menu .menu-item-has-children > a::after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 10px;
	vertical-align: middle;
	padding-left: 6px;
	-webkit-font-smoothing: antialiased;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a:hover {
	background: #111;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 239px;
}

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

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

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

.nav-header {
	float: right;
	margin-top: 30px;
}

.nav-header a {
	color: #252525;
	padding: 8px 4px;
	margin: 0 20px;
}

.nav-header a:hover,
.nav-header .current-menu-item > a,
.nav-header .menu-item-has-children:hover > a,
.nav-header .sub-menu .current-menu-item > a:hover {
	border-bottom: 1px solid #252525;
}

.nav-header .sub-menu .current-menu-item > a {
	color: #999;
}

.nav-header .sub-menu a {
}

.nav-header .sub-menu a:hover,
.nav-header .sub-menu .current-menu-item > a,
.nav-header .sub-menu .current-menu-item > a:hover {
}

.nav-header .sub-menu .current-menu-item > a {
}

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

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

.nav-primary {
	background-color: #222629;
	text-align: center;
}

.nav-primary a {
	color: #e4e4e4;
	font-size: 20px;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .menu-item-has-children:hover > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
	background: #111;
	/* color: #fff; */
	color: #2ea0dd;
}

.nav-primary .sub-menu .current-menu-item > a {
	color: #999;
}

.nav-primary .sub-menu {
}

.nav-primary .sub-menu {
	width: 170px;
}

.nav-primary .sub-menu .menu-item {
	display: block;
}

.nav-primary .sub-menu a {
	display: block;
	width: 100%;
	background: #111;
	border: 1px solid #67717d;
	border-top: none;
	font-size: 14px;
	padding: 8px 18px;
	position: relative;
}

.nav-primary .sub-menu a {
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
	color: #2ea0dd;
}

.nav-primary .sub-menu .current-menu-item > a {
	/* color: #2ea0dd; */
}

.nav-primary .search:hover {
	cursor: pointer;
}

#search-box {
	background-color: #2e3337;
}

#search-box .wrap {display: -ms-flexbox;display: -webkit-flex;display: flex;
	-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;
	-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;
	-ms-flex-align: center;-ms-grid-row-align: center;-webkit-align-items: center;align-items: center;
	max-width: 600px;
	padding: 40px 3%;
	margin: 0 auto;
}

#search-box .search-desc {
	-ms-flex: 1 1 100%;-webkit-flex: 1 1 100%;flex: 1 1 100%;
	color: #fff;
	text-align: center;
    margin-bottom: 10px;
}

#search-box .search-form {display: -ms-flexbox;display: -webkit-flex;display: flex;
	border-radius: 3px;
    overflow: hidden;
}

#search-box input[type="search"] {
    border: 3px solid #fff;
    border-radius: 0;
}

#search-box input[type="submit"] {
	background-color: #2ea0dd;
    border-radius: 0;
    box-shadow: none;
}

#search-box input[type="submit"]:hover {
	background-color: #1e84ba;
}

#search-box .search-close {
	-ms-flex: 0 0 auto;-webkit-flex: 0 0 auto;flex: 0 0 auto;
	color: red;
	padding: 6px 12px;
}

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

.menu-toggle.secondary-toggle,
.nav-secondary {
	background-color: #252525;
	border-radius: 0;
}

.nav-secondary {
	text-align: center;
}

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

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .menu-item-has-children:hover > a,
.nav-secondary .sub-menu .current-menu-item > a:hover {
	background: #111;
	color: #fff;
}

.nav-secondary .sub-menu .current-menu-item > a {
	color: #999;
}

.nav-secondary .sub-menu a {
}

.nav-secondary .sub-menu a:hover,
.nav-secondary .sub-menu .current-menu-item > a,
.nav-secondary .sub-menu .current-menu-item > a:hover {
}

.nav-secondary .sub-menu .current-menu-item > a {
}

/* Mobile Navigation - Sidr slide out nav menu
--------------------------------------------- */

.sidr {
    position: fixed;
    top: 0;
    height: 100%;
    width: 260px;
    background: #252525;
    color: #fff;
    font-size: 15px;
	overflow-x: hidden;
	overflow-y: auto;
    z-index: 999999;
}

.sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr.right {
    left: auto;
    right: -260px;
}

.sidr.left {
    left: -260px;
    right: auto;
}

.sidr .menu-close,
.sidr .menu-close:hover {
	background: transparent;
	color: #fff;
	padding: 15px;
	margin: 0;
	border: none;
	border-radius: 0;
	text-decoration: none;
	text-shadow: none;
}

.side-menu .menu-close {
	display: block;
	width: 100%;
	text-align: right;
}

.sidr-heading {
    background: rgba(0,0,0,0.3);
    padding: 8px;
    border-left: 10px solid rgba(0,0,0,0.6);
}

.sidr .menu {
    display: block;
    margin: 0;
    padding: 0;
}

.sidr .menu-item {
    display: block;
    margin: 0;
}

.sidr .menu-item a {
    display: block;
    background: rgba(0,0,0,0.1);
    height: 42px;
    line-height: 42px;
    color: #fff;
	font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
	padding: 0px 15px;
}

.sidr .menu-item a:hover {
    background: rgba(0,0,0,0.1);
}

.sidr .menu-item-has-children {
	position: relative;
}

.sidr .sub-menu a {
    background: rgba(0,0,0,0.2);
	font-size: 13px;
	text-transform: capitalize;
	padding-left: 22px;
}

.sidr .sub-menu .sub-menu a {
    background: rgba(0,0,0,0.3);
	padding-left: 22px;
}

.sidr .sub-menu .menu-item a::before {
	display: inline-block;
	content: '-';
	margin-right: 4px;
}

.sidr .sub-menu-toggle {
	display: block;
	position: absolute;
	font-family: FontAwesome;
	float: right;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	border-radius: none;
	z-index: 9999;
	-webkit-font-smoothing: antialiased;
}

.sidr .sub-menu-toggle::before {
	content: "\f107";
}

.sidr .sub-menu-toggle.menu-open::before {
	content: "\f106";
}

.sidr form {
	padding: 0 10px 5px;
	margin: 0 0 10px;
}

.sidr input[type="search"] {
    width: 100%;
    font-size: 13px;
    padding: 8px 12px;
	border-radius: none;
    border: 1px solid transparent;
    background: #fff;
    color: #252525;
    display: block;
    clear: both;
    box-shadow: none;
    -webkit-appearance: none;
}

.sidr input[type=search]:focus {
	border: 1px solid rgba(250,250,250,0.6);
}

.sidr input[type=search]::-webkit-input-placeholder { color: #252525; }
.sidr input[type=search]:-moz-input-placeholder { color: #252525; }
.sidr input[type=search]::-moz-input-placeholder { color: #252525; }
.sidr input[type=search]:-ms-input-placeholder { color: #252525; }


.sidr input[type=search]:focus::-webkit-input-placeholder { color: #fff; }
.sidr input[type=search]:focus:-moz-input-placeholder { color: #fff; }
.sidr input[type=search]:focus::-moz-input-placeholder { color: #fff; }
.sidr input[type=search]:focus:-ms-input-placeholder { color: #fff; }

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

.sidr .menu-item.search {
	display: none;
	visibility: hidden;
}

#side-posts ul {
	list-style-type: none;
	padding: 0 15px;
}

#side-posts .side-posts-date {
	background-color: #fff;
	color: #252525;
	text-align: center;
	padding: 4px 12px;
	margin-bottom: 12px;
}

#side-posts .side-post {
	margin-bottom: 15px;
}

#side-posts .side-post-time {
	color: #a1a1a1;
	font-size: 14px;
	font-style: italic;
}

#side-posts .side-post-title a {
	color: #fff;
}

#side-posts .side-post-title a:hover {
	color: #2ea0dd;
}

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

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

.home-banner {
 	background:
	    linear-gradient(
	    	to right,
			rgba(0, 0, 0, 0.3),
			rgba(0, 0, 0, 0.3)
	    ),
	url(images/banner-blur.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 3% 10px;
}

.home-banner .entry-shares {
	display: none;
	visibility: hidden;
	/* color: #fff; */
    /* margin-top: -5px; */
    /* margin-left: -10px; */
}

.home-banner img {
	width: 100%;
	margin: 0 0 16px;
}

.home-banner .col {
	position: relative;
	color: #fff;
	text-shadow: 0px 0px 3px #000;
	padding: 10px 10px 36px;
	margin-bottom: 30px;
}

.home-banner .col p {
	overflow: hidden;
}

.home-banner .entry-meta {
	color: #fff;
	font-weight: 300;
	margin-bottom: 6px;
}

.home-banner .entry-meta a {
	color: #fff;
}

.home-banner .entry-meta a:hover {
	border-bottom: 1px solid #fff;
}

.home-banner .entry-title {
	margin-bottom: 4px;
}

.home-banner .entry-title a {
	color: #fff;
	font-size: 22px;
	vertical-align: top;
}

.more-link,
.entry-content .more-link {
	clear: both;
	display: block;
	background-color: transparent;
	color: #222629;
	text-align: center;
	padding: 4px 14px;
	border: 2px solid #222629;
	border-radius: 4px;
	overflow: hidden;
}

.more-link:hover,
.entry-content .more-link:hover {
	background-color: #222629;
	color: #fff;
	text-shadow: none;
}

.home-banner .more-link {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.home-banner .more-link:hover,
.home-banner .more-link:focus {
	background-color: #fff;
	color: #222629;
}

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

.entry,
.author-box,
.after-entry.widget-area,
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 3%;
	border: 1px solid #e4e5e7;
	border-radius: 0px;
}

.author-archive-description .author-box {
	background-color: transparent;
	border: none;
}

.entry-content {
}

.entry-content a {
	color: #2ea0dd;
}

.entry-content a:hover {
	color: #222629;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

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

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

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

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

.featured-image .wp-post-image {
	display: block;
	margin-bottom: 16px;
}

.featured-image .caption {
	display: block;
	font-size: 14px;
	font-style: italic;
	padding: 6px 10px;
	margin: -16px 0 16px;
	border-left: 5px solid #e4e5e7;
}

.entry-meta {
	display: -ms-flexbox;display: -webkit-flex;display: flex;
	-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;
	-ms-flex-align: center;-ms-grid-row-align: center;-webkit-align-items: center;align-items: center;
	color: #67717D;
	font-size: 14px;
}

.entry-header .entry-meta {
	font-weight: 300;
	margin-bottom: 14px;
}

.entry-author {
	margin-left: 4px;
}

.entry-author a {
	margin-left: 4px;
}

.entry-shares {
	-ms-flex-negative: 0;-webkit-flex-shrink: 0;flex-shrink: 0;
	color: #222629;
}

.entry-shares-label,
.entry-shares-count {
	font-weight: 400;
	text-transform: uppercase;
	vertical-align: middle;
}

.entry-shares-label {
	font-size: 15px;
}

.entry-shares-count {
	font-size: 19px;
}

.entry-shares .fa {
	margin: 0 4px;
}

.entry-footer .entry-meta {
	margin: 20px 0 0;
	padding: 20px 0 0 0;
}

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

.entry-categories::before,
.entry-tags::before {
	color: #555;
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	line-height: 1;
	margin: 0 8px 0 0;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f07b";
}

.entry-tags::before {
	content: "\f02c";
}

.post-nav {
	margin-bottom: 20px;
}

.post-nav .col {
	margin-bottom: 10px;
}

.post-nav .col a {
	display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-align-items: center;-ms-flex-align: center;align-items: center;
	background-color: #fff;
	color: #222629;
	padding: 5px;
	border: 1px solid #e4e5e7;
    border-radius: 0;
}

.post-nav .col a:hover {
	color: #2ea0dd;
}

.post-nav .col span {
	padding: 5px;
}

.post-nav-title {
	-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto;
}

.prev .post-nav-title {
	text-align: left;
}

.next .post-nav-title {
	text-align: right;
}

.post-nav-image img {
	display: block;
	margin: 0;
}

.post-nav-image {
	min-width: 80px;
}

.post-nav-icon {
}

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

.taxonomy-archive-description {
	text-align: center;
}

.taxonomy-archive-description .archive-title {
	color: #fff;
	padding: 0 20px;
}

.taxonomy-archive-description p {
	color: #fff;
	max-width: 650px;
	padding: 0 20px;
	margin: 10px auto;
}

.conference-teams {
	background-color: #e7eaf0;
	padding: 20px 20px 12px;
}

.conference-teams h2 {
	font-size: 20px;
	text-align: center;
}

.conference-teams .col a {
	display: block;
	background-color: #fff;
	color: #222629;
    text-align: center;
    padding: 4px 14px;
    border: 1px solid #e4e5e7;
    border-radius: 4px;
	margin-bottom: 8px;
}

.conference-teams .col a:hover {
	border-color: #67717D;
}

/* Ads & Advertising
--------------------------------------------- */

.ad-header-right {
	margin-left: auto;
}

.ad-header-after {
	max-width: 1200px;
	text-align: center;
	padding: 20px 0 0;
	margin: 0 auto;
}

.ad-header-after > div {
	text-align: center;
	margin: 0 auto;
}

.widget_cspun_sidebar_ad_a .widget-wrap > div,
.widget_cspun_sidebar_ad_b .widget-wrap > div {
	text-align: center;
	margin: 0 auto;
}

.ad-slideshow {
	text-align: center;
}

.ad-after-post {
	text-align: center;
	margin: 0 auto 30px;
}

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

.archive-pagination {
	clear: both;
}

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline-block;
}

.archive-pagination li a {
	display: block;
	background-color: #222629;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	margin: 1px;
}

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

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
}

.entry-comments {
	padding: 40px;
}

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

.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 {
	width: 80px;
	margin: 0 16px 24px 0;
}

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

.bypostauthor {
}

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


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

.sidebar {
}

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

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

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

.sidebar .widget {
	padding: 0 30px;
	margin-bottom: 20px;
}

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

.footer-widgets {
	background-color: #222629;
	color: #999;
	clear: both;
	padding: 20px 16px;
}

.footer-widgets .widget-area {
	display: inline-block;
	width: 25%;
	padding: 3%;
	vertical-align: top;
}

.footer-widgets a {
	color: #fff;
}

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

.footer-widgets .widget {
}

.footer-widgets .widget-title {
	color: #fff;
	margin-bottom: 8px;
}

.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: #2a2a2a;
	color: #999;
	font-size: 14px;
	padding: 40px 3%;
	text-align: center;
}

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

.site-footer a {
	color: #ddd;
}

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


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

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


}

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

	.content,
	.sidebar-primary,
	.site-inner,
	.wrap {
		width: 100%;
	}

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

	.site-header .search-form {
		margin: 16px auto;
	}

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

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

}

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

	.sidebar {
		display: none;
		visibility: hidden;
	}

	.one-fifth,
	.two-fifths,
	.three-fifths
	.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%;
	}

	.js .site-header {
		border-top: 1px solid #000;
	}

	.js .site-header .wrap {
		padding: 0;
	}

	.js .ad-header-right {
		width: 100%;
		background-color: #e7eaf0;
		border-top: 1px solid #000;
		text-align: center;
		padding: 8px;
		margin: 0 auto;
	}

	.js .site-title a {
		margin: 12px 6px 12px 12px;
	}

	.js #menu-toggle,
	.js #posts-toggle {
		display: block;
		text-align: center;
		visibility: visible;
	}

	.js .nav-header,
	.js .nav-primary,
	.js .nav-secondary {
		display: none;
		visibility: hidden;
	}

	.no-js nav {
		display: block;
	}

	.no-js .nav-header {
		margin-top: 12px;
	}

	.author-box .avatar {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}

	.author-box-title {
		text-align: center;
	}

	.footer-widgets .widget-area {
		width: 50%;
	}

	div.gform_wrapper textarea.medium,
	div.gform_wrapper .ginput_complex .ginput_left,
	div.gform_wrapper .ginput_complex .ginput_right,
	div.gform_wrapper .top_label .gf_left_half,
	div.gform_wrapper .top_label .gf_right_half,
	div.gform_wrapper .top_label input,
	div.gform_wrapper .top_label select,
	div.gform_wrapper .ginput_complex input[type=text],
	div.gform_wrapper .ginput_complex input[type=url],
	div.gform_wrapper .ginput_complex input[type=email],
	div.gform_wrapper .ginput_complex input[type=tel],
	div.gform_wrapper .ginput_complex input[type=number],
	div.gform_wrapper .ginput_complex input[type=password],
	div.gform_wrapper .ginput_complex select,
	div.gform_wrapper .ginput_complex .ginput_left input[type=text],
	div.gform_wrapper .ginput_complex .ginput_left input[type=url],
	div.gform_wrapper .ginput_complex .ginput_left input[type=email],
	div.gform_wrapper .ginput_complex .ginput_left input[type=tel],
	div.gform_wrapper .ginput_complex .ginput_left input[type=number],
	div.gform_wrapper .ginput_complex .ginput_left input[type=password],
	div.gform_wrapper .ginput_complex .ginput_left select,
	div.gform_wrapper .ginput_complex .ginput_right input[type=text],
	div.gform_wrapper .ginput_complex .ginput_right input[type=url],
	div.gform_wrapper .ginput_complex .ginput_right input[type=email],
	div.gform_wrapper .ginput_complex .ginput_right input[type=tel],
	div.gform_wrapper .ginput_complex .ginput_right input[type=number],
	div.gform_wrapper .ginput_complex .ginput_right input[type=password],
	div.gform_wrapper .ginput_complex .ginput_right select {
		float: none;
		width: 100% !important;
	}

	div.gform_wrapper .ginput_complex .ginput_left,
	div.gform_wrapper .ginput_complex .ginput_right {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	div.gform_wrapper input.datepicker.datepicker_with_icon,
	div.gform_wrapper li.gfield ul.gfield_radio li input[type=radio]+input[type=text] {
		width: auto !important;
	}

}

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

	.footer-widgets .widget-area {
		width: 100%;
	}

}
