@charset 'utf-8';
/* Variables
-------------------------------------------------------------------- */
/**
 * Colors
 */
/* taken from hero bg image gradient */
/**
 * Type Faces & Weights
 */
/**
 * Layout & Structure
 */
/* CSTI
-------------------------------------------------------------------- */
/* break points */
/* text */
/* links */
/* colors */
/*
	Theme Name: Genesis Sample
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: genesis-sample
*/
/* # 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
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/
/* # 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;
}
/* ## 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 */
}
/* Chrome fix */
body > div {
  font-size: 20px;
  font-size: 2rem;
}
body {
  background-color: #fff;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  /* base font size */
  /* font-size: 2rem; */
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  /* line-height: 1.625; */
  line-height: normal;
  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: #c3251d;
  text-decoration: underline;
}
a:focus, a:hover {
  color: #333;
  text-decoration: none;
}
p {
  margin: 0 0 28px;
  padding: 0;
}
ol, ul {
  margin: 0;
  padding: 0;
}
hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 1em 0;
}
b, strong {
  font-weight: 600;
}
blockquote, cite, em, i {
  font-style: italic;
}
mark {
  background: #ddd;
  color: #000;
}
/*
blockquote {
	margin: 40px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
*/
/* ## Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}
h1 {
  font-size: 36px;
  /* font-size: 3.6rem; */
}
h2 {
  font-size: 30px;
  /* font-size: 3rem; */
}
h3 {
  font-size: 24px;
  /* font-size: 2.4rem; */
}
h4 {
  font-size: 20px;
  /* font-size: 2rem; */
}
h5 {
  font-size: 18px;
  /* font-size: 1.8rem; */
}
h6 {
  font-size: 16px;
  /* font-size: 1.6rem; */
}
/* ## 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:focus, .gallery img:hover {
  border: 1px solid #999;
}
/* ## Forms
--------------------------------------------- */
input, select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  /* font-size: 1.8rem; */
  font-weight: 400;
  padding: 16px;
  width: 100%;
}
input:focus, textarea:focus {
  border: 1px solid #999;
  outline: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
  width: auto;
}
::-moz-placeholder {
  color: #333;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #333;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  /* font-size: 1.6rem; */
  font-weight: 600;
  padding: 16px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}
button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .button:focus, .button:hover {
  background-color: #c3251d;
  color: #fff;
}
.entry-content .button:focus, .entry-content .button:hover {
  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-all;
}
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-shortcut, .screen-reader-text, .screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus, .screen-reader-shortcut:focus, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 600;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.more-link {
  position: relative;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner, .wrap {
  margin: 0 auto;
  max-width: 1280px;
}
.site-inner {
  clear: both;
  padding-top: 40px;
  word-wrap: break-word;
}
.landing-page .site-inner {
  max-width: 800px;
}
/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  width: 1060px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}
/* ### Content */
.content {
  /* float: right; */
  width: 880px;
}
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
  float: left;
}
.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
  width: 660px;
}
.full-width-content .content {
  width: 100%;
}
/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
  float: left;
}
/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}
/* ## 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.5641025641%;
}
.one-half, .three-sixths, .two-fourths {
  width: 48.7179487179%;
}
.one-third, .two-sixths {
  width: 31.6239316239%;
}
.four-sixths, .two-thirds {
  width: 65.811965812%;
}
.one-fourth {
  width: 23.0769230769%;
}
.three-fourths {
  width: 74.358974359%;
}
.one-sixth {
  width: 14.5299145299%;
}
.five-sixths {
  width: 82.905982906%;
}
.first {
  clear: both;
  margin-left: 0;
}
/* # 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 {
  background-color: #fff;
  font-size: 16px;
  /* font-size: 1.6rem; */
  margin-bottom: 1px;
  padding: 12px 30px;
}
.after-entry, .archive-description, .author-box {
  background-color: #fff;
  font-size: 18px;
  /* font-size: 1.8rem; */
  margin-bottom: 40px;
  padding: 60px;
}
.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: 20px;
  /* font-size: 2rem; */
}
.entry-title {
  font-size: 36px;
  /* font-size: 3.6rem; */
}
.entry-title a, .sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}
.entry-title a:focus, .entry-title a:hover {
  color: #c3251d;
}
.widget-title {
  font-size: 18px;
  /* font-size: 1.8rem; */
  margin-bottom: 20px;
}
/* ## 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;
}
.gallery-caption, .wp-caption-text {
  font-size: 14px;
  /* 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: 10px;
  padding-bottom: 10px;
}
.widget ul > li:last-of-type {
  padding-bottom: 0;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td, .widget_calendar th {
  text-align: center;
}
/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  background: none;
  padding: 0;
}
.featured-content .entry:last-of-type {
  margin-bottom: 0;
}
.featured-content .entry-title {
  font-size: 20px;
  /* font-size: 2rem; */
}
/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget, .sidebar .enews-widget .widget-title {
  color: #fff;
}
.sidebar .widget.enews-widget {
  background-color: #333;
}
.sidebar .enews-widget input, .sidebar .enews-widget input:focus {
  border: 1px solid #333;
}
.sidebar .enews-widget input[type="submit"] {
  background-color: #c3251d;
  color: #fff;
}
.sidebar .enews-widget input[type="submit"]:focus, .sidebar .enews-widget input[type="submit"]:hover {
  background-color: #fff;
  color: #333;
}
.enews-widget input {
  font-size: 16px;
  /* font-size: 1.6rem; */
  margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}
.enews form + p {
  margin-top: 24px;
}
/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}
/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}
/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
}
.site-header > .wrap {
  padding: 20px 0;
}
/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  width: auto;
  padding: 18px 0;
  /*
    padding: 10px 0;
	width: 300px;
    */
}
.header-image .title-area {
  margin: 0 auto;
  max-width: 300px;
  padding: 0;
}
.header-full-width .title-area {
  /*
	float: none;
	width: 100%;
    */
}
.site-title {
  font-size: 30px;
  /* font-size: 3rem; */
  font-weight: 600;
  line-height: 1.2;
}
.site-title a, .site-title a:focus, .site-title a:hover {
  color: #333;
  text-decoration: none;
}
.header-image .site-title > a {
  background-position: center !important;
  background-size: contain !important;
  float: left;
  min-height: 80px;
  width: 100%;
}
.site-description {
  font-size: 16px;
  /* font-size: 1.6rem; */
  font-weight: 400;
  line-height: 1.5;
}
.site-description, .site-title {
  margin-bottom: 0;
}
.header-image .site-description, .header-image .site-title {
  display: block;
  text-indent: -9999px;
}
/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  /* font-size: 1.6rem; */
  font-weight: 600;
  line-height: 1;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}
.genesis-nav-menu a {
  color: #333;
  display: block;
  padding: 32px 20px;
  text-decoration: none;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #c3251d;
  text-decoration: underline;
}
.genesis-nav-menu .sub-menu {
  border-top: 1px solid #eee;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 14px;
  /* font-size: 1.4rem; */
  padding: 20px;
  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 {
  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 {
  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;
}
.menu-toggle, .sub-menu-toggle {
  display: none;
  visibility: hidden;
}
/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}
/* ## After Header Navigation
--------------------------------------------- */
.nav-primary {
  /*
	background-color: #fff;
	border-top: 1px solid #eee;
    */
  float: right;
}
/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px;
}
.site-footer .genesis-nav-menu a {
  padding: 0 20px 10px;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  background-color: #fff;
  margin-bottom: 40px;
  /* padding: 70px 80px; */
}
.entry-content ol, .entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #333;
  color: #eee;
}
/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  /* font-size: 1.6rem; */
  margin-bottom: 0;
}
.entry-header .entry-meta {
  margin-bottom: 24px;
}
.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 24px;
}
.entry-categories, .entry-tags {
  display: block;
}
.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}
/* ## 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: 16px;
  /* font-size: 1.6rem; */
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
}
.archive-pagination a:focus, .archive-pagination a:hover, .archive-pagination .active a {
  background-color: #c3251d;
  color: #fff;
}
/* ## Comments
--------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
  background-color: #fff;
  font-size: 16px;
  /* font-size: 1.6rem; */
  margin-bottom: 40px;
}
.comment-respond, .entry-pings {
  padding: 60px 60px 32px;
}
.entry-comments {
  padding: 60px;
}
.comment-list li {
  padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
  padding-left: 0;
}
.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: 16px;
  /* font-size: 1.6rem; */
  margin-bottom: 40px;
}
.sidebar .widget {
  background-color: #fff;
  padding: 40px;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #fff;
  clear: both;
  font-size: 18px;
  /* font-size: 1.8rem; */
  padding: 60px 0;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
  width: 380px;
}
.footer-widgets-1 {
  margin-right: 70px;
}
.footer-widgets-1, .footer-widgets-2 {
  float: left;
}
.footer-widgets-3 {
  float: right;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 60px 0;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
/**
 * General Structure
 */
.site-inner {
  width: 100%;
  /* set main content to full-width */
  max-width: inherit;
  padding-top: 0;
  /* override default */
  /* margin-top: -30px; */
  /* adjust for hero bottom notch */
}
.wrap {
  margin: 0 auto;
  max-width: 970px;
}
.bg-accent {
  background-color: #F0F4F7;
}
.content {
  /* padding: 100px 0; */
  padding: 75px 0;
  /* VERIFY padding vs comp w/ Vanessa */
}
.content section .wrap {
  padding: 100px 0;
}
.content section:first-of-type .wrap {
  padding-top: 0;
  /* top padding from .content */
}
.content section:last-of-type .wrap {
  padding-bottom: 0;
  /* bottom padding from .content */
}
/**
 * Typography & Links
 */
h1, h2 {
  font-size: 49px;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}
h1 {
  color: #fff;
  margin-bottom: 30px;
}
h2 {
  color: #557A99;
  margin-bottom: 55px;
}
a {
  color: #6F6B95;
}
/**
 * Buttons
 */
a.btn {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid #fff;
  padding: 12px 30px;
  margin-right: 15px;
  box-shadow: 0 5px 20px 0 rgba(84, 56, 109, 0.2);
}
a.btn.white {
  color: #54386D;
  background-color: #fff;
}
a.btn.white.alt-border {
  border: 2px solid #54386D;
  padding: 18px 30px;
}
a.btn.clear {
  color: #fff;
}
a.btn.gradient {
  color: #fff;
  border: 0;
  padding: 15px 30px;
  background: linear-gradient(201.8deg, #6F6B95 0%, #54386D 100%);
  border: 1px solid rgba(0, 0, 0, 0);
}
a.btn.last-of-type {
  margin-right: 0;
}
.content a.btn {
  margin-top: 30px;
}
/**
 * Header & Navigation
 */
/**
 * Footers
 */
/* Pre-footers w/ widgets */
/* Partner logo footer (pre-footer-2) */
/* Primary site footer */
/**
 * Forms
 */
/* Contact form */
/* Newsletter signup form (global - pre-footer-1) */
/**
 * Post in Page content (homepage)
 */
.pip {
  display: inline-block;
  vertical-align: top;
}
.pip h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.pip a {
  text-decoration: none;
  font-weight: 600;
}
.pip img {
  display: block;
  margin: 0 auto 20px auto;
}
.pip .terms {
  color: #58595B;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
}
.pip .terms .term:after {
  display: inline-block;
  content: '·';
  padding: 0 0 0 5px;
  /* padding: 0 3px 0 5px; */
}
.pip .terms .term:last-of-type::after {
  content: none;
}
.pip.feat-resource {
  width: 21.19%;
  margin-right: 5%;
}
.pip.feat-resource img {
  max-height: 200px;
  /* constrain images by height */
  width: auto;
  border-radius: 5px;
  box-shadow: 0 5px 20px 0 rgba(84, 56, 109, 0.2);
}
.pip.feat-resource:last-of-type {
  margin-right: 0;
}
.pip.feat-event {
  width: 30%;
  margin: 0 5% 20px 0;
}
.pip.feat-event img {
  max-width: 280px;
  height: auto;
}
.pip.feat-event p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
}
.pip.feat-event p.event-date, .pip.feat-event p.event-time {
  color: #58595B;
}
.pip.feat-event p.event-time {
  margin-bottom: 20px;
}
.pip.feat-event:last-of-type {
  margin-right: 0;
}
/**
 * Slider - Common styles
 */
.slider {
  width: 100%;
  margin: 0 auto;
}
.slider:before {
  display: block;
  content: '';
  width: 32px;
  height: 26px;
  background: url('/wp-content/themes/genesis-sample/images/ui/ic-quote-blue.svg') no-repeat center center;
  background-size: 32px;
  margin: 0 auto 30px auto;
}
.slider blockquote {
  margin: 0;
  padding: 0;
  font-style: normal;
}
.slider blockquote cite {
  display: block;
  color: #58595B;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.slider blockquote p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  quotes: "“" "”" "‘" "’";
}
.slider blockquote p:before {
  content: open-quote;
}
.slider blockquote p:after {
  content: close-quote;
}
/**
 * Tools & Publications
 */
body.page-tools-publications .content {
  max-width: 960px;
  margin: 0 auto;
}
/* Resource filters & entries */
.resource-filters {
  width: 30%;
  float: left;
}
.resource-filters h3 {
  color: #58595B;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.resource-entries {
  width: 65%;
  float: right;
}
/* Resource items */
.resource-item {
  margin-bottom: 50px;
}
.resource-item h2 {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
}
.resource-item h2 a {
  font-weight: 600;
  text-decoration: none;
}
.resource-item h2 a b {
  font-size: 60%;
  vertical-align: baseline;
  text-transform: uppercase;
  position: relative;
  padding-left: 5px;
  top: -0.45em;
}
.resource-item .item-main {
  float: left;
  width: 75%;
}
.resource-item .meta {
  margin-bottom: 0;
}
.resource-item .meta span {
  display: inline-block;
  color: #58595B;
  font-size: 16px;
  line-height: 24px;
}
.resource-item img {
  float: right;
  max-width: 100px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 5px 20px 0 rgba(84, 56, 109, 0.2);
}
.resource-item .date::after, .resource-item .term::after {
  display: inline-block;
  content: '·';
}
.resource-item .date:after {
  padding-left: 5px;
}
.resource-item .term:after {
  padding: 0 0 0 5px;
}
.resource-item .term:last-of-type::after {
  content: none;
}
/* FacetWP UI elements */
.facetwp-counts, .facetwp-selections, .facetwp-checkbox, .facetwp-sort select, .facetwp-type-search input {
  font-size: 16px;
  line-height: 24px;
}
.facetwp-facet.facetwp-type-checkboxes {
  margin-bottom: 30px;
}
.facetwp-facet .facetwp-checkbox {
  color: #000;
  background: url('/wp-content/themes/genesis-sample/images/ui/checkbox-cst.png') 0 50% no-repeat;
  background-size: 14px 14px;
}
.facetwp-facet .facetwp-checkbox.checked {
  background-image: url('/wp-content/themes/genesis-sample/images/ui/checkbox-on-cst.png');
}
.facetwp-facet.facetwp-type-search {
  width: 82%;
  margin-bottom: 30px;
}
.facetwp-facet.facetwp-type-search .facetwp-search-wrap {
  display: block;
}
.facetwp-facet.facetwp-type-search .facetwp-btn {
  top: 0;
  right: -50px;
  opacity: 1;
}
.facetwp-facet.facetwp-type-search .facetwp-btn::before {
  width: 42px;
  height: 42px;
  background: url('/wp-content/themes/genesis-sample/images/ui/ic-search.svg') no-repeat;
  background-size: 42px 42px;
}
.facetwp-facet.facetwp-type-search .facetwp-btn.f-reset::before {
  background: url('/wp-content/themes/genesis-sample/images/ui/ic-search-close.svg') no-repeat center center;
  background-size: 25px 25px;
}
.facetwp-facet.facetwp-type-search input {
  height: 42px;
  padding: 10px 20px;
  border: 1px solid #6F6B95;
  border-radius: 30px;
}
.facetwp-facet.facetwp-type-search input::placeholder {
  color: #808285;
}
.facetwp-pager {
  width: 65%;
  float: right;
  clear: both;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.facetwp-pager a {
  font-weight: 600;
  text-decoration: none;
}
.result-sort-bar {
  width: 65%;
  float: right;
  margin-bottom: 25px;
}
.result-sort-bar .facetwp-counts {
  float: left;
  color: #58595B;
  /* margin-bottom: 30px; */
}
.result-sort-bar .facetwp-sort {
  float: right;
  max-width: 150px;
}
.result-sort-bar .facetwp-sort select {
  padding: 0;
}
.result-sort-bar .facetwp-selections {
  clear: both;
  width: 100%;
}
.result-sort-bar .facetwp-selections ul {
  padding-top: 30px;
}
.result-sort-bar .facetwp-selections .facetwp-selection-label {
  display: none;
}
.result-sort-bar .facetwp-selections .facetwp-selection-value {
  color: #fff;
  padding: 7px 30px 7px 15px;
  margin-bottom: 10px;
  border-radius: 30px;
  background-image: url('/wp-content/themes/genesis-sample/images/ui/icon-close-white.png');
  background-color: #6F6B95;
  background-position: right 10px center;
}
/* Single Resource detail */
body.single-resource .two-thirds {
  margin-left: 0;
}
body.single-resource h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-transform: none;
  margin-bottom: 20px;
}
body.single-resource h3 {
  color: #58595B;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
body.single-resource .resource-content p {
  line-height: 30px;
}
body.single-resource .resource-content ul {
  margin: 0 0 28px 30px;
}
body.single-resource .resource-content ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}
body.single-resource .resource-content ul li:last-child {
  margin-bottom: 0;
}
body.single-resource ul.resource-items {
  margin: 0;
}
body.single-resource ul.resource-items li {
  list-style-type: none;
  margin-bottom: 20;
}
body.single-resource ul.resource-items li:last-of-type {
  margin-bottom: 0;
}
body.single-resource ul.resource-items h4, body.single-resource ul.resource-items a {
  font-size: 20px;
  font-weight: 600;
}
body.single-resource ul.resource-items h4 {
  margin-bottom: 5px;
}
body.single-resource ul.resource-items a {
  text-decoration: none;
}
body.single-resource ul.resource-items a:after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background: url('/wp-content/themes/genesis-sample/images/ui/right-arrow.svg') no-repeat;
  background-size: 10px;
  margin-left: 5px;
}
body.single-resource .resource-meta {
  padding-left: 20%;
}
body.single-resource .resource-meta h4, body.single-resource .resource-meta p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
body.single-resource .resource-meta h4 {
  color: #58595B;
  margin-bottom: 5px;
}
body.single-resource .resource-meta p {
  color: #000;
  margin-bottom: 20px;
}
body.single-resource .resource-meta p.back a {
  font-weight: 600;
  text-decoration: none;
}
body.single-resource .resource-meta p.back a:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background: url('/wp-content/themes/genesis-sample/images/ui/left-arrow.svg') no-repeat;
  background-size: 10px;
  margin-right: 5px;
}
body.single-resource .resource-meta p.terms span {
  display: block;
}
body.single-resource .resource-meta img {
  max-width: 225px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 5px 20px 0 rgba(84, 56, 109, 0.2);
  margin-bottom: 20px;
}
/**
 * Search & 404 pages
 */
body.error404 .search-form, body.search .search-form {
  max-width: 400px;
  margin: 0 auto;
  overflow: visible;
}
body.error404 .search-form input[type=search], body.search .search-form input[type=search] {
  border: 1px solid #6F6B95;
  border-radius: 30px;
  background-color: #fff;
  width: 70%;
  height: 60px;
  padding: 12px 20px;
  margin-right: 3%;
}
body.error404 .search-form input[type=search]::placeholder, body.search .search-form input[type=search]::placeholder {
  color: #58595B;
  font-style: italic;
}
body.error404 .search-form input[type=submit], body.search .search-form input[type=submit] {
  border-radius: 30px;
  background: linear-gradient(201.8deg, #6F6B95 0%, #54386D 100%);
  box-shadow: 0 5px 10px 0 rgba(84, 56, 109, 0.3);
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0);
}
body.search-results .search-result {
  margin-bottom: 50px;
}
body.search-results .search-result h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: none;
  text-align: left;
  margin-bottom: 10px;
}
body.search-results .search-result h1 a {
  text-decoration: none;
}
body.search-results .search-result p {
  line-height: 30px;
}
body.search-results .search-result .readmore {
  font-weight: 600;
  text-decoration: none;
  padding-left: 5px;
}
body.search-results .pagination {
  text-align: center;
}
body.search-results .pagination a {
  font-weight: 600;
  text-decoration: none;
}
body.search-results .pagination .page-numbers {
  display: inline-block;
  margin: 0 10px 0 0;
}
body.search-results .search-form, body.search-no-results .search-form {
  margin-bottom: 50px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*
*
* ! This file has been customized for CST !
*
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/genesis-sample/images/ui/ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("/wp-content/themes/genesis-sample/fonts/slick-custom.eot");
  src: url("/wp-content/themes/genesis-sample/fonts/slick-custom.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/genesis-sample/fonts/slick-custom.woff") format("woff"), url("/wp-content/themes/genesis-sample/fonts/slick-custom.ttf") format("truetype"), url("/wp-content/themes/genesis-sample/fonts/slick-custom.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  /* line-height: 0px; */
  /* font-size: 0px; */
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: -22%;
  /* align w/ .slick-dots */
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 9999;
  /* place arrows above slick dots container */
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  color: #6F6B95;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 30%;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: 30%;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -22%;
  /* align w/ .slick-next & .slick-prev */
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #6F6B95;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #6F6B95;
  background-color: #6F6B95;
  border-radius: 10px;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
  /* General */
  /* Featured Posts (via Posts in Page plugin) */
  /* Footers */
  /* Events */
  /* Tools & Publications */
  /* Contact Us */
  /* ### Genesis Responsive Menus */
  .pip.feat-event img {
    max-width: 100%;
  }
  .pre-footer-1, .pre-footer-2 {
    padding: 50px 5%;
  }
  .pre-footer-1 .form-intro, .pre-footer-1 #mc_embed_signup {
    float: none;
    width: 100%;
  }
  .pre-footer-1 .form-intro {
    margin-bottom: 20px;
  }
  .pre-footer-1 form#mc-embedded-subscribe-form {
    text-align: center;
  }
  .site-footer {
    padding: 60px 5%;
  }
  body.page-events .event-entries .event-item .item-img img {
    max-width: 100%;
  }
  body.page-tools-publications .site-inner {
    padding: 0 5%;
  }
  body.page-tools-publications .resource-filters, body.page-tools-publications .result-sort-bar, body.page-tools-publications .resource-entries, body.page-tools-publications .facetwp-pager {
    float: none;
    width: 100%;
  }
  body.single-resource .site-inner {
    padding: 0 5%;
  }
  body.page-contact-us .site-inner {
    padding: 0 5%;
  }
  .site-inner, .wrap {
    /* max-width: 800px; */
  }
  .content, .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .genesis-responsive-menu .genesis-nav-menu .sub-menu, .genesis-responsive-menu .genesis-nav-menu .sub-menu a, .sidebar-content-sidebar .content, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-primary, .sidebar-secondary, .sidebar-sidebar-content .content, .sidebar-sidebar-content .content-sidebar-wrap, .site-header .widget-area, .title-area {
    width: 100%;
  }
  .site-header .wrap {
    /*
		padding-left: 5%;
		padding-right: 5%;
        */
    padding-left: 0;
    padding-right: 0;
  }
  .title-area {
    width: auto;
  }
  .genesis-nav-menu li, .header-image .title-area, .site-header ul.genesis-nav-menu, .site-header .search-form {
    float: none;
  }
  .header-image .title-area {
    float: left;
    width: 100%;
  }
  .genesis-nav-menu, .site-description, .site-header .title-area, .site-header .widget-area, .site-title {
    text-align: center;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  .genesis-responsive-menu .wrap {
    padding: 0;
  }
  .genesis-responsive-menu {
    display: none;
    position: relative;
  }
  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
  }
  .menu-toggle, .sub-menu-toggle {
    /* background-color: #fff; */
    background-color: transparent;
    border-width: 0;
    color: #fff;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }
  .menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
    /* background-color: #fff; */
    background-color: transparent;
    border-width: 0;
    /* color: #c3251d; */
  }
  .menu-toggle {
    width: auto;
    border-top: none;
    float: right;
    line-height: 22px;
    position: relative;
    margin-top: 16px;
    /* width: 100%; */
    z-index: 1000;
  }
  .menu-toggle, .menu-toggle:focus, .menu-toggle:hover {
    /* border-top: 1px solid #eee; */
    border-top: none;
  }
  .nav-primary {
    float: none;
    clear: both;
  }
  .menu-toggle::before {
    font-size: 1.5em;
    margin-right: 10px;
    text-rendering: auto;
  }
  .sub-menu-toggle {
    float: right;
    padding: 13px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .sub-menu .sub-menu-toggle {
    padding: 12px 10px;
  }
  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  .sub-menu-toggle.activated::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item:focus, .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    font-weight: 600;
    text-align: center;
    border: none;
    margin-bottom: 1px;
    padding: 15px 20px;
    width: 100%;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    border: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu, .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
    content: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .footer-widgets-1, .footer-widgets-2 {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 800px) {
  /* Technical Assistance */
  body.page-technical-assistance .case-study .desc, body.page-technical-assistance .case-study .testimonials {
    float: none;
    width: 100%;
  }
  body.page-technical-assistance .case-study .desc {
    margin-bottom: 30px;
    padding: 0;
  }
  body.page-technical-assistance .case-study .testimonials {
    padding: 10% 0 65px;
  }
}
@media only screen and (max-width: 640px) {
  /* Technical Assistance */
  /* Contact Us */
  body.page-technical-assistance .four-domains-ta .icon, body.page-technical-assistance .four-domains-ta .item {
    width: 100%;
  }
  body.page-technical-assistance .four-domains-ta .icon {
    text-align: center;
    margin-bottom: 20px;
  }
  body.page-contact-us .gform_wrapper.contact-form_wrapper .top_label li.field-fname, body.page-contact-us .gform_wrapper.contact-form_wrapper .top_label li.field-lname, body.page-contact-us .gform_wrapper.contact-form_wrapper .top_label li.field-email, body.page-contact-us .gform_wrapper.contact-form_wrapper .top_label li.field-role {
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  /* General */
  /* Footers */
  /* Technical Assistance */
  .site-header .hero-wrap {
    padding: 50px 0 75px;
  }
  .site-header .hero-content .copy {
    padding: 0;
    margin-bottom: 10px;
  }
  .site-header .hero-content .rel-links {
    padding-top: 10px;
  }
  .site-header .title-area .site-title a {
    width: 180px;
    height: 65px;
    background-size: 180px;
  }
  .site-header .menu-toggle {
    margin-top: 0;
    padding: 5px 0 5px 5px;
  }
  .content {
    padding: 50px 0;
  }
  .content section .wrap {
    padding: 50px 0;
  }
  #mc_embed_signup .email {
    margin-bottom: 20px;
  }
  .site-footer {
    padding: 50px 5% 20px 5%;
  }
  .pre-footer-2 .footer-logos li {
    width: 100%;
    margin-right: 0;
  }
  .pre-footer-2 .widget ul > li {
    margin-bottom: 15px;
  }
  body.page-technical-assistance .hero-wrap {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 480px) {
  /* General */
  /* Footers & Forms */
  /* Slider UI & Content */
  /* Slider UI */
  /* Home */
  /* About */
  /* Technical Assistance */
  /* Events */
  /* Tools & Publications */
  /* Contact Us */
  h1 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 -2% 35px -2%;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  a.btn {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
    margin-right: 0;
    padding: 12px 25px;
  }
  a.btn.gradient {
    padding: 15px 25px;
  }
  .menu-toggle::before {
    font-size: 1.25em;
    margin-right: 5px;
  }
  .site-header .hero-wrap {
    padding: 25px 0 50px 0;
  }
  .hero-content {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-content > p {
    padding: 0 3%;
  }
  .hero-content .copy {
    padding: 0;
  }
  .hero-content .rel-links a.btn {
    margin-bottom: 20px;
  }
  .hero-content .rel-links a.btn:last-of-type {
    margin-bottom: 0;
  }
  .content section .wrap {
    padding: 40px 0;
  }
  .content a.btn {
    margin-top: 20px;
  }
  .pip.feat-event h3, .pip.feat-event p, .pip.feat-resource h3, .pip.feat-resource p {
    font-size: 14px;
    line-height: 21px;
  }
  .pip.feat-event h3 {
    margin-bottom: 0;
  }
  .pre-footer-1 .form-intro h5, .pre-footer-1 .form-intro p, .pre-footer-1 #mc_embed_signup .email, .pre-footer-1 #mc_embed_signup .button {
    font-size: 14px;
    line-height: 21px;
  }
  .pre-footer-1 #mc_embed_signup .email, .pre-footer-1 #mc_embed_signup .button {
    height: 50px;
  }
  .pre-footer-1 .mc-field-group {
    width: 100%;
  }
  .slider .slick-prev {
    left: 25%;
  }
  .slider .slick-next {
    right: 25%;
  }
  .slider blockquote cite {
    font-size: 14px;
    line-height: 21px;
  }
  .slider blockquote p {
    font-size: 18px;
    line-height: 27px;
  }
  body.home .content section:first-child {
    padding-top: 35px;
  }
  body.home .four-domains .one-third img {
    max-width: 160px;
  }
  body.home .events .pip.feat-event img {
    margin-bottom: 15px;
  }
  body.page-about-us .content section:first-child {
    padding-top: 35px;
  }
  body.page-about-us .numbers h3 b {
    font-size: 28px;
    line-height: 34px;
  }
  body.page-about-us .mission p, body.page-about-us .who p, body.page-about-us .who .staff-list li, body.page-about-us .partners p {
    font-size: 16px;
    line-height: 24px;
  }
  body.page-about-us .partners h3 {
    font-size: 18px;
    line-height: 27px;
  }
  body.page-about-us .partners h3:not(:first-of-type) {
    margin-top: 30px;
  }
  body.page-about-us .who h3, body.page-about-us .who .director {
    font-size: 18px;
    line-height: 27px;
  }
  body.page-about-us .who .director.one-half {
    margin-bottom: 40px;
  }
  body.page-technical-assistance .content section:first-child {
    padding-top: 35px;
  }
  body.page-technical-assistance .four-domains-ta .item {
    font-size: 16px;
    line-height: 24px;
  }
  body.page-technical-assistance .four-domains-ta .item h3 {
    font-size: 18px;
  }
  body.page-technical-assistance .four-domains-ta ul.outer > li {
    margin-bottom: 30px;
  }
  body.page-technical-assistance .case-study .desc {
    font-size: 16px;
    line-height: 24px;
  }
  body.page-technical-assistance .case-studies-nav nav {
    padding-left: 5%;
  }
  body.page-technical-assistance .case-studies-nav a {
    font-size: 16px;
    line-height: 24px;
  }
  body.page-technical-assistance .rel-links h4 {
    font-size: 18px;
    line-height: 27px;
  }
  body.page-technical-assistance .rel-links a.btn.gradient {
    padding: 15px 30px;
  }
  body.page-technical-assistance .rel-links p {
    margin-bottom: 10px;
  }
  body.page-events .event-item {
    margin-bottom: 20px;
  }
  body.page-events .event-item h3 {
    font-size: 18px;
    line-height: 27px;
  }
  body.page-events .event-item .event-desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  body.page-events .event-item .event-date, body.page-events .event-item .event-time {
    font-size: 14px;
    line-height: 21px;
  }
  body.page-events .rel-links a.btn.gradient {
    padding: 15px 20px;
  }
  body.page-events .rel-links a.btn.white.alt-border {
    padding: 13px 20px;
  }
  body.page-tools-publications .content {
    padding-top: 35px;
  }
  body.page-tools-publications .resource-filters .facetwp-facet.facetwp-type-checkboxes {
    margin-bottom: 20px;
  }
  body.page-tools-publications .resource-item {
    margin-bottom: 30px;
  }
  body.page-tools-publications .resource-item h2 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 5px 0;
  }
  body.page-tools-publications .resource-item .meta span {
    font-size: 14px;
    line-height: 21px;
  }
  body.page-tools-publications .resource-item .item-main {
    width: 74%;
  }
  body.page-tools-publications .resource-item img {
    max-width: 85px;
  }
  body.page-tools-publications .result-sort-bar {
    margin-bottom: 20px;
  }
  body.page-tools-publications .result-sort-bar .facetwp-counts, body.page-tools-publications .result-sort-bar .facetwp-selections, body.page-tools-publications .result-sort-bar .facetwp-checkbox, body.page-tools-publications .result-sort-bar .facetwp-sort select {
    font-size: 14px;
    line-height: 21px;
  }
  body.page-tools-publications .result-sort-bar .facetwp-counts {
    line-height: 28px;
  }
  body.page-tools-publications .result-sort-bar .facewp-selections ul {
    padding-top: 15px;
  }
  body.page-tools-publications .facetwp-pager {
    font-size: 16px;
    line-height: 24px;
  }
  body.single-resource .content {
    padding-top: 35px;
  }
  body.single-resource h2 {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 25px 0;
  }
  body.single-resource .resource-meta {
    margin-top: 10px;
  }
  body.single-resource ul.resource-items a {
    font-size: 18px;
    line-height: 27px;
  }
  body.page-contact-us .content {
    padding-top: 35px;
  }
  body.page-contact-us h2 {
    margin: 0 0 25px 0;
  }
  body.page-contact-us .gform_wrapper.contact-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body.page-contact-us .gform_wrapper.contact-form_wrapper .top_label select.medium, body.page-contact-us .gform_wrapper.contact-form_wrapper .gform_wrapper.contact-form_wrapper .top_label textarea.large {
    padding: 15px;
  }
  body.page-contact-us .gform_wrapper.contact-form_wrapper input.medium, body.page-contact-us .gform_wrapper.contact-form_wrapper select.medium {
    height: 52px;
  }
  body.page-contact-us .contact-info {
    font-size: 18px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 400px) {
  /* Tools & Publications */
  /* Slider UI */
  body.page-tools-publications .resource-item .item-main {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  body.page-tools-publications img {
    float: none;
  }
  .slider .slick-prev {
    left: 20%;
  }
  .slider .slick-next {
    right: 20%;
  }
}
@media only screen and (max-width: 360px) {
  /* Tools & Publications */
  body.page-tools-publications .resource-filters .facetwp-checkbox {
    font-size: 14px;
    line-height: 21px;
  }
  body.page-tools-publications .result-sort-bar .facetwp-counts, body.page-tools-publications .result-sort-bar .facetwp-sort {
    float: none;
  }
}
@media only screen and (max-width: 440px) {
  .site-header .title-area {
    text-align: inherit;
  }
  .site-title {
    /* font-size: 1.7rem; */
  }
  .nav-primary {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .menu-toggle {
    /* margin-right: auto; margin-top: 10px; float: none; */
  }
}
/* # 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;
  }
}
/* MISC OVERRIDES - Gravity Forms */
@media only screen and (min-width: 641px) {
  .gform_wrapper.contact-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }
}
@media only screen and (max-width: 641px) {
  .gform_wrapper.contact-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: normal;
    min-height: inherit;
  }
}
/* Typography

Google Fonts
Montserrat: 200, 200i, 400, 400i, 600, 600i

-------------------------------------------------------------------- */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6B6B6B;
}
a {
  color: #716590;
  font-weight: 600;
  text-decoration: none;
}
a:hover, a:active {
  opacity: 0.75;
  color: #716590;
  font-weight: 600;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
h1, h1.entry-title {
  font-size: 48px;
  line-height: 72px;
  font-weight: 400;
  color: #6B6B6B;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 50px 0 0 0;
}
h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 200;
  color: #4D6F8B;
  letter-spacing: 1px;
  text-align: center;
  margin: 30px 0;
  padding: 0;
}
h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #6B6B6B;
  margin: 20px 0 5px 0;
  padding: 0;
}
p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6B6B6B;
  margin: 0 0 14px 0;
  padding: 0;
}
ul, .entry-content ul {
  margin: 30px 0 30px 30px;
  padding: 0;
}
ul li, .entry-content ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6B6B6B;
  margin: 0 0 8px 0;
  padding: 0;
}
ul li ul, .entry-content ul li ul {
  margin: 20px 0 20px 40px;
}
ol {
  margin: 10px 0 15px 30px;
  padding: 0;
}
ol li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6B6B6B;
  margin: 0 0 8px 0;
  padding: 0;
}
strong {
  font-weight: 700;
}
/* Mixins
-------------------------------------------------------------------- */
/* @include clearfix;
-------------------------------------------------------------------- */
/* --------------------------------------------------------------------

jjohns@wested.org overrides to what was originally CST ala Nick

-------------------------------------------------------------------- */
/* Layout
-------------------------------------------------------------------- */
body {
  overflow-x: hidden;
  background: #fff url("/wp-content/themes/genesis-sample/images/bg.png") repeat-x 0 0;
}
.wrap {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 0;
}
.genesis-skip-link li {
  margin: 0;
}
.widget {
  margin: 0;
  padding: 0;
}
.entry-header {
  display: none;
}
.content {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 0;
}
.site-inner {
  max-width: 970px;
  padding: 60px 20px;
}
/* Layout / Header & Nav
-------------------------------------------------------------------- */
.site-header {
  z-index: 999;
  position: relative;
  background-color: transparent;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.15);
  margin: 0;
  padding: 0;
  /* hiding default site logo */
  /* main nav */
  /* secondary nav */
}
.site-header .wrap {
  width: 100%;
  max-width: 970px;
  padding: 0 10px;
}
.site-header .title-area {
  display: none !important;
}
.site-header .header-widget-area {
  max-width: none;
  height: 30px;
  margin: 0;
  padding: 0;
  /* hide mobile logo at desktop */
}
.site-header .header-widget-area section:nth-child(2) {
  display: none;
}
.site-header .header-widget-area p {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: right;
  margin: 0;
  padding: 0;
}
.site-header .header-widget-area a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 6px 8px;
}
.site-header .header-widget-area a:last-child {
  padding-right: 0;
}
.site-header .nav-primary {
  max-width: none;
  float: none;
  margin: 0;
  padding: 0;
}
.site-header .nav-primary ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
.site-header .nav-primary ul li {
  margin: 0;
  padding: 55px 0 0 0;
  /* site logo */
  /* hide at desktop */
  /* dropdown */
}
.site-header .nav-primary ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #242B48;
  text-decoration: none;
  margin: 0;
  padding: 0 10px;
}
.site-header .nav-primary ul li:last-child a {
  padding-right: 0;
}
.site-header .nav-primary ul li.nav-home {
  float: left;
  padding: 16px 0 16px 10px;
}
.site-header .nav-primary ul li.nav-home a {
  display: block;
  background: url("/wp-content/themes/genesis-sample/images/logo-csti.svg") no-repeat 0 0;
  width: 336px;
  height: 100px;
  background-size: 336px 100px;
  padding: 0;
}
.site-header .nav-primary ul li.nav-home a span {
  display: none;
}
.site-header .nav-primary ul li.nav-home a:hover {
  opacity: 1;
}
.site-header .nav-primary ul li.nav-about, .site-header .nav-primary ul li.nav-news-events, .site-header .nav-primary ul li.nav-contact, .site-header .nav-primary ul li.nav-subscribe {
  display: none;
}
.site-header .nav-primary ul li ul.sub-menu {
  border: none;
  background-color: #fff;
  box-shadow: 8px 12px 12px rgba(0, 0, 0, 0.35);
  margin: 0;
  padding: 0 0;
}
.site-header .nav-primary ul li ul.sub-menu li {
  text-align: left;
  margin: 0;
  padding: 0;
}
.site-header .nav-primary ul li ul.sub-menu li a {
  font-size: 14px;
  border: none;
  padding: 6px 12px;
}
@media screen and (max-width: 970px) {
  .site-header .nav-primary ul li a {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 900px) {
  .site-header {
    /* hamburglar */
    /* mobile nav */
  }
  .site-header .wrap {
    padding: 0 10px 10px 10px;
  }
  .site-header .header-widget-area {
    /* hide primary nav at mobile */
    /* show mobile logo */
  }
  .site-header .header-widget-area section:nth-child(1) {
    display: none;
  }
  .site-header .header-widget-area section:nth-child(2) {
    display: block;
  }
  .site-header .header-widget-area .mobile-logo {
    max-width: 280px;
    margin: 10px 0 0 0;
    padding: 0;
  }
  .site-header .header-widget-area .mobile-logo a:hover {
    opacity: 1;
  }
  .site-header .menu-toggle {
    color: #242B48;
    margin-top: 10px;
    padding: 0 10px 30px 0;
  }
  .site-header .nav-primary ul {
    margin: 0;
    padding: 10px 0;
  }
  .site-header .nav-primary ul li {
    margin: 0;
    padding: 0;
    /* show at mobile */
  }
  .site-header .nav-primary ul li a {
    font-size: 14px;
    font-weight: 600;
    text-align: right !important;
    margin: 0;
    padding: 10px 10px !important;
  }
  .site-header .nav-primary ul li.nav-about, .site-header .nav-primary ul li.nav-news-events, .site-header .nav-primary ul li.nav-contact, .site-header .nav-primary ul li.nav-subscribe {
    display: block;
  }
  .site-header .nav-primary ul li.nav-home {
    float: none;
    padding: 0;
  }
  .site-header .nav-primary ul li.nav-home a {
    width: auto;
    height: auto;
    background: none;
  }
  .site-header .nav-primary ul li.nav-home a span {
    display: block;
  }
  .site-header .nav-primary ul li.menu-item-has-children {
    /* hide parent link, only show children */
    /* automatically show dropdowns at mobile */
  }
  .site-header .nav-primary ul li.menu-item-has-children > a {
    display: none;
  }
  .site-header .nav-primary ul li.menu-item-has-children .sub-menu-toggle {
    display: none;
  }
  .site-header .nav-primary ul li.menu-item-has-children .sub-menu {
    display: block !important;
    box-shadow: none;
  }
  .site-header .nav-primary ul li.menu-item-has-children .sub-menu li {
    text-align: right;
  }
  .site-header .nav-primary ul li.menu-item-has-children .sub-menu a {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 900px) {
  body {
    background: none;
  }
}
/* fixes WP admin bar overreach */
body.admin-bar html {
  margin-top: 0;
}
body.admin-bar .site-header {
  top: 0;
}
/* Layout / Hero
-------------------------------------------------------------------- */
.hero-wrap {
  background: #4B345C;
  background: linear-gradient(33.18deg, #4B345C 0%, #4D6F8B 100%);
  height: auto;
  margin: 0;
  padding: 0;
  /* close gap between h1 and p since h1 by itself needs to hold space */
}
.hero-wrap h1 {
  max-width: 970px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  text-transform: none;
  margin: 0 auto;
  padding: 50px 20px 50px 20px;
}
.hero-wrap .hero-content {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 20px 50px 20px;
}
.hero-wrap .hero-content p {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
}
.hero-wrap .hero-content p a {
  color: #fff;
}
.hero-wrap .hero-content p.btn-container {
  margin: 30px 0 20px 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .hero-wrap .hero-content p a.btn {
    font-size: 15px;
  }
}
.hero-wrap h1 + .hero-content {
  margin-top: -50px;
}
/* hide h1 */
body.home .hero-wrap h1 {
  display: none;
  height: 0;
}
body.home .hero-wrap h1 + .hero-content {
  margin-top: 0;
}
/* Layout / Hero / Metaslider
-------------------------------------------------------------------- */
body.home .hero-wrap {
  background: none;
}
body.home .hero-wrap .hero-content {
  max-width: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
body.home .hero-wrap .hero-content .metaslider {
  /* IE11 support */
  /* give photo a darker appearance */
}
body.home .hero-wrap .hero-content .metaslider .caption-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  opacity: 1;
  background-color: transparent;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.home .hero-wrap .hero-content .metaslider .caption-wrap {
    justify-content: inherit;
  }
}
body.home .hero-wrap .hero-content .metaslider .caption {
  max-width: 970px;
  margin: 0 auto;
  padding: 20px 20px;
}
body.home .hero-wrap .hero-content .metaslider h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  text-transform: none;
  margin: 0;
  padding: 0;
}
body.home .hero-wrap .hero-content .metaslider p {
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  text-transform: none;
  margin: 0;
  padding: 0;
}
body.home .hero-wrap .hero-content .metaslider p a {
  font-weight: 400;
  text-decoration: underline;
}
body.home .hero-wrap .hero-content .metaslider .flex-control-nav {
  bottom: 10px;
}
body.home .hero-wrap .hero-content .metaslider .flex-control-paging li {
  background-color: transparent;
}
body.home .hero-wrap .hero-content .metaslider .flex-control-paging li a {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #fff;
}
body.home .hero-wrap .hero-content .metaslider .flex-control-paging li a.flex-active {
  background: #fff;
}
@media screen and (max-width: 900px) {
  body.home .hero-wrap .hero-content .metaslider h2 {
    font-size: 22px;
    line-height: 26px;
  }
  body.home .hero-wrap .hero-content .metaslider p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 490px) {
  body.home .hero-wrap .hero-content .metaslider h2 {
    font-size: 16px;
    line-height: 20px;
  }
  body.home .hero-wrap .hero-content .metaslider p {
    font-size: 14px;
    line-height: 18px;
  }
}
/* Layout / Footer
-------------------------------------------------------------------- */
.site-footer {
  background-color: #4B345C;
  padding: 0 20px;
}
.footer-widgets {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.footer-widgets .wrap {
  max-width: 970px;
  padding: 40px 0;
}
.footer-widgets .footer-widget-area {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer-widgets p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
}
.footer-widgets a {
  color: #fff;
  text-decoration: underline;
}
/* Global
-------------------------------------------------------------------- */
/* hide ala Bootstrap */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* show hide */
.accordion {
  border-bottom: 1px solid #546B85;
  margin: 0;
  padding: 0;
}
.accordion .accordion-title {
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
  color: #716590;
  text-decoration: underline;
  border-top: 1px solid #546B85;
  background: url("/wp-content/themes/genesis-sample/images/icon-accordion-closed.svg") no-repeat 10px 30px;
  cursor: pointer;
  margin: 0;
  padding: 25px 10px 25px 40px;
}
.accordion .accordion-title.open {
  background: url("/wp-content/themes/genesis-sample/images/icon-accordion-opened.svg") no-repeat 10px 40px;
}
.accordion .accordion-content {
  margin: 0;
  padding: 12px 40px;
}
.accordion .accordion-content:last-child {
  padding-bottom: 0;
}
.accordion .accordion-content ul, .accordion .accordion-content ol {
  margin: 0 0 0 20px;
  padding: 0;
}
/* buttons */
a.btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: normal;
  text-decoration: none;
  border-radius: 32px;
  border: none;
  background-color: #716590;
  background: linear-gradient(33.18deg, #3E2F64 0%, #716590 100%);
  box-shadow: 0 5px 20px 0 rgba(113, 101, 144, 0.2);
  margin: 0 !important;
  padding: 15px 25px;
}
p.btn-container {
  text-align: center;
  margin: 30px 0 20px 0;
  padding: 0;
}
section.shade {
  background-color: #E9EEF0;
}
/* Gravity Form */
.gform_wrapper .gform_heading {
  margin-bottom: 30px !important;
}
.gform_wrapper .gform_description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6B6B6B;
}
.gform_wrapper .top_label li.gfield.gf_left_half {
  padding-right: 6px;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
  padding-left: 6px;
}
.gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper label, .gform_wrapper label.gfield_label {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
  border-color: #716590;
}
.gform_wrapper select {
  height: 36px;
}
.gform_wrapper .ginput_container_checkbox input {
  vertical-align: top !important;
  margin: 5px 5px 0 0 !important;
}
.gform_wrapper .gform_footer {
  text-align: center;
  padding-right: 20px;
}
.gform_wrapper .gform_footer input.button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: normal;
  text-decoration: none;
  border-radius: 32px;
  background-color: #716590;
  background: linear-gradient(33.18deg, #3E2F64 0%, #716590 100%);
  box-shadow: 0 5px 20px 0 rgba(113, 101, 144, 0.2);
  margin: 0 !important;
  padding: 15px 25px;
}
.gform_wrapper .gform_footer input.button:hover {
  opacity: 0.75;
}
@media screen and (max-width: 900px) {
  .gform_wrapper .gform_footer input[type="submit"] {
    width: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 0;
  }
}
/* Global / Bust Out (full width elements)
-------------------------------------------------------------------- */
.bust-out {
  background-color: #fff;
  box-sizing: border-box;
  transform: translateX(calc(50vw - 50%));
  margin: auto calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  /* reduce space above for first element */
  /* shade even elements */
}
.bust-out:first-child {
  margin-top: 0;
}
.bust-out:first-child .bust-out-content {
  padding-top: 0;
}
.bust-out:nth-child(even) {
  background-color: #E9EEF0;
}
.bust-out-content {
  width: 940px;
  /* match .entry-content width */
  margin: 0 auto;
  padding: 100px 0;
}
.bust-out-content > h2 {
  margin-top: 0;
}
.bust-out-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 970px) {
  .bust-out-content {
    width: 94%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Home
-------------------------------------------------------------------- */
body.home {
  /* when bust-out is last element on page */
  /* intro */
  /* Subscribe */
  /* middle */
  /* News & Events */
}
body.home .entry {
  margin-bottom: 0;
}
body.home .site-inner {
  padding-bottom: 0;
}
body.home .bust-out:last-child {
  margin-bottom: 0;
}
body.home .group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
body.home .group .item {
  flex: 1 1 50%;
  margin: 0;
  padding: 0;
}
body.home .group .item.icon {
  max-width: 200px;
}
body.home .group .item.content {
  max-width: 400px;
}
body.home section.intro {
  margin-bottom: 0;
}
body.home section.intro .bust-out-content {
  padding-bottom: 50px;
}
body.home section.intro .group .item:nth-child(1) {
  padding-right: 40px;
}
body.home section.intro .group .item:nth-child(2) {
  max-width: 305px;
}
body.home section.subscribe .bust-out-content {
  padding: 50px 0;
}
body.home section.subscribe .group .item {
  flex: 1 1 auto;
}
body.home section.subscribe .group .item.icon {
  max-width: none;
}
body.home section.subscribe p, body.home section.subscribe a {
  margin: 0;
  padding: 0;
}
body.home section.subscribe .icon a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0 20px 0 0 !important;
}
body.home section.action h2, body.home section.evidence-based h2, body.home section.services h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
body.home section.action p, body.home section.evidence-based p, body.home section.services p {
  margin: 0;
}
body.home section.action p.btn-container, body.home section.evidence-based p.btn-container, body.home section.services p.btn-container {
  margin-top: 20px;
}
body.home section.action .icon a, body.home section.evidence-based .icon a, body.home section.services .icon a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background-color: #E9EEF0;
  text-align: center;
  margin: 0 20px;
}
body.home .bust-out:nth-child(even) .icon a {
  background-color: #fff;
  margin: 0 0 0 40px;
}
body.home section.news-events {
  margin-top: 0px;
}
body.home section.news-events .pip-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-column-gap: 20px;
  margin: 0;
  padding: 0;
}
body.home section.news-events .pip-wrap .pip {
  margin: 0 0 20px 0;
  padding: 30px;
}
body.home section.news-events .pip-wrap img {
  margin: 0 0 15px 0;
  padding: 0;
}
body.home section.news-events .pip-wrap .meta .post-category, body.home section.news-events .pip-wrap .meta time {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
body.home section.news-events .pip-wrap .meta time {
  font-size: 14px;
  line-height: 16px;
  border-left: 1px solid #6B6B6B;
  margin-left: 5px;
  padding-left: 5px;
}
body.home section.news-events .pip-wrap h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 5px 0 15px 0;
  padding: 0;
}
body.home section.news-events .pip-wrap p {
  font-size: 16px;
  line-height: 24px;
}
body.home section.news-events .pip-wrap p.tags {
  margin: 0;
}
body.home section.news-events .pip-wrap p.tags a {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #6B6B6B;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 12px;
  margin: 0 5px 10px 0;
  padding: 6px 12px;
}
@media screen and (max-width: 900px) {
  body.home section.news-events .pip-wrap {
    display: block;
  }
  body.home section.news-events .pip-wrap .pip {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  body.home .group {
    display: block;
  }
  body.home .group .item.content {
    max-width: none;
  }
  body.home section.intro .group .item:nth-child(1) {
    padding: 0;
  }
  body.home p.btn-container {
    margin: 40px 0 0 0;
  }
  body.home section.subscribe .icon, body.home section.action .icon, body.home section.evidence-based .icon, body.home section.services .icon {
    display: none;
  }
  body.home section.subscribe .bust-out-content, body.home section.action .bust-out-content, body.home section.evidence-based .bust-out-content, body.home section.services .bust-out-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* About
-------------------------------------------------------------------- */
body.about {
  /* when bust-out is last element on page */
  /* expertise */
}
body.about .entry {
  margin-bottom: 0;
}
body.about .site-inner {
  padding-bottom: 0;
}
body.about .bust-out:last-child {
  margin-bottom: 0;
}
body.about .hero-wrap .hero-content p {
  max-width: 725px;
}
body.about section.intro {
  /* intro */
}
body.about section.intro .group {
  display: flex;
  margin: 0;
  padding: 0;
}
body.about section.intro .group img {
  margin: 40px 0 0 0;
  padding: 0;
}
body.about section.intro .group .item {
  margin: 0;
  padding: 0;
}
body.about section.intro .group .item:nth-child(1) {
  flex: 1 1 70%;
  padding-right: 30px;
}
body.about section.intro .group .item:nth-child(2) {
  flex: 1 1 30%;
}
body.about section.intro .who {
  background-color: #E9EEF0;
  margin: 0;
  padding: 30px;
}
body.about section.intro .who h2, body.about section.intro .who p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #767676;
  text-transform: none;
  text-align: left;
  letter-spacing: 0;
  margin: 0 0 20px 0;
  padding: 0;
}
body.about section.intro .who h2:last-child, body.about section.intro .who p:last-child {
  margin-bottom: 0;
}
body.about section.intro .who h2 {
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  body.about section.intro .group {
    display: block;
  }
  body.about section.intro .group .item, body.about section.intro .group .item:nth-child(1), body.about section.intro .group .item:nth-child(2) {
    margin: 0;
    padding: 0;
  }
}
body.about section.expertise:before, body.about section.expertise:after {
  content: "";
  display: table;
}
body.about section.expertise:after {
  clear: both;
}
body.about section.expertise .group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 20px;
  margin: 0;
  padding: 0;
}
body.about section.expertise .group .item {
  flex: 0 1 200px;
  text-align: center;
  margin: 15px;
  padding: 0;
}
body.about section.expertise .group .item h3 {
  text-transform: uppercase;
}
body.about section.expertise .group .item p {
  margin: 0 0 15px 0;
  padding: 0;
}
body.about section.expertise .group .item img {
  width: 100%;
}
body.about section.expertise h2 {
  text-align: center;
  margin-top: 0;
}
body.about section.expertise h2:last-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  body.about section.expertise .group {
    display: block;
  }
  body.about section.expertise .group .item {
    margin-bottom: 50px;
  }
}
body.about section.about-wested p.quote {
  background: url("/wp-content/themes/genesis-sample/images/icon-quote.svg") no-repeat 0 8px;
  margin: 0 0 50px 0;
  padding: 0 0 0 90px;
}
body.about section.about-wested p.quote span.source {
  display: block;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  body.about section.about-wested p.quote {
    background: none;
    margin: 0;
    padding: 0 40px 50px 40px;
  }
}
/* News & Events
-------------------------------------------------------------------- */
body.news-events .group {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  /* posts */
  /* links */
}
body.news-events .group .item {
  margin: 0;
  padding: 0;
}
body.news-events .group .item:nth-child(1) {
  flex: 1 1 auto;
}
body.news-events .group .item:nth-child(2) {
  flex: 1 1 225px;
}
body.news-events .group .blog-posts {
  max-width: 550px;
}
body.news-events .group .post-category, body.news-events .group time {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
body.news-events .group time {
  font-size: 14px;
  line-height: 16px;
  border-left: 1px solid #6B6B6B;
  padding-left: 5px;
}
body.news-events .group ul.post-list {
  margin: 0;
  padding: 0;
}
body.news-events .group ul.post-list li {
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
}
body.news-events .group ul.post-list h3 {
  font-size: 21px;
  line-height: 32px;
  margin: 10px 0 0 0;
  padding: 0;
}
body.news-events .group ul.post-list img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
}
body.news-events .group p.other {
  font-size: 16px;
  line-height: 32px;
  border-left: 1px solid #979797;
  margin: 0;
  padding: 0 0 30px 30px;
}
body.news-events .group p.other a {
  display: block;
}
body.news-events .group p.other:last-child {
  padding-bottom: 0;
}
body.news-events .group ul.other {
  border-left: 1px solid #979797;
  margin: 0;
  padding: 0 0 0 30px;
}
body.news-events .group ul.other li {
  margin: 0 0 15px 0;
  padding: 0;
}
body.news-events .group ul.other li a {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  body.news-events .group {
    display: block;
  }
  body.news-events .group .item:nth-child(2) {
    border-top: 1px solid #979797;
    padding-top: 30px;
  }
  body.news-events .group p.other {
    border: none;
    margin: 0 0 20px 0;
    padding: 0;
  }
}
/* News & Events / Detail
-------------------------------------------------------------------- */
body.single-post .two-thirds {
  float: left;
  width: 60%;
  margin: 0;
  padding: 0 60px 0 0;
}
body.single-post .one-third {
  float: left;
  width: 35%;
  margin: 0;
  padding: 0 0 0 30px;
  /* links */
}
body.single-post .one-third p.other {
  font-size: 16px;
  line-height: 32px;
  border-left: 1px solid #979797;
  margin: 0;
  padding: 0 0 30px 30px;
}
body.single-post .one-third p.other a {
  display: block;
}
body.single-post .one-third p.other:last-child {
  padding-bottom: 0;
}
body.single-post .post-category, body.single-post time {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
body.single-post time {
  font-size: 14px;
  line-height: 16px;
  border-left: 1px solid #6B6B6B;
  padding-left: 5px;
}
body.single-post h2 {
  text-align: left;
  font-size: 21px;
  line-height: 32px;
  font-weight: 600;
  text-transform: none;
  color: #6B6B6B;
  letter-spacing: 0;
  margin: 10px 0 10px 0;
  padding: 0;
}
body.single-post img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  body.single-post .one-third, body.single-post .two-thirds {
    float: none;
    width: 100%;
  }
  body.single-post img {
    width: auto;
  }
  body.single-post .one-third {
    border-top: 1px solid #979797;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
  }
  body.single-post .one-third p.other {
    border: none;
    margin: 0 0 20px 0;
    padding: 0;
  }
}
/* Resources
-------------------------------------------------------------------- */
body.resources p.intro {
  margin: 0 0 40px 0;
}
body.resources .resource-item h2 {
  margin: 0;
}
body.resources .resource-item h2 a {
  letter-spacing: 0;
}
body.resources .resource-filters h3 {
  font-weight: 600;
}
body.resources .facetwp-facet .facetwp-checkbox {
  color: #6B6B6B;
}
@media screen and (max-width: 900px) {
  body.resources .resource-filters, body.resources .resource-entries {
    float: none;
    width: 100%;
  }
}
/* Resources / Detail
-------------------------------------------------------------------- */
body.single-resource h2, body.single-resource .resource-meta p {
  color: #6B6B6B;
  letter-spacing: 0;
}
body.single-resource h2 {
  margin-top: 0;
}
body.single-resource .resource-meta h4 {
  font-weight: 600;
}
@media screen and (max-width: 940px) {
  body.single-resource .one-third, body.single-resource .two-thirds {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  body.single-resource .resource-meta {
    border-left: none;
    border-top: 1px solid #979797;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
  }
}
/* Professional Learning
-------------------------------------------------------------------- */
body.professional-learning {
  /* when bust-out is last element on page */
  /* intro */
  /* Subscribe */
  /* services */
}
body.professional-learning .entry {
  margin-bottom: 0;
}
body.professional-learning .site-inner {
  padding-bottom: 0;
}
body.professional-learning .bust-out:last-child {
  margin-bottom: 0;
}
body.professional-learning section.intro {
  margin-bottom: 0;
}
body.professional-learning section.intro .bust-out-content {
  padding-bottom: 50px;
}
body.professional-learning section.intro .group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
body.professional-learning section.intro .group .item {
  flex: 1 1 50%;
  margin: 0;
  padding: 0;
}
body.professional-learning section.intro .group .item img {
  max-width: 400px;
}
body.professional-learning section.intro .group .item:nth-child(2) {
  text-align: right;
}
body.professional-learning section.subscribe .bust-out-content {
  padding: 50px 0;
}
body.professional-learning section.subscribe .group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
body.professional-learning section.subscribe .group .item {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
}
body.professional-learning section.subscribe p, body.professional-learning section.subscribe a {
  margin: 0;
  padding: 0;
}
body.professional-learning section.subscribe .icon a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}
body.professional-learning section.services .group {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0;
}
body.professional-learning section.services .group .item {
  flex: 1 1 50%;
  margin: 0;
  padding: 0;
}
body.professional-learning section.services .group .item.quote-container {
  max-width: 350px;
  padding-left: 30px;
}
body.professional-learning section.services .group .item.quote-container p.quote {
  background-color: #E9EEF0;
  margin: 0;
  padding: 25px;
}
body.professional-learning section.services .group .item.quote-container p.quote span.source {
  display: block;
  margin-top: 10px;
}
body.professional-learning section.services .group .item.quote-container p.quote strong {
  display: block;
}
@media screen and (max-width: 900px) {
  body.professional-learning .group {
    display: block !important;
  }
  body.professional-learning .group .icon {
    display: none;
  }
  body.professional-learning .group .item:nth-child(2) {
    text-align: left !important;
  }
  body.professional-learning section.services .group .item.quote-container {
    max-width: none;
    margin: 40px 0 0 0;
    padding: 0;
  }
}
/* modals */
.modal-backdrop {
  background-color: #fff !important;
}
.modal .modal-body {
  padding: 30px;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-content p {
  margin: 10px 0 0 0;
}
.modal .modal-content ul {
  margin-top: 5px;
}
.modal .modal-header {
  background: #4B345C;
  background: linear-gradient(33.18deg, #4B345C 0%, #4D6F8B 100%);
}
.modal .modal-header h4.modal-title {
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0 20px 20px 20px;
}
.modal .modal-header h4.modal-title strong {
  display: block;
}
.modal .modal-header button.close {
  top: -8px;
  right: -8px;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
}
/* Professional Learning / Four Domains
-------------------------------------------------------------------- */
body.professional-learning.page-child {
  /* when bust-out is last element on page */
  /* intro */
  /* started */
}
body.professional-learning.page-child .entry {
  margin-bottom: 0;
}
body.professional-learning.page-child .site-inner {
  padding-bottom: 0;
}
body.professional-learning.page-child .bust-out:last-child {
  margin-bottom: 0;
}
body.professional-learning.page-child section.intro .bust-out-content {
  padding-top: 50px;
  padding-bottom: 100px;
}
body.professional-learning.page-child section.intro .group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
body.professional-learning.page-child section.intro .group .item {
  flex: 1 1 50%;
  margin: 0;
  padding: 0;
}
body.professional-learning.page-child section.intro .group .item:nth-child(2) {
  max-width: 350px;
  padding-left: 30px;
  text-align: left !important;
}
body.professional-learning.page-child section.intro .group .item .help {
  background-color: #E9EEF0;
  padding: 25px;
}
body.professional-learning.page-child section.intro .group .item .help p {
  margin-bottom: 0;
}
body.professional-learning.page-child section.intro .group .item .help ul {
  margin-top: 10px;
  margin-bottom: 0;
}
body.professional-learning.page-child section.started h2 {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  body.professional-learning.page-child .group {
    display: block;
  }
  body.professional-learning.page-child section.intro .group .item:nth-child(2) {
    max-width: none;
    margin: 40px 0 0 0;
    padding: 0;
  }
}
/* Technical Assistance
-------------------------------------------------------------------- */
body.technical-assistance {
  /* when bust-out is last element on page */
  /* intro */
  /* ta */
  /* case studies */
}
body.technical-assistance .entry {
  margin-bottom: 0;
}
body.technical-assistance .site-inner {
  padding-bottom: 0;
}
body.technical-assistance .bust-out:last-child {
  margin-bottom: 0;
}
body.technical-assistance section.intro {
  padding-top: 30px !important;
}
body.technical-assistance section.intro .group .item {
  max-width: 500px;
  margin: 0 auto;
}
body.technical-assistance section.intro ul {
  margin-bottom: 30px;
}
body.technical-assistance section.ta .group {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  padding: 0;
}
body.technical-assistance section.ta .group .item {
  flex: 1 1 50%;
  margin: 0;
  padding: 0;
}
body.technical-assistance section.ta .group:nth-child(even) .item:nth-child(even) {
  max-width: 300px;
  margin-left: 30px;
}
body.technical-assistance section.ta .group:nth-child(odd) .item:nth-child(odd) {
  max-width: 300px;
  margin-right: 30px;
}
body.technical-assistance p.quote {
  background-color: #fff;
  padding: 25px;
}
body.technical-assistance p.quote span.source {
  display: block;
  margin-top: 15px;
}
body.technical-assistance p.quote strong {
  display: block;
}
body.technical-assistance ul {
  margin-top: 0;
  margin-bottom: 0;
}
body.technical-assistance section.case ul {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  body.technical-assistance .group {
    display: block !important;
  }
  body.technical-assistance .group .item {
    max-width: none !important;
    margin: 20px 0 !important;
  }
}
/* Success Stories
-------------------------------------------------------------------- */
body.success-stories .group .item {
  background-color: #E9EEF0;
  margin: 0 0 40px 0;
  padding: 25px;
}
body.success-stories .group .item p:last-child {
  margin-bottom: 0;
}
body.success-stories .group .item img {
  float: right;
  margin: 10px 0 25px 25px;
  padding: 0;
}
body.success-stories .group .item .item-inner:before, body.success-stories .group .item .item-inner:after {
  content: "";
  display: table;
}
body.success-stories .group .item .item-inner:after {
  clear: both;
}
body.success-stories .group .item .item-inner img {
  margin-bottom: 0;
}
body.success-stories p.quote {
  background: url("/wp-content/themes/genesis-sample/images/icon-quote.svg") no-repeat 0 8px;
  margin: 0 0 50px 0;
  padding: 0 0 0 90px;
}
body.success-stories p.quote span.source {
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  body.success-stories .group .item img {
    float: none;
    margin: 0 0 10px 0;
  }
  body.success-stories p.quote {
    background: none;
    margin: 0;
    padding: 0 40px 50px 40px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/genesis-sample/images/ui/ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("/wp-content/themes/genesis-sample/fonts/slick.eot");
  src: url("/wp-content/themes/genesis-sample/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/genesis-sample/fonts/slick.woff") format("woff"), url("/wp-content/themes/genesis-sample/fonts/slick.ttf") format("truetype"), url("/wp-content/themes/genesis-sample/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #6F6B95;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #6F6B95;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #6F6B95;
  opacity: 0.75;
}
