/*
	Theme Name: FairMormon (Genesis)
	Theme URI: http://www.fairmormon.org/
	Description: This is the Genesis-based theme for FairMormon.
	Author: Grant Zabriskie
	Author URI: http://www.grantzabriskie.com/

	Version: 1.0.0

	Template: genesis
	Template Version: 2.4.2

	Text Domain: fairmormon

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Seach in Navigation 
- Page Header
- Content Area
	- Entries
	- Entries Specail
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- FairMormon Specific
	- FairMormon Donation Widget
	- FairMormon About Widget
	- Buttons
- FairMormon Custom Sections
	- General Section
	- Feature List Section 
- FairMormon Home Page
- Home Page Hero Section 
	- Home Page Teasers 
	- Home Page About Us
- Google Custom Search

*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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}progress{vertical-align:baseline}template,[hidden]{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:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.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;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[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:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

*,
*:before,
*:after {
	box-sizing: inherit;
}

.embedvideo-wrapper > iframe{
	width: 640px;
	height: 360px;
	min-width: 640px;
	min-height: 360px;
	max-width: 640px;
	max-height: 360px;
}

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

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

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


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

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

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625em;
	margin: 0;
}

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

a {
	color: #009ABF;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #4C5454;
	text-decoration: none;
}

p {
	margin: 0 0 1.625em;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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


/* ## Utility typographical classes
--------------------------------------------- */

.font-smaller {
	font-size: 0.85em;
}

.color-subdued {
	color: #9DA1A1;
}

.color-subdued a {
	color: inherit;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 .40625em;
	color: #4C5454;
}

h1 {
	font-size: 4.8rem;
	font-weight: 300;
}

h2 {
	font-size: 3.2rem;
	font-weight: 400;
}

h3 {
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: .1em;
}

h4 {
	font-size: 1.8rem;
}

h5 {
	font-size: 1.6rem;
}

h6 {
	font-size: 1.4rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

p + h2,
ul + h2,
ol + h2,
blockquote + h2 {
	margin-top: 1.625em;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	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 img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #4C5454;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 9px 12px;
	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: #4C5454;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #4C5454;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #009ABF;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 12px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	border-radius: 3px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #02AFD9;
	color: #fff;
}

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

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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%;
	word-break: break-word;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## 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;
}

.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;
	color: #4C5454;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1080px;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}

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

.content-sidebar-wrap {
	display: flex;
}

.content {
	flex: 2.5;
}

.sidebar-primary {
	flex: 1;
}

.content,
.sidebar-primary {
	position: relative;
	padding: 60px 0;
}

.content-sidebar .content {
	max-width: 700px;
}

.content-sidebar .content:after,
.content-sidebar .sidebar-primary:after {
	content: "";
	background: #F6F6F6;
	width: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
}

.content-sidebar .content:after {
	right: -61px;	
}

.content-sidebar .sidebar-primary:after {
	left: -1px;
}


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

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

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

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

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

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

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

.breadcrumb {
	font-size: 1.6rem;
	margin-bottom: 36px;
	color: #999;
	border-bottom: 2px solid #F6F6F6;
	padding: 0 0 12px;
	margin-top: -24px;
}

.breadcrumb a {
	color: inherit;
}

.after-entry,
.archive-description,
.author-box {
	font-size: 1.8rem;
	margin-bottom: 40px;
}

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

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

.search-form {
	overflow: hidden;
}

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

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.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
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 4.8rem;
}

.entry-title {
	font-size: 4.8rem;
	margin-top: -10px;
	font-weight: 300;
}

.page .entry-title {
	margin-bottom: .75em;
}

.entry-title a,
.sidebar .widget-title a {
	color: #4C5454;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #009ABF;
}

.entry-subtitle,
.page-header .entry-meta {
	margin: 18px 0 0;
	line-height: 1.2em;
	font-size: 1.6rem;
	font-weight: 600;
}

.widget-title {
	font-size: 2rem;
	margin-bottom: 1em;
}

.archive-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	color: #9DA1A1;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.wp-caption-text {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

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

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

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

.widget ul > li {
	margin-bottom: .5em;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

.widget li li {
	border: 0;
	margin: 0 0 0 1.5em;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

.widget img {
	margin: 0 0 24px;
	display: block;
}

.widget.textalign-center {
	text-align: center;
}

.widget.textalign-center img {
	margin-left: auto;
	margin-right: auto;
}

.widget.fontsize-small {
	font-size: 1.4rem;
}



/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #f6f6f6;
	padding: 36px 0;
}

.site-header .wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

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

.title-area {
	float: left;
	width: 220px;
}

.header-image .title-area {
	max-width: 400px;
}

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

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

.site-title {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #4C5454;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: left center !important;
	background-size: contain !important;
	background-repeat: no-repeat;
	float: left;
	min-height: 40px;
	width: 100%;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 704px;
	margin-left: auto;
	margin-top: 8px;
}

.site-header .widget-area .textwidget {
	font-size: 1.5rem;
	line-height: 1.5em;
}

.site-header .widget-area .textwidget a {
	text-decoration: none;
	font-weight: 600;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.nav-primary {
	background: #F6F6F6;
}

.genesis-nav-menu {
	clear: both;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #4C5454;
	text-decoration: none;
	display: block;
	padding: 9px 16px 20px;
}

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

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #009ABF;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-page-ancestor > a {
	color: #009ABF;
	position: relative;
}

.genesis-nav-menu .current-menu-item > a:after,
.genesis-nav-menu .current-page-ancestor > a:after {
	content: "";
	height: 3px;
	background: #009ABF;
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0;
}

.genesis-nav-menu > .current-menu-item:first-child > a:after {
	left: 0;
}

.genesis-nav-menu .sub-menu {
	border-top: 3px solid #009ABF;
	box-shadow: 0 0 2px hsla(0, 0%, 0%, 0.2);
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .1s ease-in-out;
	-moz-transition:    opacity .1s ease-in-out;
	-ms-transition:     opacity .1s ease-in-out;
	-o-transition:      opacity .1s ease-in-out;
	transition:         opacity .1s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: 0;
	font-size: 1.4rem;
	padding: 16px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

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

.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 {
	float: right;
}

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

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

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

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

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

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

/* ## Seach in Navigation 
--------------------------------------------- */

.menu-item__search a:before {
	content: "\f179";
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 1;
	font-family: dashicons;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	text-align: center;
	-webkit-transition: color .1s ease-in 0;
	transition: color .1s ease-in 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.menu-item__search a {
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 17px;  
}

.menu-item__search a span {
	position: absolute;
	left: -9999em;
}


/* # Page Header 
---------------------------------------------------------------------------------------------------- */

.page-header {
	background: #fff;
	padding: 80px 0 40px;
}

.page-header  h1,
.page-header div {
	margin-bottom: 0;
}


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

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

.entry + .entry {
	margin-top: 80px;
}

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

.entry-content ol,
.entry-content ul {
	margin-bottom: 1.625em;
	margin-left: 2em;
}

.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: #4C5454;
	color: #eee;
}


/* ## Entries Special
--------------------------------------------- */

.entry-content ul.horz {
	overflow: hidden;
	margin-left: 0;
}

.entry-content ul.horz > li {
	list-style: none;
	float: left;
}

.entry-content ul.horz > li:after {
	content: " | ";
	margin: 0 10px 0 7px;
	color: #999;
}

.entry-content ul.horz > li:last-child:after {
	content: "";
	margin: 0;
}


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

p.entry-meta {
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 1.5em;
}

.entry-footer .entry-meta {
	border-top: 2px solid #ECECEC;
	padding-top: 1.5em;
}

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

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


/* ## Entry Footer
--------------------------------------------- */

.entry-footer {
	padding-top: 30px;
}


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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #009ABF;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 1.6rem;
	margin: 40px 0;
}

.comment-respond,
.comment-list li {
	padding: 32px 30px;
	background: hsla(0, 0%, 0%, .025);
	margin-bottom: 40px;
	border-top: 1px solid hsla(0, 0%, 0%, .025);
}

.comment-list li:last-child {
	margin-bottom: 0;
}

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

.comment-list .children {
	margin-top: 30px;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.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-header p {
	margin-bottom: 0;
}

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


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

.sidebar {
	font-size: 1.6rem;
	padding-left: 40px;
	margin-left: 60px;
}

.sidebar .widget {

}

.footer-widgets .widget a,
.sidebar .widget a {
	color: #444444;
}


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

.footer-widgets {
	background-color: #fff;
	font-size: 1.6rem;
	clear: both;
	padding: 60px 0;
	border-top: 2px solid #F6F6F6;
}

.footer-widgets .wrap {
	display: flex;
}

.footer-widgets-1,
.footer-widgets-3 {
	margin-right: 80px;
}

.footer-widgets-2 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-4 {
	flex: 1;
}

.footer-widgets .widget a {
	text-decoration: none;
}

.footer-widgets .widget a:hover {
	text-decoration: underline;
}

.footer-widgets .widgettitle {
	font-size: 1.8rem;
}



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

.site-footer {
	background-color: #009ABF;
	font-size: 1.4rem;
	line-height: 1.4em;
	padding: 60px 0;
	color: hsla(0, 100%, 100%, .85);
}

.site-footer p {
	margin-bottom: 1em;
}

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

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

.footer-copyright {
	width: 656px;
	float: left;
}

.footer-author {
	width: 268px;
	float: right;
	text-align: right;
}

.footer-author img {
	float: right;
	margin: -6px 0 0 16px;
}


/* # FairMormon Specific
---------------------------------------------------------------------------------------------------- */

/* ## FairMormon Donation Widget
--------------------------------------------- */

.fairmormon-donation-widget {
	background: #009ABF url('/wp-content/themes/genesis-fairmormon/images/donation-widget/fairmormon_donation_background.png') no-repeat center center;
	background-size: cover;
	color: #FFFFFF !important;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	line-height: 1.4em;
	font-size: 1.6rem !important;
}

.fairmormon-donation-widget .widgettitle {
	font-size: 1.8rem !important;
	color: #FFF !important;
}

.fairmormon-donation-widget-message {
	margin-bottom: 1.4em;
}

.fairmormon-donation-widget-button {
	display: block;
	line-height: 1em;
	background: hsla(0, 100%, 100%, 0.3);
	padding: 16px;
	border-radius: 5px;
	color: #FFFFFF !important;
	font-weight: 600;
	font-size: 1.7rem;
	text-decoration: none !important;
}

.fairmormon-donation-widget-button:hover {
	text-decoration: none !important;
	background: #ffffff;
	color: #009ABF !important;
}


/* ## FairMormon About Widget
--------------------------------------------- */

.fairmormon-about-widget {
	font-size: 1.4rem;
	text-align: center;
}

.fairmormon-about-widget-image {
	margin: 0 auto 24px !important; 
	display: block;
}


/* ## Buttons
--------------------------------------------- */

.fairmormon-button,
.aboutus__button {
	background: #009ABF;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	line-height: 1.2em;
	padding: 12px 24px;
	font-size: 1.6rem;
	border-radius: 3px;
}

.fairmormon-button:hover,
.aboutus__button:hover {
	background: #02afd9;
	color: #fff;
	text-decoration: none;
}


/* # FairMormon Custom Sections 
---------------------------------------------------------------------------------------------------- */

/* ## General Section 
--------------------------------------------- */

.section {
	padding: 0 0 60px;
}

.section__title {
	text-align: center;
	margin-bottom: 60px;
}

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


/* ## Feature List Section 
--------------------------------------------- */

.section.section--feature-list {
	padding-bottom: 0;
}

.feature-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.feature-list__item {
	float: left;
	width: 28%;
	margin-bottom: 60px;
}

.content-sidebar .feature-list__item {
	width: 45%;
}

.feature-list--backgrounds .feature-list__item {
	margin-bottom: 30px; 
}

.content-sidebar .feature-list--backgrounds .feature-list__item {
	width: 48%;
}

.feature {
	text-align: center;
	position: relative;
}

.feature__title {
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700;
	margin-bottom: 1em;
}

.feature__title a {
	color: inherit;
}

.feature__title a:hover {
	text-decoration: underline;
}

.feature__desc {
	margin-bottom: 1.4em;
	line-height: 1.4em;
	font-size: 1.5rem;
	color: #555;
}

.feature__button {
	font-weight: 600;
	display: block;
	line-height: 1.2em;
	font-size: 1.7rem;
	text-decoration: none;
}

.feature--wbackground {
	background: #009ABF;
	padding: 20px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
}

.feature--wbackground > * {
	color: #fff;
	position: relative;
	z-index: 1000;
	text-shadow: 0 0 10px hsla(0, 0%, 0%, 0.2);
}

.feature--wbackground .feature__title {
	font-size: 2rem;
}

.feature--wbackground .feature__button {
	background: hsla(0, 100%, 100%, .85);
	color: #009ABF !important;
	padding: 12px 12px;
	border-radius: 5px;
	text-shadow: none;
	margin-top: auto;
}

.feature--wbackground .feature__button:hover {
	text-decoration: none !important;
	background: #ffffff;
}

.teaser__background,
.feature__background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
	opacity: .2;
	filter: grayscale(100%);
}


/* # FairMormon Home Page 
---------------------------------------------------------------------------------------------------- */

.home .site-inner {
	max-width: none;
}

.home .content {
	padding: 0;
}

.home .section {
	border-top: 2px solid #F6F6F6;
	padding-top: 60px;
}


/* # Home Page Hero Section 
---------------------------------------------------------------------------------------------------- */

.home-hero {
	padding: 40px 0;
}


/* ## Home Page Teasers 
--------------------------------------------- */

.teasers {
	display: flex;
	margin-right: -24px;
	min-height: 340px;
	height: 340px;
}

.teasers__column {
	flex: 1;
	padding-right: 24px;
	display: flex;
	flex-direction: column;
}

.teasers__column--1 {
	flex: 1.5;
}

.teasers__column--2 .teaser:first-child {
	margin-bottom: 24px;
}

.teaser {
	flex: 1;
	display: flex;
	background: #009ABF;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.teaser:hover {
	background: #02AFD9;
}

.teaser > a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 20px 24px;
	flex-direction: column;
	width: 100%;
	position: relative;
	z-index: 10000;
}

.teaser :last-child {
	margin-bottom: 0;
}

.teaser__title {
	font-size: 34px;
	font-weight: 200;
	line-height: 1.1em;
	color: #FFF;
}

.teasers__column--1 .teaser__title {
	font-size: 48px;
}

.teaser__background {
	opacity: .25;
}


/* ## Home Page About Us 
--------------------------------------------- */

.aboutus {
	display: flex;
	background: #393939;
	color: #eee;
	padding: 36px 40px;
	border-radius: 3px;
}

.teasers + .aboutus {
	margin: 30px 0 0;
}

.aboutus__title {
	font-size: 40px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 300;
	margin: 0 24px 0 0;
	flex: 2.5;
	color: #FFF;
}

.aboutus__buttons {
	flex: 1;
	max-width: 200px;
}

.aboutus__button {
	font-size: 1.6rem;
	margin: 0 6px;
	text-align: center;
	display: block;
	font-weight: 600;
	margin-bottom: 12px;
}

.aboutus :last-child {
	margin-bottom: 0;
}


/* # Google Custom Search
---------------------------------------------------------------------------------------------------- */

table.gsc-search-box tbody,
table.gsc-search-box td {
	border: 0;
	padding: 0;
}

input.gsc-input {
	padding: 9px 12px !important;
	font-size: 18px !important;
	border: 1px solid #ddd !important;
	color: #333 !important;
	height: auto !important;
	background: none !important;
}

.gsc-input-box {
	border: 0 !important;
	background: none !important;
	height: auto !important;
}

.gsc-input-box-focus {
	box-shadow: none !important;
	outline: none !important;
}

input.gsc-search-button {
	height: 56px !important;
	min-width: 86px !important;
	font-size: 16px !important;
}

.gsc-table-result {
	margin-bottom: 0 !important;
}

.gsc-selected-option-container {
	max-width: 100% !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #009ABF !important;
	color: #fff !important;
	border: 0 !important;
	text-shadow: 0 !important;
	border-radius: 3px;
}

.gsc-result .gs-title {
	height: auto !important;
}

.gsc-wrapper tbody,
.gsc-wrapper td {
	border: 0;
}



/* # Specific Sign Up Forms
---------------------------------------------------------------------------------------------------- */

.page-id-11597 ._form_1 form {
	margin: 30px auto !important;
	width: 100% !important;
}

@media screen and (min-width: 960px) {
	.page-id-11597 ._form_1 form {
		float: right;
		width: 45% !important;
		margin: 0 0 0 40px !important;
	}
}



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

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

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


	/* General Resets */

	.content-sidebar-wrap {
		display: block;
	}

	.footer-widgets-1,
	.footer-widgets-4,
	.footer-copyright,
	.footer-author,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu {
		width: 100%;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title,
	.footer-copyright,
	.footer-author {
		text-align: center;
	}

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


	/* Site Header */

	.header-image .title-area {
		width: 220px;
	}

	.site-header .widget-area {
		width: auto;
		max-width: 400px;
	}

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


	/* Nav Menus */
	
	.genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .menu-item a {
		padding: 12px 0;
		font-size: 1.6rem;
	}

	.genesis-nav-menu .current-menu-item > a:after,
	.genesis-nav-menu .current-page-ancestor > a:after {
		display: none;	
	}

	.genesis-nav-menu .sub-menu {
		/*display: none;*/
		opacity: 1;
		position: static;
		width: 100%;
		box-shadow: none;
		border: 0;
		background: inherit;
		padding: 0 15px;
	}

	.genesis-nav-menu .sub-menu a {
		background: inherit;
		width: 100%;
		font-size: 15px;
	}

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

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .menu-toggle,
	.js .sub-menu-toggle {
		border-width: 0;
		background-color: #F6F6F6;
		color: #4C5454;
		display: block;
		margin: 0;
		text-align: center;
		visibility: visible;
	}

	.js .sub-menu-toggle:hover,
	.js .menu-toggle:focus,
	.js .sub-menu-toggle:focus {
		background: #F6F6F6;
		color: #4C5454;
		outline: none;
		border: 0;
	}

	.js .menu-toggle {
		border-top: 1px solid #E9E9E9;
		line-height: 20px;
		width: 100%;
	}

	.js .menu-toggle:hover {
		background: #E6E6E6;
		color: #4C5454;
	}
	
	.js .sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.js .menu-toggle:before,
	.js .menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.js .sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.js .sub-menu-toggle.activated:before {
		content: "\f142";
	}

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

	.js nav.pagination {
		display: block;
	}


	/* Content/Sidebar */

	.content {
		padding: 40px 0;
	}

	.content-sidebar .content {
		max-width: none;
	}

	.sidebar-primary {
		padding: 40px 0 0;
		margin: 0 0 40px;
		border-top: 2px solid #ECECEC;
	}

	.content:after,
	.sidebar-primary:after {
		display: none;
	}


	/* Bread Crumbs */

	.breadcrumb {
		margin-top: -22px;
	}


	/* Footer Widgets */

	.footer-widget {
		padding: 40px 0;
	}

	.footer-widgets .wrap {
		flex-wrap: wrap;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		flex: auto;
		margin: 0 0 40px;
		text-align: center;
	}

	.footer-widgets-4 {
		margin-bottom: 0;
	}


	/* Site Footer */

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

	.footer-author {
		margin-top: 40px;
	}

	.footer-author img {
		float: none;
		margin: 0 auto 12px;
	}


	/* Sections */

	.section {
		padding: 0 0 40px;
	}

	.home .section {
		padding-top: 40px;
	}


	/* Feature List Section */

	.feature-list__item {
		width: 43%;
	}

	/* Teaser Section */

	.teaser__title {
		font-size: 27px;
	}

	.teasers__column--1 .teaser__title {
		font-size: 40px;
	}

}

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

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 1.8rem;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 0 5%;
		margin-bottom: 5%;
	}

	.breadcrumb {
		margin-left: 5%;
		margin-right: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	/* Pagination */

	.pagination {
		margin: 5% auto;
	}

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

	/* Columns (In case their used) */

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


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

	/* Site Header */

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

	.site-header .wrap {
		display: block;
	}

	.site-header .title-area,
	.site-header .widget-area {
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	.site-header .widget-area {
		margin-top: 24px;
	}

	.header-image .site-title > a {
		background-position: center !important;
	}
	

	/* Home Page Teasers */

	.teasers {
		display: block;
		margin: 0;
		min-height: 0;
		height: auto;
	}

	.teasers__column {
		flex-direction: row;
		padding: 0;
	}

	.teasers__column--1 {
		margin-bottom: 24px;
	}

	.teasers__column--2 .teaser:first-child {
		margin: 0 24px 0 0;
	}

	.teasers__column--1 .teaser {
		min-height: 220px;
	}

	.teaser {
		min-height: 140px;
	}

	/* Home Page About Us */

	.aboutus {
		display: block;
		text-align: center;
		padding: 26px 30px;
	}

	.aboutus__title {
		font-size: 30px;
		margin: 0;
	}

	.aboutus__buttons {
		max-width: none;
		margin-top: 24px;
	}

	.aboutus__button {
		display: inline-block;
		width: 180px;
	}

	/* Feature List Section */

	.feature-list__item {
		width: 100% !important;
		margin: 0 0 60px;
		position: relative;
	}

	.feature-list--backgrounds .feature-list__item {
		margin: 0 0 24px;
	}

	.feature-list--plain .feature-list__item + .feature-list__item:before {
		content: "";
		display: block;
		height: 2px;
		width: 90px;
		background: #ECECEC;
		position: absolute;
		left: 50%;
		margin-left: -45px;
		top: -31px;
	}

}

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

	.teaser a {
		padding: 16px;
	}


	.teaser__title {
		font-size: 21px;
		font-weight: 400;
	}

	.teasers__column--1 .teaser__title {
		font-size: 30px;
	}

	.aboutus__title {
		font-size: 36px;
	}

	.entry-content img {
		max-width: 100%;
		float: none !important;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}