/* # 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
    - Skip Links
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- 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
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:200,400,600,800");
.container {
  max-width: none;
  width: auto; }

@media print {
  a[href]:after {
    content: "" !important; }
  div.pre-header, #sticky-wrapper, header.site-header, aside.sidebar {
    display: none !important; }
  div.print-header {
    margin-bottom: 1em; }
  main.content {
    width: 100% !important; }
    main.content p {
      page-break-inside: avoid; } }

/* Import Fonts
------------------------------------------------------------ */
/* Font Stacks */
/* Colors */
/* Neutrals */
/* Default Colors */
/* Social Colors */
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

/* Chrome fix */
body {
  font-family: "Raleway", "Trebuchet MS", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  line-height: 1.625;
  margin: 0; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.1s ease-in-out; }

a {
  color: #59a1e0;
  text-decoration: underline; }

a:focus,
a:hover {
  color: #216eb2;
  text-decoration: none; }

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

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

li {
  list-style-type: none; }

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

b,
strong {
  font-weight: 700; }

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

mark {
  background: #FFF;
  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: "Raleway", "Trebuchet MS", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  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;
  color: #59a1e0; }

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 #CCC;
  height: auto;
  padding: 4px; }

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

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: rgba(20, 158, 148, 0.1);
  border: 1px solid #149e94;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 16px;
  width: 100%;
  margin-bottom: 0.5em; }

input:focus,
textarea:focus {
  border: 1px solid #149e94;
  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: #02b0a3;
  border: 0;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  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: #149e94;
  color: #FFF; }

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

.button {
  display: inline-block; }

a.button.small,
button.small,
input.small[type="button"],
input.small[type="reset"],
input.small[type="submit"] {
  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: #CCC;
  border-width: 0;
  color: #a6aaad;
  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 #CCC; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #CCC;
  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 {
  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: bold;
  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;
  word-wrap: break-word; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap {
  float: none; }

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: none; }

/* ### Content */
.content {
  float: none;
  order: 1; }

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: none;
  order: 2; }

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

/* ### Primary Sidebar */
.sidebar-primary {
  float: none; }

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: none;
  order: 2; }

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: none;
  order: 3; }

.content-sidebar-sidebar .sidebar-secondary {
  float: none; }

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%; }

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

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

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

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

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

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

.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;
  float: none;
  clear: both; }

.after-entry,
.archive-description,
.author-box {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 2em 1em; }

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

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

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

/* ## Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-size: 2rem; }

.entry-title {
  color: #149e94;
  font-weight: 800; }

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

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

.widget-title {
  font-family: "Raleway", "Trebuchet MS", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  margin: 0;
  padding: 0.5em 1em 0.5em 0;
  font-size: 1em;
  color: #666;
  display: block;
  font-weight: 900; }
  .widget-title a {
    text-decoration: none; }

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

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

.page-title-area, .site-inner {
  font-size: 2em; }

address {
  display: inline;
  margin: 0; }

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  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; }

.events_calendar_widget caption {
  text-align: center; }

.events_calendar_widget table thead th {
  text-align: center; }

.events_calendar_widget table tbody {
  border: 0; }
  .events_calendar_widget table tbody tr td {
    border: 0;
    text-align: center;
    padding: 0 6px; }
    .events_calendar_widget table tbody tr td a {
      display: inline-block;
      background: #afd2f0;
      border-radius: 100%;
      color: #FFF;
      text-decoration: none;
      width: 2em; }

.events_calendar_widget table tfoot {
  border: 0; }
  .events_calendar_widget table tfoot tr td {
    border: 0; }
    .events_calendar_widget table tfoot tr td#next {
      text-align: right; }
    .events_calendar_widget table tfoot tr td a {
      text-decoration: none; }

.widget_recent_entries .widget-title {
  font-family: "Raleway", "Trebuchet MS", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  color: #666; }

.widget_recent_entries ul li {
  line-height: 1.2; }
  .widget_recent_entries ul li a {
    font-family: "Raleway", "Trebuchet MS", "Arial", sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    text-decoration: none;
    color: #666; }
    .widget_recent_entries ul li a:hover {
      text-decoration: none;
      color: #149e94; }

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

.sidebar .featured-content {
  border-top: 1px solid #59a1e0;
  border-bottom: 1px solid #59a1e0; }
  .sidebar .featured-content .entry-content {
    font-size: 0.9em; }

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

/* ## Gravity Forms
--------------------------------------------- */
.site-inner .gform_wrapper {
  margin: 0 -1em 0 0;
  max-width: 101%; }
  .site-inner .gform_wrapper .gform_heading .gform_description {
    font-family: "Raleway", "Trebuchet MS", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    color: #59a1e0;
    font-weight: 600; }
  .site-inner .gform_wrapper .gform_body {
    font-family: "Raleway", "Trebuchet MS", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1em; }
    .site-inner .gform_wrapper .gform_body li.gfield {
      background: rgba(20, 158, 148, 0.1); }
      .site-inner .gform_wrapper .gform_body li.gfield label {
        padding: 0 1em;
        font-size: 0.7em;
        font-weight: 400; }
      .site-inner .gform_wrapper .gform_body li.gfield .ginput_container input, .site-inner .gform_wrapper .gform_body li.gfield .ginput_container textarea {
        border: 0; }
      .site-inner .gform_wrapper .gform_body li.gfield.white {
        background: none; }
  .site-inner .gform_wrapper .gform_footer {
    font-family: "Raleway", "Trebuchet MS", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1em; }
    .site-inner .gform_wrapper .gform_footer input.button,
    .site-inner .gform_wrapper .gform_footer input[type=submit] {
      width: 100%;
      display: block; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header > .wrap {
  padding: 0; }
  .site-header > .wrap:after {
    content: " ";
    display: table;
    clear: both;
    zoom: 1; }

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

.header-image .title-area {
  margin: 0.75em auto;
  max-width: 500px;
  width: 94%;
  padding: 0; }

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

.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2; }

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

/* Logo, hide text */
.header-image .site-description,
.header-image .site-title a {
  display: block;
  text-indent: -9999px; }

.header-image .site-title > a {
  background-position: top left;
  background-size: contain !important;
  float: left;
  min-height: 80px;
  width: 100%;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat; }

.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, .pre-header .widget-area {
  float: right;
  text-align: right;
  clear: right;
  line-height: 1; }
  .site-header .widget-area .widget, .pre-header .widget-area .widget {
    display: inline-block; }
  .site-header .widget-area .widget_nav_menu, .pre-header .widget-area .widget_nav_menu {
    position: relative;
    top: -0.8rem; }
    .site-header .widget-area .widget_nav_menu nav ul li, .pre-header .widget-area .widget_nav_menu nav ul li {
      padding: 0.4rem;
      border: 1px solid #EEE;
      margin-left: -0.4rem; }
      .site-header .widget-area .widget_nav_menu nav ul li a, .pre-header .widget-area .widget_nav_menu nav ul li a {
        padding: 0;
        text-transform: uppercase;
        font-size: 1rem;
        color: #CCC; }
      .site-header .widget-area .widget_nav_menu nav ul li a:after, .pre-header .widget-area .widget_nav_menu nav ul li a:after {
        font-family: FontAwesome;
        padding: 0 0.2rem 0 0.4rem; }
    .site-header .widget-area .widget_nav_menu nav ul li.register, .pre-header .widget-area .widget_nav_menu nav ul li.register {
      border-radius: 6px 0 0 6px; }
      .site-header .widget-area .widget_nav_menu nav ul li.register a:after, .pre-header .widget-area .widget_nav_menu nav ul li.register a:after {
        content: "\f007"; }
    .site-header .widget-area .widget_nav_menu nav ul li.login, .pre-header .widget-area .widget_nav_menu nav ul li.login {
      border-radius: 0 6px 6px 0;
      border-left: 0; }
      .site-header .widget-area .widget_nav_menu nav ul li.login a:after, .pre-header .widget-area .widget_nav_menu nav ul li.login a:after {
        content: "\f023"; }
    .site-header .widget-area .widget_nav_menu nav ul li:hover a, .pre-header .widget-area .widget_nav_menu nav ul li:hover a {
      color: #a6aaad;
      text-decoration: none; }

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

.page-title-area {
  background: #FFF; }
  .page-title-area .banner {
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: cover; }
    .page-title-area .banner .gradient {
      padding: 1em;
      min-height: 40vw;
      position: relative; }
      .page-title-area .banner .gradient .wrap {
        min-height: 40vw;
        position: relative; }
        .page-title-area .banner .gradient .wrap .bannertext {
          position: absolute;
          bottom: 0; }
          .page-title-area .banner .gradient .wrap .bannertext h1.entry-title, .page-title-area .banner .gradient .wrap .bannertext h1.archive-title {
            color: #FFF;
            text-shadow: #666 0 0 0.25em; }
    .page-title-area .banner.textleft .bannertext {
      float: right; }
    .page-title-area .banner.textright .bannertext {
      float: left; }

@media only screen and (max-width: 767px) {
  .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 {
    border-width: 0;
    background-color: #FFF;
    color: #666;
    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: transparent;
    color: #216eb2;
    border-width: 0; }
  .menu-toggle {
    line-height: 20px;
    position: relative;
    z-index: 1000;
    width: 100%; }
  .menu-toggle::before {
    font-size: 1.5em;
    margin-right: 10px;
    text-rendering: auto;
    vertical-align: middle; }
  .sub-menu-toggle {
    float: right;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100; }
  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    transition: transform .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 a:focus,
  .genesis-responsive-menu .genesis-nav-menu a:hover {
    color: #c3251d; }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    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; } }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  font-family: "Raleway", "Trebuchet MS", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  clear: both;
  font-weight: 800;
  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: #666;
  display: block;
  padding: 0 0.5em;
  text-decoration: none; }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #59a1e0;
  text-decoration: none; }

.genesis-nav-menu .sub-menu {
  padding-top: 1.5em;
  border-top: 0px solid #59a1e0;
  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;
  background-color: rgba(255, 255, 255, 0.7); }

.genesis-nav-menu .sub-menu a {
  border: 0px solid #59a1e0;
  border-top: 0;
  font-size: 0.9em;
  padding: 0.75em 0.5em;
  position: relative;
  width: 200px;
  word-wrap: break-word; }

.genesis-nav-menu .sub-menu .sub-menu {
  padding-top: 0em;
  margin: -2.25em 0 0 200px; }

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

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

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

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

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

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0; }

/* ## Pre-header Navigation
--------------------------------------------- */
.pre-header .nav-secondary ul li.menu-item {
  font-weight: 400;
  font-size: 0.85em; }

.pre-header .nav-secondary ul li.right.search .search-form {
  top: 0.5em;
  display: inline-block;
  margin: 0; }
  .pre-header .nav-secondary ul li.right.search .search-form:before {
    font-family: FontAwesome;
    content: '\f002';
    position: relative;
    left: 0.5em; }
  .pre-header .nav-secondary ul li.right.search .search-form input[type="search"] {
    transition-property: width;
    transition-duration: 1s;
    transition-timing-function: ease-in;
    width: 0em;
    position: relative;
    font-size: 1.4rem;
    background: rgba(20, 158, 148, 0.1);
    border: 0;
    padding: 0.5em 0em 0.5em 1.5em; }
    .pre-header .nav-secondary ul li.right.search .search-form input[type="search"]:focus {
      width: 25em;
      z-index: 999;
      border-bottom: 1px solid #CCC; }
  .pre-header .nav-secondary ul li.right.search .search-form input[type="submit"] {
    font-family: FontAwesome;
    background: transparent;
    border: 0 none;
    clip: auto;
    color: #59a1e0;
    display: none;
    font-size: 1.2rem;
    height: 18px;
    line-height: 1;
    text-align: center;
    width: 18px;
    top: 0.9rem; }

/* ## After Header Navigation
--------------------------------------------- */
.nav-primary {
  padding-top: 5.5em;
  float: right;
  text-transform: uppercase; }

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px; }

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

/* Sidebar nav */
.widget_advanced_menu .menu {
  display: block; }
  .widget_advanced_menu .menu > li {
    display: none; }
    .widget_advanced_menu .menu > li.current-menu-item, .widget_advanced_menu .menu > li.current-menu-ancestor {
      display: block; }

.widget_advanced_menu .menu > li a, .sidebar_menu .menu > li a {
  text-decoration: none;
  font-size: 1em;
  color: #666;
  display: block;
  font-weight: 900; }

.widget_advanced_menu .menu > li > a, .sidebar_menu .menu > li > a {
  text-transform: uppercase; }

.widget_advanced_menu .menu > li ul.sub-menu, .sidebar_menu .menu > li ul.sub-menu {
  max-height: 0;
  display: block;
  margin-left: 0;
  overflow: hidden;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; }

.widget_advanced_menu .menu > li > ul.sub-menu, .sidebar_menu .menu > li > ul.sub-menu {
  height: auto;
  max-height: 400px; }

.widget_advanced_menu .menu > li li, .sidebar_menu .menu > li li {
  margin: 0; }
  .widget_advanced_menu .menu > li li.first-child, .sidebar_menu .menu > li li.first-child {
    border-top: 0; }
  .widget_advanced_menu .menu > li li i, .sidebar_menu .menu > li li i {
    color: #a6aaad;
    width: 1em;
    margin: 0 1rem; }
  .widget_advanced_menu .menu > li li i.fa-plus, .widget_advanced_menu .menu > li li i.fa-minus, .sidebar_menu .menu > li li i.fa-plus, .sidebar_menu .menu > li li i.fa-minus {
    color: rgba(204, 204, 204, 0.1);
    cursor: pointer; }
  .widget_advanced_menu .menu > li li a, .sidebar_menu .menu > li li a {
    color: #666;
    padding: 1rem 0;
    display: inline-block;
    width: 80%;
    line-height: 1.2;
    font-size: 0.8em;
    font-weight: 400; }
  .widget_advanced_menu .menu > li li:hover, .sidebar_menu .menu > li li:hover {
    color: #149e94; }
    .widget_advanced_menu .menu > li li:hover a:hover, .sidebar_menu .menu > li li:hover a:hover {
      text-decoration: none; }
  .widget_advanced_menu .menu > li li > ul.sub-menu li, .sidebar_menu .menu > li li > ul.sub-menu li {
    border-top: 0px dashed #CCC;
    padding-left: 6rem; }
  .widget_advanced_menu .menu > li li.open > ul.sub-menu, .sidebar_menu .menu > li li.open > ul.sub-menu {
    height: auto;
    max-height: 400px; }

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

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

.entry-content ol > li {
  list-style-type: decimal; }

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

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

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

.entry-content strong {
  font-weight: 600;
  color: #149e94; }

.entry-content a strong {
  font-weight: 800;
  color: #59a1e0; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 14px;
  font-size: 1.4rem;
  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: "\2014";
  margin: 0 6px 0 2px; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  padding: 1em 0;
  display: block; }

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

.archive-pagination li {
  display: inline; }

.archive-pagination a {
  background-color: #FFF;
  color: #02b0a3;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  padding: 0.25em 0.75em;
  text-align: center;
  text-decoration: none;
  border-radius: 1em; }

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
  background-color: #02b0a3;
  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 .widget {
  padding: 5vw 0; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  clear: both;
  font-size: 3.5vw;
  padding: 3vw; }

.footer-widgets {
  clear: both;
  padding: 0.5vw 0; }
  .footer-widgets a {
    color: #666; }
  .footer-widgets a:hover {
    color: #a6aaad; }
  .footer-widgets .widget {
    margin: 0.5vw auto;
    float: none;
    clear: both;
    display: block;
    text-align: center; }
  .footer-widgets .connected-social .social-media {
    margin: 0.25vw 0;
    float: none;
    margin: 0 auto; }
    .footer-widgets .connected-social .social-media a, .footer-widgets .connected-social .social-media a:hover {
      float: none;
      display: inline-block; }
      .footer-widgets .connected-social .social-media a:before, .footer-widgets .connected-social .social-media a:hover:before {
        opacity: 1; }
    .footer-widgets .connected-social .social-media a.fa {
      background: #666;
      color: #FFF;
      border-radius: 100%;
      font-size: 6vw;
      height: 9vw;
      line-height: 1.5;
      margin: 2vw;
      width: 9vw; }
    .footer-widgets .connected-social .social-media a.fa.last-child {
      margin-right: 0; }
    .footer-widgets .connected-social .social-media a.fa:hover {
      background-color: #EEE; }
    .footer-widgets .connected-social .social-media a.fa-facebook:hover {
      background-color: #345AA1; }
    .footer-widgets .connected-social .social-media a.fa-twitter:hover {
      background-color: #348DB9; }
    .footer-widgets .connected-social .social-media a.fa-pinterest:hover {
      background-color: #EC1A22; }
    .footer-widgets .connected-social .social-media a.fa-google-plus:hover {
      background-color: #000000; }
    .footer-widgets .connected-social .social-media a.fa-linkedin:hover {
      background-color: #66B5D3; }
    .footer-widgets .connected-social .social-media a.fa-instagram:hover {
      background-color: #EC1A22; }
    .footer-widgets .connected-social .social-media a.fa-tumblr:hover {
      background-color: #3E5A70; }
    .footer-widgets .connected-social .social-media a.fa-reddit:hover {
      background-color: #FF4400; }
    .footer-widgets .connected-social .social-media a.fa-flickr:hover {
      background-color: #0062DD; }
    .footer-widgets .connected-social .social-media a.fa-youtube:hover {
      background-color: #CC181E; }
    .footer-widgets .connected-social .social-media a.fa-vimeo-square:hover {
      background-color: #232021; }
    .footer-widgets .connected-social .social-media a.fa-vine:hover {
      background-color: #00BE8F; }
    .footer-widgets .connected-social .social-media a.fa-share-alt:hover {
      background-color: #00BF00; }
    .footer-widgets .connected-social .social-media a.fa-envelope:hover {
      background-color: #999999; }
    .footer-widgets .connected-social .social-media a.fa-rss:hover {
      background-color: #F37D2A; }
  .footer-widgets .search-form input:focus {
    border: 0 solid #ddd; }
  .footer-widgets .widget.widget_nav_menu {
    text-align: left; }
    .footer-widgets .widget.widget_nav_menu .widget-title {
      text-align: center;
      color: #666;
      font-weight: 800; }
    .footer-widgets .widget.widget_nav_menu ul.menu {
      width: 90%;
      margin: 0 auto;
      -moz-column-count: 1;
      -moz-column-gap: 30px;
      -webkit-column-count: 1;
      -webkit-column-gap: 30px;
      column-count: 1;
      column-gap: 30px; }
      .footer-widgets .widget.widget_nav_menu ul.menu > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid; }
        .footer-widgets .widget.widget_nav_menu ul.menu > li > a {
          text-transform: uppercase;
          font-weight: 700; }
        .footer-widgets .widget.widget_nav_menu ul.menu > li a, .footer-widgets .widget.widget_nav_menu ul.menu > li a:hover {
          text-decoration: none; }
        .footer-widgets .widget.widget_nav_menu ul.menu > li .sub-menu {
          margin-bottom: 1em; }
          .footer-widgets .widget.widget_nav_menu ul.menu > li .sub-menu li {
            margin-left: 0; }
          .footer-widgets .widget.widget_nav_menu ul.menu > li .sub-menu .sub-menu {
            display: none; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  font-size: 2.5vw;
  line-height: 1;
  text-align: center; }
  .site-footer .wrap {
    padding: 3vw 0; }
  .site-footer div.legal, .site-footer div.address, .site-footer nav {
    display: inline-block; }
  .site-footer .social-media {
    margin: 0.25vw 0;
    float: none;
    margin: 0 auto; }
    .site-footer .social-media a, .site-footer .social-media a:hover {
      float: none;
      display: inline-block; }
      .site-footer .social-media a:before, .site-footer .social-media a:hover:before {
        opacity: 1; }
    .site-footer .social-media a.fa {
      background: #666;
      color: #FFF;
      border-radius: 100%;
      font-size: 6vw;
      height: 9vw;
      line-height: 1.5;
      margin: 2vw;
      width: 9vw; }
    .site-footer .social-media a.fa.last-child {
      margin-right: 0; }
    .site-footer .social-media a.fa:hover {
      background-color: #EEE; }
    .site-footer .social-media a.fa-facebook:hover {
      background-color: #345AA1; }
    .site-footer .social-media a.fa-twitter:hover {
      background-color: #348DB9; }
    .site-footer .social-media a.fa-pinterest:hover {
      background-color: #EC1A22; }
    .site-footer .social-media a.fa-google-plus:hover {
      background-color: #000000; }
    .site-footer .social-media a.fa-linkedin:hover {
      background-color: #66B5D3; }
    .site-footer .social-media a.fa-instagram:hover {
      background-color: #EC1A22; }
    .site-footer .social-media a.fa-tumblr:hover {
      background-color: #3E5A70; }
    .site-footer .social-media a.fa-reddit:hover {
      background-color: #FF4400; }
    .site-footer .social-media a.fa-flickr:hover {
      background-color: #0062DD; }
    .site-footer .social-media a.fa-youtube:hover {
      background-color: #CC181E; }
    .site-footer .social-media a.fa-vimeo-square:hover {
      background-color: #232021; }
    .site-footer .social-media a.fa-vine:hover {
      background-color: #00BE8F; }
    .site-footer .social-media a.fa-share-alt:hover {
      background-color: #00BF00; }
    .site-footer .social-media a.fa-envelope:hover {
      background-color: #999999; }
    .site-footer .social-media a.fa-rss:hover {
      background-color: #F37D2A; }

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

.page-template-page-sectioned .site-container .site-inner {
  display: none; }

.sectioned-page-wrapper {
  position: relative;
  z-index: 10; }
  .sectioned-page-wrapper .section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative; }
    .sectioned-page-wrapper .section .section-title {
      margin: 0;
      padding: 0; }
      .sectioned-page-wrapper .section .section-title > .wrap {
        padding: 1em;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC; }
      .sectioned-page-wrapper .section .section-title h3 {
        text-align: center;
        text-transform: uppercase; }
    .sectioned-page-wrapper .section .section-body {
      font-size: 1.6em; }
      .sectioned-page-wrapper .section .section-body > .wrap {
        padding: 1em; }
        .sectioned-page-wrapper .section .section-body > .wrap img {
          margin-bottom: 0; }
        .sectioned-page-wrapper .section .section-body > .wrap a:not(.button), .sectioned-page-wrapper .section .section-body > .wrap a:link:not(.button), .sectioned-page-wrapper .section .section-body > .wrap a:visited:not(.button) {
          text-decoration: underline; }
        .sectioned-page-wrapper .section .section-body > .wrap .widget-title a {
          text-decoration: none; }
      .sectioned-page-wrapper .section .section-body .section-content h3 {
        line-height: 1.65;
        margin-bottom: 0.5em; }
      .sectioned-page-wrapper .section .section-body .section-content p.last-child {
        margin-bottom: 0; }
      .sectioned-page-wrapper .section .section-body .section-footer-area {
        margin-top: 4em; }
    .sectioned-page-wrapper .section ul {
      margin: 0 auto;
      display: inline-block; }
      .sectioned-page-wrapper .section ul li {
        text-align: left;
        margin-bottom: 0.5em; }
        .sectioned-page-wrapper .section ul li:before {
          font-family: FontAwesome;
          content: '\f058';
          color: #59a1e0;
          margin-right: 0.5em; }
    .sectioned-page-wrapper .section p.lead {
      font-size: 2.4em; }
  .sectioned-page-wrapper .section.overlay {
    padding: 0; }
    .sectioned-page-wrapper .section.overlay .overlay {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
      background-attachment: fixed;
      padding: 8em 0; }
  .sectioned-page-wrapper .section.bkg-dkgrey {
    background-color: #666; }
  .sectioned-page-wrapper .section.bkg-ltgrey {
    background-color: #CCC; }
  .sectioned-page-wrapper .section.bkg-ltgreen {
    background-color: rgba(2, 176, 163, 0.5); }
  .sectioned-page-wrapper .section.bkg-ltblue {
    background-color: rgba(175, 210, 240, 0.5); }
  .sectioned-page-wrapper .section.bkg-offwhite {
    background-color: #EEE; }
  .sectioned-page-wrapper .section.bkg-dkgrey .section-body > .wrap, .sectioned-page-wrapper .section.bkg-ltgrey .section-body > .wrap, .sectioned-page-wrapper .section.bkg-ltgreen .section-body > .wrap, .sectioned-page-wrapper .section.bkg-ltblue .section-body > .wrap, .sectioned-page-wrapper .section.bkg-offwhite .section-body > .wrap {
    border: 0; }
  .sectioned-page-wrapper .section.bkg-dkgrey .section-title > .wrap, .sectioned-page-wrapper .section.bkg-ltgrey .section-title > .wrap, .sectioned-page-wrapper .section.bkg-ltgreen .section-title > .wrap, .sectioned-page-wrapper .section.bkg-ltblue .section-title > .wrap, .sectioned-page-wrapper .section.bkg-offwhite .section-title > .wrap {
    border: 0; }
  .sectioned-page-wrapper .section.text-dkgrey {
    color: #666; }
  .sectioned-page-wrapper .section.text-white {
    color: #EEE; }
  .sectioned-page-wrapper .section.text-shadow {
    text-shadow: 0 0 0.5em rgba(102, 102, 102, 0.6); }
  .sectioned-page-wrapper .section.col-odd-white .column-1, .sectioned-page-wrapper .section.col-odd-white .column-3 {
    background-color: #FFF;
    padding: 1em; }
  .sectioned-page-wrapper .section.col-even-ltgrey .column-2, .sectioned-page-wrapper .section.col-even-ltgrey .column-4 {
    background-color: #f2f2f2;
    padding: 1em; }
  .sectioned-page-wrapper .section.left-align .section-body {
    text-align: left; }
  .sectioned-page-wrapper a.fa.fa-angle-down {
    padding: 10px 15px;
    color: #FCFCFC;
    border: 2px solid #EEE;
    border-radius: 50%;
    font-size: 24px;
    margin-top: 100px;
    transition: all 0.5s; }
    .sectioned-page-wrapper a.fa.fa-angle-down:hover {
      background: #59a1e0;
      color: #EEE;
      border: 2px solid #59a1e0; }
  .sectioned-page-wrapper .section.first-child .section-body > .wrap {
    padding-top: 1em; }

@media only screen and (min-width: 768px) {
  .sectioned-page-wrapper .section .section-body > .wrap > .row {
    display: flex;
    align-items: center; }
  .sectioned-page-wrapper .section .section-body .section-content {
    vertical-align: middle; }
  .sectioned-page-wrapper .section i.fa.fa-plus {
    margin-top: 0.8em; }
  .sectioned-page-wrapper .section.top-align .section-body > .wrap > .row {
    align-items: flex-start; } }

.bannertext, .bannertext a {
  color: #FFF;
  text-shadow: 0 0 0.3em #666;
  line-height: 1.625; }
  .bannertext .entry-title, .bannertext .archive-title, .bannertext a .entry-title, .bannertext a .archive-title {
    font-family: "Raleway", "Trebuchet MS", "Arial", sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: #FFF;
    text-shadow: 0 0 0.3em #666;
    margin-bottom: 1em; }

.addborder {
  border: 0.25em solid #FFF; }

.nobr {
  white-space: nowrap; }

.sidebar .header-bar {
  border-top: 1em solid #149e94; }

.blog h2.subcat-divider, .archive h2.subcat-divider, .news_category_aggregate h2.subcat-divider, .faq-summaries h2.subcat-divider, .single-chapter h2.subcat-divider {
  padding-top: 0.5em;
  clear: both; }

.blog article.type-post, .blog article.type-news, .blog article.member_resources_category-additional-slideshows, .blog .member_resources_category-materials-handouts, .blog .summary, .archive article.type-post, .archive article.type-news, .archive article.member_resources_category-additional-slideshows, .archive .member_resources_category-materials-handouts, .archive .summary, .news_category_aggregate article.type-post, .news_category_aggregate article.type-news, .news_category_aggregate article.member_resources_category-additional-slideshows, .news_category_aggregate .member_resources_category-materials-handouts, .news_category_aggregate .summary, .faq-summaries article.type-post, .faq-summaries article.type-news, .faq-summaries article.member_resources_category-additional-slideshows, .faq-summaries .member_resources_category-materials-handouts, .faq-summaries .summary, .single-chapter article.type-post, .single-chapter article.type-news, .single-chapter article.member_resources_category-additional-slideshows, .single-chapter .member_resources_category-materials-handouts, .single-chapter .summary {
  padding: 2em;
  margin-bottom: 0; }
  .blog article.type-post:nth-child(4n+1), .blog article.type-news:nth-child(4n+1), .blog article.member_resources_category-additional-slideshows:nth-child(4n+1), .blog .member_resources_category-materials-handouts:nth-child(4n+1), .blog .summary:nth-child(4n+1), .archive article.type-post:nth-child(4n+1), .archive article.type-news:nth-child(4n+1), .archive article.member_resources_category-additional-slideshows:nth-child(4n+1), .archive .member_resources_category-materials-handouts:nth-child(4n+1), .archive .summary:nth-child(4n+1), .news_category_aggregate article.type-post:nth-child(4n+1), .news_category_aggregate article.type-news:nth-child(4n+1), .news_category_aggregate article.member_resources_category-additional-slideshows:nth-child(4n+1), .news_category_aggregate .member_resources_category-materials-handouts:nth-child(4n+1), .news_category_aggregate .summary:nth-child(4n+1), .faq-summaries article.type-post:nth-child(4n+1), .faq-summaries article.type-news:nth-child(4n+1), .faq-summaries article.member_resources_category-additional-slideshows:nth-child(4n+1), .faq-summaries .member_resources_category-materials-handouts:nth-child(4n+1), .faq-summaries .summary:nth-child(4n+1), .single-chapter article.type-post:nth-child(4n+1), .single-chapter article.type-news:nth-child(4n+1), .single-chapter article.member_resources_category-additional-slideshows:nth-child(4n+1), .single-chapter .member_resources_category-materials-handouts:nth-child(4n+1), .single-chapter .summary:nth-child(4n+1) {
    background-color: #216eb2; }
  .blog article.type-post:nth-child(4n+2), .blog article.type-news:nth-child(4n+2), .blog article.member_resources_category-additional-slideshows:nth-child(4n+2), .blog .member_resources_category-materials-handouts:nth-child(4n+2), .blog .summary:nth-child(4n+2), .archive article.type-post:nth-child(4n+2), .archive article.type-news:nth-child(4n+2), .archive article.member_resources_category-additional-slideshows:nth-child(4n+2), .archive .member_resources_category-materials-handouts:nth-child(4n+2), .archive .summary:nth-child(4n+2), .news_category_aggregate article.type-post:nth-child(4n+2), .news_category_aggregate article.type-news:nth-child(4n+2), .news_category_aggregate article.member_resources_category-additional-slideshows:nth-child(4n+2), .news_category_aggregate .member_resources_category-materials-handouts:nth-child(4n+2), .news_category_aggregate .summary:nth-child(4n+2), .faq-summaries article.type-post:nth-child(4n+2), .faq-summaries article.type-news:nth-child(4n+2), .faq-summaries article.member_resources_category-additional-slideshows:nth-child(4n+2), .faq-summaries .member_resources_category-materials-handouts:nth-child(4n+2), .faq-summaries .summary:nth-child(4n+2), .single-chapter article.type-post:nth-child(4n+2), .single-chapter article.type-news:nth-child(4n+2), .single-chapter article.member_resources_category-additional-slideshows:nth-child(4n+2), .single-chapter .member_resources_category-materials-handouts:nth-child(4n+2), .single-chapter .summary:nth-child(4n+2) {
    background-color: #149e94; }
  .blog article.type-post:nth-child(4n+3), .blog article.type-news:nth-child(4n+3), .blog article.member_resources_category-additional-slideshows:nth-child(4n+3), .blog .member_resources_category-materials-handouts:nth-child(4n+3), .blog .summary:nth-child(4n+3), .archive article.type-post:nth-child(4n+3), .archive article.type-news:nth-child(4n+3), .archive article.member_resources_category-additional-slideshows:nth-child(4n+3), .archive .member_resources_category-materials-handouts:nth-child(4n+3), .archive .summary:nth-child(4n+3), .news_category_aggregate article.type-post:nth-child(4n+3), .news_category_aggregate article.type-news:nth-child(4n+3), .news_category_aggregate article.member_resources_category-additional-slideshows:nth-child(4n+3), .news_category_aggregate .member_resources_category-materials-handouts:nth-child(4n+3), .news_category_aggregate .summary:nth-child(4n+3), .faq-summaries article.type-post:nth-child(4n+3), .faq-summaries article.type-news:nth-child(4n+3), .faq-summaries article.member_resources_category-additional-slideshows:nth-child(4n+3), .faq-summaries .member_resources_category-materials-handouts:nth-child(4n+3), .faq-summaries .summary:nth-child(4n+3), .single-chapter article.type-post:nth-child(4n+3), .single-chapter article.type-news:nth-child(4n+3), .single-chapter article.member_resources_category-additional-slideshows:nth-child(4n+3), .single-chapter .member_resources_category-materials-handouts:nth-child(4n+3), .single-chapter .summary:nth-child(4n+3) {
    background-color: #a6aaad; }
  .blog article.type-post:nth-child(4n+0), .blog article.type-news:nth-child(4n+0), .blog article.member_resources_category-additional-slideshows:nth-child(4n+0), .blog .member_resources_category-materials-handouts:nth-child(4n+0), .blog .summary:nth-child(4n+0), .archive article.type-post:nth-child(4n+0), .archive article.type-news:nth-child(4n+0), .archive article.member_resources_category-additional-slideshows:nth-child(4n+0), .archive .member_resources_category-materials-handouts:nth-child(4n+0), .archive .summary:nth-child(4n+0), .news_category_aggregate article.type-post:nth-child(4n+0), .news_category_aggregate article.type-news:nth-child(4n+0), .news_category_aggregate article.member_resources_category-additional-slideshows:nth-child(4n+0), .news_category_aggregate .member_resources_category-materials-handouts:nth-child(4n+0), .news_category_aggregate .summary:nth-child(4n+0), .faq-summaries article.type-post:nth-child(4n+0), .faq-summaries article.type-news:nth-child(4n+0), .faq-summaries article.member_resources_category-additional-slideshows:nth-child(4n+0), .faq-summaries .member_resources_category-materials-handouts:nth-child(4n+0), .faq-summaries .summary:nth-child(4n+0), .single-chapter article.type-post:nth-child(4n+0), .single-chapter article.type-news:nth-child(4n+0), .single-chapter article.member_resources_category-additional-slideshows:nth-child(4n+0), .single-chapter .member_resources_category-materials-handouts:nth-child(4n+0), .single-chapter .summary:nth-child(4n+0) {
    background-color: #59a1e0; }
  .blog article.type-post .entry-header, .blog article.type-news .entry-header, .blog article.member_resources_category-additional-slideshows .entry-header, .blog .member_resources_category-materials-handouts .entry-header, .blog .summary .entry-header, .archive article.type-post .entry-header, .archive article.type-news .entry-header, .archive article.member_resources_category-additional-slideshows .entry-header, .archive .member_resources_category-materials-handouts .entry-header, .archive .summary .entry-header, .news_category_aggregate article.type-post .entry-header, .news_category_aggregate article.type-news .entry-header, .news_category_aggregate article.member_resources_category-additional-slideshows .entry-header, .news_category_aggregate .member_resources_category-materials-handouts .entry-header, .news_category_aggregate .summary .entry-header, .faq-summaries article.type-post .entry-header, .faq-summaries article.type-news .entry-header, .faq-summaries article.member_resources_category-additional-slideshows .entry-header, .faq-summaries .member_resources_category-materials-handouts .entry-header, .faq-summaries .summary .entry-header, .single-chapter article.type-post .entry-header, .single-chapter article.type-news .entry-header, .single-chapter article.member_resources_category-additional-slideshows .entry-header, .single-chapter .member_resources_category-materials-handouts .entry-header, .single-chapter .summary .entry-header {
    color: #FFF; }
    .blog article.type-post .entry-header .entry-title, .blog article.type-post .entry-header .entry-subtitle, .blog article.type-news .entry-header .entry-title, .blog article.type-news .entry-header .entry-subtitle, .blog article.member_resources_category-additional-slideshows .entry-header .entry-title, .blog article.member_resources_category-additional-slideshows .entry-header .entry-subtitle, .blog .member_resources_category-materials-handouts .entry-header .entry-title, .blog .member_resources_category-materials-handouts .entry-header .entry-subtitle, .blog .summary .entry-header .entry-title, .blog .summary .entry-header .entry-subtitle, .archive article.type-post .entry-header .entry-title, .archive article.type-post .entry-header .entry-subtitle, .archive article.type-news .entry-header .entry-title, .archive article.type-news .entry-header .entry-subtitle, .archive article.member_resources_category-additional-slideshows .entry-header .entry-title, .archive article.member_resources_category-additional-slideshows .entry-header .entry-subtitle, .archive .member_resources_category-materials-handouts .entry-header .entry-title, .archive .member_resources_category-materials-handouts .entry-header .entry-subtitle, .archive .summary .entry-header .entry-title, .archive .summary .entry-header .entry-subtitle, .news_category_aggregate article.type-post .entry-header .entry-title, .news_category_aggregate article.type-post .entry-header .entry-subtitle, .news_category_aggregate article.type-news .entry-header .entry-title, .news_category_aggregate article.type-news .entry-header .entry-subtitle, .news_category_aggregate article.member_resources_category-additional-slideshows .entry-header .entry-title, .news_category_aggregate article.member_resources_category-additional-slideshows .entry-header .entry-subtitle, .news_category_aggregate .member_resources_category-materials-handouts .entry-header .entry-title, .news_category_aggregate .member_resources_category-materials-handouts .entry-header .entry-subtitle, .news_category_aggregate .summary .entry-header .entry-title, .news_category_aggregate .summary .entry-header .entry-subtitle, .faq-summaries article.type-post .entry-header .entry-title, .faq-summaries article.type-post .entry-header .entry-subtitle, .faq-summaries article.type-news .entry-header .entry-title, .faq-summaries article.type-news .entry-header .entry-subtitle, .faq-summaries article.member_resources_category-additional-slideshows .entry-header .entry-title, .faq-summaries article.member_resources_category-additional-slideshows .entry-header .entry-subtitle, .faq-summaries .member_resources_category-materials-handouts .entry-header .entry-title, .faq-summaries .member_resources_category-materials-handouts .entry-header .entry-subtitle, .faq-summaries .summary .entry-header .entry-title, .faq-summaries .summary .entry-header .entry-subtitle, .single-chapter article.type-post .entry-header .entry-title, .single-chapter article.type-post .entry-header .entry-subtitle, .single-chapter article.type-news .entry-header .entry-title, .single-chapter article.type-news .entry-header .entry-subtitle, .single-chapter article.member_resources_category-additional-slideshows .entry-header .entry-title, .single-chapter article.member_resources_category-additional-slideshows .entry-header .entry-subtitle, .single-chapter .member_resources_category-materials-handouts .entry-header .entry-title, .single-chapter .member_resources_category-materials-handouts .entry-header .entry-subtitle, .single-chapter .summary .entry-header .entry-title, .single-chapter .summary .entry-header .entry-subtitle {
      font-size: 1em;
      color: #FFF; }
      .blog article.type-post .entry-header .entry-title a, .blog article.type-post .entry-header .entry-subtitle a, .blog article.type-news .entry-header .entry-title a, .blog article.type-news .entry-header .entry-subtitle a, .blog article.member_resources_category-additional-slideshows .entry-header .entry-title a, .blog article.member_resources_category-additional-slideshows .entry-header .entry-subtitle a, .blog .member_resources_category-materials-handouts .entry-header .entry-title a, .blog .member_resources_category-materials-handouts .entry-header .entry-subtitle a, .blog .summary .entry-header .entry-title a, .blog .summary .entry-header .entry-subtitle a, .archive article.type-post .entry-header .entry-title a, .archive article.type-post .entry-header .entry-subtitle a, .archive article.type-news .entry-header .entry-title a, .archive article.type-news .entry-header .entry-subtitle a, .archive article.member_resources_category-additional-slideshows .entry-header .entry-title a, .archive article.member_resources_category-additional-slideshows .entry-header .entry-subtitle a, .archive .member_resources_category-materials-handouts .entry-header .entry-title a, .archive .member_resources_category-materials-handouts .entry-header .entry-subtitle a, .archive .summary .entry-header .entry-title a, .archive .summary .entry-header .entry-subtitle a, .news_category_aggregate article.type-post .entry-header .entry-title a, .news_category_aggregate article.type-post .entry-header .entry-subtitle a, .news_category_aggregate article.type-news .entry-header .entry-title a, .news_category_aggregate article.type-news .entry-header .entry-subtitle a, .news_category_aggregate article.member_resources_category-additional-slideshows .entry-header .entry-title a, .news_category_aggregate article.member_resources_category-additional-slideshows .entry-header .entry-subtitle a, .news_category_aggregate .member_resources_category-materials-handouts .entry-header .entry-title a, .news_category_aggregate .member_resources_category-materials-handouts .entry-header .entry-subtitle a, .news_category_aggregate .summary .entry-header .entry-title a, .news_category_aggregate .summary .entry-header .entry-subtitle a, .faq-summaries article.type-post .entry-header .entry-title a, .faq-summaries article.type-post .entry-header .entry-subtitle a, .faq-summaries article.type-news .entry-header .entry-title a, .faq-summaries article.type-news .entry-header .entry-subtitle a, .faq-summaries article.member_resources_category-additional-slideshows .entry-header .entry-title a, .faq-summaries article.member_resources_category-additional-slideshows .entry-header .entry-subtitle a, .faq-summaries .member_resources_category-materials-handouts .entry-header .entry-title a, .faq-summaries .member_resources_category-materials-handouts .entry-header .entry-subtitle a, .faq-summaries .summary .entry-header .entry-title a, .faq-summaries .summary .entry-header .entry-subtitle a, .single-chapter article.type-post .entry-header .entry-title a, .single-chapter article.type-post .entry-header .entry-subtitle a, .single-chapter article.type-news .entry-header .entry-title a, .single-chapter article.type-news .entry-header .entry-subtitle a, .single-chapter article.member_resources_category-additional-slideshows .entry-header .entry-title a, .single-chapter article.member_resources_category-additional-slideshows .entry-header .entry-subtitle a, .single-chapter .member_resources_category-materials-handouts .entry-header .entry-title a, .single-chapter .member_resources_category-materials-handouts .entry-header .entry-subtitle a, .single-chapter .summary .entry-header .entry-title a, .single-chapter .summary .entry-header .entry-subtitle a {
        color: #FFF; }
    .blog article.type-post .entry-header .entry-subtitle, .blog article.type-news .entry-header .entry-subtitle, .blog article.member_resources_category-additional-slideshows .entry-header .entry-subtitle, .blog .member_resources_category-materials-handouts .entry-header .entry-subtitle, .blog .summary .entry-header .entry-subtitle, .archive article.type-post .entry-header .entry-subtitle, .archive article.type-news .entry-header .entry-subtitle, .archive article.member_resources_category-additional-slideshows .entry-header .entry-subtitle, .archive .member_resources_category-materials-handouts .entry-header .entry-subtitle, .archive .summary .entry-header .entry-subtitle, .news_category_aggregate article.type-post .entry-header .entry-subtitle, .news_category_aggregate article.type-news .entry-header .entry-subtitle, .news_category_aggregate article.member_resources_category-additional-slideshows .entry-header .entry-subtitle, .news_category_aggregate .member_resources_category-materials-handouts .entry-header .entry-subtitle, .news_category_aggregate .summary .entry-header .entry-subtitle, .faq-summaries article.type-post .entry-header .entry-subtitle, .faq-summaries article.type-news .entry-header .entry-subtitle, .faq-summaries article.member_resources_category-additional-slideshows .entry-header .entry-subtitle, .faq-summaries .member_resources_category-materials-handouts .entry-header .entry-subtitle, .faq-summaries .summary .entry-header .entry-subtitle, .single-chapter article.type-post .entry-header .entry-subtitle, .single-chapter article.type-news .entry-header .entry-subtitle, .single-chapter article.member_resources_category-additional-slideshows .entry-header .entry-subtitle, .single-chapter .member_resources_category-materials-handouts .entry-header .entry-subtitle, .single-chapter .summary .entry-header .entry-subtitle {
      font-size: 1em; }
  .blog article.type-post .entry-content, .blog article.type-news .entry-content, .blog article.member_resources_category-additional-slideshows .entry-content, .blog .member_resources_category-materials-handouts .entry-content, .blog .summary .entry-content, .archive article.type-post .entry-content, .archive article.type-news .entry-content, .archive article.member_resources_category-additional-slideshows .entry-content, .archive .member_resources_category-materials-handouts .entry-content, .archive .summary .entry-content, .news_category_aggregate article.type-post .entry-content, .news_category_aggregate article.type-news .entry-content, .news_category_aggregate article.member_resources_category-additional-slideshows .entry-content, .news_category_aggregate .member_resources_category-materials-handouts .entry-content, .news_category_aggregate .summary .entry-content, .faq-summaries article.type-post .entry-content, .faq-summaries article.type-news .entry-content, .faq-summaries article.member_resources_category-additional-slideshows .entry-content, .faq-summaries .member_resources_category-materials-handouts .entry-content, .faq-summaries .summary .entry-content, .single-chapter article.type-post .entry-content, .single-chapter article.type-news .entry-content, .single-chapter article.member_resources_category-additional-slideshows .entry-content, .single-chapter .member_resources_category-materials-handouts .entry-content, .single-chapter .summary .entry-content {
    color: #FFF; }
    .blog article.type-post .entry-content strong, .blog article.type-post .entry-content a, .blog article.type-news .entry-content strong, .blog article.type-news .entry-content a, .blog article.member_resources_category-additional-slideshows .entry-content strong, .blog article.member_resources_category-additional-slideshows .entry-content a, .blog .member_resources_category-materials-handouts .entry-content strong, .blog .member_resources_category-materials-handouts .entry-content a, .blog .summary .entry-content strong, .blog .summary .entry-content a, .archive article.type-post .entry-content strong, .archive article.type-post .entry-content a, .archive article.type-news .entry-content strong, .archive article.type-news .entry-content a, .archive article.member_resources_category-additional-slideshows .entry-content strong, .archive article.member_resources_category-additional-slideshows .entry-content a, .archive .member_resources_category-materials-handouts .entry-content strong, .archive .member_resources_category-materials-handouts .entry-content a, .archive .summary .entry-content strong, .archive .summary .entry-content a, .news_category_aggregate article.type-post .entry-content strong, .news_category_aggregate article.type-post .entry-content a, .news_category_aggregate article.type-news .entry-content strong, .news_category_aggregate article.type-news .entry-content a, .news_category_aggregate article.member_resources_category-additional-slideshows .entry-content strong, .news_category_aggregate article.member_resources_category-additional-slideshows .entry-content a, .news_category_aggregate .member_resources_category-materials-handouts .entry-content strong, .news_category_aggregate .member_resources_category-materials-handouts .entry-content a, .news_category_aggregate .summary .entry-content strong, .news_category_aggregate .summary .entry-content a, .faq-summaries article.type-post .entry-content strong, .faq-summaries article.type-post .entry-content a, .faq-summaries article.type-news .entry-content strong, .faq-summaries article.type-news .entry-content a, .faq-summaries article.member_resources_category-additional-slideshows .entry-content strong, .faq-summaries article.member_resources_category-additional-slideshows .entry-content a, .faq-summaries .member_resources_category-materials-handouts .entry-content strong, .faq-summaries .member_resources_category-materials-handouts .entry-content a, .faq-summaries .summary .entry-content strong, .faq-summaries .summary .entry-content a, .single-chapter article.type-post .entry-content strong, .single-chapter article.type-post .entry-content a, .single-chapter article.type-news .entry-content strong, .single-chapter article.type-news .entry-content a, .single-chapter article.member_resources_category-additional-slideshows .entry-content strong, .single-chapter article.member_resources_category-additional-slideshows .entry-content a, .single-chapter .member_resources_category-materials-handouts .entry-content strong, .single-chapter .member_resources_category-materials-handouts .entry-content a, .single-chapter .summary .entry-content strong, .single-chapter .summary .entry-content a {
      color: #FFF; }
    .blog article.type-post .entry-content .member-resource-teaser, .blog article.type-news .entry-content .member-resource-teaser, .blog article.member_resources_category-additional-slideshows .entry-content .member-resource-teaser, .blog .member_resources_category-materials-handouts .entry-content .member-resource-teaser, .blog .summary .entry-content .member-resource-teaser, .archive article.type-post .entry-content .member-resource-teaser, .archive article.type-news .entry-content .member-resource-teaser, .archive article.member_resources_category-additional-slideshows .entry-content .member-resource-teaser, .archive .member_resources_category-materials-handouts .entry-content .member-resource-teaser, .archive .summary .entry-content .member-resource-teaser, .news_category_aggregate article.type-post .entry-content .member-resource-teaser, .news_category_aggregate article.type-news .entry-content .member-resource-teaser, .news_category_aggregate article.member_resources_category-additional-slideshows .entry-content .member-resource-teaser, .news_category_aggregate .member_resources_category-materials-handouts .entry-content .member-resource-teaser, .news_category_aggregate .summary .entry-content .member-resource-teaser, .faq-summaries article.type-post .entry-content .member-resource-teaser, .faq-summaries article.type-news .entry-content .member-resource-teaser, .faq-summaries article.member_resources_category-additional-slideshows .entry-content .member-resource-teaser, .faq-summaries .member_resources_category-materials-handouts .entry-content .member-resource-teaser, .faq-summaries .summary .entry-content .member-resource-teaser, .single-chapter article.type-post .entry-content .member-resource-teaser, .single-chapter article.type-news .entry-content .member-resource-teaser, .single-chapter article.member_resources_category-additional-slideshows .entry-content .member-resource-teaser, .single-chapter .member_resources_category-materials-handouts .entry-content .member-resource-teaser, .single-chapter .summary .entry-content .member-resource-teaser {
      font-size: 0.8em; }
    .blog article.type-post .entry-content .btn-primary, .blog article.type-news .entry-content .btn-primary, .blog article.member_resources_category-additional-slideshows .entry-content .btn-primary, .blog .member_resources_category-materials-handouts .entry-content .btn-primary, .blog .summary .entry-content .btn-primary, .archive article.type-post .entry-content .btn-primary, .archive article.type-news .entry-content .btn-primary, .archive article.member_resources_category-additional-slideshows .entry-content .btn-primary, .archive .member_resources_category-materials-handouts .entry-content .btn-primary, .archive .summary .entry-content .btn-primary, .news_category_aggregate article.type-post .entry-content .btn-primary, .news_category_aggregate article.type-news .entry-content .btn-primary, .news_category_aggregate article.member_resources_category-additional-slideshows .entry-content .btn-primary, .news_category_aggregate .member_resources_category-materials-handouts .entry-content .btn-primary, .news_category_aggregate .summary .entry-content .btn-primary, .faq-summaries article.type-post .entry-content .btn-primary, .faq-summaries article.type-news .entry-content .btn-primary, .faq-summaries article.member_resources_category-additional-slideshows .entry-content .btn-primary, .faq-summaries .member_resources_category-materials-handouts .entry-content .btn-primary, .faq-summaries .summary .entry-content .btn-primary, .single-chapter article.type-post .entry-content .btn-primary, .single-chapter article.type-news .entry-content .btn-primary, .single-chapter article.member_resources_category-additional-slideshows .entry-content .btn-primary, .single-chapter .member_resources_category-materials-handouts .entry-content .btn-primary, .single-chapter .summary .entry-content .btn-primary {
      border-color: rgba(255, 255, 255, 0.5); }
  .blog article.type-post .entry-footer, .blog article.type-news .entry-footer, .blog article.member_resources_category-additional-slideshows .entry-footer, .blog .member_resources_category-materials-handouts .entry-footer, .blog .summary .entry-footer, .archive article.type-post .entry-footer, .archive article.type-news .entry-footer, .archive article.member_resources_category-additional-slideshows .entry-footer, .archive .member_resources_category-materials-handouts .entry-footer, .archive .summary .entry-footer, .news_category_aggregate article.type-post .entry-footer, .news_category_aggregate article.type-news .entry-footer, .news_category_aggregate article.member_resources_category-additional-slideshows .entry-footer, .news_category_aggregate .member_resources_category-materials-handouts .entry-footer, .news_category_aggregate .summary .entry-footer, .faq-summaries article.type-post .entry-footer, .faq-summaries article.type-news .entry-footer, .faq-summaries article.member_resources_category-additional-slideshows .entry-footer, .faq-summaries .member_resources_category-materials-handouts .entry-footer, .faq-summaries .summary .entry-footer, .single-chapter article.type-post .entry-footer, .single-chapter article.type-news .entry-footer, .single-chapter article.member_resources_category-additional-slideshows .entry-footer, .single-chapter .member_resources_category-materials-handouts .entry-footer, .single-chapter .summary .entry-footer {
    display: none; }
  .blog article.type-post hr.clear, .blog article.type-news hr.clear, .blog article.member_resources_category-additional-slideshows hr.clear, .blog .member_resources_category-materials-handouts hr.clear, .blog .summary hr.clear, .archive article.type-post hr.clear, .archive article.type-news hr.clear, .archive article.member_resources_category-additional-slideshows hr.clear, .archive .member_resources_category-materials-handouts hr.clear, .archive .summary hr.clear, .news_category_aggregate article.type-post hr.clear, .news_category_aggregate article.type-news hr.clear, .news_category_aggregate article.member_resources_category-additional-slideshows hr.clear, .news_category_aggregate .member_resources_category-materials-handouts hr.clear, .news_category_aggregate .summary hr.clear, .faq-summaries article.type-post hr.clear, .faq-summaries article.type-news hr.clear, .faq-summaries article.member_resources_category-additional-slideshows hr.clear, .faq-summaries .member_resources_category-materials-handouts hr.clear, .faq-summaries .summary hr.clear, .single-chapter article.type-post hr.clear, .single-chapter article.type-news hr.clear, .single-chapter article.member_resources_category-additional-slideshows hr.clear, .single-chapter .member_resources_category-materials-handouts hr.clear, .single-chapter .summary hr.clear {
    border-top: 0; }
  .blog article.type-post .link-block, .blog article.type-news .link-block, .blog article.member_resources_category-additional-slideshows .link-block, .blog .member_resources_category-materials-handouts .link-block, .blog .summary .link-block, .archive article.type-post .link-block, .archive article.type-news .link-block, .archive article.member_resources_category-additional-slideshows .link-block, .archive .member_resources_category-materials-handouts .link-block, .archive .summary .link-block, .news_category_aggregate article.type-post .link-block, .news_category_aggregate article.type-news .link-block, .news_category_aggregate article.member_resources_category-additional-slideshows .link-block, .news_category_aggregate .member_resources_category-materials-handouts .link-block, .news_category_aggregate .summary .link-block, .faq-summaries article.type-post .link-block, .faq-summaries article.type-news .link-block, .faq-summaries article.member_resources_category-additional-slideshows .link-block, .faq-summaries .member_resources_category-materials-handouts .link-block, .faq-summaries .summary .link-block, .single-chapter article.type-post .link-block, .single-chapter article.type-news .link-block, .single-chapter article.member_resources_category-additional-slideshows .link-block, .single-chapter .member_resources_category-materials-handouts .link-block, .single-chapter .summary .link-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-decoration: none; }

.blog article.genesis-teaser a.readmore-button {
  position: absolute;
  right: 1em;
  bottom: 1em; }

.news_category_aggregate h3.widget-title, .news_category_aggregate h3.widget-title a, .news_media_runner h3.widget-title, .news_media_runner h3.widget-title a {
  margin: 0;
  padding: 0.5em 1em;
  color: #FFF;
  border-top: 0px solid #FFF;
  text-decoration: none !important; }

.news_category_aggregate article.type-news, .news_media_runner article.type-news {
  max-height: 14em;
  overflow: scroll; }
  .news_category_aggregate article.type-news .entry-footer, .news_media_runner article.type-news .entry-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block; }
    .news_category_aggregate article.type-news .entry-footer a, .news_media_runner article.type-news .entry-footer a {
      text-align: center;
      display: block;
      background: rgba(255, 255, 255, 0.5);
      color: #FFF; }
  .news_category_aggregate article.type-news.open, .news_media_runner article.type-news.open {
    position: absolute;
    top: 3em;
    left: 3em;
    right: 3em;
    bottom: 3em;
    max-height: 100%;
    overflow: scroll;
    z-index: 2000; }
    .news_category_aggregate article.type-news.open .entry-footer, .news_media_runner article.type-news.open .entry-footer {
      top: 0;
      right: 0;
      left: auto; }
      .news_category_aggregate article.type-news.open .entry-footer a, .news_media_runner article.type-news.open .entry-footer a {
        width: 1.8em; }

.news_category_aggregate:nth-child(4n+1) h3.widget-title, .news_media_runner:nth-child(4n+1) h3.widget-title {
  background-color: #216eb2; }

.news_category_aggregate:nth-child(4n+1) article.type-news:nth-child(3n+1), .news_media_runner:nth-child(4n+1) article.type-news:nth-child(3n+1) {
  background-color: #149e94; }

.news_category_aggregate:nth-child(4n+1) article.type-news:nth-child(3n+2), .news_media_runner:nth-child(4n+1) article.type-news:nth-child(3n+2) {
  background-color: #a6aaad; }

.news_category_aggregate:nth-child(4n+1) article.type-news:nth-child(3n+0), .news_media_runner:nth-child(4n+1) article.type-news:nth-child(3n+0) {
  background-color: #59a1e0; }

.news_category_aggregate:nth-child(4n+2) h3.widget-title, .news_media_runner:nth-child(4n+2) h3.widget-title {
  background-color: #a6aaad; }

.news_category_aggregate:nth-child(4n+2) article.type-news:nth-child(3n+1), .news_media_runner:nth-child(4n+2) article.type-news:nth-child(3n+1) {
  background-color: #59a1e0; }

.news_category_aggregate:nth-child(4n+2) article.type-news:nth-child(3n+2), .news_media_runner:nth-child(4n+2) article.type-news:nth-child(3n+2) {
  background-color: #216eb2; }

.news_category_aggregate:nth-child(4n+2) article.type-news:nth-child(3n+0), .news_media_runner:nth-child(4n+2) article.type-news:nth-child(3n+0) {
  background-color: #149e94; }

.news_category_aggregate:nth-child(4n+3) h3.widget-title, .news_media_runner:nth-child(4n+3) h3.widget-title {
  background-color: #149e94; }

.news_category_aggregate:nth-child(4n+3) article.type-news:nth-child(3n+1), .news_media_runner:nth-child(4n+3) article.type-news:nth-child(3n+1) {
  background-color: #a6aaad; }

.news_category_aggregate:nth-child(4n+3) article.type-news:nth-child(3n+2), .news_media_runner:nth-child(4n+3) article.type-news:nth-child(3n+2) {
  background-color: #59a1e0; }

.news_category_aggregate:nth-child(4n+3) article.type-news:nth-child(3n+0), .news_media_runner:nth-child(4n+3) article.type-news:nth-child(3n+0) {
  background-color: #216eb2; }

.news_category_aggregate:nth-child(4n+0) h3.widget-title, .news_media_runner:nth-child(4n+0) h3.widget-title {
  background-color: #59a1e0; }

.news_category_aggregate:nth-child(4n+0) article.type-news:nth-child(3n+1), .news_media_runner:nth-child(4n+0) article.type-news:nth-child(3n+1) {
  background-color: #216eb2; }

.news_category_aggregate:nth-child(4n+0) article.type-news:nth-child(3n+2), .news_media_runner:nth-child(4n+0) article.type-news:nth-child(3n+2) {
  background-color: #149e94; }

.news_category_aggregate:nth-child(4n+0) article.type-news:nth-child(3n+0), .news_media_runner:nth-child(4n+0) article.type-news:nth-child(3n+0) {
  background-color: #a6aaad; }

.news_category_aggregate .entry-content {
  display: none; }

.single-news .media-coverage .media-article {
  border-bottom: 1px solid #CCC;
  padding-bottom: 1em;
  margin-bottom: 1em; }
  .single-news .media-coverage .media-article h3.media-title a {
    color: #149e94;
    text-decoration: none; }
    .single-news .media-coverage .media-article h3.media-title a:hover {
      text-decoration: underline; }
  .single-news .media-coverage .media-article p.meta {
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 0.5em; }
  .single-news .media-coverage .media-article p.teaser a.read-more {
    display: block;
    color: #149e94;
    font-weight: bold;
    text-decoration: none; }
    .single-news .media-coverage .media-article p.teaser a.read-more:after {
      font-family: FontAwesome;
      content: ' \f18e'; }

.speaker_aggregate {
  margin-top: 2em; }
  .speaker_aggregate article {
    break-inside: avoid;
    padding: 0.5em;
    margin-bottom: 0; }
    .speaker_aggregate article .entry-header {
      border: 1px solid #CCC;
      padding: 1em; }
      .speaker_aggregate article .entry-header .speaker-headshot {
        text-align: center;
        padding: 1em 0;
        display: block; }
        .speaker_aggregate article .entry-header .speaker-headshot a {
          display: block;
          margin: 0 auto; }
      .speaker_aggregate article .entry-header .entry-title {
        font-size: 1em; }
        .speaker_aggregate article .entry-header .entry-title span.bio {
          margin: 0 0 0 0.5em;
          background: #59a1e0;
          color: #FFF;
          font-size: 0.7em;
          display: inline-block;
          padding: 0.25em;
          border-radius: 0.2em; }
          .speaker_aggregate article .entry-header .entry-title span.bio i {
            margin: 0 0 0 0.25em; }
        .speaker_aggregate article .entry-header .entry-title:hover span.bio {
          background: #216eb2; }
      .speaker_aggregate article .entry-header .entry-subtitle {
        font-size: 0.9em; }
      .speaker_aggregate article .entry-header .speaker-meta {
        font-size: 0.7em; }

.content_modal .modal-content {
  border: 0;
  border-radius: 0; }
  .content_modal .modal-content .modal-header, .content_modal .modal-content .modal-body, .content_modal .modal-content .modal-footer {
    font-size: 1.6em;
    border: 0; }
    .content_modal .modal-content .modal-header .entry-title, .content_modal .modal-content .modal-header .entry-subtitle, .content_modal .modal-content .modal-header strong, .content_modal .modal-content .modal-header b, .content_modal .modal-content .modal-body .entry-title, .content_modal .modal-content .modal-body .entry-subtitle, .content_modal .modal-content .modal-body strong, .content_modal .modal-content .modal-body b, .content_modal .modal-content .modal-footer .entry-title, .content_modal .modal-content .modal-footer .entry-subtitle, .content_modal .modal-content .modal-footer strong, .content_modal .modal-content .modal-footer b {
      color: #216eb2; }
    .content_modal .modal-content .modal-header .entry-title, .content_modal .modal-content .modal-body .entry-title, .content_modal .modal-content .modal-footer .entry-title {
      font-size: 1.8em;
      font-weight: 600; }
    .content_modal .modal-content .modal-header .entry-subtitle, .content_modal .modal-content .modal-body .entry-subtitle, .content_modal .modal-content .modal-footer .entry-subtitle {
      font-size: 1.2em;
      font-weight: 400; }

.element-wrapper.officer-intro {
  padding-top: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 1px solid #CCC;
  display: table;
  width: 100%; }
  .element-wrapper.officer-intro div.img {
    margin-right: 1em; }
  .element-wrapper.officer-intro h3 {
    color: #59a1e0; }

/* Type-1 */
.multi .carousel-inner .item .video {
  height: 172px;
  padding: 0;
  border: 1px solid #FFF;
  position: relative;
  background-color: rgba(166, 170, 173, 0.8);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .multi .carousel-inner .item .video iframe {
    max-height: 200px; }
  .multi .carousel-inner .item .video .video-title {
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFF;
    max-height: 3em;
    display: block;
    overflow: hidden;
    border: 0;
    font-size: 0.8em;
    padding: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5; }
  .multi .carousel-inner .item .video a {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .multi .carousel-inner .item .video a i {
      position: absolute;
      color: rgba(0, 0, 0, 0.5);
      font-size: 4em;
      margin: 0 auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .multi .carousel-inner .item .video a:hover i {
      color: #f00; }

.multi .carousel-inner .active.left {
  left: -25%; }

.multi .carousel-inner .next {
  left: 25%; }

.multi .carousel-inner .prev {
  left: -25%; }

.multi .carousel-control {
  width: 2%; }

.multi .carousel-control.left, .multi .carousel-control.right {
  background-image: none; }

.multi .carousel-control.left {
  margin-left: 0.5em; }

.multi .carousel-control.right {
  margin-right: 0.5em; }

.widget.news-widget .wrap {
  padding: 0; }

.widget.news-widget dl dt {
  font-size: 0.7em;
  margin-top: 0.5em;
  font-weight: 400;
  max-height: 195px;
  overflow: hidden; }
  .widget.news-widget dl dt a {
    text-decoration: none !important;
    color: #216eb2; }

.widget.news-widget dl dd {
  font-size: 0.85em;
  margin-bottom: 0.5em;
  font-weight: 700; }
  .widget.news-widget dl dd a {
    text-decoration: none; }

.chapter-finder .map {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: auto; }

.chapter-finder .state {
  z-index: 0;
  position: relative;
  transition: all ease .3s;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: rgba(2, 176, 163, 0.66);
  stroke: #FFF; }

.chapter-finder .labelbox {
  fill: rgba(2, 176, 163, 0.66);
  stroke: rgba(0, 0, 0, 0.4); }

.chapter-finder .state:hover, .chapter-finder .labelbox:hover {
  fill: rgba(175, 210, 240, 0.66);
  cursor: pointer; }

.chapter-finder .maplabel {
  fill: #000; }

.chapter-finder #california .state, .chapter-finder #california .labelbox, .chapter-finder #new-york .state, .chapter-finder #new-york .labelbox, .chapter-finder #north-carolina .state, .chapter-finder #north-carolina .labelbox, .chapter-finder #oregon .state, .chapter-finder #oregon .labelbox, .chapter-finder #pennsylvania .state, .chapter-finder #pennsylvania .labelbox, .chapter-finder #tennessee .state, .chapter-finder #tennessee .labelbox, .chapter-finder #washington .state, .chapter-finder #washington .labelbox {
  fill: #02b0a3; }
  .chapter-finder #california .state:hover, .chapter-finder #california .labelbox:hover, .chapter-finder #new-york .state:hover, .chapter-finder #new-york .labelbox:hover, .chapter-finder #north-carolina .state:hover, .chapter-finder #north-carolina .labelbox:hover, .chapter-finder #oregon .state:hover, .chapter-finder #oregon .labelbox:hover, .chapter-finder #pennsylvania .state:hover, .chapter-finder #pennsylvania .labelbox:hover, .chapter-finder #tennessee .state:hover, .chapter-finder #tennessee .labelbox:hover, .chapter-finder #washington .state:hover, .chapter-finder #washington .labelbox:hover {
    fill: #afd2f0; }

.chapter-finder #alabama .state, .chapter-finder #alabama .labelbox, .chapter-finder #connecticut .state, .chapter-finder #connecticut .labelbox, .chapter-finder #delaware .state, .chapter-finder #delaware .labelbox, .chapter-finder #florida .state, .chapter-finder #florida .labelbox, .chapter-finder #hawaii .state, .chapter-finder #hawaii .labelbox, .chapter-finder #idaho .state, .chapter-finder #idaho .labelbox, .chapter-finder #iowa .state, .chapter-finder #iowa .labelbox, .chapter-finder #mississippi .state, .chapter-finder #mississippi .labelbox, .chapter-finder #utah .state, .chapter-finder #utah .labelbox {
  fill: rgba(2, 176, 163, 0.33); }
  .chapter-finder #alabama .state:hover, .chapter-finder #alabama .labelbox:hover, .chapter-finder #connecticut .state:hover, .chapter-finder #connecticut .labelbox:hover, .chapter-finder #delaware .state:hover, .chapter-finder #delaware .labelbox:hover, .chapter-finder #florida .state:hover, .chapter-finder #florida .labelbox:hover, .chapter-finder #hawaii .state:hover, .chapter-finder #hawaii .labelbox:hover, .chapter-finder #idaho .state:hover, .chapter-finder #idaho .labelbox:hover, .chapter-finder #iowa .state:hover, .chapter-finder #iowa .labelbox:hover, .chapter-finder #mississippi .state:hover, .chapter-finder #mississippi .labelbox:hover, .chapter-finder #utah .state:hover, .chapter-finder #utah .labelbox:hover {
    fill: rgba(175, 210, 240, 0.33); }

.chapter-finder #arizona .state, .chapter-finder #arizona .labelbox, .chapter-finder #arkansas .state, .chapter-finder #arkansas .labelbox, .chapter-finder #kansas .state, .chapter-finder #kansas .labelbox, .chapter-finder #montana .state, .chapter-finder #montana .labelbox, .chapter-finder #nebraska .state, .chapter-finder #nebraska .labelbox, .chapter-finder #north-dakota .state, .chapter-finder #north-dakota .labelbox, .chapter-finder #oklahoma .state, .chapter-finder #oklahoma .labelbox, .chapter-finder #south-dakota .state, .chapter-finder #south-dakota .labelbox, .chapter-finder #wyoming .state, .chapter-finder #wyoming .labelbox {
  fill: rgba(2, 176, 163, 0.01);
  stroke: rgba(2, 176, 163, 0.6); }
  .chapter-finder #arizona .state:hover, .chapter-finder #arizona .labelbox:hover, .chapter-finder #arkansas .state:hover, .chapter-finder #arkansas .labelbox:hover, .chapter-finder #kansas .state:hover, .chapter-finder #kansas .labelbox:hover, .chapter-finder #montana .state:hover, .chapter-finder #montana .labelbox:hover, .chapter-finder #nebraska .state:hover, .chapter-finder #nebraska .labelbox:hover, .chapter-finder #north-dakota .state:hover, .chapter-finder #north-dakota .labelbox:hover, .chapter-finder #oklahoma .state:hover, .chapter-finder #oklahoma .labelbox:hover, .chapter-finder #south-dakota .state:hover, .chapter-finder #south-dakota .labelbox:hover, .chapter-finder #wyoming .state:hover, .chapter-finder #wyoming .labelbox:hover {
    fill: rgba(175, 210, 240, 0.01);
    stroke: rgba(175, 210, 240, 0.6); }

.chapter-finder-legend {
  margin-left: 25%; }
  .chapter-finder-legend span.def {
    display: block; }
    .chapter-finder-legend span.def span.sample {
      display: inline-block;
      height: 1em;
      width: 1em;
      margin-right: 1em;
      background-color: rgba(2, 176, 163, 0.66); }
      .chapter-finder-legend span.def span.sample.nope {
        background-color: rgba(2, 176, 163, 0);
        border: 1px solid rgba(2, 176, 163, 0.6); }
      .chapter-finder-legend span.def span.sample.multiple {
        background-color: #02b0a3; }
      .chapter-finder-legend span.def span.sample.members {
        background-color: rgba(2, 176, 163, 0.33); }

.tax-member_resources_category main.content {
  padding-top: 2em; }

.tax-member_resources_category article {
  padding: 0; }
  .tax-member_resources_category article.member_resources_tag-pnhp-main-slide-sets, .tax-member_resources_category article.highlight {
    border: 1px solid #149e94;
    background: rgba(20, 158, 148, 0.1);
    padding: 1em; }
  .tax-member_resources_category article.new-item .member-resource-title:after {
    content: '  NEW!  ';
    font-weight: 800;
    color: #f00; }

.tax-member_resources_category .slide_resource_wrapper {
  margin-bottom: 2em; }

.tax-member_resources_category .member-resource-teaser p.last-child {
  margin-bottom: 0; }

.row-flex {
  display: flex;
  flex-wrap: wrap; }

.ui-accordion-header {
  border-bottom: 1px solid #CCC; }
  .ui-accordion-header:after {
    content: '+';
    float: right; }
  .ui-accordion-header.ui-accordion-header-active:after {
    content: '-'; }

.archive.term-members-in-the-news article iframe {
  width: auto;
  height: 7em;
  border: 0; }

.search-results .entry {
  margin-bottom: 0;
  border-bottom: 1px solid #CCC; }

@media only screen and (min-width: 768px) {
  /* 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; }
  .archive .site-inner > .wrap, .page.latest-news .site-inner > .wrap, .single-chapter .site-inner > .wrap {
    padding-right: 0; }
  .archive main.content article.type-news, .page.latest-news main.content article.type-news, .single-chapter main.content article.type-news {
    cursor: pointer; }
    .archive main.content article.type-news:hover, .page.latest-news main.content article.type-news:hover, .single-chapter main.content article.type-news:hover {
      opacity: 0.8; }
  .archive main.content article.type-news .entry-content {
    display: none; }
  .archive main.content article.type-news.news_category-articles-of-interest .entry-meta {
    display: none; }
  .archive main.content article.type-news.news_category-articles-of-interest .entry-content {
    display: block; }
    .archive main.content article.type-news.news_category-articles-of-interest .entry-content p {
      display: none; }
    .archive main.content article.type-news.news_category-articles-of-interest .entry-content p.first-child {
      display: block;
      font-size: 0.7em; }
  .archive main.content article.type-news.news_category-highlighted-research .entry-content {
    display: block; }
  .modal-dialog {
    width: 80%;
    max-width: 1000px;
    margin: 30px auto; } }

.full-width-content article {
  padding-left: 0;
  padding-right: 0; }

@media only screen and (min-width: 1024px) {
  /* # Defaults
  ---------------------------------------------------------------------------------------------------- */
  /* # Structure
  ---------------------------------------------------------------------------------------------------- */
  .site-inner {
    background: none;
    padding: 0; }
    .site-inner .wrap .content-sidebar-wrap {
      display: flex; }
  .site-header > .wrap, .site-inner > .wrap, .page-footer-widget > .wrap, .footer-widgets > .wrap, .site-footer > .wrap, .section-body > .wrap {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding-left: 2em;
    padding-right: 2em; }
  /* ## Column Widths and Positions
--------------------------------------------- */
  /* ### Wrapping div for .content and .sidebar-primary */
  .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;
    order: 2; }
  .content-sidebar .content,
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content {
    float: left;
    order: 1; }
  .full-width-content .content {
    width: 100%; }
  /* ### Primary Sidebar */
  .sidebar-primary {
    float: right; }
  .sidebar-content .sidebar-primary,
  .sidebar-sidebar-content .sidebar-primary {
    float: left;
    order: 1; }
  /* ### Secondary Sidebar */
  .sidebar-secondary {
    float: left; }
  .content-sidebar-sidebar .sidebar-secondary {
    float: right; }
  /* # Common
  ---------------------------------------------------------------------------------------------------- */
  /* # Widgets
  ---------------------------------------------------------------------------------------------------- */
  /* # Plugins
  ---------------------------------------------------------------------------------------------------- */
  /* # Site Header
  ---------------------------------------------------------------------------------------------------- */
  .site-header {
    background-color: #FFF;
    padding: 0; }
  .site-header > .wrap {
    padding-top: 2em;
    padding-bottom: 2em; }
    .site-header > .wrap:after {
      content: " ";
      display: table;
      clear: both;
      zoom: 1; }
  /* ## Title Area
  --------------------------------------------- */
  .title-area {
    float: left; }
  .header-image .title-area {
    margin: 0 auto;
    width: 33%; }
  /* Logo, hide text */
  .header-image .site-description,
  .header-image .site-title a {
    display: block;
    text-indent: -9999px; }
  .header-image .site-title > a {
    float: left;
    min-height: 100px; }
  .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, .pre-header .widget-area {
    float: right;
    text-align: right;
    clear: right;
    line-height: 1; }
    .site-header .widget-area .widget, .pre-header .widget-area .widget {
      display: inline-block; }
    .site-header .widget-area .widget_nav_menu, .pre-header .widget-area .widget_nav_menu {
      position: relative;
      top: -0.8rem; }
      .site-header .widget-area .widget_nav_menu nav ul li, .pre-header .widget-area .widget_nav_menu nav ul li {
        padding: 0.4rem;
        border: 1px solid #EEE;
        margin-left: -0.4rem; }
        .site-header .widget-area .widget_nav_menu nav ul li a, .pre-header .widget-area .widget_nav_menu nav ul li a {
          padding: 0;
          text-transform: uppercase;
          font-size: 1rem;
          color: #CCC; }
        .site-header .widget-area .widget_nav_menu nav ul li a:after, .pre-header .widget-area .widget_nav_menu nav ul li a:after {
          font-family: FontAwesome;
          padding: 0 0.2rem 0 0.4rem; }
      .site-header .widget-area .widget_nav_menu nav ul li.register, .pre-header .widget-area .widget_nav_menu nav ul li.register {
        border-radius: 6px 0 0 6px; }
        .site-header .widget-area .widget_nav_menu nav ul li.register a:after, .pre-header .widget-area .widget_nav_menu nav ul li.register a:after {
          content: "\f007"; }
      .site-header .widget-area .widget_nav_menu nav ul li.login, .pre-header .widget-area .widget_nav_menu nav ul li.login {
        border-radius: 0 6px 6px 0;
        border-left: 0; }
        .site-header .widget-area .widget_nav_menu nav ul li.login a:after, .pre-header .widget-area .widget_nav_menu nav ul li.login a:after {
          content: "\f023"; }
      .site-header .widget-area .widget_nav_menu nav ul li:hover a, .pre-header .widget-area .widget_nav_menu nav ul li:hover a {
        color: #a6aaad;
        text-decoration: none; }
    .site-header .widget-area .search-form, .pre-header .widget-area .search-form {
      display: inline-block;
      padding: 0;
      margin-left: 1rem;
      position: relative;
      whitespace: nowrap; }
      .site-header .widget-area .search-form input[type="search"], .pre-header .widget-area .search-form input[type="search"] {
        font-size: 1.4rem;
        width: 25rem;
        background: #FFF;
        padding: 0.5em 2.4em 0.5em 1em;
        border: 0;
        border-right: 1px solid #EEE;
        border-radius: 3rem;
        line-height: 1; }
      .site-header .widget-area .search-form input[type="submit"], .pre-header .widget-area .search-form input[type="submit"] {
        font-family: FontAwesome;
        background: transparent;
        border: 0 none;
        clip: auto;
        color: #CCC;
        display: inline-block;
        font-size: 1.2rem;
        height: 18px;
        line-height: 1;
        text-align: center;
        width: 18px;
        right: 1rem;
        top: 0.9rem; }
  .site-header .widget-area {
    float: right;
    text-align: right; }
  .page-title-area .banner .gradient {
    min-height: 400px; }
    .page-title-area .banner .gradient .wrap {
      min-height: 400px; }
  /* # Nav
  ---------------------------------------------------------------------------------------------------- */
  /* # Content
  ----------------------------------------------------------------------------------------------------- */
  .entry {
    padding: 2em; }
  /* # Sidebars
  ---------------------------------------------------------------------------------------------------- */
  .sidebar {
    padding-top: 2em; }
    .sidebar .widget {
      padding: 1em 0; }
  /* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
  .footer-widgets {
    clear: both;
    font-size: 18px;
    font-size: 1.8rem; }
  .footer-widgets {
    clear: both;
    padding: 0; }
    .footer-widgets .widget-area {
      padding: 2em 0; }
    .footer-widgets .widget {
      float: none;
      clear: both;
      display: block;
      text-align: center; }
    .footer-widgets .connected-social .social-media {
      margin: 1rem 0;
      float: none;
      margin: 0 auto; }
      .footer-widgets .connected-social .social-media a, .footer-widgets .connected-social .social-media a:hover {
        float: none;
        display: inline-block; }
        .footer-widgets .connected-social .social-media a:before, .footer-widgets .connected-social .social-media a:hover:before {
          opacity: 1; }
      .footer-widgets .connected-social .social-media a.fa {
        border-radius: 100%;
        font-size: 2rem;
        height: 2em;
        line-height: 2;
        margin: 10px;
        width: 2em; }
      .footer-widgets .connected-social .social-media a.fa.last-child {
        margin-right: 0; }
      .footer-widgets .connected-social .social-media a.fa:hover {
        background-color: #EEE; }
      .footer-widgets .connected-social .social-media a.fa-facebook:hover {
        background-color: #345AA1; }
      .footer-widgets .connected-social .social-media a.fa-twitter:hover {
        background-color: #348DB9; }
      .footer-widgets .connected-social .social-media a.fa-pinterest:hover {
        background-color: #EC1A22; }
      .footer-widgets .connected-social .social-media a.fa-google-plus:hover {
        background-color: #000000; }
      .footer-widgets .connected-social .social-media a.fa-linkedin:hover {
        background-color: #66B5D3; }
      .footer-widgets .connected-social .social-media a.fa-instagram:hover {
        background-color: #EC1A22; }
      .footer-widgets .connected-social .social-media a.fa-tumblr:hover {
        background-color: #3E5A70; }
      .footer-widgets .connected-social .social-media a.fa-reddit:hover {
        background-color: #FF4400; }
      .footer-widgets .connected-social .social-media a.fa-flickr:hover {
        background-color: #0062DD; }
      .footer-widgets .connected-social .social-media a.fa-youtube:hover {
        background-color: #CC181E; }
      .footer-widgets .connected-social .social-media a.fa-vimeo-square:hover {
        background-color: #232021; }
      .footer-widgets .connected-social .social-media a.fa-vine:hover {
        background-color: #00BE8F; }
      .footer-widgets .connected-social .social-media a.fa-share-alt:hover {
        background-color: #00BF00; }
      .footer-widgets .connected-social .social-media a.fa-envelope:hover {
        background-color: #999999; }
      .footer-widgets .connected-social .social-media a.fa-rss:hover {
        background-color: #F37D2A; }
    .footer-widgets .search-form input:focus {
      border: 0 solid #ddd; }
    .footer-widgets .widget.widget_nav_menu {
      text-align: left; }
      .footer-widgets .widget.widget_nav_menu ul.menu {
        font-size: 0.8em;
        width: 90%;
        margin: 0 auto;
        -moz-column-count: 6;
        -moz-column-gap: 30px;
        -webkit-column-count: 5;
        -webkit-column-gap: 30px;
        column-count: 5;
        column-gap: 30px; }
        .footer-widgets .widget.widget_nav_menu ul.menu > li {
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid; }
          .footer-widgets .widget.widget_nav_menu ul.menu > li > a {
            text-transform: uppercase;
            font-weight: 700; }
          .footer-widgets .widget.widget_nav_menu ul.menu > li .sub-menu {
            margin-bottom: 1em; }
            .footer-widgets .widget.widget_nav_menu ul.menu > li .sub-menu li {
              margin-left: 0; }
            .footer-widgets .widget.widget_nav_menu ul.menu > li .sub-menu .sub-menu {
              display: none; }
  /* # Site Footer
  ---------------------------------------------------------------------------------------------------- */
  .site-footer {
    font-size: 1em;
    line-height: 1; }
    .site-footer .wrap {
      padding: 2em inherit; }
    .site-footer .social-media {
      margin: 1rem 0;
      float: none;
      margin: 0 auto; }
      .site-footer .social-media a, .site-footer .social-media a:hover {
        float: none;
        display: inline-block; }
        .site-footer .social-media a:before, .site-footer .social-media a:hover:before {
          opacity: 1; }
      .site-footer .social-media a.fa {
        font-size: 2rem;
        height: 2em;
        line-height: 2;
        margin: 10px;
        width: 2em; }
  .site-footer p {
    margin-bottom: 0; } }

@media print {
  .archive article.type-news, .news_category_aggregate article.type-news {
    margin-bottom: 2em;
    width: 100%;
    float: none;
    display: block;
    height: auto;
    max-height: 100%; } }
