/* ------ from http://css-tricks.com/snippets/css/less-mixin-for-rem-font-sizing/ -------- */
/* ------ see URL for usage ------ */
/* ------ end rem-fallback mixin ----- */
/* # Genesis Sample Child Theme
Theme Name: Genesis Sample Theme
Theme URI: http://my.studiopress.com/themes/genesis/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: http://www.studiopress.com/
Template: genesis
Template Version: 2.2.0-beta1
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen reader text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- 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
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
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, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #333; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

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

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

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

td.entry:before,
tr.entry:before,
td.entry:after,
tr.entry:after {
  clear: none;
  content: none;
  display: inherit; }

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

/* Chrome fix */
body > div {
  font-size: 1.8rem; }

body {
  background-color: #f5f5f5;
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.625;
  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:hover,
a:focus {
  color: #333;
  text-decoration: none; }

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

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

li {
  list-style-type: none; }

b,
strong {
  font-weight: 700; }

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

blockquote {
  margin: 40px; }

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

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: Lato, sans-serif;
  font-weight: 400;
  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; }

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

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

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

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

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

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  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;
  font-weight: 300;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300; }

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: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto; }

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #c3251d;
  color: #fff; }

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

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

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

.button {
  display: inline-block; }

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

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

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

td,
th {
  text-align: left; }

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

th {
  font-weight: 400; }

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

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

.more-link {
  position: relative; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px; }

.site-inner {
  clear: both;
  padding-top: 40px; }

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

.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: 800px; }

.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: 580px; }

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

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

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

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

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

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

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left; }

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

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

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

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px; }

.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding: 40px; }

.author-box-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px; }

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

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

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

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

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

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

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

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px; }

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

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word; }

.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 {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px; }

.footer-widgets .entry {
  border-bottom: 1px dotted #666; }

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #fff; }

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

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

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px; }

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

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

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

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

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

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

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  min-height: 160px; }

.site-header .wrap {
  padding: 40px 0; }

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 360px; }

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

.site-title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2; }

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

.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 60px;
  width: 100%; }

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  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;
  line-height: 1;
  width: 100%; }

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

.genesis-nav-menu a {
  color: #333;
  display: block;
  padding: 30px 24px;
  text-decoration: none; }

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #c3251d;
  text-decoration: underline; }

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 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: -55px 0 0 199px; }

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

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

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

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

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

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

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

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

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

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee; }

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

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

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #333; }

.nav-primary .genesis-nav-menu a {
  color: #ccc;
  text-decoration: none; }

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
  color: #fff;
  text-decoration: underline; }

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

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #c3251d;
  text-decoration: underline; }

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
  padding: 50px 60px; }

.content .entry {
  background-color: #fff; }

.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: #ddd; }

/* ## 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: 2px solid #f5f5f5;
  padding-top: 24px; }

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

.entry-comments-link::before {
  content: "\2014";
  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 li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 12px;
  text-decoration: none; }

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
  background-color: #c3251d;
  text-decoration: underline; }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px; }

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

.entry-comments {
  padding: 40px; }

.comment-header {
  font-size: 16px;
  font-size: 1.6rem; }

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

.comment-content {
  clear: both; }

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

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

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

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

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

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

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem; }

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

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

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 40px; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #333;
  clear: both;
  padding-top: 40px; }

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

.footer-widgets input {
  border: 1px solid #333; }

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

.footer-widgets li {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.footer-widgets .widget {
  margin-bottom: 40px; }

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 340px; }

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

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

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

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 40px 0;
  text-align: center; }

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

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 960px; }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px; }

  .content,
  .site-header .widget-area {
    width: 620px; }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px; }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .title-area {
    width: 300px; }

  .footer-widgets-1 {
    margin-right: 30px; } }
@media only screen and (max-width: 960px) {
  .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,
  .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: 20px 5%; }

  .header-image .title-area {
    background-position: center top; }

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

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

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px; }

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

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

  .footer-widgets-1 {
    margin-right: 0; } }
@media only screen and (max-width: 800px) {
  body {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem; }

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

  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0; }

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

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%; }

  .sidebar .widget.enews-widget {
    padding: 40px; } }
body.home .site-inner {
  padding-top: 0; }
body.home .whatsnew {
  background-color: #afa294;
  color: #fff;
  float: left;
  height: 300px;
  min-height: 300px;
  max-height: 300px;
  padding: 10px 15px;
  width: 380px;
  height: 80%;
  font-size: 16px;
  overflow-y: scroll; }
  body.home .whatsnew h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    letter-spacing: 0.5px;
    line-height: 1.35 !important;
    margin-bottom: 15px; }
  body.home .whatsnew h3 {
    color: #fff;
    font-style: italic;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 3px; }
  body.home .whatsnew p {
    color: #efefef;
    line-height: 1.35 !important;
    margin-bottom: 20px; }
  body.home .whatsnew a,
  body.home .whatsnew a:link,
  body.home .whatsnew a:visited {
    border-bottom: 1px solid #eee;
    color: #f1f1f2;
    font-size: 16px;
    font-style: normal;
    margin-top: 4px;
    text-decoration: none; }
  body.home .whatsnew a:hover,
  body.home .whatsnew a:focus,
  body.home .whatsnew a:active {
    color: #fff; }
  body.home .whatsnew li {
    color: #444;
    line-height: 1.25 !important;
    margin-bottom: 10px; }
body.home .homepage-widgets .icon-area:nth-child(4) {
  clear: left; }
body.home .homepage-widgets {
  margin: 30px auto 0 auto;
  overflow: auto;
  width: 85%; }
  body.home .homepage-widgets .icon-area > .wrap {
    position: relative; }
  body.home .homepage-widgets .icon-area {
    float: left;
    margin-bottom: 20px;
    margin-right: 6.5%;
    width: 29%; }
    body.home .homepage-widgets .icon-area .widget-title {
      color: #555;
      /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 10px;
      margin-top: 10px;
      text-align: center;
      text-transform: uppercase; }
      body.home .homepage-widgets .icon-area .widget-title a {
        color: #555;
        text-decoration: none; }
    body.home .homepage-widgets .icon-area img {
      display: block;
      margin: 0 auto; }
    body.home .homepage-widgets .icon-area .widget-wrap div .menu {
      background-color: #c26b07;
      min-height: 145px;
      overflow: visible;
      padding: 5px;
      position: absolute;
      top: 0;
      width: 100%;
      display: none; }
      body.home .homepage-widgets .icon-area .widget-wrap div .menu li {
        color: #fff;
        line-height: 1.0 !important;
        list-style-type: disc;
        margin: 0 0 2px 20px;
        overflow: visible; }
        body.home .homepage-widgets .icon-area .widget-wrap div .menu li a {
          color: #fff;
          /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
          font-size: 12px;
          font-size: 1.2rem;
          text-decoration: none; }
  body.home .homepage-widgets .icon-area:nth-child(3n) {
    margin-right: 0; }

/* Utility Nav */
.outer-utility {
  background-color: #c26b07; }
  .outer-utility .wrap {
    background-color: #f7921e; }
  .outer-utility .menu-utility-container {
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    padding: 15px;
    padding: 1.5rem;
    float: left;
    width: 75%; }
    .outer-utility .menu-utility-container:after {
      content: "";
      display: table;
      clear: both; }
  .outer-utility #menu-utility {
    display: inline-block;
    float: right; }
    .outer-utility #menu-utility li {
      float: left;
      font-size: 14px;
      font-size: 1.4rem;
      list-style-type: none;
      margin-left: 20px; }
      .outer-utility #menu-utility li a {
        color: #fff;
        font-weight: bolder;
        letter-spacing: 0.8px;
        text-decoration: none;
        text-transform: uppercase; }
    .outer-utility #menu-utility li.login a {
      font-weight: bold; }
    .outer-utility #menu-utility li.twitter-icon {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      height: 26px;
      width: 26px; }
    .outer-utility #menu-utility li.twitter-icon a {
      display: block;
      background: transparent url("../../images/twitter-logo.png") 0 0 no-repeat;
      background-size: 26px 26px; }
  .outer-utility .search.widget-area {
    float: left;
    width: 24%;
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    padding: 10px;
    padding: 1rem; }
    .outer-utility .search.widget-area input {
      /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
      font-size: 15px;
      font-size: 1.5rem;
      /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
      padding: 6px;
      padding: 0.6rem; }

/* ------------------------------------------ */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Main Nav (re rwd menu) 
--------------------------------------------- */
nav {
  clear: both; }

/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden; }

/* ------------------------------------------ */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Main Nav (subpages) */
.nav-primary {
  background-color: #444; }
  .nav-primary .menu-primary {
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    font-size: 17px;
    font-size: 1.7rem; }
    .nav-primary .menu-primary li {
      margin-right: -5px; }
    .nav-primary .menu-primary li.about,
    .nav-primary .menu-primary li.contact {
      display: none; }
    .nav-primary .menu-primary li a,
    .nav-primary .menu-primary li li a {
      color: #fff;
      padding: 15px 20px;
      text-decoration: none !important; }
    .nav-primary .menu-primary li.current-page-ancestor,
    .nav-primary .menu-primary li.current-page-ancestor .sub-menu li.current-menu-item a,
    .nav-primary .menu-primary .sub-menu li a:hover,
    .nav-primary .menu-primary .sub-menu li a:focus,
    .nav-primary .menu-primary .sub-menu li a:active {
      color: #fff;
      background-color: #c26b07 !important;
      text-decoration: none; }
    .nav-primary .menu-primary li.current-menu-item li a,
    .nav-primary .menu-primary li.current-page-parent a {
      color: #fff;
      background-color: #444;
      text-decoration: none; }

.menu-primary > li.current-page-parent > a,
.menu-primary > li a:hover,
.menu-primary > li a:focus,
.menu-primary > li a:active,
.menu-primary > li.current-menu-item > a,
.menu-primary > li.current_page_item > a {
  color: #fff;
  background-color: #c26b07 !important;
  text-decoration: none; }

.nav-primary .sub-menu li a {
  background-color: #444;
  color: #fff !important;
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  font-size: 17px;
  font-size: 1.7rem; }
.nav-primary .sub-menu li a:hover,
.nav-primary .sub-menu li a:focus,
.nav-primary .sub-menu li a:active {
  color: #fff;
  background-color: #c26b07;
  text-decoration: none; }

.site-header {
  min-height: 140px; }
  .site-header .wrap {
    background-color: #fff;
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    padding: 20px 0px 10px 0px;
    padding: 2rem 0rem 1rem 0rem; }
  .site-header .site-logo {
    display: block;
    float: left;
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    margin-bottom: 10px;
    margin-bottom: 1rem;
    width: 27%; }
  .site-header .title-area {
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    margin: 0px 30px 0px 0px;
    margin: 0rem 3rem 0rem 0rem;
    padding-left: 2%;
    padding: 28px 0 0 2%;
    width: 45%;
    vertical-align: bottom; }
    .site-header .title-area .site-title a {
      /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
      font-size: 38px;
      font-size: 3.8rem;
      line-height: 1;
      text-decoration: none; }
      .site-header .title-area .site-title a span {
        display: block;
        /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
        font-size: 32px;
        font-size: 3.2rem; }
    .site-header .title-area a {
      text-decoration: none; }
  .site-header .widget-area {
    margin-top: 60px;
    width: 16%; }
  .site-header #menu-social-media li a {
    display: block;
    height: 35px;
    margin-left: 7px;
    padding: 0;
    width: 35px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  .site-header #menu-social-media .twitter a,
  .site-header #menu-social-media .facebook a,
  .site-header #menu-social-media .linkedin a {
    background: transparent url(../../images/twitter.svg) 0 0 no-repeat;
    background-size: 35px 35px; }
  .site-header #menu-social-media .facebook a {
    background-image: url(../../images/facebook-square.svg); }
  .site-header #menu-social-media .linkedin a {
    background-image: url(../../images/linkedin.svg); }
  .site-header .site-description {
    border-top: 2px solid #f7921e;
    clear: left;
    display: block;
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    padding: 10px 0px 0px 0px;
    padding: 1rem 0rem 0rem 0rem; }

.soliloquy-container {
  margin-bottom: 0 !important; }

.outer-utility .google-search {
  float: right;
  width: 23%;
  margin: 8px 10px 0 0;
  padding: 0;
  height: 36px; }
  .outer-utility .google-search form input {
    font-size: 16px;
    padding: 5px;
    width: 70%; }
  .outer-utility .google-search form input[type="submit"] {
    margin-top: 2px;
    padding: 6px 10px;
    width: 25%; }
  .outer-utility .google-search .cse .gsc-control-cse,
  .outer-utility .google-search .gsc-control-cse {
    padding: 0;
    height: 36px; }
  .outer-utility .google-search table.gsc-search-box,
  .outer-utility .google-search .cse form.gsc-search-box,
  .outer-utility .google-search form.gsc-search-box {
    padding: 0 0 0 4px;
    margin-top: -2px; }
    .outer-utility .google-search table.gsc-search-box tbody,
    .outer-utility .google-search .cse form.gsc-search-box tbody,
    .outer-utility .google-search form.gsc-search-box tbody {
      border-bottom: none; }
    .outer-utility .google-search table.gsc-search-box td.gsc-input,
    .outer-utility .google-search .cse form.gsc-search-box td.gsc-input,
    .outer-utility .google-search form.gsc-search-box td.gsc-input {
      padding: 0;
      border-top: none; }
  .outer-utility .google-search table.gsc-search-box td.gsc-input input {
    font-size: 15px;
    padding: 3px 0; }

.soliloquy-outer-container {
  float: left; }

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  padding: 10px 15px !important; }
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption {
    text-align: left !important; }
    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption h2.soliloquy-fc-title {
      margin-bottom: 2px !important; }
      .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption h2.soliloquy-fc-title a {
        font-family: 'Oswald', sans-serif !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        letter-spacing: 0.5px;
        line-height: 1.35 !important; }
    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption p {
      font-size: 15px !important;
      line-height: 1.5 !important; }
    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption a.soliloquy-fc-read-more.soliloquy-fc-content-above {
      margin-top: 10px !important; }

.whatsnew .soliloquy-outer-container {
  height: 240px;
  width: 100%; }
  .whatsnew .soliloquy-outer-container .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background-color: transparent;
    padding: 0 !important; }

body {
  background-color: #ddd;
  box-shadow: none;
  margin: 0; }

p:empty {
  display: none; }

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

.site-container {
  max-width: 100%; }

.site-inner {
  background-color: #fff;
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  padding-top: 30px;
  padding-top: 3rem; }
  .site-inner .sidebar-primary {
    width: 24%; }
  .site-inner .content {
    width: 73.5%; }
    .site-inner .content .entry {
      /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
      padding: 0px 0px 10px;
      padding: 0rem 0rem 1rem; }

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

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 78.9%; }
  .content-sidebar-sidebar .content-sidebar-wrap .widget,
  .sidebar-content-sidebar .content-sidebar-wrap .widget,
  .sidebar-sidebar-content .content-sidebar-wrap .widget {
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    padding: 20px;
    padding: 2rem; }
    .content-sidebar-sidebar .content-sidebar-wrap .widget .widgettitle,
    .sidebar-content-sidebar .content-sidebar-wrap .widget .widgettitle,
    .sidebar-sidebar-content .content-sidebar-wrap .widget .widgettitle {
      /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
      font-size: 20px;
      font-size: 2rem; }

.content-sidebar-sidebar .sidebar-secondary,
.sidebar-content-sidebar .sidebar-secondary,
.sidebar-sidebar-content .sidebar-secondary {
  width: 19%; }
  .content-sidebar-sidebar .sidebar-secondary .widget,
  .sidebar-content-sidebar .sidebar-secondary .widget,
  .sidebar-sidebar-content .sidebar-secondary .widget {
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    padding: 20px;
    padding: 2rem; }
    .content-sidebar-sidebar .sidebar-secondary .widget .widgettitle,
    .sidebar-content-sidebar .sidebar-secondary .widget .widgettitle,
    .sidebar-sidebar-content .sidebar-secondary .widget .widgettitle {
      /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
      font-size: 20px;
      font-size: 2rem; }

body.sidebar-content .site-inner .sidebar-primary {
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  margin-left: 30px;
  margin-left: 3rem;
  margin-right: 0; }

.breadcrumb {
  /*border: 1px solid #ddd;*/
  background-color: #efebe5;
  padding: 6px 10px;
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  margin: 0px 0px 30px 0px;
  margin: 0rem 0rem 3rem 0rem;
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  font-size: 13px;
  font-size: 1.3rem; }

.breadcrumb + .entry {
  padding-top: 3 rem !important; }

.entry-footer .entry-meta {
  margin: 0;
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  padding: 10px 0px;
  padding: 1rem 0rem; }

/* Sidebar - Content layout */
body.sidebar-content .site-inner .sidebar-primary {
  margin-left: 0; }

.sidebar .widget {
  background-color: #efebe5;
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  padding: 30px;
  padding: 3rem; }
  .sidebar .widget .widgettitle {
    font-weight: bold;
    text-transform: uppercase; }
  .sidebar .widget li {
    border-bottom-color: #afafaf; }

.site-footer {
  background-color: #efebe5; }
  .site-footer .wrap .copyright {
    float: left;
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    width: 45%; }
    .site-footer .wrap .copyright a {
      text-decoration: none; }
  .site-footer .wrap .logos {
    border-left: 2px solid #A73339;
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    margin-left: 30px;
    margin-left: 3rem;
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    padding-left: 15px;
    padding-left: 1.5rem;
    padding-left: 2.5%;
    margin-left: 2.5%;
    float: left;
    width: 48%; }
    .site-footer .wrap .logos a {
      display: block;
      float: left;
      min-height: 60px;
      margin-right: 7%;
      margin-bottom: 25px;
      width: 47%; }
    .site-footer .wrap .logos .artba,
    .site-footer .wrap .logos .tti {
      width: 35%;
      margin-right: 0; }
    .site-footer .wrap .logos img {
      display: block; }
    .site-footer .wrap .logos .artba a,
    .site-footer .wrap .logos .tti a {
      margin-right: 0; }
    .site-footer .wrap .logos .fhwa img,
    .site-footer .wrap .logos .tti img {
      max-width: 160px;
      width: 100%; }
    .site-footer .wrap .logos .fhwa img {
      max-width: 243px; }

.fields h2,
.terms h2 {
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px; }
.fields h3,
.terms h3 {
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0; }
.fields p:empty,
.terms p:empty {
  display: none; }

.terms {
  margin-bottom: 20px; }

.single-research_project .sponsor-label,
.single-research_project .pm-label,
.single-research_project .org-label,
.single-research_project .pi-label {
  clear: left;
  float: left;
  line-height: 1.35;
  margin-right: 1rem;
  width: 13rem; }
.single-research_project .sponsor-info,
.single-research_project .pm-info,
.single-research_project .org-info,
.single-research_project .pi-info {
  float: left; }
  .single-research_project .sponsor-info div,
  .single-research_project .pm-info div,
  .single-research_project .org-info div,
  .single-research_project .pi-info div {
    clear: left;
    float: left;
    line-height: 1.35;
    margin-bottom: 1.5rem;
    /*margin-top: 0.25rem;*/ }

/* Search and Archive page styles */
body.search-results p.title,
body.archive p.title {
  font-weight: bold; }

body.search-results .post p,
body.archive .post p {
  margin-bottom: 0; }

body.search-results .post,
body.archive .post {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 25px; }

body.search-results .post:last-child,
body.archive .post:last-child {
  border: none; }

body.home.search-results .site-inner {
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  padding-top: 30px;
  padding-top: 3rem; }

body.archive .archive-description {
  margin: 0;
  padding: 0; }
  body.archive .archive-description h1.archive-title {
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    font-size: 36px;
    font-size: 3.6rem; }

body.archive .content h1.entry-title,
body.search .content h1.entry-title {
  display: inline-block;
  line-height: 1; }
body.archive .content h1.entry-title a,
body.archive .content h1.entry-title a:link,
body.archive .content h1.archive-title a,
body.archive .content h1.archive-title a:link,
body.archive .content h2.entry-title a,
body.archive .content h2.entry-title a:link,
body.search .content h1.entry-title a,
body.search .content h1.entry-title a:link,
body.search .content h1.archive-title a,
body.search .content h1.archive-title a:link,
body.search .content h2.entry-title a,
body.search .content h2.entry-title a:link {
  border-bottom: 1px dotted #c26b07;
  color: #c26b07;
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-decoration: none; }
body.archive .content h1.entry-title a:hover,
body.archive .content h1.entry-title a:focus,
body.archive .content h1.entry-title a:active,
body.archive .content h1.archive-title a:hover,
body.archive .content h1.archive-title a:focus,
body.archive .content h1.archive-title a:active,
body.archive .content h2.entry-title a:hover,
body.archive .content h2.entry-title a:focus,
body.archive .content h2.entry-title a:active,
body.search .content h1.entry-title a:hover,
body.search .content h1.entry-title a:focus,
body.search .content h1.entry-title a:active,
body.search .content h1.archive-title a:hover,
body.search .content h1.archive-title a:focus,
body.search .content h1.archive-title a:active,
body.search .content h2.entry-title a:hover,
body.search .content h2.entry-title a:focus,
body.search .content h2.entry-title a:active {
  color: #c26b07; }
body.archive .content h1.entry-title .cpt,
body.search .content h1.entry-title .cpt {
  color: #444;
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  font-size: 16px;
  font-size: 1.6rem; }
body.archive .content .entry,
body.search .content .entry {
  border-bottom: 1px dotted #444;
  margin-bottom: 10px;
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
body.archive .content .entry-content p,
body.search .content .entry-content p {
  margin-bottom: 5px; }
body.archive .content table#search-results th,
body.archive .content table#search-results td,
body.search .content table#search-results th,
body.search .content table#search-results td {
  padding: 0 10px; }
body.archive .content table#search-results th a,
body.search .content table#search-results th a {
  border-bottom: 1px dotted #555;
  color: #444;
  text-decoration: none; }

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

.tax-work_zone_topics .content tr.entry {
  float: none;
  margin-right: 0;
  width: auto; }
.tax-work_zone_topics .content .entry {
  background: transparent;
  border-bottom: none;
  float: left;
  margin-right: 4%;
  width: 48%; }
  .tax-work_zone_topics .content .entry h1.entry-title {
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25; }
    .tax-work_zone_topics .content .entry h1.entry-title a {
      font-weight: normal !important; }
  .tax-work_zone_topics .content .entry .entry-content a.more {
    display: block;
    float: right;
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    margin: 20px 10px 0px 0px;
    margin: 2rem 1rem 0rem 0rem; }
.tax-work_zone_topics .content .entry:nth-child(odd) {
  margin-right: 0; }
.tax-work_zone_topics .content .entry:nth-child(even) {
  clear: left; }
.tax-work_zone_topics .content .entry:first-child,
.tax-work_zone_topics .content .entry:nth-child(2) {
  clear: none; }
.tax-work_zone_topics .content .featured {
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  padding: 20px 20px 0px 20px;
  padding: 2rem 2rem 0rem 2rem;
  background-color: #f3f0eb;
  border: 3px solid #c26b07;
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  margin: 20px 0px 30px;
  margin: 2rem 0rem 3rem;
  overflow: auto; }
  .tax-work_zone_topics .content .featured .entry:last-child {
    border-bottom: none; }
  .tax-work_zone_topics .content .featured h3 {
    background-color: #c26b07;
    color: #fff;
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    font-size: 18px;
    font-size: 1.8rem;
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    margin: -20px -20px 20px;
    margin: -2rem -2rem 2rem;
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    padding: 10px 15px;
    padding: 1rem 1.5rem; }

.tax-work_zone_topics.paged .content .entry:nth-child(odd) {
  margin-right: 4%;
  clear: left; }
.tax-work_zone_topics.paged .content .entry:nth-child(even) {
  margin-right: 0;
  clear: none; }

input[value="Reset"] {
  float: right;
  background-color: #c26b07;
  border-radius: 20px;
  padding: 8px 12px; }

form.searchandfilter {
  border-top: 1px solid #444;
  padding-top: 20px; }

.fields {
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  padding-bottom: 30px;
  padding-bottom: 3rem; }
  .fields .notes p,
  .fields .audience p,
  .fields .prerequisite p {
    display: inline; }

.entry-content li li,
.sidebar li li li {
  list-style-type: circle; }

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

/* Gravity Forms */
.gform_wrapper form li,
.gform_wrapper li {
  background-color: #efebe5;
  padding: 2px 20px 20px;
  margin-bottom: 20px; }

.gform_fileupload_multifile .gform_drop_area {
  background-color: #fff; }

@media only screen and (max-width: 1159px) {
  .outer-utility .search.widget-area {
    float: right;
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    padding-right: 10px;
    padding-right: 1rem; }

  .site-header .wrap .site-logo {
    width: 24%; }
  .site-header .wrap .title-area {
    padding-top: 12px;
    width: 48%; }
    .site-header .wrap .title-area .site-title a {
      /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
      font-size: 32px;
      font-size: 3.2rem; }
  .site-header .wrap .widget-area {
    margin-top: 35px;
    width: 15%; }
  .site-header h2.site-description {
    padding-left: 0; }

  .site-header .wrap,
  .nav-primary .wrap,
  .site-inner,
  .site-footer {
    padding-left: 2.5%;
    padding-right: 2.5%; }

  .nav-primary {
    padding-left: 0;
    padding-right: 0; }

  .sidebar .widget {
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    padding: 15px;
    padding: 1.5rem; }

  body.home .site-inner .soliloquy-outer-container {
    background-color: #afa294;
    height: 300px;
    width: 67.241379310345%; }
    body.home .site-inner .soliloquy-outer-container .soliloquy-container {
      position: relative !important;
      top: 50%;
      transform: translateY(-50%); }
  body.home .site-inner .whatsnew {
    width: 32.75862%; } }
@media only screen and (max-width: 1099px) {
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption h2.soliloquy-fc-title a {
    font-size: 18px !important; }
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-caption a.soliloquy-fc-read-more.soliloquy-fc-content-above {
    font-size: 16px !important; }

  .site-footer .wrap {
    padding-left: 2.5%;
    padding-right: 2.5%; } }
@media only screen and (max-width: 1023px) {
  .site-header {
    width: 100%; }
    .site-header .wrap .title-area {
      margin: 0;
      padding: 0 2%;
      width: 60%; }

  .soliloquy-container .soliloquy-caption.soliloquy-caption-right {
    width: 35% !important; }

  .content-sidebar-sidebar .sidebar-secondary,
  .sidebar-content-sidebar .sidebar-secondary,
  .sidebar-sidebar-content .sidebar-secondary,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 100%; } }
@media only screen and (max-width: 960px) {
  .site-header .wrap .site-title {
    text-align: left; }
  .site-header .wrap .title-area {
    width: 55%; }
    .site-header .wrap .title-area h1 a,
    .site-header .wrap .title-area h1 a span,
    .site-header .wrap .title-area .site-title a,
    .site-header .wrap .title-area .site-title a span {
      /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
      font-size: 30px;
      font-size: 3rem; }
  .site-header .wrap .widget-area {
    margin-top: 25px;
    width: 20%; }

  body.home .homepage-widgets {
    width: 95%; }

  .entry-content .search-form {
    width: 95%; } }
@media only screen and (max-width: 899px) {
  .site-header {
    min-height: 140px; }
    .site-header .wrap .site-logo {
      margin: 0 0 5px;
      width: 28%; }
    .site-header .wrap .title-area {
      padding-top: 7px;
      width: 50%; }
      .site-header .wrap .title-area .site-title a {
        /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
        font-size: 26px;
        font-size: 2.6rem; }
    .site-header h2.site-description {
      /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
      font-size: 18px;
      font-size: 1.8rem; }

  .soliloquy-container .soliloquy-caption.soliloquy-caption-right {
    width: 25% !important; }

  .soliloquy-fc-caption p {
    display: none; }

  .site-footer {
    padding-top: 20px; }
    .site-footer .wrap div {
      border-right: none;
      margin-bottom: 15px;
      padding-bottom: 15px;
      width: 100%; }
    .site-footer .wrap .logos {
      border-bottom: none; }
    .site-footer .wrap a {
      margin-right: 4%;
      width: 42%; }
    .site-footer .wrap a.tti {
      margin-right: 0; } }
/* ------------------------------------------ */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Main Nav (re rwd menu) 
--------------------------------------------- */
/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
@media only screen and (min-width: 768px) {
  nav {
    display: block !important; } }
/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .menu-toggle,
  .sub-menu-toggle {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    padding: 2rem;
    text-align: center;
    visibility: visible; }

  button.menu-toggle,
  button.sub-menu-toggle {
    background-color: #333; }

  h2 + button.menu-toggle,
  h2 + button.sub-menu-toggle {
    background-color: #c26b07;
    color: #fff; }

  .sub-menu-toggle {
    padding: 18px;
    padding: 1.8rem;
    position: absolute;
    right: 0;
    top: 0; }

  .menu-toggle:before {
    content: "\2261"; }

  .menu-toggle.activated:before {
    content: "\2191"; }

  .sub-menu-toggle:before {
    content: "+"; }

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

  nav {
    display: none;
    position: relative; }

  .genesis-nav-menu .menu-item {
    background-color: #f5f5f5;
    display: block;
    position: relative;
    text-align: left; }

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

  .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    opacity: 1;
    position: static;
    width: 100%; }

  .genesis-nav-menu .sub-menu a {
    border-left: 0;
    position: relative;
    width: auto; }

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

  .genesis-nav-menu .sub-menu .sub-menu a {
    background-color: #f5f5f5;
    padding-left: 30px; }

  .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
    background-color: #fff;
    padding-left: 40px; }

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

  .nav-primary .menu-primary li a,
  .nav-primary .menu-primary li li a {
    color: #333; } }
/* ------------------------------------------ */
/* ------------------------------------------ */
/* ------------------------------------------ */
@media only screen and (max-width: 760px) {
  .site-header .title-area h1 a span,
  .site-header .title-area .site-title a span {
    display: inline; }

  body.home .site-inner .soliloquy-outer-container {
    height: auto;
    width: 100%; }
    body.home .site-inner .soliloquy-outer-container .soliloquy-container {
      top: 0;
      transform: translateY(0%); }
  body.home .site-inner .whatsnew {
    width: 100%; }

  .site-footer .wrap .logos {
    padding-left: 15px; }
    .site-footer .wrap .logos a,
    .site-footer .wrap .logos a.artbalogo,
    .site-footer .wrap .logos a.tti {
      display: block;
      margin-right: 0;
      min-height: 40px;
      width: 100% !important; }
    .site-footer .wrap .logos a.artba img,
    .site-footer .wrap .logos a.tti img {
      max-width: 75%; } }
@media only screen and (max-width: 740px) {
  .site-inner,
  .wrap {
    padding-right: 2.5%;
    padding-left: 2.5%; }

  .site-header .wrap .title-area h1,
  .site-header .wrap .title-area .site-title {
    margin-top: 0; }
    .site-header .wrap .title-area h1 a,
    .site-header .wrap .title-area .site-title a {
      /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
      font-size: 28px;
      font-size: 2.8rem; }
      .site-header .wrap .title-area h1 a span,
      .site-header .wrap .title-area .site-title a span {
        /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
        font-size: 28px;
        font-size: 2.8rem; }
  .site-header .wrap .site-logo {
    width: 30%; }
  .site-header .wrap .title-area {
    width: 65%; }
  .site-header .wrap .widget-area {
    margin-top: 65px;
    width: 33%; }

  body.home .homepage-widgets {
    width: 100%; }
    body.home .homepage-widgets .wrap {
      padding-left: 0;
      padding-right: 0; } }
@media only screen and (max-width: 739px) {
  .site-inner .content,
  .site-inner .sidebar {
    width: 100%; } }
@media only screen and (max-width: 700px) {
  .site-header .wrap .widget-area {
    margin-top: 55px; } }
@media only screen and (max-width: 660px) {
  .soliloquy-container .soliloquy-caption.soliloquy-caption-right {
    width: 100% !important; }

  .site-header .wrap .title-area h1 a,
  .site-header .wrap .title-area h1 a span {
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    font-size: 24px;
    font-size: 2.4rem;
    display: inline; }
  .site-header .wrap .widget-area {
    margin-top: 45px; } }
@media only screen and (max-width: 600px) {
  .outer-utility .menu-utility-container,
  .outer-utility .search.widget-area {
    float: none;
    width: 100%; }
  .outer-utility .menu-utility-container {
    padding-bottom: 0; }
  .outer-utility .menu-utility-container #menu-utility {
    margin: 0 auto;
    width: 100%; }
    .outer-utility .menu-utility-container #menu-utility li {
      float: left;
      margin: 0;
      width: 25%;
      text-align: center; }
      .outer-utility .menu-utility-container #menu-utility li a {
        display: block;
        /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
        font-size: 17px;
        font-size: 1.7rem;
        /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
        padding: 10px;
        padding: 1rem; }

  .nav-primary .menu-primary li {
    width: 100%; }
    .nav-primary .menu-primary li a {
      display: block;
      text-align: center;
      /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
      font-size: 20px;
      font-size: 2rem; }

  .content table,
  .content thead,
  .content tbody,
  .content th,
  .content td,
  .content tr {
    display: block; }

  .content tr {
    border-width: 0; }

  .content tr.entry {
    padding: 0;
    margin-bottom: 0; }

  .content thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .content th {
    white-space: normal; }

  .content td {
    border: none;
    position: relative;
    padding-left: 40%; }

  .content td:before {
    display: block;
    position: absolute;
    top: .5em;
    left: .5em;
    width: 35%;
    padding-right: 1em;
    white-space: nowrap;
    content: attr(title); } }
@media only screen and (max-width: 550px) {
  .site-header .wrap {
    padding-top: 0; }
    .site-header .wrap .title-area h1 a,
    .site-header .wrap .title-area .site-title a {
      /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
      font-size: 24px;
      font-size: 2.4rem; }
      .site-header .wrap .title-area h1 a span,
      .site-header .wrap .title-area .site-title a span {
        /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
        font-size: 24px;
        font-size: 2.4rem; }
    .site-header .wrap .site-logo {
      display: block;
      margin: 0 15% 5px 15%;
      width: 70%; }
    .site-header .wrap .title-area,
    .site-header .wrap .site-description {
      width: 100%;
      margin: 0 0 10px 0; }
    .site-header .wrap .title-area h1 a,
    .site-header .wrap .title-area h1 a span,
    .site-header .wrap .title-area .site-title a,
    .site-header .wrap .title-area .site-title a span {
      /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
      font-size: 28px;
      font-size: 2.8rem;
      text-align: center;
      display: inline-block; }
    .site-header .wrap .widget-area {
      margin-top: 30px;
      width: 33%; }

  .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    height: 100%; }

  body.home .homepage-widgets {
    width: 100%; }
    body.home .homepage-widgets .wrap {
      padding-left: 0;
      padding-right: 0; }
    body.home .homepage-widgets .icon-area,
    body.home .homepage-widgets .icon-area:nth-child(3n) {
      margin-right: 4%;
      width: 48%; }
    body.home .homepage-widgets .icon-area:nth-child(2n) {
      margin-right: 0; }
    body.home .homepage-widgets .icon-area:nth-child(4) {
      clear: none; } }
@media only screen and (max-width: 499px) {
  .outer-utility .menu-utility-container {
    padding-right: 0;
    padding-left: 0; }
  .outer-utility .menu-utility-container #menu-utility li a {
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    font-size: 15px;
    font-size: 1.5rem;
    /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
    padding: 10px;
    padding: 1rem; }

  body.archive .content .entry,
  body.search .content .entry {
    width: 100%;
    margin-right: 0;
    float: none;
    clear: none; } }
@media only screen and (max-width: 479px) {
  .menu-utility-container {
    display: none; }

  .site-header .wrap .widget-area {
    margin-top: 15px;
    width: 100%; }
  .site-header .wrap h2.site-description {
    text-align: center; }

  .nav-primary .menu-primary li.about,
  .nav-primary .menu-primary li.contact {
    display: block; } }
@media only screen and (max-width: 419px) {
  .outer-utility .menu-utility-container {
    padding-top: 0; }
    .outer-utility .menu-utility-container #menu-utility li {
      width: 50%; } }
/* @group Fancybox
---------------------------------------------------------------------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* @end */
#toggle-view {
  list-style: none;
  font-family: arial;
  margin: 0;
  padding: 0; }

#toggle-view h2 {
  border-bottom: 0px;
  margin-top: 15px;
  margin-top: 30px; }

#toggle-view h2:hover {
  color: #ff0000; }

#toggle-view li {
  margin: 0px;
  border-bottom: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  list-style-type: none;
  padding-left: 15px; }

#toggle-view span {
  position: absolute;
  left: 0px;
  top: 0;
  color: #bdbdbd;
  font-size: 28px;
  font-weight: bold; }

#toggle-view span:hover {
  color: #ff0000; }

#toggle-view .panel {
  margin: 5px 0;
  display: none; }

body {
  background-color: #fff;
  color: #222;
  font-family: Arial, sans-serif;
  /* so, e.g, '@include rem-fallback(margin, 0, 4, 0);' => 'margin: 0 40px 0; margin 0 4rem 0;' */
  font-size: 18px;
  font-size: 1.8rem; }

h1, h2, h3, h4, h5, h6,
.title-area {
  font-family: Arial, sans-serif; }

a,
.entry-content a {
  color: #c26b07; }

th,
td {
  line-height: 1.65;
  padding: 5px 7px;
  vertical-align: top; }

td p {
  margin-bottom: 5px; }

#wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1140px; }

/* Skip to Content */
.skip-to-content {
  position: absolute;
  left: -9999px; }

/* Display Posts Shortcode */
.display_posts-listing {
  border-bottom: 1px dotted #444;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem; }

.display-posts-listing a,
.display-posts-listing .excerpt {
  display: block; }

.display-posts-listing a {
  font-weight: bold; }

.display-posts-listing .excerpt-dash {
  display: none; }

/*# sourceMappingURL=style.css.map */
