/*
	Theme Name: CCI Theme
	Theme URI: http://flyingsealsystems.com/
	Description: Based on the StudioPress Centric Pro theme.
	Author: StudioPress
	Author URI: http://flyingsealsystems.com/

	Version: 1.1

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

	Template: genesis
	Template Version: 2.1

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

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 480px

*/


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

/* Baseline Normalize
	normalize.css v2.1.3 | 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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}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:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}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:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

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

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


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

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

body {
	background-color: #fff;
	color: #222;
	font-family: 'Georgia', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
	-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;
}

.more-link,
.continue-link,
.source-link {
	/* font-family: Lato, san-serif;
	font-weight: 700; */
	font-size: 18px;
}

::-moz-selection {
	background-color: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a {
	color: /* #13afdf; */ #3399cc;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: darkblue;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

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

.content-divider {
	width: 100%;
	margin-left: 0;
	margin-bottom: 18px;
	border-top: none;
	border-color: #794444;
	border-width: 1px;
	border-style: dotted;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lato, san-serif;
	font-weight: 400;
	line-height: 1.0;
	margin: 0 0 15px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Icons
--------------------------------------------- */

.features {
	text-align: center;
}

.features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}

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

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

img {
	height: auto;
}

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

/* WordPress Default Audio Player */
.mejs-audio {
	margin-bottom: 24px;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

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

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

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

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #2e2f33;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #2e2f33;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #2e2f33;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #2e2f33;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-family: Lato, san-serif;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 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 {
	background-color: #13afdf;
	color: #fff;
}

.cci-home .dark-section .more-link:hover,
.content .button:hover,
.sidebar .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

.footer-widgets .fss-button1 {
	font-size: 16px;
}

.footer-widgets .more-link {
	text-align: center;
}

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

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

.site-inner {
	background-color: #fff;
	clear: both;
}

.cci-landing .site-inner {
	margin: 80px auto;
	max-width: 800px;
	padding: 0 80px;
}

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

/* Content */

.content {
	width: 660px;
}

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

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

/* Primary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

/* Avatar
--------------------------------------------- */

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

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
	font-family: Lato, san-serif;
}

.archive-description {
	font-size: 24px;
}

.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.author-box-title {
	font-size: 18px;
	margin-bottom: 16px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

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

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

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

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

.page-title {
	color: #fff;
	padding: 40px 0 80px;
	text-align: center;
}

.page-title .archive-title,
.page-title .entry-title {
	font-size: 60px;
	font-weight: 700;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

.entry-title {
	font-size: 32px;
	font-weight: 400;
	color: #794444;
}

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

.color-section .entry-title a {
	color: #fff;
}

.entry-title a:hover {
	color: /* #13afdf; */ #000;
}

.color-section .entry-title a:hover {
	color: #2E9A90;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 40px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 20px;
	text-transform: uppercase;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
	color: #fff;
}

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

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

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

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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

a.alignnone {
	display: inline-block;
}

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

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

.color-section a.alignleft {
	margin: 0 48px;
}

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

.wp-caption-text {
	font-weight: 400;
	text-align: center;
	font-size: 14px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget-area .widget:last-child {
	margin-bottom: 0;
}

.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_calendar table {
	width: 100%;
}

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


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

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

.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

/* MailChimp
--------------------------------------------- */
.mc4wp-alert {
	color: red;
}

.mc4wp-alert.mc4wp-success {
	color: green;
}


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

.site-header {
	background-color: #fff;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	margin-left: auto;
	margin-right: auto;
}

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

.bumper {
	min-height: 160px;
}

.site-header .wrap {
	min-height: 140px;
	padding: 40px 0;
	max-width: 960px;
}

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
	font-family: Lato, san-serif;
}

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

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

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

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

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

.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
	padding-top: 10px;
	width: 540px;
}

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


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

.genesis-nav-menu {
	-webkit-font-smoothing: subpixel-antialiased;
	clear: both;
	font-size: 18px;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu li a {
	color: #fff;
	display: block;
	padding: 22px;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 16px;
	padding: 16px;
	position: relative;
	width: 180px;
}

ul.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

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

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

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

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

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

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
}

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

.genesis-nav-menu > .date {
	padding: 22px;
}

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

.genesis-nav-menu > .search input[type="search"] {
	font-size: 14px;
	padding: 12px 24px;
}

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	position: relative;
	z-index: 98;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-family: Lato, san-serif;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
	background-color: #660000;
}

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

.responsive-menu-icon {
	background-color: #f2f2f2;
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}


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

.color-section {
	background-color: #660000;
	color: white;
	font-family: Lato, san-serif;
}

.entry-header {
	margin-top: 20px;
}

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

.entry {
	margin-bottom: 0px;
}

.entry-content p {
	margin: 0 0 18px;
}

.post {
	border-bottom: 4px solid /* #e5e5e5 */ #794444;
}

.post:last-child {
	border-bottom: none;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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 code {
	background-color: #2e2f33;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	padding-bottom: 30px;
}

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

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.entry-comments-link::before {
	content: "\f125";
	margin-left: 20px;
}

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

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

.entry-time::before {
	content: "\f145";
}


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

.after-entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding: 0 0 80px;
}

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

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

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #660000;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

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


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

.sidebar {
	border-left: 1px solid #e5e5e5;
	font-size: 16px;
	margin-bottom: 0;
	padding: 80px 0;
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}

.sidebar li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	padding: 0 40px;
}


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

.footer-widgets {
	background-color: /* #2e2f33 */ #660000;
	clear: both;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.footer-widgets,
.footer-widgets a {
	color: #959595;
}

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

.footer-widgets input {
	border-color: #fff;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width:33.3%;
	text-align: center;
	padding: 0 15px;
}

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

.footer-widgets-3 {
	float: right;
}


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

.site-footer {
	background-color: /* #2e2f33 */ #660000;
	color: #959595;
	font-size: 16px;
	font-weight: 400;
	padding: 40px 0 20px;
}

.site-footer,
.site-footer a {
	color: #959595;
	text-align: center;
	font-family: Lato, san-serif;
}

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

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


/*
Special Pages
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */
.home-widgets .widget {
	clear: both;
	margin: 0 auto;
	max-width: 960px;
	padding: 40px 0;
	overflow: hidden;
	text-align: left;
}

.home-widgets .widget .entry-content {
	margin: 0 12px 0 0;
}

.frontpage-testimonials p.quote {
	font-style: italic;
	font-size: 16px;
	margin: 0 0 6px;
}

.frontpage-testimonials p.quote-author {
	margin: 0 0 28px;
}

.frontpage-testimonials a.alignleft {
	margin: 18px 48px;
}

.home-widgets .more-link,
.footer-widgets .fss-button1,
.entry-content .fss-button1 {
	border-radius: 50px;
	/* display: block;
	display: table; */
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	/* margin: 20px auto 0; */
	max-width: 200px;
	padding: 10px 24px;
	font-family: Lato, san-serif;
	display: inline-block;
}

.home-featured .more-link,
.home-widgets .more-link {
	text-align: left;
}

.home-widgets .more-link {
	font-size: 13px;
	text-transform: uppercase;
}

.home-widgets .more-link,
.fss-button1,
input[type="submit"] {
	background-color: /* #660000; */ #3399cc;
	color: #fff;
}

.home-widgets .more-link:hover,
.fss-button1:hover {
	background-color: #000;
}

.home-widgets .color-section .more-link,
.footer-widgets .fss-button1 {
	background-color: #fff;
	color: #660000;
	font-weight: 700;
}

.home-widgets .color-section .more-link {
	margin-left: 20px;
}

.home-widgets .color-section .more-link:hover,
.footer-widgets .fss-button1:hover {
	color: #000;
}

.home-widgets .widget-title {
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.home-widgets .featuredpage .entry-title {
	font-size: 48px;
	font-weight: 400;
	line-height: 1.1;
}

.home-widgets-4 {
	margin: 50px 0 20px;
	border: 5px solid #660000;
}

.home-widgets-4 .widget {
	padding: 20px 0;
}

.frontpage-video-library {
	font-size: 20px;
	padding: 0 20px 0 28px;
}

.frontpage-programs .entry-header {
	padding-top: 36px;
}

.frontpage-programs .entry-content {
	padding-top: 36px;
}

/* Home Page Slider
--------------------------------------------- */
.home .soliloquy-container .soliloquy-image {
	height: 360px;
	width: 640px;
	margin: 0;
	/* display: inline; */
}

.home .soliloquy-container .soliloquy-caption.soliloquy-caption-right {
	height: 360px;
	width: 320px;
}

.home .soliloquy-container .soliloquy-item-3 .soliloquy-image {
	width: 100%;
}

.home .soliloquy-container .soliloquy-item-3 .soliloquy-caption.soliloquy-caption-right {
	display: none;
}

.home .soliloquy-container .soliloquy-caption.soliloquy-caption-right .soliloquy-caption-inside {
    padding: 30px; 20px; 20px;
	background-color: #660000;
	font-size: 42px;
	font-family: 'Open Sans', san-serif;
    color: #fff;
    text-align: center;
}

.home .soliloquy-container .soliloquy-caption.soliloquy-caption-right .soliloquy-caption-inside p {
	padding: 18px 25px 0;
    text-shadow: 0 0 1px #000;
    line-height: 1.25;
}

.home .soliloquy-container a {
	color: #fff;
}

.home .soliloquy-container a:hover {
	/* color: #00dcff; */
	/* text-decoration: underline; */
	color: #bbbbbb;
}

.home .soliloquy-container .soliloquy-image:hover {
	-webkit-filter: brightness(70%); /* Chrome, Safari, Opera */
    filter: brightness(70%);
}

.home .soliloquy-container .soliloquy-prev {
	background: rgba(102,0,0,0.0) url(images/left.png) no-repeat scroll 50% 50%;
	z-index: 1320;
	top: 50%;
}

.home .soliloquy-container .soliloquy-next {
	background: rgba(102,0,0,0.0) url(images/right.png) no-repeat scroll 50% 50%;
	z-index: 1320;
	top: 50%;
}

.home .soliloquy-caption.soliloquy-caption-right .soliloquy-caption-inside p.slider-caption-bigfont {
	font-size: 32px;
	margin-top: 24px;
}


/* Book Page
--------------------------------------------- */
.book .entry-content {
	padding-top: 12px;
}

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

/* Video Page
--------------------------------------------- */
.cci-video {
	width: 89%; /* Largest size is exactly 480p height */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
}

.cci-video-page {
	font-family: Lato, san-serif;
}

.cci-video-page .entry-title {
	background-color: #660000;
	color: #fff;
	font-size: 48px;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 5px;
	width: 95%;
	margin-left: auto; margin-right: auto;
	padding: 6px;
}

.cci-video-page .cci-video {
	width: 95%;
}

/* Steve Cohen
--------------------------------------------- */
.link-to-stephen-cohen {
	font-size: 20px;
}

.stephen-cohen th,
.stephen-cohen td {
	padding: 8px;
	line-height: 1.5;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {

	body {
		font-size: 14px;
	}

	.wrap,
	.site-header .wrap {
		max-width: 782px;
	}

	.site-header .widget-area {
		width: 422px;
	}

	.nav-primary {
		max-width: 782px;
	}

	.genesis-nav-menu {
		font-size: 16px;
	}

	.genesis-nav-menu .sub-menu a {
		font-size: 14px;
	}

	.home .soliloquy-container .soliloquy-image {
		height: 293px;
		width: 521px;
	}

	.home .soliloquy-container .soliloquy-caption.soliloquy-caption-right {
		height: 293px;
		width: 261px;
	}

	.home .soliloquy-container .soliloquy-caption.soliloquy-caption-right .soliloquy-caption-inside {
		font-size: 36px;
	}

	.home-widgets .more-link {
		font-size: 12px;
	}

	.home-widgets .more-link,
	.footer-widgets .fss-button1,
	.entry-content .fss-button1 {
		padding: 8px 20px;
	}

	.home-widgets-4 a.alignleft {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 12px;
		display: block;
	}

	.home-widgets-4 .widget {
		padding-left: 8%;
		padding-right: 8%;
	}

	.frontpage-testimonials a.alignleft {
		max-width: 50%;
	}

	.frontpage-testimonials p.quote {
		font-size: 13px;
	}

	.home-widgets-3 .widget {
		padding: 20px 0;
	}

	.frontpage-programs .entry-content {
		padding-top: 0;
	}

	.frontpage-programs .alignright {
		max-width: 65%;
	}

	.footer-widgets .widget-title {
		font-size: 16px;
	}

	.footer-widgets .fss-button1 {
		font-size: 14px;
	}

	.site-footer {
		font-size: 14px;
	}

	input[type="submit"] {
		font-size: 14px;
	}

	.russia-doesnt-look-like-failing-state figure {
		max-width: 400px;
	}

}

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

	.wrap {
		max-width: 782px;
	}

	.home-featured .wrap {
		max-width: 1140px;
		padding-left: 0;
		padding-right: 0;
	}

	.content,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.home-widgets .widget,
	.home-widgets-4 .widget,
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

	.site-header .wrap {
		padding: 20px 5% 0;
	}

	.entry-title {
		font-size: 28px;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		display: none;
	}

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

	.sidebar {
		border: none;
		margin: 0;
		padding: 0 0 80px;
	}

	.sidebar .widget {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		padding: 0 15px;
		width: 100%;
	}

	.nav-primary {
		background-color: #fff;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
		background-color: #660000;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

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

	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		line-height: 1;
		padding: 16px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 14px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
		color: #fff;
		/* background-color: #B9AAAA; */
		/* margin: 5px 0; */
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: #f7f7f7;
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 20px;
		position: relative;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu .sub-menu a {
		width: 95%;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.home .soliloquy-container .soliloquy-link {
		background-color: #fff;
	}

	.home .soliloquy-container .soliloquy-image {
		max-height: 243px;
		width: auto;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}

	.home .soliloquy-container .soliloquy-item-1 .soliloquy-image {
		width: 100%;
		height: 243px;
	}

	.home .soliloquy-container .soliloquy-caption.soliloquy-caption-right {
		display: none;
	}

	.home-widgets .entry-title,
	.home-widgets .p-parent-fp-widget-more-link,
	.home-widgets-4 p {
		text-align: center;
	}

	.home-widgets .widget .entry-content {
		margin: 0;
	}

	.frontpage-testimonials a.alignleft,
	.frontpage-testimonials a.alignleft img {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.frontpage-testimonials a.alignleft,
	.frontpage-programs a.alignright {
		max-width: none;
	}

	.frontpage-testimonials a.alignleft {
		margin: 18px 5%;
	}

	.frontpage-programs .entry-header {
		padding-top: 0;
	}

	.footer-widgets .widget-area {
		padding-bottom: 50px;
	}

	.footer-widgets .widgettitle {
		margin-bottom: 25px;
		font-size: 22px;
	}

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

	a.alignleft, a.alignright,
	a.alignleft img, a.alignright img,
	img.alignleft, img.alignright,
	.wp-caption.alignleft, .wp-caption.alignright {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 12px;
		display: block;
	}

	.link-to-stephen-cohen {
		font-size: 16px;
	}

}

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

	.home .soliloquy-container .soliloquy-link {
		height: 230px;
	}

	.home .soliloquy-container .soliloquy-item-1 .soliloquy-image {
		width: 100%;
		height: auto;
		min-height: 180px;
		padding-top: 30px;
	}

	.home-widgets-2 .widget {
		padding-top: 0;
	}

	.footer-widgets .widgettitle {
		font-size: 20px;
	}

}
