/*
	Theme Name: Cause Marketing Forum
	Description: A mobile responsive and HTML5 theme built for Cause Marketing Forum based on the Genesis Framework.
	Author: GreenMellen Media
	Author URI: http://www.greenmellenmedia.com/

	Template: genesis
	Template Version: 2.0

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



/* Table of Contents

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

*/


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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[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
--------------------------------------------- */

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

}

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


.clearfix:before {
   margin-top: 20px;
}

.clearfix:after {
   margin-bottom: 20px;
}

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

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

body {
	background-color: #fff;
	color: #1c2127;
  font-family: "lato";
  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 {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

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

a {
	color: #0d52a3;
	text-decoration: none;
}

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

a:hover {
	color: #6aa252;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #6aa252;
}

blockquote {
	margin: 20px;
  display: inline-block;
}

blockquote::before {
	content: "\201C";
  display: block;
  font-size: 125px;
  line-height: 130px;
  height: 70px;
  width: 70px;
  left: -20px;
  position: relative;
  top: 10px;
  font-family: "athelas";
  border: 6px solid #e9ede7;
  border-radius: 45px;
  padding: 0 0 0;
  margin: 0;
  float: left;
  text-align: center;
}

blockquote p {
  float: left;
  width: 86%;
  margin-bottom: 0!important;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
  font-family: "lato";
/*  	font-weight: 700; */
	line-height: 1.5;
	margin: 0 0 15px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
/*   color: #0d52a3; */
  color: #6AA052;
  font-weight: 700;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
  color: #0d52a3;
  text-transform: uppercase;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
    height: auto;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
  border-top-left-radius:0px!important;
  border-top-right-radius:0px!important;
	box-shadow: none;
	color: #333;
  font-family: "lato";
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

.facet-filters input,
.facet-filters select {
  max-width: 300px;
  display: inline-block;
  margin: 0 15px!important;
}

.post-176 .facet-filters input, 
.post-176 .facet-filters select {
    max-width: 210px;  
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #6aa252;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
  font-family: "lato";
	font-weight: 400;
	padding: 8px 40px;
	text-transform: uppercase;
	width: auto;
  margin: 10px 0;
}

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

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

.button {
	display: table;
}

.button.inline {
  display: inline-block;
  margin: 0px 10px 20px;
    float: left;
}

.center-buttons {
  display: flex;
  justify-content: center;
}

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

.sidebar-button {
  width: 100%;
  max-width: 380px;
  height: 220px;
  padding: 20px;
  background-position: 50%!important;
  margin-bottom: 40px;
}

.sidebar-button a.button {
  margin: 0;
  background: rgba(106, 162, 82, .75);
/*   height: 180px; */
/*   width: 320px; */
  width: 100%;
  text-align: center;
}

.sidebar-button .vertical-center {
/*     background: rgba(106, 162, 82, .75); */
    height: 160px;
    text-align: center;
/*     padding: 0 30px; */
    /* background: #faa; */
}

.sidebar-button .vertical-center:before, .sidebar-button .vertical-center > * {
    display: inline-block;
    vertical-align: middle;
}

.sidebar-button .vertical-center:before {
    height: 100%;
    content: '';
}

.top {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  line-height: 18px;
}

.bottom {
  text-transform: none;
  font-size: 24px;
  margin: 0;
  line-height: 32px;
}

.sidebar-button a.button:hover {
  background: rgba(13, 82, 163, .75);
}

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


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

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

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

.home .wrap {
	margin: 0 auto;
	max-width: 100%;
}

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

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

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

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

.home .content-sidebar-wrap {
  display: none;
}

.home-featured {
/* 	margin-bottom: 60px; */
	padding: 0 0 20px;
}

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

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

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

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4,
.home-featured-6,
.home-featured-7 {
	float: left;
	text-align: center;
	width: 100%;
}


/* New & Noteable */

.home-featured-1 .widget-title {
  color: #1c2127;
  font-size: 46px;
  text-transform: none;
}

.new-noteable {
  width: 100%;
  max-width: 380px;
  min-height: 220px;
  padding: 25px;
  text-align: left;
  text-transform: uppercase;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: 50%!important;
  margin: 0 auto 10px;
}

.one-third.featured:nth-of-type(4n+1) {
  clear: both;
	margin-left: 0;
}

a .new-noteable {
  color: #FFF;
}

a .new-noteable:hover {
  opacity: .75;
}

.new-noteable p,
.new-noteable p:last-child {
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  margin-bottom: 0!important;
}

.new-w-desc {
  background: rgba(106,162,82,.7);
  padding: 18px;
  max-height: 170px;
  height: 100%;
}

.new-no-desc {
  background: rgba(106,162,82,.7);
  padding: 18px;
  width: auto;
  float: left;
}

/* MEMBERSHIP & DIRECTORY */

.home-featured-2 {
  margin: 70px 0;
}

.home-featured-2 .widget-title {
  color: #0d52a3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

.home-featured-2 .button {
  display: grid;
  clear: both;
  margin: 25px auto 0;
}

/* Resources */

.home-featured-3 {
  background: #0d52a3 url(images/arrows-light.png) left top no-repeat;
  color: #1c2127;
  width: 100%;
  float: left;
  padding: 55px 0;
  background-size: cover;
}

.home-featured-3 .widget-title {
    color: #FFFFFF;
    font-size: 46px;
    text-transform: none;
}

.home-featured-3 ul li {
  display: inline-block;
  margin: 0 40px 20px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
}

.home-featured-3 ul li .resource-icon {
  background: #FFF;
  border: 5px solid #9eb0c2;
  width: 130px;
  height: 130px;
  border-radius: 65px;
  margin: 0 0 10px;
}

.home-featured-3 ul li .resource-icon:hover {
  background: #9eb0c2;
  border: 5px solid #9eb0c2;
}


.home-featured-3 ul li a {
  color: #FFF;
  text-decoration: none;
}

.home-featured-3 ul li img {
  display: block;
  margin: 32px auto;
}

.home-featured-3 .one-half {
  background: #FFF;
  margin-top: 30px;
}

.home-featured-3 .one-half:nth-of-type(2n+1) {
  clear: both;
	margin-left: 0;
}

.home-featured-3 .guide-home {
  float: left;
  padding: 20px;
  width: 100%;
  text-align: left;
  border: 2px solid #e4e7ea;
  max-height: 185px;
}

.home-featured-3 .guide-home .one-half {
  margin-top: 0;
  margin-bottom: 0;
}

.guide-home img {
  max-width: 220px;
}

.guide-home p,
.guide-home p:last-child {
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  padding: 0;
}

.resource-type {
  color: #0d52a3;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
}

p.resource-type {
  margin-bottom: 0!important;
}

h2.resource-title {
  line-height: 30px;
}

.resource-title a {
  color: #1c2127;
  font-size: 23px;
  line-height: 30px;
}

.resource-title a:hover {
  color: #0d52a3;
}


/* Featured On: */

.home-featured-4 {
    margin: 70px 0 0;
}
  
.home-featured-4 .widget-title {
      float: left;
    width: 120px;
    text-align: justify;
    margin: 15px 0 0;
  color: #0d52a3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

.home-featured-4 ul {
  padding: 15px 0 0;
}

.home-featured-4 ul li {
display: inline;
}

.home-featured-4 ul li img {
  height: 60px;
}

/* Conference / Awards */

.home-featured-5 {
  margin: 0 auto;
  max-width: 1140px;
  text-align: center;
	width: 100%;
}

.home-featured-5 .featured-wrap {
  background: #e9ede7;
  padding: 60px;
  margin: 70px auto 0;
  max-width: 1300px;
  float: left;
}

.home-featured-5 .widget-title {
  color: #0d52a3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

.home-featured-5 .button {
  display: grid;
  clear: both;
  margin: 25px auto 0;
}

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

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

.site-tagline {
	background-color: #0b478e;
/* 	border-bottom: 1px solid #eee; */
	margin-top: 60px;
	padding: 40px 0 0;
}

.site-tagline p {
	margin: 0;
}

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

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

/* Top Posts */

.home-featured-6,
.home-featured-7 {
  margin: 70px 0 0;
  float: left;
  width: 100%;
}
  
.home-featured-6 .widget-title,
.home-featured-7 .widget-title {
  color: #1c2127;
  font-weight: 700;
  font-size: 45px;
  text-align: left;
  text-transform: none!important;
  width: 100%; 
  border-bottom: 1px solid #1c2127; 
  line-height: 0.3em;
  margin: 10px 0 40px; 
}

.home-featured-6 .widget-title span,
.home-featured-7 .widget-title span {
  background:#fff; 
  padding:0 10px;
}

/* .ad-1 .widget-2 {
  display: none;
}

.ad-2 .widget-1 {
  display: none;
} */

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

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

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

/* Soliloquy Styles */

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  background: transparent!important;
  font-size: 28px!important;
  line-height: 80px!important;
  display: block;
  color: #fff;
  text-shadow: none!important;
  text-align: center;
  padding: 10px;
  max-width: 1000px;
  margin: 0 auto;
  text-transform: uppercase;
}

.soliloquy-container .soliloquy-caption {
  top: 30%!important;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1 {
  color: #FFF;
  font-size: 70px;
}

.home-hero-cta {
  margin: -65px 0 0;
  z-index: 999;
  position: relative;
  text-align: center;
}

.home-hero-cta .button {
  display: inline-block;
  padding: 20px 110px;
  border: 1px solid #FFF;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.home-hero-cta .button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #6aa252;
}

.internal-header {
  float: left;
  width: 100%;
/*   height: 300px; */
  margin: 127px auto 0;
  text-align: center;
  background: url(images/internal-header.jpg) no-repeat;
  background-position: 50%;
  background-size: cover;
  color: #FFF;
  padding: 40px 20px 30px;
/*   padding: 75px 0; */
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
}

.page-template-page_landing .internal-header {
  margin: 0 auto;
}

.internal-header .post-type {
  margin: 0 0 3px;
}

/* .elementor-page .internal-header, */
/* .elementor-default .internal-header {
  display:none;
} */

/* .elementor-page .site-inner, */
.elementor-default .site-inner {
  margin-top: 125px;
}
  
.internal-header .post-title {
  font-size: 25px;
  line-height: 22px;
  color: #E4E7EA;
  text-transform: none;
}


/* Guide Shortcode */

.guide-large {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  padding: 0 80px;
  margin-bottom: 40px;
}

.guide-large:nth-of-type(2n+1) {
  clear: both;
  margin: 0;
}

.guide-large .featured-img,
.guide-large .resource-title {
  margin: 0 0 10px;
}

.guide-large .featured-img {
  max-width: 340px;
  height: auto;
  margin: 0 auto 15px;
}

.guide-large .resource-type {
  margin: 0;
}

/* Resource Shortcode */

.guide-resource {
  float: left;
  width: 100%;
  margin: 30px 0;
  padding: 40px 40px 0;
  border-top: 1px solid #CCC;
}

.guide-resource .button {
  float: right;
  margin: 0;
}

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

/* Content */

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

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

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


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

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

.avatar {
	float: left;
}

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

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

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

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

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

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

.sticky {
}

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

.gallery-caption {
}

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

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 40px;
}

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

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

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

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

.author-box-title {
	color: #333;
  font-family: "lato";
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

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

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

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

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

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

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


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

/* .entry-header {
  display: none;
} */

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

.search .entry-title {
  display: block;
}

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

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

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

.entry-title a:hover {
	color: #0d52a3;
}

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

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

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

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

/* Custom Posts Page */

.attachment-resource-featured {
 margin: 0 auto 30px;   
}

.search .attachment-resource-featured {
  display: none;
}

.single-post .entry-header,
.single-cmf_haloawards .entry-header {
  display: none;
}

.speaker-section {
  border: 1px solid #9eb0c2;
  padding: 30px;
  margin: 30px 0;
  float: left;
}

.speaker-section .img-wrap {
  float: left;
  width: 200px;
}

.speaker-section img {
  max-width: 180px;
  border-radius: 90px;
}

.speaker-section .wrap-content {
  float: left;
  width: 100%;
  max-width: 410px;
  margin: 0 0 0 20px;
  font-size: 16px;
  color: #1c2127;
}

.speaker-name {
  color: #0d52a3;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 20px;
}

.speaker-title {
  color: #0d52a3;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.multi-speaker {
  float: left;
  width: 100%;
  margin: 40px 0 0;
  border-top: 1px solid #9eb0c2;
  padding: 40px 0 0;
}

.search .speaker-section,
.search .podcast-embed,
.search .subscribe-section,
.search .register-section,
.search .entry-footer {
  display: none;
}

.podcast-embed {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.subscribe-section {
  text-align: center;
  margin: 30px 0;
  font-size: 18px;
  float: left;
}

.subscribe-section .button {
  display: inline-block;
  margin: 15px 5px 0;
}

.register-section {
  text-align: center;
  margin: 30px 0;
  font-size: 18px;
  background: #e9ede7;
  padding: 50px;
  float: left;
  width: 100%;
}

.register-section .button {
  display: inline-block;
  margin: 15px 5px 0;
}

.register-section .single.button {
  display: table;
  margin: 15px auto 0;
}

.entry-footer {
  float: left;
  border-bottom: 1px solid #6aa252;
  width: 100%;
  margin: 30px 0;
}


/* Facet Styles */

.facetwp-dropdown {
  float: left;
  margin: 0px 0 10px;
  height: 45px;
  border-radius: 0!important;
  border-bottom-left-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
  border-top-left-radius: 0px!important;
  border-top-right-radius: 0px!important;
}

.facet-filters {
  float: left;
  width: 100%;
  margin: 40px 0 50px;
}

.facet-filters-wrap {
 max-width: 990px;
 margin: 0 auto;
}

.facetwp-facet {
  margin-bottom: 0!important;
}

.parent-pageid-134 .facet-filters-wrap,
.page-id-148 .facet-filters-wrap,
.parent-pageid-148 .facet-filters-wrap {
  max-width: 660px;
  margin: 0 auto;
}

.page-id-140 .facet-filters-wrap {
  max-width: 990px;
  margin: 0 auto;
}

.facetwp-btn {
    top: 3px!important;
    right: 30px!important;
}

.cmf_resource {
  margin: 0 0 30px;
  text-align: center;
}

.cmf_resource a,
.cmf_resource p {
  float: left;
  width: 100%;
  max-width: 380px;
}

.cmf_resource.one-third:nth-of-type(3n+1) {
  clear: both;
	margin-left: 0;
}

.cmf_resource .featured-img {
  margin: 0 0 25px;
  float: left;
}

.cmf_resource .featured-img img {
  max-width: 350px;
}

.cmf_resource .imghover {
/*   background-image: url(images/resource-hover.png); */
  width: 340px;
  height: 190px;
  z-index: 9999;
  position: absolute;
  margin: 10px;
  background-size: 97%;
  background-repeat: no-repeat;
}

.cmf_resource .imghover:hover {
  background-image: url(images/resource-hover.png);
  max-width: 340px;
  width: 100%;
  height: 190px;
  z-index: 9999;
  position: absolute;
  margin: 10px;
  background-size: 97%;
  background-repeat: no-repeat;
}

.cmf_resource h4 {
  text-align: center;
  margin: 10px 0 5px;
  width: 100%;
    float: left;
  font-size: 15px;
}

.cmf_resource h4.upcoming {
  color: #6aa252;
}

.cmf_resource .info-title {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
      float: left;
    width: 100%;
    margin: 0 0 15px;
}

.cmf_resource p a {
  color: #1c2127;
}

.cmf_halo {
  float: left;
    width: 100%;
    margin: 0 0 30px;
  text-align: left;
}

.cmf_halo .award-level {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.cmf_halo .info-title {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.cmf_halo .level {
  font-size: 15px;
    background: #e9ede7;
    color: #1c2127;
    padding: 5px 10px;
    width: auto;
    float: left;
    margin: 10px 0;
}

.cmf_halo .award-sub {
      margin: 0;
    font-weight: bold;
}

.cmf_halo .two-thirds p {
  margin: 0;
}

.cmf_halo .halo-btn {
      float: right;
    margin: 0;
}

.facetwp-pager {
      display: flex;
    justify-content: center;
    width: 100%;
}

.facetwp-pager-label {
  display: none!important;
}

.facetwp-page {
    padding: 2px 10px!important;
    background: #0d52a3!important;
    color: #FFF!important;
}

.facetwp-page.active {
    background: #6aa252!important;
}

/* Pricing Tables */

.rpt_style_basic .rpt_plan .rpt_title {
  border-bottom: 0!important;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0!important;
  background: #6aa252!important;
  font-size: 20px!important;
  -webkit-border-top-left-radius: 0!important;
  -webkit-border-top-right-radius: 0!important;
  -moz-border-radius-topleft: 0!important;
  -moz-border-radius-topright: 0!important;
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important;
}

.rpt_style_basic .rpt_plan .rpt_head {
    border-top: 0!important;
    background: #e9ede7!important;
}

.rpt_plan .rpt_head .rpt_price {
  padding: 20px 10px!important;
  font-size: 60px!important;
  line-height: 80px!important;
  color: #1c2127!important;
  text-shadow: 0px 0px 0px!important;
  border-bottom: 1px solid #6aa252;
}

.rpt_style_basic .rpt_plan .rpt_features {
      background: #e9ede7!important;
}

.rpt_style_basic .rpt_plan .rpt_features .rpt_feature {
    padding: 10px 15px!important;
    border-bottom: 1px dotted #1c2127!important;
}

.rpt_style_basic .rpt_plan .rpt_foot {
  background: #6aa252!important;
  
}

/* Accordion Styles */

.accordion-title {
    background: #e9ede7;
    padding: 10px 15px;
    color: #0d52a3;
/*     text-transform: uppercase; */
    font-weight: 700;
    font-size: 20px;
}

.accordion-content {
  padding: 0 15px;
}

/* JOBS */

.job_filters .job_types li {
    list-style-type: none!important;
}

.job-manager-form fieldset:nth-of-type(1) {
  display: none;
}


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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	padding: 0 0 24px;
}

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

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

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


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

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

.enews-widget {
	color: #999;
}

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

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

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

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

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

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

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

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

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

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

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

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

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

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

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #0d52a3;
	left: 0;
	letter-spacing: 1px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
  padding: 20px 0 0;
}

.site-header .wrap {
  max-width: 100%;
  padding: 0 40px;
}

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

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

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

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

.site-title {
  font-family: "lato";
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

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

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

/* Full width header, no widgets */

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

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

/* Custom header */

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

.header-image .site-title a {
	height: 65px;
  display: block;
  text-indent: -9999px;
  max-width: 225px;
  background-size: 100%!important;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 850px;
}

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

.header-widget-area .widget-1,
.header-widget-area .widget-2 {
  float: right;
  margin-left: 2px;
}

.header-widget-area .widget-2 {
  width: 170px;
  text-align: right;
  margin-top: 1px;
}

#trigger-overlay {
  font-size: 14px;
  background-color: #0d52a3;
  border-radius: 18px;
  color: #ffffff !important;
  border: 0px #ffffff solid !important;
  padding: 4px 9px 7px;
}

a#trigger-overlay fa {
    display: inline!important;
}

#trigger-overlay:hover {
  background: #6aa252;
}

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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
  font-family: "lato";
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 14px;
	padding: 20px 15px;
	position: relative;
  border-bottom: 3px solid transparent;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #0d52a3;
  border-bottom: 3px solid #0d52a3;
}

.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0d52a3;
  border-bottom: 1px solid #eee;
}

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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


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

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

.entry {
	margin-bottom: 40px;
}

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

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

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

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

.entry-content 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 p + ul {
  margin-top: -20px;
}

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

.entry-meta {
  font-family: "lato";
	font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #6aa252;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
  font-family: "lato";
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

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

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

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

.entry-comments h3,
.comment-respond h3 {
  font-weight: 400;
}

.comment-content {
	clear: both;
}

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

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

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

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

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

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

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

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

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

.bypostauthor {
}


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

.sidebar {
	float: right;
/* 	margin-top: 10px; */
	width: 360px;
}

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

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

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

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

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
  font-family: "lato";
  margin: 0 5px 5px 0;
	padding: 5px 10px;
}

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

/* Floating Footer */

.floating-footer {
  float: left;
/*   position: fixed; */
/*   bottom: 0; */
  z-index: 99998;
  background: rgba(233, 237, 231, .8);
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}

.floating-footer.scrolling{
  position: fixed;
  bottom: 0;
}

.floating-footer.fixed{
  position: relative;
  bottom: 0;
}

.floating-footer .wrap {
  max-width: 100%;
  padding: 0 15px;
}

.floating-footer span {
  float: left;
  margin: 2px 10px 0 0;
  text-transform: uppercase;
  font-weight: bold;
}

.floating-footer span.non-mobile {
  font-weight: normal;
  margin: 0;
}

.floating-footer .button {
  display: inline;
  margin: 0 10px 0 0;
  float: left;
  font-size: 15px;
  padding: 5px 15px;
}

.floating-footer .button.newsletter {
  float: right;
}

.floating-footer .stick {
	position:fixed;
	top:0px;
}

.floating-footer .mobile,
.single-job_listing .floating-footer {
  display: none;
}

/* Job Listings */

.single-job_listing .entry-header,
.single-job_listing .attachment-resource-featured {
  display: none;
}

.single_job_listing .meta .full-time {
  background: #6aa252!important;
}

.single-job_listing .entry-content ul.job-listing-meta > li {
  list-style-type: none;
}

.single_job_listing .company {
    border-left: none!important;
  border-right: none!important;
    border-bottom: 1px solid #eee!important;
    border-top: 1px solid #eee!important;
    padding: 10px 0!important;
    min-height: 0!important;
    box-shadow: none!important;
    float: left!important;
    width: 100%!important;
}

.single_job_listing .company img {
/*     max-width: 130px!important; */
/*     height: auto!important; */
/*     width: 100%!important; */
    box-shadow: none!important;
    position: relative!important;
    left: 0!important;
}

.single_job_listing .company .name {
    margin: 12px 0 0 0px!important;
    float: left!important;
}

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

.pre-footer {
  background: #e4e7ea url(images/arrows.png) left top no-repeat;
  color: #1c2127;
  width: 100%;
  float: left;
  padding: 55px 0;
  background-size: 100%;
}

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

.pre-footer ul {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
 }

.pre-footer .widget-1 .widget-title {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 200;
}

.pre-footer .widget-2 .widget-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}

.footer-widgets {
	color: #FFF;
  background: #0c1e35;
	clear: both;
}

.footer-widgets .wrap {
  padding: 20px 0;
  max-width: 1140px;
  margin: 0 auto;
}

.footer-widgets-1 {
  width: 100%;
	float: left;
}

.footer-widgets .widget-2 {
  text-align: left;
  font-size: 15px;
  margin-top: 10px;
}

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

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

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

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

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


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

.site-footer {
	display: none;
}

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

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

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

.site-footer p {
  font-family: "lato";
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
} */


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

@media only screen and (max-width: 1300px) {
  
/*   .home-hero-cta {
    margin: -50px 0 0;   
  } */
  
}

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

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
/* 		width: 620px; */
	}
  
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1 {
    font-size: 60px;
  }
  
  .soliloquy-container .soliloquy-caption {
    top: 30%!important;
  }

	.content {
		width: 580px;
	}

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

}


@media only screen and (max-width: 1159px) {
  
  .internal-header {
    margin: 203px auto 0;
  }
  
}

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

	.wrap {
		max-width: 768px;
	}

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

	.site-header {
		position: static;
	}

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

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

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

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

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

	.site-tagline {
		margin-top: 0;
		padding: 0;
	}
  
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1 {
    font-size: 60px;
  }
  
  .soliloquy-container .soliloquy-caption {
    top: 20%!important;
}
  
  .new-noteable p, .new-noteable p:last-child {
    font-size: 14px;
  }
  
  .new-w-desc {
    padding: 15px;
  }

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

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

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

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

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

	.site-footer {
		padding: 40px 0;
	}
  
  .internal-header {
    margin: 0 auto;
  }
  
  .cmf_resource .featured-img img {
    max-width: 300px;
  }
  
  .cmf_resource .imghover,
  .cmf_resource .imghover:hover {
    width: 280px;
    height: 155px;
  }
  
  .pre-footer {
    padding: 35px 20px;
  }

}

@media only screen and (max-width: 900px) {
  
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1 {
    font-size: 50px;
  }
  
  .soliloquy-container .soliloquy-caption {
    padding: 0 5%!important;
  }
  
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    font-size: 25px!important;
    line-height: 60px!important;
  }
  
  .new-w-desc {
    max-height: 100%!important;
  }
  
  .pre-footer .wrap {
    padding: 0 5%;
  }
  
}

@media only screen and (max-width: 850px) {
  
  .floating-footer .mobile {
  display: block;
    margin: 0;
  }
  
  .floating-footer .non-mobile {
    display: none;
  }
  
  .floating-footer .button {
    padding: 2px 10px;
    font-size: 14px;
  }
  
}


@media only screen and (max-width: 800px) {
  
  .cmf_resource a {
    max-width: 100%;
  }
  
  .guide-home .one-half {
    width: 48.717948717948715%;
  }
  
  .floating-footer .two-thirds {
    width: 63.2478632479%;
  }
  
  .floating-footer .one-third {
    width: 31.6239316239%;
}
  
  .home-featured-5 .featured-wrap {
    padding: 60px 20px;
  }
  
  .center-buttons {
    display: block;
  }
  
  .cmf_resource a, .cmf_resource p {
    max-width: 100%;
  }
  
   .pre-footer {
    padding: 30px 0;
  }
  
  .pre-footer .widget-1 {
    margin-bottom: 30px;
  }

  
}

@media only screen and (max-width: 780px) {
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1 {
      font-size: 40px;
  }
  
  .home-featured-2 .widget-even {
    margin-top: 30px;
  }
  
  .home-featured-3 {
  background: #0d52a3 url(images/arrows.png) left top;
  background-size: 100%;
  }
  
}
  
@media only screen and (max-width: 768px) {

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

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

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

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

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

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
    width: 100%;
    float: left;
	}

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

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

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
  
  
  
  .home-featured-5 .widget-even {
    margin: 30px 0 0;
  }
  
  .home-hero-cta .button {
    padding: 20px 40px;
  }
  
  .home-featured-3 .guide-home .one-half.first {
    margin-right: 10px;
  }

}

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

.soliloquy-container .soliloquy-caption {
    top: 15%!important;
}
  
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1 {
    font-size: 34px;
}


}

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

	.home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}
  
  .soliloquy-container .soliloquy-caption {
    display: block!important;
  }

}

@media only screen and (max-width: 530px) {
  
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1 {
    font-size: 20px;
  }
  
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    font-size: 15px!important;
    line-height: 40px!important;
}
  
}

@media only screen and (max-width: 450px) {
  .home-hero-cta .button {
    padding: 10px 20px;
    font-size: 16px;
}
  
  .guide-home .one-half {
    width: 100%;
}
  
  .home-featured-3 .guide-home {
    max-height: 245px;
}
  
}


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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
  
  .home-featured-2 {
    margin: 30px 0;
  }
  
  .home-featured-2 .widget-even {
    margin-top: 20px;
  }
  
  .home-featured-2 .widget-title {
    margin-bottom: 0;
  }
  
  .home-featured-3 {
    padding: 30px 0;
  }
  
  .home-featured-3 .widget-title {
    font-size: 36px;
  }
  
  .home-featured-3 ul li img {
    width: 50%;
  }
  
  .home-featured-3 ul li .resource-icon {
    width: 120px;
    height: 120px;
  }
  
  .home-featured-3 ul li {
    margin: 0 5px 20px;
  }
  
  .home-featured-4 {
    margin: 30px 0 0;
  }
  
  .home-featured-4 .widget-title {
    width: 100%;
    text-align: center;
    margin: 0px 0 20px;
  }
  
  .home-featured-5 .featured-wrap {
    padding: 40px 20px;
    margin: 20px 0 0;
  }
  
  .home-featured-5 .widget {
    padding: 0;
  }
  
  .home-featured-6 .widget-title, .home-featured-7 .widget-title {
    font-size: 35px;
    text-align: center;
  }
  
  .cmf_resource .featured-img img {
    max-width: 280px;
  }
  
  .cmf_resource .imghover:hover {
    max-width: 270px;
  }
  
  .pre-footer .widget-1 .widget-title {
    font-size: 30px;
  }
  
  .header-widget-area .widget-1 {
    max-width: 130px;
    margin: 0 auto;
    float: none;
  }
  
  
  .header-widget-area .widget-2 {
    float: none;
    margin-left: 0;
    text-align: center;
        width: 100%;
    margin-bottom: 25px;
  }
  
  .home-hero-cta {
    margin: 0;
  }
  
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1 {
    font-size: 18px;
  }
  
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    font-size: 13px!important;
  }
  
  .home-featured-1 .widget-title {
    font-size: 25px;
  }
  
}