/*
Theme Name: SPLC
Theme URI:
Description: Custom Theme for Student Press Law Center
Version: 1.0
Author: Automattic
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dara
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, rtl-language-support, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SPLC theme is a modified version of Dara theme.

Dara is created by the theme generator at http://components.underscores.me/, (C) 2015-2017 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Elements
7.0 Forms
8.0 Navigation
	8.1 Menus
	8.2 Content Navigation
	8.3 Navigation Top
9.0 Widgets
10.0 Content
	10.1 Layout
	10.2 Posts and pages
	10.3 Comments
	10.4 Page Templates
	10.5 Testimonials
	10.6 Footer
	10.7 Front Page
	10.8 Reusable
11.0 Jetpack
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Template pages (Track & Program)
14.0 Plugins
15.0 Custom Styles
16.0 Media Queries

--------------------------------------------------------------*/
/* variables */
/* Colors */
/* blue */
/* dark blue */
/* clear blue */
/* clear blue 2*/
/* gray */
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0; }

html {
  font-size: 62.5%;
  /* 10px */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

body {
  background: #f0f0f0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

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

caption,
th,
td {
  text-align: left; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

a {
  color: #00B5E2;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #a8a6a1;
  text-decoration: none; }

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

a:focus {
  outline: thin dotted; }

a img {
  border: 0; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 15px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.6em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.6em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after {
  clear: both; }

.comment-meta:before,
.comment-meta:after,
.entry-meta:before,
.entry-meta:after,
.footer-widget-area:before,
.footer-widget-area:after,
.hentry:after,
.main-navigation > ul:before,
.main-navigation > ul:after,
.site-main:before,
.site-main:after,
.subordinate-navigation ul:before,
.subordinate-navigation ul:after,
.testimonials:before,
.testimonials:after,
.front-testimonials:before,
.front-testimonials:after,
.testimonials .hentry:before,
.testimonials .hentry:after,
.clear:before,
.clear:after,
[class*="area"]:before,
[class*="area"]:after,
[class*="content"]:before,
[class*="content"]:after,
.post-navigation:before,
.post-navigation:after,
.posts-navigation:before,
.posts-navigation:after,
[class*="site"]:before,
[class*="site"]:after,
.entry-author:before,
.entry-author:after {
  content: "";
  display: table; }

.comment-meta:after,
.entry-meta:after,
.footer-widget-area:after,
.main-navigation ul:after,
.site-main:after,
.subordinate-navigation ul:after,
.testimonials:after,
.front-testimonials:after,
.testimonials .hentry:after,
.clear:after,
[class*="area"]:after,
[class*="content"]:after,
.posts-navigation:after,
.post-navigation:after,
[class*="site"]:after,
.entry-author:after {
  clear: both; }

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #444340;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6; }

body {
  background: #FFF; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  margin-bottom: .8em; }

h1 {
  font-size: 29px;
  line-height: 1.1;
  margin-bottom: 0.2em; }

h2 {
  font-size: 23px;
  margin-bottom: 0.4em; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 14px; }

/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
hr {
  border: 0;
  height: 1px;
  margin: 1.6em 0;
  background-color: #e6e6e6; }

p,
blockquote p:last-child {
  margin-bottom: 1.6em; }

p:last-child {
  margin-bottom: 0; }

ul,
ol {
  margin: 0 0 1.6em 1.6em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1em 1.6em 1em; }

b,
strong {
  font-weight: bold; }

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

blockquote {
  border-left: 2px solid #f2f2f2;
  font-style: italic;
  padding-left: 1em; }

address {
  margin: 0 0 1.6em 0; }

pre {
  background: #f2f2f2;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  max-width: 100%;
  margin-bottom: 1.6em;
  overflow-x: scroll;
  padding: 1em; }

code,
kbd,
tt,
var {
  font-family: "Courier 10 Pitch", Courier, monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #e6e6e6;
  cursor: help; }

mark,
ins {
  background-color: #fff9c0;
  text-decoration: none; }

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

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  border-bottom: 1px solid #eee;
  margin: 0 0 1.6em 0;
  width: 100%; }

th {
  font-weight: bold;
  padding: 0.4em;
  text-transform: uppercase; }

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

img {
  max-width: 100%;
  /* Adhere to container width. */
  height: auto;
  /* Make sure images are scaled correctly. */ }

legend {
  font-weight: bold;
  padding: 0 .5em; }

fieldset {
  border: 1px solid #eee;
  padding: 1.6em; }

/*--------------------------------------------------------------
7.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  color: #888;
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  transition: all 0.2s; }

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#infinite-handle span,
.button {
  background-color: #00B5E2;
  border-style: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2;
  padding: .25em 1em .4em;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-appearance: none; }

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#infinite-handle span:hover,
.button:hover {
  opacity: 0.85; }

.button:hover,
.button:active,
.button:focus {
  color: #fff; }

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
#infinite-handle span:active,
.button:active,
.button:focus {
  background-color: #e6e6e6;
  color: #666; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"],
input[type="password"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  /* Addresses appearance set to searchfield in S5, Chrome */ }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"] {
  border: 1px solid #CCC;
  font-size: 15px;
  padding: 0.8em;
  border-radius: 2px;
  transition: border-color 0.2s; }
  .entry-content input[type="text"], .entry-content
  input[type="email"], .entry-content
  input[type="password"], .entry-content
  input[type="search"], .entry-content
  input[type="url"], .entry-content
  input[type="tel"], .entry-content
  input[type="number"] {
    margin-bottom: 30px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  border: 1px solid #00B5E2;
  outline: none;
  transition: border-color 0.2s; }

textarea {
  border: 1px solid #CCC;
  border-radius: 2px;
  font-size: 15px;
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding: 1%;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 96.875%;
  border-radius: 2px;
  transition: border-color 0.2s; }

p.help-block {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 30px; }

input[type="text"] + p.help-block {
  margin-top: -30px; }

/*--------------------------------------------------------------
8.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1 Menus
--------------------------------------------------------------*/
.main-navigation-wrap {
  background-color: #00B5E2; }

.main-navigation {
  align-self: center;
  color: #fff;
  display: block;
  padding: 0 1em; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  text-align: left; }

.main-navigation a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  outline: none;
  opacity: 1;
  padding: .8em;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s; }

.main-navigation ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding: 0; }

.main-navigation ul li:first-child {
  border-top: 0; }

.main-navigation ul ul {
  list-style: disc; }
  @media screen and (min-width: 768px) {
    .main-navigation ul ul {
      display: block; } }

.main-navigation .menu-item-has-children {
  position: relative; }
  .main-navigation .menu-item-has-children > .dropdown-toggle {
    align: center;
    background-color: transparent;
    border: none;
    display: flex;
    font-size: 15px;
    padding: 20px 10px 20px 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .main-navigation .menu-item-has-children > .dropdown-toggle {
        display: none; } }
    .main-navigation .menu-item-has-children > .dropdown-toggle:after {
      content: "\f502";
      font-family: Genericons;
      font-size: 8px;
      display: inline;
      line-height: 1.6;
      margin-left: auto; }
  .main-navigation .menu-item-has-children.toggled > .sub-menu {
    display: block; }
  .main-navigation .menu-item-has-children.toggled > .dropdown-toggle:after {
    content: "\f500";
    line-height: .8; }

.main-navigation ul ul li {
  border-top: 0; }

.main-navigation ul ul a {
  color: #fff;
  padding-left: 1.6em;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.main-navigation ul ul ul a {
  padding-left: 3.2em; }

.main-navigation ul ul ul ul a {
  padding-left: 4.8em; }

.main-navigation a:hover,
.main-navigation ul > :hover > a,
.main-navigation ul > .focus > a {
  opacity: 0.5; }

.main-navigation ul ul a:hover,
.main-navigation ul ul li.focus > a {
  opacity: 0.5; }

.main-navigation ul ul ul {
  margin-bottom: 0; }

.main-navigation ul ul ul li {
  border-top: 0; }

.main-navigation a:hover,
.main-navigation ul > :hover > a,
.main-navigation ul > .focus > a {
  opacity: 0.6; }

@media screen and (min-width: 768px) {
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    display: block; } }

.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a {
  opacity: 0.6; }

.main-navigation .menu > li.donate:before {
  content: ""; }

.main-navigation .donate a {
  background-color: #2c3e50;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 10px 20px; }
  @media screen and (min-width: 768px) {
    .main-navigation .donate a {
      margin-bottom: 0; } }

.menu-toggle {
  box-shadow: none;
  color: #fff;
  display: block;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 1em 0;
  text-align: center;
  text-transform: uppercase; }

.menu-toggle:hover,
.menu-toggle:focus {
  color: #fff;
  background: none; }

.menu-toggle:before {
  content: "\f419";
  font-family: Genericons;
  line-height: 1;
  margin-right: 8px;
  position: relative;
  top: 2px; }

.menu-toggle,
.main-navigation.toggled .nav-menu {
  display: block; }

/* Social Links */
.jetpack-social-navigation {
  align-self: center;
  clear: both;
  list-style: none;
  margin: 0 auto;
  padding: 0; }

.site-header .jetpack-social-navigation ul {
  margin: 0 !important; }

.jetpack-social-navigation ul li {
  display: inline-block;
  font-size: 22px;
  list-style: none;
  line-height: .5;
  margin: .2em .25em;
  padding: 6px; }

.jetpack-social-navigation ul a,
.jetpack-social-navigation ul a:visited {
  display: inline-block;
  text-decoration: none;
  color: #428bca;
  transition: color 0.2s; }

.jetpack-social-navigation ul a:hover,
.jetpack-social-navigation ul a:focus,
.jetpack-social-navigation ul a:active {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5); }

/*--------------------------------------------------------------
8.2 Content Navigation
--------------------------------------------------------------*/
.post-navigation,
.posts-navigation {
  margin: .8em 0 0;
  position: relative; }

.post-navigation:after,
.posts-navigation:after {
  content: "";
  background: #f2f2f2;
  display: block;
  margin-top: .8em;
  position: relative;
  height: 1px; }

[class*="navigation"] .nav-previous {
  width: 100%; }

[class*="navigation"] .nav-next {
  border-top: 1px solid #f2f2f2;
  margin-top: .4em;
  padding-top: .4em;
  text-align: right;
  width: 100%; }

[class*="navigation"] .nav-previous .meta-nav:before {
  content: "\2190";
  margin-right: 5px; }

[class*="navigation"] .nav-next .meta-nav:after {
  content: "\2192";
  margin-left: 5px; }

.post-navigation a,
.paging-navigation a,
.comment-navigation a {
  display: inline-block;
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  max-width: 100%;
  word-wrap: break-word;
  transition: color 0.2s; }

.post-navigation a:hover,
.paging-navigation a:hover,
.comment-navigation a:hover,
.post-navigation a:focus,
.paging-navigation a:focus,
.comment-navigation a:focus,
.post-navigation a:active,
.paging-navigation a:active,
.comment-navigation a:active {
  color: #666; }

.post-navigation .title {
  display: block;
  color: #a8a6a1;
  clear: both;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px; }

/*--------------------------------------------------------------
8.3 Navigation Top
--------------------------------------------------------------*/
.nav-top {
  background-color: #2c3e50; }

.nav-top-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: .8rem 4%; }
  @media screen and (min-width: 1000px) {
    .nav-top-inner {
      padding: .8rem 55px; } }
  .nav-top-inner .search-form {
    display: block;
    position: relative;
    margin-left: auto; }
    @media screen and (max-width: 1024px) {
      .nav-top-inner .search-form {
        margin-top: 5px; } }
    @media screen and (min-width: 480px) and (max-width: 768px) {
      .nav-top-inner .search-form {
        margin-top: 0; } }
    @media screen and (max-width: 480px) {
      .nav-top-inner .search-form {
        width: 100%; } }
    .nav-top-inner .search-form .search-field {
      padding: .4em 30px .4em .4em }
      @media screen and (max-width: 480px) {
        .nav-top-inner .search-form .search-field {
          width: calc(100% - 88px); } }
    .nav-top-inner .search-form .search-submit {
      padding: .6em;
      line-height: .9;
      margin-bottom: 2px;
      margin-left: -5px;
      border-radius: unset; }

.welcome-message {
  color: #FFF;
  font-weight: bold;
  margin-right: auto;
  padding-right: 1rem;
  text-transform: uppercase; }

.jetpack-social-navigation {
  margin: 0; }
  @media screen and (min-width: 768px) {
    .jetpack-social-navigation {
      margin: 0 1rem; } }

.main-navigation {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 4% 0 0; }
  @media screen and (min-width: 768px) {
    .main-navigation {
      flex-wrap: nowrap; } }
  @media screen and (min-width: 1000px) {
    .main-navigation {
      padding: 0 55px 0 0; } }
  .main-navigation.toggled .menu-header-container {
    width: 100%; }

.main-navigation-inner .custom-logo-link {
  padding: 0; }

.main-navigation-inner .site-branding {
  margin-right: auto; }
  .main-navigation-inner .site-branding .custom-logo {
    height: 80px;
    max-width: none; }

.menu-top-nav-container {
  margin-left: auto;
  margin-bottom: 2px; }
  @media screen and (min-width: 622px) and (max-width: 810px) {
    .menu-top-nav-container {
      margin-left: 0; } }

.menu-top-nav-container ul {
  margin: 0 0 4px;
  list-style: none; }

.get-help a {
  background: #e0f6fc;
  border-radius: 2px;
  color: #2c3e50;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 9px 20px;
  text-transform: uppercase;
  transition: all 0.2s; }
  .get-help a:hover {
    color: #a8a6a1; }
  @media screen and (min-width: 480px) and (max-width: 622px) {
    .get-help a {
      padding: 9px; } }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget-area {
  overflow: hidden; }

.widget {
  font-size: 16px;
  margin-bottom: 2.4em;
  word-wrap: break-word; }

.widget a {
  transition: color 0.2s; }

.widget-title {
  font-size: 18px;
  margin-bottom: 0.8em;
  text-align: center; }

.widget:not(.widget_text) ul,
.widget:not(.widget_text) ol {
  list-style: none;
  margin: 0; }

.widget:not(.widget_text) ul > li,
.widget:not(.widget_text) ol > li {
  padding: 0.8em 0; }

.widget:not(.widget_text) li > ul,
.widget:not(.widget_text) li > ol {
  margin-left: 1.6em; }

.widget:not(.widget_text) ul ul {
  margin-top: 0.8em; }

.widget:not(.widget_text) ul ul > li:last-child {
  padding-bottom: 0; }

.widget select {
  max-width: 100%; }

.widget_search .search-submit {
  display: none; }

.widget_search .search-field {
  width: 100%;
  box-sizing: border-box; }

#secondary.widget-area .widget-title {
  color: #444340; }

#secondary.widget-area {
  margin-top: 3.2em; }

#secondary.widget-area .widget ul > li,
#secondary.widget-area .widget ol > li {
  border-top: 1px solid #f2f2f2; }

.widget_calendar caption {
  text-align: center; }

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

.widget_calendar td a {
  font-weight: bold; }

.widget-area .jetpack_widget_social_icons .jetpack-social-widget-list,
#secondary.widget-area .jetpack_widget_social_icons .jetpack-social-widget-list {
  text-align: center; }

.widget-area .jetpack_widget_social_icons .jetpack-social-widget-list > .jetpack-social-widget-item,
#secondary.widget-area .jetpack_widget_social_icons .jetpack-social-widget-list > .jetpack-social-widget-item {
  border-top: none; }

/* Full Width Widget */
@media screen and (min-width: 1000px) {
  .full-width-widget-2 {
    padding: 0 55px; } }

@media screen and (min-width: 768px) {
  .full-width-widget-2 .widget-area {
    display: flex;
    margin: 0 -15px; } }

.full-width-widget-2 .widget-area .widget {
  background-color: #e0f6fc;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .full-width-widget-2 .widget-area .widget {
      display: flex;
      flex: 1 1 0px;
      flex-direction: column;
      margin: 15px;
      max-width: calc( 50% - 30px); } }
  @media screen and (min-width: 768px) {
    .full-width-widget-2 .widget-area .widget .widget-title + * {
      margin: auto 0; } }

.full-width-widget-2 .splc-signup-form p {
  margin-bottom: 30px;
  text-align: center; }

.full-width-widget-2 .splc-signup-form label {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px; }

.full-width-widget-2 .splc-signup-form input {
  width: 100%; }

.full-width-widget-2 .splc-signup-form .mc-field-group {
  margin-bottom: 20px; }

/* Footer Widgets */
.footer-widget-area {
  padding: 15px;
  margin: 0; }
  .footer-widget-area .widget {
    font-size: 1.2rem;
    margin-bottom: 0; }

.footer-widget-area a:hover,
.footer-widget-area a:focus,
.footer-widget-area a:active {
  color: #6d6d6d; }

.first.footer-widgets,
.second.footer-widgets {
  margin-right: 55px; }

.footer-widget-area .widget-title {
  color: #444340; }

.footer-widget-area .widget:not(.widget_text) ul > li,
.footer-widget-area .widget:not(.widget_text) ol > li {
  border-top: 1px solid #e5e5e5; }

.footer-widget-area .widget_calendar table,
.footer-widget-area .widget_calendar td {
  border-color: #e5e5e5; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Layout
--------------------------------------------------------------*/
.site,
.site-width {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2%;
  padding-left: 2%; }

.no-sidebar .site {
  max-width: 880px; }

.no-sidebar.page-template-full-width-page .site,
.no-sidebar.page-template-page-track-template .site,
.no-sidebar.page-template-grid-page .site,
.no-sidebar.page .site {
  max-width: 1290px; }

.site-content,
.attachment.page .site-content {
  background-color: #fff;
  padding: 1.6em 4%; }

/* Site Header */
.site-branding {
  padding: 10px 0;
  text-align: center; }

.site-branding,
.site-navigation {
  padding-right: 4%;
  padding-left: 4%; }

.site-branding a + .site-title {
  margin-top: 0.2em; }

.display-header-text .site-image {
  margin-bottom: 12px; }

.custom-logo-link {
  margin: 0 auto;
  max-width: 600px; }

.custom-logo {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  max-height: 80px; }

.site-title {
  font-family: "Libre Franklin", sans-serif;
  font-size: 29px;
  line-height: 1.2;
  margin-bottom: 0; }

.site-title a {
  color: #444340; }

.site-title a:hover,
.site-title a:focus,
.site-title a:active {
  text-decoration: none; }

.site-description {
  color: #a8a6a1;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: .4em; }

.site-description:before,
.site-description:after {
  display: inline;
  content: " - "; }

.custom-header {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto; }

.custom-header a {
  display: block;
  line-height: 0.5; }

/*--------------------------------------------------------------
10.2 Posts and pages
--------------------------------------------------------------*/
.hentry {
  position: relative;
  word-wrap: break-word; }

.blog .hentry,
.archive .hentry,
.search .hentry {
  margin: 0 0 3.2em 0; }

.archive .page-header,
.search .page-header {
  margin: 0 0 1.6em; }

.taxonomy-description {
  font-size: 16px; }

.hentry:after,
.page-header:after {
  background: #f2f2f2;
  display: block;
  position: relative;
  width: 100%;
  height: 1px; }

.home.page .hentry:after {
  display: none; }

.hentry.no-title .entry-body {
  min-height: 6em; }

.archive .page-title,
.search .page-title {
  color: #a8a6a1;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase; }

.entry-header {
  position: relative;
  z-index: 1; }

.entry-thumbnail,
.post-thumbnail {
  background: -webkit-linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
  background: -moz-linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
  background: -o-linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
  background: linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
  background-size: 4px 4px; }

.post-thumbnail + .entry-header {
  margin: .4em 0;
  padding: 0; }

.entry-thumbnail img,
.post-thumbnail img {
  display: block; }

.post-thumbnail figcaption {
  padding: 0.8em 0; }

.entry-title {
  line-height: 1.2;
  margin-bottom: 0; }

.archive .entry-title,
.single .entry-title {
  margin-bottom: 15px;
  margin-left: 15px; }

.post-type-archive-jetpack-testimonial .entry-title,
.page .entry-title {
  margin-bottom: 0.4em; }

.page-title,
.entry-title,
.entry-title a {
  color: #444340;
  font-size: 23px;
  transition: color 0.2s; }

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
  color: #00B5E2; }

.entry-meta,
.entry-footer {
  color: #a8a6a1;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  margin-bottom: 1.6em;
  text-align: left; }

.entry-footer {
  margin-bottom: 0;
  padding: 0 0 1.6em;
  position: static;
  text-align: left;
  width: auto; }

.entry-meta > span,
.entry-footer > span {
  margin-right: .8em;
  display: inline-block; }

.entry-meta a,
.entry-footer a {
  color: #a8a6a1;
  transition: color 0.2s; }

.entry-meta a:hover,
.entry-footer a:hover,
.entry-meta a:focus,
.entry-footer a:focus,
.entry-meta a:active,
.entry-footer a:active {
  color: #666; }

.cat-links {
  display: inline-block;
  margin-bottom: .4em; }

.cat-links a {
  color: #00B5E2;
  display: inline-block;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase; }

.updated:not(.published) {
  display: none; }

.tags-links {
  margin-right: 1em; }

.entry-summary,
.entry-content {
  margin: 0 0 1.6em; }
  .entry-summary h2, .entry-summary h3, .entry-summary h4,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4 {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px; }

.page-links {
  clear: both;
  margin-top: 1.6em;
  word-spacing: 7px; }

blockquote:before {
  color: #ccc;
  content: "\201C";
  font-family: "Libre Franklin", sans-serif;
  font-size: 140px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: -10px; }

blockquote {
  border: none;
  font-family: "Libre Franklin", sans-serif;
  font-size: 23px;
  font-style: normal;
  margin-left: 0;
  margin-bottom: 1.6em;
  padding-left: 2.4em;
  position: relative; }

blockquote cite {
  display: block;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: .4em 0;
  text-transform: uppercase; }

blockquote p:last-child {
  margin-bottom: 0; }

.splc-pullquote,
.pull-quote-body {
  border-left: 5px solid #00B5E2;
  font-style: italic;
  line-height: 1.5;
  margin: 40px auto 40px;
  padding-left: 15px;
  padding-bottom: 10px;
  position: relative;
  width: 75%; }

.splc-pullquote-cite,
.pull-quote-byline {
  border-left: 5px solid #00B5E2;
  border-top: 1px solid #f2f2f2;
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  margin: -41px auto 40px;
  padding-top: 4px;
  padding-left: 15px;
  width: 75%; }

.pull-quote hr {
  background-color: #fff;
  margin: -1px 0 0 0; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-area {
  margin: 1.6em 0 0; }

.page .comments-area {
  margin-left: 0; }

.comments-title {
  font-size: 29px;
  line-height: 1.2;
  margin-bottom: 1em; }

.comment-list {
  margin: 1.6em 0; }

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0; }

.comment,
.pingback,
.trackback {
  padding: 1.6em 0; }

.comment-body .edit-link a {
  margin-left: .4em; }

#respond {
  margin: 0; }

#respond h3#reply-title {
  margin: 0 0 .4em; }

.entry-author {
  border: 1px solid #f2f2f2;
  padding: 1.6em;
  margin: 0 0 1.6em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start; }

.author-avatar {
  order: 3;
  width: 25%;
  margin-top: -1.6em;
  text-align: right; }

.author-heading {
  order: 1; }

.author-bio {
  order: 2;
  font-size: 16px; }

.author-heading,
.author-bio {
  width: 75%; }

.author-title {
  font-size: 23px;
  margin-bottom: 0; }

.author-avatar img {
  border-radius: 50%; }

.depth-1 {
  border-bottom: solid 1px #f2f2f2; }

.depth-1:first-child {
  margin-top: 0;
  padding-top: 0; }

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

.comment-list .children .comment {
  border-left: 3px solid #f7f7f7;
  padding-left: 24px; }

.comment-author .avatar {
  float: left;
  margin-right: 12px;
  border-radius: 50%; }

.comment-meta {
  margin-bottom: 1em; }

.comment-meta a {
  color: #00B5E2; }

.comment-meta a:hover,
.comment-meta a:focus,
.comment-meta a:active {
  color: #a8a6a1; }

.comment-meta .fn {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  margin-right: 1em;
  text-transform: uppercase; }

.says {
  display: none; }

.comment-metadata {
  display: inline-block;
  font-size: 16px; }

.comment-metadata a {
  color: #a8a6a1;
  transition: color 0.2s; }

.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:active {
  color: #666; }

.comment-content {
  margin-bottom: .8em; }

.comment-content a {
  word-wrap: break-word; }

.comment-reply-link:after {
  content: "\00A0\2192"; }

.comment-respond {
  padding: 25px 20px 20px 0; }

.comment-reply-link,
.comment-content {
  margin-left: 44px; }

.comment-form label {
  color: #a8a6a1;
  display: inline-block;
  width: 109px; }

.comment-form .comment-form-cookies-consent label {
  display: inline;
  margin-left: 7px;
  width: auto; }

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  margin: 0 0 1.6em;
  position: relative; }

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
  font-size: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.65em 0.8em;
  position: absolute;
  left: 0;
  text-transform: uppercase; }

.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
  clear: both;
  padding-left: 6.4em;
  width: 100%; }

.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  padding: 2em 0.8em 0.375em; }

.form-allowed-tags {
  font-size: 15px;
  font-size: 1.4rem; }

.no-comments {
  text-align: center; }

/*--------------------------------------------------------------
10.4 Page Templates
--------------------------------------------------------------*/
.content-wrapper {
  background: #fff;
  padding: 3.2em 4%;
  position: relative; }

.content-wrapper.with-featured-image {
  padding: 1.6em 0; }

/* Front Page Template */
.hero-wrap {
  margin-top: 40px;
  padding: 0 4%; }
  @media screen and (min-width: 1000px) {
    .hero-wrap {
      display: flex;
      padding: 0 55px; } }
  .hero-wrap .flexslider {
    flex: 1 1 750px; }

@media screen and (min-width: 1200px) {
  .flexslider.carousel {
    min-height: 470px; } }

@media screen and (min-width: 1000px) {
  .hero-side {
    max-width: 397px; } }

.hero-side .top-block {
  margin-bottom: 20px; }
  @media screen and (max-width: 999px) {
    .hero-side .top-block {
      margin-top: 20px; } }

.hero-side img {
  display: block; }

.hero-side .widget {
  margin-bottom: 0; }

.flexslider.hero {
  position: relative; }
  @media screen and (min-width: 1000px) {
    .flexslider.hero {
      margin-right: 20px; } }

.hero-content {
  position: relative;
  overflow: hidden; }

.hero-content img,
.thumbnail-placeholder {
  display: block; }

/* Slider */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > div {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img,
.flexslider .slides .thumbnail-placeholder {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > div:first-child {
  display: block; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img,
.flexslider .slides .thumbnail-placeholder {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flex-direction-nav {
  *height: 0;
  width: 100%; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 28px;
  height: 28px;
  margin: 2px 0 0;
  opacity: 0.8;
  position: absolute;
  bottom: 1.6em;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  transition: all 0.2s; }

.flex-direction-nav a:before {
  font-family: "Genericons";
  font-size: 32px;
  display: inline-block;
  content: '\f430';
  color: #fff;
  line-height: 1; }

.flex-direction-nav a.flex-next:before {
  content: '\f429'; }

.flex-direction-nav .flex-prev {
  right: 3.6em; }

.flex-direction-nav .flex-next {
  text-align: right;
  right: 1.6em; }

.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.hero-content-wrapper {
  background: #595854;
  min-height: 180px;
  overflow: hidden;
  position: relative; }

.hero-content-wrapper:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }

.hero-content-wrapper .featured-post {
  padding: 0 1.6em;
  position: absolute;
  left: 0;
  bottom: 1.6em;
  width: 80%;
  z-index: 2; }

.hero-content-wrapper .cat-links {
  margin-bottom: .4em; }

.hero-content-wrapper .cat-links a {
  background-color: #00B5E2;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 2px 8px;
  transition: color 0.2s; }

.hero-content-wrapper .cat-links a:hover,
.hero-content-wrapper .cat-links a:focus,
.hero-content-wrapper .cat-links a:active {
  color: rgba(255, 255, 255, 0.5); }

.hero-content-wrapper .entry-title {
  color: white;
  font-weight: bold;
  margin: 0 0 .2em;
  line-height: 1.1;
  transition: color 0.2s; }

.hero-content-wrapper .entry-title:hover,
.hero-content-wrapper .entry-title:focus,
.hero-content-wrapper .entry-title:active {
  color: rgba(255, 255, 255, 0.75); }

.hero-content-wrapper .entry-meta {
  line-height: 1;
  margin: 0;
  position: relative;
  text-align: left;
  width: auto;
  left: auto;
  top: auto; }

.hero-content-wrapper .entry-meta a {
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s; }

.hero-content-wrapper .entry-meta a:hover,
.hero-content-wrapper .entry-meta a:focus,
.hero-content-wrapper .entry-meta a:active {
  color: white; }

.hero-content-wrapper .entry-meta > span {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  margin: 0; }

.hero-content-wrapper .entry-meta > span:after {
  content: "|";
  display: inline-block;
  margin: 0 8px; }

.hero-content-wrapper .entry-meta > span:last-of-type {
  margin-right: 0; }

.hero-content-wrapper .entry-meta > span:last-of-type:after {
  display: none; }

/* Front Page */
.front-page-content-area.content-area {
  padding-bottom: 25px; }

.front-page-content-area .entry-footer {
  margin-bottom: 0; }

.featured-page-area {
  border: 1px solid #f2f2f2;
  border-width: 1px 0; }

.featured-page-area,
.front-testimonials {
  padding: 1.6em 0 3.2em; }

.featured-page-area {
  padding-bottom: 0; }

.featured-page {
  font-size: 16px;
  margin-bottom: 3.2em; }

.featured-page .entry-summary {
  min-height: 0;
  margin: 0; }

.featured-page .entry-title,
.featured-page .entry-title a {
  color: #444340;
  font-size: 23px;
  font-weight: normal;
  text-align: center;
  text-transform: none; }

.featured-page .entry-title:before,
.featured-page .entry-title:after {
  content: " - "; }

/* Grid Page */
.grid-page-content-area .entry-content {
  min-height: 0; }

.grid-page-content-area .child-pages {
  padding-top: 1.6em; }

.grid-page-content-area .child-pages .hentry {
  float: none;
  margin: 0 auto 1.6em; }

.grid-page-content-area .child-pages .entry-thumbnail img {
  display: block; }

.grid-page-content-area .child-pages .entry-header {
  margin: 0 0 .8em;
  padding: 0; }

/* Full-Width Page Template */
.content-wrapper.full-width.with-featured-image {
  margin: 0;
  padding: 1.6em 0 0; }

.content-wrapper.full-width .content-area {
  width: 100%;
  max-width: 100%; }

.content-wrapper.full-width .hentry:after {
  width: 100%; }

/*--------------------------------------------------------------
10.5 Testimonials
--------------------------------------------------------------*/
.testimonials > .hentry:first-of-type {
  margin-bottom: 4em; }

.testimonials > .hentry:first-of-type:after {
  margin-top: 1.6em;
  margin-bottom: 1.6em; }

body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial {
  border: 1px solid #f2f2f2;
  margin: 3.2em 0 0;
  padding: 0 1.6em;
  text-align: center;
  width: 100%; }

.comment-body .edit-link a,
.front-testimonials .edit-link a,
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .edit-link a {
  color: #a8a6a1;
  font-family: "Libre Franklin", sans-serif;
  font-size: 15px; }

body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial:nth-child(even) {
  margin-right: 0; }

.testimonial-thumbnail {
  width: 90px;
  height: 90px;
  margin: -45px auto 0;
  text-align: center; }

.testimonial-thumbnail img,
.testimonial-featured-image img {
  border-radius: 50px; }

body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-header,
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial-shortcode .entry-header {
  overflow: hidden;
  padding-bottom: 1.6em; }

body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-title a,
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-title,
.jetpack-testimonial-shortcode .testimonial-entry-title {
  color: #00B5E2;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase; }

body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-content,
.jetpack-testimonial-shortcode .testimonial-entry-content {
  font-style: italic;
  margin: 0;
  overflow: hidden;
  padding: 0.8em 0; }

body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial.without-featured-image .entry-content {
  padding: 3.2em 0 0.8em; }

body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-meta,
.jetpack-testimonial-shortcode .entry-meta {
  clear: both;
  text-align: center; }

/* Testimonials Shortcode */
.jetpack-testimonial-shortcode .testimonial-entry {
  border: 1px solid #f2f2f2;
  padding: 1.6em 1% 0;
  margin-top: 3.2em;
  margin-bottom: 3.2em;
  text-align: center; }

.jetpack-testimonial-shortcode .testimonial-entry-title {
  letter-spacing: 2px;
  margin-bottom: 1.6em; }

.testimonial-featured-image img {
  margin-bottom: -45px;
  position: relative;
  width: 90px;
  height: 90px; }

.testimonial-entry-column-2 {
  width: 44% !important; }

.testimonial-entry-column-3 {
  width: 27% !important; }

.testimonial-entry-column-4 {
  width: 18% !important; }

.testimonial-entry-column-5 {
  width: 15% !important; }

.testimonial-entry-column-6 {
  width: 11% !important; }

/* Testimonials Single View */
.single .jetpack-testimonial {
  float: none;
  width: 100%; }

.single .jetpack-testimonial:after {
  background: none; }

/* Testimonials Archives Page */
.content-wrapper .testimonials-content-area.content-area {
  margin-bottom: 3.2em; }

.testimonials.grid .jetpack-testimonial {
  float: none;
  width: auto;
  margin: 0 0 0 0; }

.archive .testimonials .hentry {
  margin: 0 0 3.2em; }

.archive .testimonials .without-featured-image > .entry-header,
.no-sidebar.archive .testimonials .without-featured-image > .entry-header {
  margin-left: 0; }

.testimonials .no-results {
  margin-bottom: 3.2em; }

.post-type-archive-jetpack-testimonial .content-wrapper.full-width .hentry:after {
  background: none; }

/*--------------------------------------------------------------
10.6 Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #2c3e50;
  color: #fff;
  font-size: 15px;
  padding: 24px 34px 24px 34px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase; }

.site-info a {
  color: #fff; }

.site-info a:hover,
.site-info a:focus,
.site-info a:active {
  color: #00B5E2; }

.site-info .sep {
  margin: 0 .4em; }

/*--------------------------------------------------------------
10.7 Front Page
--------------------------------------------------------------*/
/**
 * Front page specific styles
 */
.home .front-page-content-area .hentry {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .home .front-page-content-area .hentry {
      max-width: 768px; } }

.home .front-page-content-area .entry-content {
  margin-bottom: 0; }

.home .front-page-content-area .entry-title {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .home .front-page-content-area .entry-title {
      font-size: 38px; } }

.home .front-page-content-area .more-link {
  display: block;
  margin: 40px auto 0;
  text-align: center;
  width: 110px; }

.home .more-link {
  background-color: #00B5E2;
  border: 1px solid #00B5E2;
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  font-size: 15px;
  margin-top: 40px;
  padding: 5px 10px; }
  .home .more-link:hover {
    background-color: transparent;
    color: #00B5E2;
    transition: all 0.5s ease-out; }

@media screen and (min-width: 768px) {
  .home .news-block-wrap {
    padding: 55px; } }

.hero-content-wrapper .entry-meta > .posted-on {
  display: none; }

.hero-side .widget {
  position: relative; }
  .hero-side .widget img {
    width: auto; }

@media screen and (min-width: 1000px) {
  .hero-side .textwidget {
    min-height: 225px; } }

.hero-side .widget-title {
  background: #FFF;
  color: #00B5E2;
  font-size: 26px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 95%; }

.track-pages-area {
  padding: 55px 0 0; }
  @media screen and (min-width: 1000px) {
    .track-pages-area {
      padding: 55px; } }

.secondary-featured-page-area {
  padding: 0;
  margin: 0 0 25px; }
  @media screen and (min-width: 768px) {
    .secondary-featured-page-area {
      background: -webkit-linear-gradient(0, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), url(images/public-record.png);
      background: -o-linear-gradient(0, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), url(images/public-record.png);
      background: linear-gradient(0, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), url(images/public-record.png);
      background-size: cover;
      margin: 0 35px 55px;
      padding: 35px 55px; } }
  @media screen and (min-width: 1000px) {
    .secondary-featured-page-area {
      margin: 55px; } }

@media screen and (min-width: 768px) {
  .secondary-featured-page-wrapper {
    display: flex;
    flex-flow: wrap;
    margin: 0 -20px; } }

.secondary-featured-page-wrapper .secondary-featured-page {
  background-color: #fff;
  display: flex;
  flex: 1 1 0px;
  margin: 20px 0;
  padding: 25px 0; }
  @media screen and (min-width: 768px) {
    .secondary-featured-page-wrapper .secondary-featured-page {
      margin: 20px;
      max-width: calc( 50% - 40px);
      padding: 55px 25px; } }
  @media screen and (min-width: 768px) {
    .secondary-featured-page-wrapper .secondary-featured-page .hentry {
      display: flex;
      flex-direction: column; } }
  .secondary-featured-page-wrapper .secondary-featured-page .entry-summary {
    margin-bottom: 35px; }
  .secondary-featured-page-wrapper .secondary-featured-page .more-link {
    margin: auto auto 0 0; }

.secondary-featured-page-wrapper .entry-summary {
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .news-block {
    display: flex;
    margin: 0 -30px; } }

.news-block .entry-header {
  margin-top: 20px;
  margin-bottom: 15px; }

.news-block .hentry {
  flex: 1 1 0px;
  margin: 30px 0; }
  @media screen and (min-width: 768px) {
    .news-block .hentry {
      margin: 30px;
      max-width: calc( 50% - 60px); } }

@media screen and (min-width: 1000px) {
  .full-width-widget {
    padding: 0 55px; } }

@media screen and (min-width: 1000px) {
  .full-width-widget .widget {
    margin-bottom: 55px; } }

.get-involved-box {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .get-involved-box {
      background-color: #e0f6fc;
      padding: 55px; } }
  .get-involved-box .intro-box {
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .get-involved-box .intro-box {
        margin-bottom: 55px; } }
  .get-involved-box .box-header-title {
    font-size: 3.6rem;
    margin-bottom: 5px; }
  .get-involved-box .flex-box-wrapper {
    margin-left: 0;
    margin-right: 0; }
  .get-involved-box .flex-item.box {
    transition: all .5s ease;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0; }
    @media screen and (min-width: 480px) {
      .get-involved-box .flex-item.box {
        margin-right: 20px; } }
    @media screen and (min-width: 768px) {
      .get-involved-box .flex-item.box {
        margin-right: 0; } }
  .get-involved-box .box h3 a {
    color: #00B5E2;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 40px;
    transition: all 0.5s ease-out; }
    .get-involved-box .box h3 a:hover {
      background-color: #00B5E2;
      color: #FFF; }
      .get-involved-box .box h3 a:hover:before {
        color: #FFF; }
  .get-involved-box .box-1 h3 a:before,
  .get-involved-box .box-2 h3 a:before,
  .get-involved-box .box-3 h3 a:before,
  .get-involved-box .box-4 h3 a:before,
  .get-involved-box .box-5 h3 a:before {
    color: #00B5E2;
    content: "\f4be";
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-size: 36px;
    margin-bottom: 20px;
    speak: none;
    transition: all 0.5s ease-out; }
  .get-involved-box .box-2 h3 a:before {
    content: "\f0e3"; }
  .get-involved-box .box-3 h3 a:before {
    content: "\f1ea"; }
  .get-involved-box .box-4 h3 a:before {
    content: "\f0c0"; }
  .get-involved-box .box-5 h3 a:before {
    content: "\f086"; }
  .get-involved-box .box-blurb {
    color: #444340; }
    .get-involved-box .box-blurb:hover {
      color: #444340; }
  .get-involved-box .box-title {
    color: #FFF;
    display: flex;
    flex-grow: 1;
    font-size: 1.8rem;
    margin-bottom: 0;
    line-height: 1.3;
    word-wrap: normal; }

/*--------------------------------------------------------------
10.7 Reusable
--------------------------------------------------------------*/
/**
 * Reusable styles
 */
.icon-box {
  align-items: center;
  background: #2c3e50;
  color: #FFF;
  display: flex;
  min-height: 225px;
  padding: 20px;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  text-align: center; }
  .icon-box.gavel:before {
    border: 2px solid #FFF;
    border-radius: 40px;
    color: #fff;
    content: "\f0e3";
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-size: 34px;
    margin-bottom: 10px;
    padding: 5px 9px 9px;
    speak: none;
    width: 70px;
    height: 70px; }
  .icon-box h2 {
    font-size: 34px; }
    .icon-box h2 a {
      color: #fff; }

.splc-columns {
  background: #e0f6fc;
  margin-bottom: 30px;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .splc-columns {
      column-count: 3;
      column-gap: 20px;
      margin-bottom: 50px;
      padding: 40px; } }
  .splc-columns.narrow {
    column-count: 2;
    column-gap: 20px; }
    @media screen and (min-width: 768px) {
      .splc-columns.narrow {
        column-count: 5; } }

.splc-list {
  background: #e0f6fc;
  list-style: none;
  margin-left: 0;
  padding: 10px 20px 20px; }
  @media screen and (min-width: 768px) {
    .splc-list {
      column-count: 2;
      column-gap: 40px;
      margin-bottom: 50px;
      padding: 30px 40px 40px; } }
  .splc-list li {
    padding: 5px; }
    .splc-list li:before {
      content: "\f111";
      color: #00B5E2;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 6px;
      padding-right: 10px;
      speak: none;
      vertical-align: middle; }
    .splc-list li ul {
      list-style: none; }

.splc-list-header {
  font-size: 23px;
  margin-bottom: -115px;
  padding-left: 25px;
  padding-top: 30px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .splc-list-header {
      padding-left: 45px; } }
  .splc-list-header + .splc-list {
    margin-top: 50px;
    padding-top: 75px; }
  .entry-content .splc-list-header {
    border-bottom: none; }

@media screen and (min-width: 480px) {
  .track-pages-wrapper,
  .flex-box-wrapper {
    display: flex;
    flex-flow: wrap;
    margin: 0 -20px; } }

@media screen and (min-width: 1024px) {
  .track-pages-wrapper.four-across,
  .flex-box-wrapper.four-across {
    display: flex;
    flex-flow: wrap;
    margin: 0 -140px; } }

@media screen and (min-width: 768px) {
  .track-pages-wrapper.four-across .flex-item,
  .flex-box-wrapper.four-across .flex-item {
    margin: 0 20px 20px;
    max-width: calc( 50% - 40px);
    width: 50%; } }

@media screen and (min-width: 1024px) {
  .track-pages-wrapper.four-across .flex-item,
  .flex-box-wrapper.four-across .flex-item {
    max-width: calc( 25% - 40px);
    width: 25%; } }

.track-pages-wrapper .flex-item,
.flex-box-wrapper .flex-item {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-bottom: 20px;
  text-align: center; }
  @media screen and (min-width: 480px) {
    .track-pages-wrapper .flex-item,
    .flex-box-wrapper .flex-item {
      margin: 0 20px 20px;
      max-width: calc( 50% - 40px);
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .track-pages-wrapper .flex-item,
    .flex-box-wrapper .flex-item {
      max-width: calc( (100% / 3) - 40px);
      width: 33%; } }
  @media screen and (min-width: 1000px) {
    .track-pages-wrapper .flex-item,
    .flex-box-wrapper .flex-item {
      max-width: calc( 25% - 40px);
      width: 25%; } }
  .track-pages-wrapper .flex-item.track-page,
  .flex-box-wrapper .flex-item.track-page {
    background-color: #2c3e50; }
  .track-pages-wrapper .flex-item.box,
  .flex-box-wrapper .flex-item.box {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .track-pages-wrapper .flex-item.box,
      .flex-box-wrapper .flex-item.box {
        margin: 5px;
        max-width: 33%;
        width: 33%; } }
    @media screen and (min-width: 1000px) {
      .track-pages-wrapper .flex-item.box,
      .flex-box-wrapper .flex-item.box {
        max-width: 20%;
        width: 20%; } }
  .track-pages-wrapper .flex-item.logo,
  .flex-box-wrapper .flex-item.logo {
    background-color: transparent; }
    @media screen and (min-width: 768px) {
      .track-pages-wrapper .flex-item.logo,
      .flex-box-wrapper .flex-item.logo {
        max-width: calc( (100% / 3) - 40px);
        width: 33%; } }
    .track-pages-wrapper .flex-item.logo .logo-title,
    .flex-box-wrapper .flex-item.logo .logo-title {
      margin-top: auto;
      margin-bottom: 0;
      line-height: 1.4;
      border-bottom: none;
      padding-bottom: 0; }
    .track-pages-wrapper .flex-item.logo .link,
    .flex-box-wrapper .flex-item.logo .link {
      padding: 3px 5px; }

.track-pages-wrapper .flex-content-wrap,
.track-pages-wrapper .track-content-wrap,
.flex-box-wrapper .flex-content-wrap,
.flex-box-wrapper .track-content-wrap {
  padding: 40px 20px; }
  @media screen and (min-width: 480px) {
    .track-pages-wrapper .flex-content-wrap,
    .track-pages-wrapper .track-content-wrap,
    .flex-box-wrapper .flex-content-wrap,
    .flex-box-wrapper .track-content-wrap {
      display: flex;
      flex-direction: column;
      flex: 1;
      padding: 40px; } }

.track-pages-wrapper .flex-content-wrap,
.flex-box-wrapper .flex-content-wrap {
  padding: 10px; }
  @media screen and (min-width: 480px) {
    .track-pages-wrapper .flex-content-wrap,
    .flex-box-wrapper .flex-content-wrap {
      display: flex;
      flex-direction: column;
      flex: 1;
      padding: 20px; } }

.track-pages-wrapper .entry-summary,
.flex-box-wrapper .entry-summary {
  margin-bottom: 0; }

.track-pages-wrapper .track-page__icon,
.flex-box-wrapper .track-page__icon {
  border: 2px solid #FFF;
  border-radius: 30px;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 10px 0;
  speak: none;
  width: 60px;
  height: 60px; }

.track-pages-wrapper .track-page__title,
.flex-box-wrapper .track-page__title {
  color: #fff;
  flex-grow: 1;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 40px;
  word-wrap: normal; }
  .track-pages-wrapper .track-page__title span,
  .flex-box-wrapper .track-page__title span {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 15px; }

.link {
  background-color: #00B5E2;
  border: 1px solid #00B5E2;
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  font-size: 1.5rem;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px; }
  .link:hover {
    background-color: transparent;
    color: #00B5E2;
    transition: all 0.5s ease-out; }

.splc-highlighted-box {
  background: #e0f6fc;
  padding: 20px;
  margin-bottom: 0 !important; }
  @media screen and (min-width: 768px) {
    .splc-highlighted-box {
      margin-bottom: 50px;
      padding: 40px; } }
  .splc-highlighted-box h3 {
    border-bottom: none; }

/*--------------------------------------------------------------
11.0 Jetpack
--------------------------------------------------------------*/
/* Infinite Scroll */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

.infinity-end.neverending .site-footer {
  display: block; }

.infinite-loader {
  margin: 0 auto;
  width: 36px; }

#infinite-handle {
  margin-bottom: .8em;
  text-align: center; }

#infinite-handle span {
  margin: 0 auto;
  text-align: center;
  transition: color 0.2s; }

#infinite-handle span button {
  box-shadow: none; }

.portfolio-entry-title {
  font-weight: normal !important; }

.project-types,
.project-tags {
  color: #a8a6a1;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* Slideshow */
.hero .slideshow-window {
  background-color: #fff;
  border: none;
  border-radius: 0; }

/*  Share Buttons */
.sharedaddy {
  margin-top: 20px; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
audio,
video {
  display: block;
  margin-bottom: 1.6em;
  max-width: 100%; }

.jetpack-video-wrapper {
  margin-bottom: 1.6em; }

.entry-content .credit {
  margin: 10px 0; }

.entry-content .subscribe-to-podcast {
  overflow: hidden;
  margin-top: 10px; }
  .entry-content .subscribe-to-podcast .pull-left {
    float: left; }
  .entry-content .subscribe-to-podcast .pull-right {
    float: right; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.wp-caption-dd,
.wp-caption-text {
  clear: both;
  font-size: 15px;
  font-style: italic;
  text-align: center;
  width: 100%; }

.wp-caption .wp-caption-dd,
.wp-caption .wp-caption-text {
  margin: 0.8em 0; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.site-main .gallery {
  margin-bottom: 1.6em; }

.site-main .gallery a img {
  border: none;
  height: auto; }

.site-main .gallery dd {
  margin: 0; }

.gallery-item {
  display: inline-block;
  overflow: hidden;
  padding: 0 4px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-1 .gallery-item {
  padding: 0; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  margin: 0;
  max-height: 100%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 7px;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.gallery-item:hover .gallery-caption,
.gallery-item:focus .gallery-caption,
.gallery-item:active .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/*--------------------------------------------------------------
13.0 Template pages (Track & Program)
--------------------------------------------------------------*/
.news-block-wrap .entry-title {
  line-height: 1.1; }
  .news-block-wrap .entry-title a {
    font-size: 21px; }

.news-block-wrap .block-title a.program-read-more-tag {
  font-size: 15px;
  float: right; }

.page-template-page-program-template .content-wrapper.full-width.with-featured-image {
  margin-top: 10px; }
  @media screen and (min-width: 1000px) {
    .page-template-page-program-template .content-wrapper.full-width.with-featured-image {
      margin-top: 50px; } }

.page-template-page-program-template .content-wrapper.full-width.without-featured-image {
  margin-top: 10px; }
  @media screen and (min-width: 1000px) {
    .page-template-page-program-template .content-wrapper.full-width.without-featured-image {
      margin-top: 50px 13% 0;
      padding: 1.6em 3% 0; } }

@media screen and (min-width: 1000px) {
  .page-template .news-block-wrap,
  .page-template .full-width-widget-2 {
    padding: 55px; } }

.page-template .track-pages-area {
  padding: 0; }

@media screen and (min-width: 1024px) {
  .page-template .track-pages-wrapper .track-page {
    max-width: calc( (100% / 3) - 40px);
    width: 33%; } }

@media screen and (min-width: 1024px) {
  .page-template .track-pages-wrapper.four-across .track-page {
    max-width: calc( (100% / 4) - 40px);
    width: 33%;
    margin-left: auto;
    margin-right: auto; } }

.page-template .track-page__title {
  border-bottom: none;
  flex-grow: 0;
  font-size: 20px;
  margin-top: auto;
  padding-bottom: 0;
  word-wrap: normal; }

.page-template .track-page__icon {
  font-size: 2.6rem; }

@media screen and (min-width: 1000px) {
  .page-template-page-track-template .content-wrapper.full-width.with-featured-image,
  .page-template-page-track-template .content-wrapper.full-width.without-featured-image {
    margin-top: 0;
    padding: 3.2em 55px; } }

.page-template-page-track-template .hero-content-wrapper .entry-title:hover {
  color: white; }

.page-template-page-track-template .get-involved-box {
  background-color: #FFF; }
  .page-template-page-track-template .get-involved-box .flex-box-wrapper {
    justify-content: center; }
  .page-template-page-track-template .get-involved-box .box h3 a {
    background-color: #e0f6fc; }
    .page-template-page-track-template .get-involved-box .box h3 a:hover {
      background-color: #00B5E2;
      color: #FFF; }

.splc-podcast-link {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px; }
  .splc-podcast-link:before {
    content: '\f2ce';
    display: inline-block;
    font-style: normal;
    font-size: 20px;
    font-variant: normal;
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
    margin-right: 7px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }

/*--------------------------------------------------------------
14.0 Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.1
--------------------------------------------------------------*/
.display-posts-listing {
  list-style: none;
  margin-left: 0; }
  .display-posts-listing .title {
    display: block;
    font-size: 2.6rem;
    font-weight: 500; }
  .display-posts-listing .date {
    font-size: 1.4rem; }
  .display-posts-listing .excerpt-dash {
    display: none; }

.listing-item {
  margin-bottom: 20px; }

/*--------------------------------------------------------------
15.0 Custom Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
15.1 Board Gallery
--------------------------------------------------------------*/
.board-profile {
  display: inline-block;
  padding: 20px;
  text-align: center; }
  .board-profile p {
    margin-top: 10px;
    font-size: 1.6rem; }

.board-img {
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden; }
  .board-img img {
    object-fit: cover;
    object-position: 50% 30%;
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 120px; }
  .board-img:hover .fade-caption {
    opacity: 1; }
  .board-img .fade-caption {
    display: flex;
    align-items: center;
    opacity: 0;
    width: 120px;
    height: 120px;
    text-align: center;
    padding: 15px; }
  .board-img .caption {
    background-color: rgba(231, 76, 60, 0.7);
    position: absolute;
    color: #FFF;
    z-index: 100;
    left: 0;
    top: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
    .board-img .caption p {
      font-size: 12px;
      line-height: 18px; }

/* Staff */
@media screen and (min-width: 1000px) {
  .media-body {
    width: 70%; } }

/* Embeds */
.wp-block-embed {
  margin-bottom: 30px; }
  @media screen and (min-width: 1000px) {
    .wp-block-embed {
      margin-bottom: 60px; } }

/*--------------------------------------------------------------
16.0 Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  /* Navigation */
  .main-navigation ul {
    display: block;
    list-style: none;
    text-align: right; }
  .main-navigation ul li {
    border: 0 none;
    display: inline-block;
    padding: .4em 0 .4em .8em;
    position: relative; }
  .main-navigation ul a {
    display: inline-block;
    padding: .4em 0; }
  .main-navigation .nav-menu > li:before,
  .main-navigation .menu > li:before {
    color: rgba(0, 0, 0, 0.15);
    content: " \2022";
    margin-right: 1em;
    display: inline-block; }
  .main-navigation .nav-menu > li:first-child,
  .main-navigation .menu > li:first-child {
    padding-right: 0; }
  .main-navigation .nav-menu > li:first-child:before,
  .main-navigation .menu > li:first-child:before {
    display: none; }
  .main-navigation ul ul {
    background-color: #00B5E2;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
    display: block;
    left: -99999em;
    margin: 0;
    position: absolute;
    top: 2.8em;
    z-index: 99999; }
  .main-navigation .menu-item-has-children > a {
    display: inline-block; }
  .main-navigation .menu-item-has-children > a:after,
  .main-navigation .page_item_has_children > a:after {
    content: "\f502";
    font-family: Genericons;
    font-size: 8px;
    display: inline;
    padding-left: .8em; }
  .main-navigation ul ul .menu-item-has-children > a:after,
  .main-navigation ul ul .page_item_has_children > a:after {
    content: "\f501"; }
  /* Hover behavior*/
  .main-navigation ul li:first-child:hover > ul,
  .main-navigation ul li:first-child.focus > ul {
    left: .2em; }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 1.4em; }
  .main-navigation ul li:hover > ul ul,
  .main-navigation ul li.focus > ul ul {
    left: -99999em; }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul,
  .main-navigation ul ul li:first-child:hover > ul,
  .main-navigation ul ul li:first-child.focus > ul {
    right: 100%;
    left: auto; }
  .main-navigation ul ul li {
    padding: 0;
    text-align: left; }
  .main-navigation ul ul a,
  .main-navigation ul ul ul a,
  .main-navigation ul ul ul ul a {
    padding-left: .8em; }
  .main-navigation ul ul a:hover,
  .main-navigation ul ul > li.focus > a {
    opacity: 0.5; }
  .main-navigation ul ul a {
    border-top-color: rgba(255, 255, 255, 0.25);
    display: block;
    font-size: 15px;
    font-weight: normal;
    width: 210px;
    padding: .8em;
    text-transform: uppercase; }
  .main-navigation ul ul ul {
    top: 0;
    left: 100%; }
  /* Small menu */
  .menu-toggle {
    cursor: pointer;
    display: none; }
  /* Front Page */
  body:not(.search):not(.single-jetpack-testimonial) .front-testimonials .jetpack-testimonial:nth-child(even) {
    margin-right: 0; }
  body:not(.search):not(.single-jetpack-testimonial) .front-testimonials .jetpack-testimonial {
    float: left;
    width: 48%;
    margin-right: 4%; }
  /* Front Page & Footer Widget Areas */
  .footer-widget-area .widget-area {
    float: none;
    margin: 0;
    width: auto; }
  .featured-page-area .featured-page-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px; }
  .featured-page-area .featured-page {
    margin: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .featured-page-area .featured-page {
      max-width: calc( 50% - 40px); } }
  @media screen and (min-width: 768px) and (min-width: 1000px) {
    .featured-page-area .featured-page {
      max-width: calc( 25% - 40px); } }

@media screen and (min-width: 768px) {
  .footer-widget-area .widget-area {
    float: left; }
  .footer-widget-area .widget-area:nth-child(1):nth-last-child(1) {
    width: 100%; }
  .footer-widget-area .widget-area:nth-child(1):nth-last-child(2),
  .footer-widget-area .widget-area:nth-child(2):nth-last-child(1) {
    margin-right: 6%;
    width: 47%; }
  .footer-widget-area .widget-area:nth-child(1):nth-last-child(2):last-of-type,
  .footer-widget-area .widget-area:nth-child(2):nth-last-child(1):last-of-type {
    margin-right: 0; }
  .footer-widget-area .widget-area:nth-child(1):nth-last-child(3),
  .footer-widget-area .widget-area:nth-child(2):nth-last-child(2),
  .footer-widget-area .widget-area:nth-child(3):nth-last-child(1) {
    margin-right: 5%;
    width: 30%; }
  .footer-widget-area .widget-area:nth-child(1):nth-last-child(3):last-of-type,
  .footer-widget-area .widget-area:nth-child(2):nth-last-child(2):last-of-type,
  .footer-widget-area .widget-area:nth-child(3):nth-last-child(1):last-of-type {
    margin-right: 0; }
  /* Sidebar */
  #secondary.widget-area {
    margin-right: 4%;
    margin-left: 4%; } }

@media screen and (min-width: 850px) {
  /* Font sizes */
  .site-title,
  h1 {
    font-size: 47px;
    line-height: 1.1;
    margin-bottom: 0.2em; }
  .page-title,
  .entry-title,
  .entry-title a {
    font-size: 26px;
    line-height: 1.4; }
  h2 {
    font-size: 29px;
    margin-bottom: 0.4em; }
  .featured-page .entry-title,
  .featured-page .entry-title a,
  h3 {
    font-size: 23px; }
  .site-description,
  h4,
  body,
  button,
  input,
  select,
  textarea {
    font-size: 18px; }
  h5 {
    font-size: 16px; }
  h6,
  .cat-links a,
  .hero-content-wrapper .cat-links a {
    font-size: 15px; }
  .hero-content-wrapper .cat-links {
    margin-bottom: .8em; }
  .hero-content {
    overflow: visible; }
  /* Layout */
  .content-area {
    float: left;
    width: 68%; }
  .home .content-area {
    float: none; }
  .no-sidebar .content-area,
  .front-page-content-area.content-area {
    width: 100%;
    max-width: 100%; }
  #secondary.widget-area {
    float: right;
    margin: 0;
    width: 25%; }
  /* Posts */
  .hentry:after,
  .post-navigation:after,
  .posts-navigation:after,
  .page-header:after {
    width: 100%; }
  [class*="navigation"] .nav-previous {
    float: left;
    width: 48%; }
  [class*="navigation"] .nav-next {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    float: right;
    width: 48%; } }

@media screen and (min-width: 1000px) {
  /* Layout */
  .site {
    margin: 0 auto;
    padding: 0; }
  .site-content {
    padding: 3.2em 55px; }
  .page .site-content,
  .error404 .site-content {
    padding: 0; }
  .site-branding {
    padding-left: 55px;
    padding-right: 0; }
  .content-area {
    float: left;
    width: 77.11%;
    max-width: 825px;
    margin-left: -55px; }
  .home .content-area {
    float: none; }
  .front-page-content-area.content-area,
  .no-sidebar .content-area {
    margin-right: 0;
    margin-left: 0;
    width: 100%; }
  .front-page-content-area.content-area {
    padding: 55px; }
  /* Front page content without featured image */
  .featured-page-area,
  .front-testimonials {
    padding: 55px; }
  .footer-widget-area,
  .home.page .footer-widget-area {
    margin: 0; }
  /* Slider */
  .flexslider.hero {
    max-width: 750px; }
    .flexslider.hero:not(.carousel) {
      max-height: 485px;
      overflow: hidden; }
  .flexslider.hero.carousel {
    margin-right: 0;
    max-width: 1290px; }
  .hero-content-wrapper:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.5) 100%); }
  .hero-content-wrapper .featured-post {
    padding: 0 3.2em; }
  .hero-content-wrapper .entry-title {
    font-size: 47px; }
  .flex-direction-nav a {
    width: 52px;
    height: 52px; }
  .flex-direction-nav a:before {
    font-size: 64px; }
  .flex-direction-nav .flex-prev {
    opacity: 1;
    right: 6.4em; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 3.2em; }
  /* Posts */
  .type-post .entry-summary,
  .type-post .entry-content {
    min-height: 4em; }
  .cat-links {
    margin-bottom: .2em; }
  .entry-meta {
    line-height: 2;
    position: absolute;
    left: 55px;
    text-align: right;
    width: 121px; }
  .entry-meta > span {
    display: block;
    margin-right: 0; }
  .no-sidebar .entry-meta {
    left: 0; }
  .post-navigation .nav-links,
  .posts-navigation .nav-links,
  .comments-area {
    margin-left: 211px; }
  .no-sidebar .post-navigation .nav-links,
  .no-sidebar .posts-navigation .nav-links,
  .no-sidebar .comments-area {
    margin-left: 150px; }
  .page.no-sidebar .comments-area {
    margin-left: 0; }
  .single-jetpack-testimonial .post-navigation {
    margin-left: 0; }
  .post-type-archive-jetpack-testimonial .site-content {
    padding: 0; }
  /* Default Page Template */
  .content-wrapper {
    background: #fff;
    padding: 3.2em 55px;
    position: relative; }
  .content-wrapper.with-featured-image {
    margin: -4.7em 0 0 120px;
    padding: 1.3em 55px 0 1.9em;
    z-index: 1; }
  .content-wrapper.without-featured-image {
    padding-left: 102.5px;
    padding-right: 102.5px; }
  .content-wrapper .content-area {
    float: left;
    margin: 0;
    width: 70%;
    max-width: 675px; }
  .no-sidebar .content-wrapper .content-area {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .no-sidebar.page .content-wrapper.without-featured-image,
  .no-sidebar.post-type-archive-jetpack-testimonial .content-wrapper.without-featured-image {
    padding-left: 55px; }
  .entry-thumbnail {
    min-height: 80px; }
  /* Content */
  .single-post .entry-title,
  .archive .entry-title {
    margin-bottom: 25px; }
  .entry-body {
    margin-top: 1.6em;
    padding: 0 0 0 211px; }
  .no-sidebar .entry-body {
    padding-left: 150px; }
  .post-thumbnail {
    width: 100%; }
  .post-thumbnail + .entry-header {
    background-color: #fff;
    margin: 0 0 0 175px;
    padding: 1.3em 1.6em 0 1.9em;
    width: calc(100% - 175px); }
  .no-sidebar .post-thumbnail {
    margin-left: -55px;
    margin-right: -55px;
    width: auto; }
  .no-sidebar .post-thumbnail + .entry-header {
    margin-left: 120px;
    width: calc(100% - 65px); }
  .blog .without-featured-image > .entry-header,
  .single .without-featured-image > .entry-header,
  .archive .without-featured-image > .entry-header,
  .search .without-featured-image > .entry-header {
    margin-left: 211px; }
  .no-sidebar.blog .without-featured-image > .entry-header,
  .no-sidebar.single .without-featured-image > .entry-header,
  .no-sidebar.archive .without-featured-image > .entry-header,
  .no-sidebar.search .without-featured-image > .entry-header {
    margin-left: 150px; }
  .archive .page-header,
  .search .page-header {
    margin: 0 0 2.4em; }
  .page-title,
  .taxonomy-description,
  .no-results .page-content {
    padding-left: 211px; }
  .no-sidebar .page-title,
  .no-sidebar .taxonomy-description {
    padding-left: 150px; }
  .no-sidebar.search .no-results .page-title,
  .no-sidebar.search .no-results .page-content,
  .error404 .page-title {
    padding-left: 0; }
  /* Sidebar */
  #secondary.widget-area {
    width: 26%;
    max-width: 250px; }
  /* Full-Width Page Template */
  .content-wrapper.full-width.with-featured-image {
    margin: -4.7em 13% 0;
    padding: 1.6em 3% 0; }
  .content-wrapper.full-width.without-featured-image {
    margin: 0 13%; }
  .comments-closed .hentry:after {
    display: none; }
  /* Grid Page */
  .grid-page-content-area .hentry:after,
  .grid-page-content-area .child-pages .hentry:after {
    display: none; }
  .grid-page-content-area .child-pages {
    border-top: 1px solid #f2f2f2;
    padding-top: 3.2em; }
  .grid-page-content-area .child-pages .entry-summary {
    min-height: 0; }
  .grid-page-content-area .child-pages .hentry {
    float: left;
    width: 47%;
    margin: 0 6% .8em 0; }
  .grid-page-content-area .child-pages .hentry:nth-of-type(2n) {
    margin-right: 0; } }
