@charset "UTF-8";
/*
 Theme Name:   LF Legal
 Theme URI:    http://lflegal.com
 Description:  Custom child theme of Toivo Lite created for Lainey Feingold
 Author:       Purple Pen Productions
 Author URI:   http://purplepen.com
 Template:     toivo
 Version:      1.0.0
 Text Domain:  lf-legal
*/
/* ------------------------------------------- */
/* Palette of colors
/* ------------------------------------------- */
/**
 * Breakpoints
 */
/**
 * Hover, active, and focus statues
 * :link and & are optional
 */
/*--------------------------------------------------------------
1.0 - Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:focus {
  outline: 3px solid white;
  outline-offset: 0px;
  transition: none;
  background: #005b65;
  color: white; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  word-wrap: break-word; }

@media screen and (min-width: 1000px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 18px;
    font-size: 1.125rem; } }

@media screen and (min-width: 1400px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 20px;
    font-size: 1.25rem; } }

/* === 2.1 Headers === */
h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
  clear: both;
  font-weight: 400;
  line-height: 1.3333333;
  margin: 0 0 1.5em 0; }

h1,
.site-title {
  font-size: 32px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 17px; }

@media screen and (min-width: 600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .site-title {
    line-height: 1.2; }
  h1,
  .site-title {
    font-size: 38px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 28px; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 18px; } }

.site-header,
.sidebar-subsidiary,
.sidebar-subsidiary > .wrap > .wrap-inside {
  position: relative; }

.site-header {
  text-align: center; }

.custom-header-image .site-header > .wrap::before,
.sidebar-subsidiary > .wrap::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0; }

a.toivo-button {
  display: inline-block; }

p {
  margin: 0 0 1.5em 0; }

b,
strong {
  font-weight: bold; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background-size: 56px 56px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  word-wrap: normal; }

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  cursor: help; }

mark,
ins {
  text-decoration: none; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

/* === 3.1 Blockquotes, paragraphs, code, lists, tables === */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

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

blockquote {
  font-size: 1.125em;
  font-style: italic;
  margin: 0 0 1em;
  padding: 1% 3%; }

blockquote cite {
  font-size: 0.88888888888em; }

blockquote blockquote {
  font-size: 1em;
  padding: 0.5% 2%; }

blockquote p {
  margin: 0.666666666em 0; }

hr {
  border: 0;
  height: 2px;
  margin-bottom: 1.5em; }

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

ul {
  list-style: circle; }

ol {
  list-style: decimal; }

.sidebar ul,
.error-404.not-found ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar ul ul,
.error-404.not-found ul ul {
  margin-left: 1em; }

.sidebar ul li,
.error-404.not-found ul li {
  padding-bottom: 10px;
  padding-top: 10px; }

.sidebar ul ul li:first-child,
.error-404.not-found ul ul li:first-child {
  margin-top: 10px; }

.sidebar li:last-child,
.error-404.not-found li:last-child {
  padding-bottom: 0; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

.callout-image img {
  display: block;
  width: 100%; }

figure {
  margin: 0; }

/* Tables. */
table {
  margin: 0 0 1.5em;
  width: 100%; }

th,
td {
  padding: 6px 2%; }

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

caption {
  margin: 1em 0; }

th {
  font-weight: bold; }

/* wp-calendar <table> */
#wp-calendar th,
#wp-calendar td {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 1%;
  text-align: center; }

#wp-calendar tr:hover td,
#wp-calendar td.pad,
#wp-calendar #prev,
#wp-calendar #next {
  background: transparent; }

#wp-calendar #prev {
  text-align: left; }

#wp-calendar #next {
  text-align: right; }

/* === 3.2 Genericons === */
a[href^="mailto:"]::before,
a[href^="tel:"]::before,
.genericon,
.nav-toggle:before,
button#top-nav-toggle:before,
button#social-nav-toggle:before,
.dropdown-toggle:after,
.featured-post:before,
.byline .entry-author a::before,
.entry-date a::before,
.comments-link a::before,
.post-edit-link::before,
.entry-permalink a::before,
.post-format-link::before,
.entry-terms::before,
.image-sizes::before,
.pagination .prev::before,
.pagination .next::before,
.chat-author cite::before,
.comment-published::before,
.comment-edit-link::before,
.comment-author::before,
.comment-permalink::before,
.comment-reply-link::before,
.comment-reply-login::before,
.loop-nav a[rel="prev"]::before,
.loop-nav a[rel="next"]::after,
#menu-social li a::before,
.widget li::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom; }

.entry-date a,
.byline .entry-author a,
.entry-permalink a,
.comments-link a,
.comment-published,
.comment-reply-link,
.comment-edit-link,
.comment-author {
  display: inline-block;
  margin-right: 8px; }

a[href^="mailto:"]::before,
a[href^="tel:"]::before,
.entry-date a::before,
.byline .entry-author a::before,
.comment-published::before,
.comment-author::before,
.comment-edit-link::before,
.comments-link a::before,
.comment-reply-link::before,
.entry-permalink a::before,
.entry-terms::before {
  content: '\f307';
  padding-right: 4px;
  position: relative;
  bottom: 0; }

a[href^="mailto:"]::before {
  content: '\f410'; }

a[href^="tel:"]::before {
  content: '\f437';
  bottom: 3px; }

.byline .entry-author a::before,
.comment-author::before {
  content: '\f304'; }

.entry-permalink a::before {
  content: '\f107'; }

.comments-link a::before {
  content: '\f300'; }

.comment-reply-link::before {
  content: '\f412'; }

.comment-edit-link::before {
  content: '\f411'; }

.entry-terms::before {
  content: '\f301'; }

.entry-terms.category::before {
  content: '\f301'; }

.entry-terms.post_tag::before {
  content: '\f302'; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry a.portfolio-item-link {
  border: none;
  line-height: 1;
  padding: .8em 1em;
  margin-top: 1em;
  transition: all 0.25s ease-in-out; }

.entry a.portfolio-item-link,
a.toivo-button {
  display: inline-block;
  margin-top: 1em; }

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  transition: all 0.25s ease-in-out; }

textarea {
  vertical-align: top;
  /* Improves readability and alignment in all browsers */ }

fieldset {
  margin: 0 0 1.5em 0;
  padding: 3%; }

legend {
  font-weight: bold;
  margin: 0 0 1.5em 0;
  padding: 1em 1.25em;
  white-space: normal; }

label {
  font-weight: bold; }

label .search-field {
  font-weight: normal; }

input {
  display: block; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block; }

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  display: block;
  padding: 20px;
  padding: 1.25rem;
  margin-bottom: 1.5em; }

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  width: 100%; }

textarea {
  min-height: 160px; }

/* Form fields, general styles */
input:focus,
textarea:focus {
  outline: 0; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
.post-thumbnail img,
#menu-social li a::before {
  transition: all 0.25s ease-in-out; }

a:hover,
a:focus,
a:active,
.loop-description a {
  text-decoration: underline; }

a.more-link:hover,
a.more-link:focus,
a.more-link:active,
a.toivo-button:hover,
a.toivo-button:focus,
a.toivo-button:active {
  text-decoration: none; }

a.more-link {
  display: inline-block; }

a.more-link,
input[type="button"],
input[type="reset"],
input[type="submit"],
body #infinite-handle span {
  font-size: 1rem;
  font-weight: normal;
  padding: 0.65rem 1rem;
  transition: none; }

body #infinite-handle span button {
  letter-spacing: 2px;
  text-transform: uppercase; }

a.toivo-button {
  font-weight: 700;
  letter-spacing: 2px;
  padding: 2.5% 4%;
  text-transform: uppercase; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
/* === 5.2.1 Primary menu === */
.nav-wrap {
  background: white;
  border-bottom: 1px solid #ccd7e1; }
  @media screen and (min-width: 1000px) {
    .nav-wrap {
      padding-left: 1em;
      padding-right: 1em;
      text-align: center; } }
/* Desktop navigation ------------------------ */
.main-navigation {
  display: none;
  position: relative; }
  @media screen and (min-width: 1000px) {
    .main-navigation {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      max-width: 1260px;
      padding: 0 1rem; } }
  .main-navigation > ul {
    /* Top level menu */
    font-size: 1.1rem;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 15; }
    @media screen and (min-width: 1000px) {
      .main-navigation > ul {
        display: flex; } }
    .main-navigation > ul > li {
      /* Top level menu items */
      list-style: none;
      margin: 0;
      padding: 0; }
      .main-navigation > ul > li > a {
        margin: 0;
        padding: 1em;
        position: relative; }
        .main-navigation > ul > li > a.open, .main-navigation > ul > li > a.focus {
          background: #005b65;
          color: white; }
      .main-navigation > ul > li > ul {
        /* Submenus */
        background-color: white;
        border: 1px solid #ccd7e1;
        display: none;
        left: 50%;
        padding: 0;
        margin-left: -100px;
        position: absolute;
        top: 3.5rem; }
        .main-navigation > ul > li > ul.open {
          display: block;
          z-index: 20; }
    .main-navigation > ul li a {
      text-decoration: none; }
  .main-navigation ul {
    margin-bottom: 0;
    text-align: center; }
    .main-navigation ul ul {
      background-color: white;
      border: 1px solid #ccd7e1; }
      .main-navigation ul ul a {
        border-bottom: 1px solid #ccd7e1;
        padding: 18px 12px;
        white-space: normal;
        width: 200px; }
  .main-navigation li {
    border: 0;
    border-right: 1px solid #ccd7e1;
    height: auto;
    line-height: normal;
    position: relative; }
    .main-navigation li:first-child {
      border-left: 1px solid #ccd7e1; }
    .main-navigation li li {
      border: 0;
      display: block;
      height: auto;
      line-height: 1.0909090909; }
      .main-navigation li li:first-child {
        border-left: 0 none; }
  .main-navigation a {
    color: #01234c;
    display: block;
    padding: 0.8em 1em;
    white-space: nowrap; }
  .main-navigation .menu-item-has-children > a,
  .main-navigation .page_item_has_children > a {
    padding-right: 26px; }
    .main-navigation .menu-item-has-children > a:after,
    .main-navigation .page_item_has_children > a:after {
      -webkit-font-smoothing: antialiased;
      content: '\f502';
      display: inline-block;
      font: normal 8px/1 Genericons;
      position: absolute;
      right: 12px;
      top: 26px;
      vertical-align: text-bottom; }
  .main-navigation .menu-item-has-children > ul li:first-child:before,
  .main-navigation .page_item_has_children > ul li:first-child:before {
    border: solid transparent;
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ddd;
    border-width: 11px;
    bottom: 100%;
    content: ' ';
    height: 0;
    left: 50%;
    margin-left: -11px;
    pointer-events: none;
    position: absolute;
    width: 0; }
  .main-navigation .menu-item-has-children > ul li:first-child:after,
  .main-navigation .page_item_has_children > ul li:first-child:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: white;
    border-width: 10px;
    bottom: 100%;
    content: ' ';
    height: 0;
    left: 50%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    width: 0; }
  .main-navigation li.current-menu-item,
  .main-navigation li.current-menu-item > a,
  .main-navigation li.open > a,
  .main-navigation li.hover > a,
  .main-navigation li > a.focus,
  .main-navigation li:hover > a,
  .main-navigation a:hover {
    background-color: #005b65;
    color: white; }
  .main-navigation .search-form {
    border-right: 1px solid #ccd7e1;
    display: flex;
    flex: 1;
    line-height: normal;
    margin-bottom: 0;
    max-width: 20rem;
    padding: 0.5em 1em; }
    .main-navigation .search-form label {
      flex: 1; }
    .main-navigation .search-form input[type=search] {
      border: 1px solid #ccd7e1;
      box-sizing: border-box;
      font-size: 1.1rem;
      height: auto;
      margin: 0;
      padding: 0.25em 0.5em;
      width: auto; }
      .main-navigation .search-form input[type=search]:hover, .main-navigation .search-form input[type=search]:active, .main-navigation .search-form input[type=search]:focus {
        border-color: #005b65; }
    .main-navigation .search-form .search-submit {
      border: 1px solid #ccd7e1;
      border-left: 0 none;
      box-sizing: border-box;
      font-size: 1.1rem;
      font-weight: normal;
      height: auto;
      letter-spacing: normal;
      margin: 0;
      padding: 0.2em 0.5em;
      position: static; }

/* Mobile Menu ------------------------------- */
button#nav-toggle {
  border: none;
  border-bottom: none;
  display: block;
  padding: 10px 4%;
  position: relative;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 100;
  width: 100%; }
  @media screen and (min-width: 1000px) {
    button#nav-toggle {
      display: none; } }
  button#nav-toggle:focus, button#nav-toggle:hover {
    background-color: #005b65;
    color: white; }
  button#nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    content: "\f419";
    display: inline-block;
    font: normal 32px/1 Genericons;
    height: 32px;
    margin: 0 6px 0 0;
    vertical-align: middle;
    width: 32px; }
  button#nav-toggle.active:before {
    content: '\f405'; }

.main-navigation-mobile {
  clip: rect(0 0 0 0);
  display: block;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  zoom: 1; }
  @media screen and (min-width: 1000px) {
    .main-navigation-mobile {
      display: none; } }
  .main-navigation-mobile.opened {
    max-height: 9999px;
    position: relative;
    visibility: visible; }
  .main-navigation-mobile ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%; }
    .main-navigation-mobile ul ul {
      clip: rect(0 0 0 0);
      display: block;
      max-height: 0;
      overflow: hidden;
      position: absolute;
      visibility: hidden;
      zoom: 1; }
      .main-navigation-mobile ul ul.opened {
        max-height: 9999px;
        position: relative;
        visibility: visible; }
  .main-navigation-mobile li {
    display: block;
    position: relative;
    width: 100%; }
    .main-navigation-mobile li a {
      border-bottom: 1px solid #ddd;
      display: block;
      padding: 10px 4%;
      text-decoration: none;
      width: 100%; }
    .main-navigation-mobile li li a {
      padding: 10px 6%; }
  .main-navigation-mobile .dropdown-toggle {
    content: '';
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 4%;
    text-transform: lowercase;
    top: -1px; }
    .main-navigation-mobile .dropdown-toggle:after {
      content: '\f431';
      font-size: 24px;
      padding: 11px;
      position: relative;
      top: 0;
      left: 1px; }
    .main-navigation-mobile .dropdown-toggle.toggled:after {
      content: '\f432'; }

/* === 5.2.2 Top menu === */
#top-header {
  padding: 0 1rem;
  position: relative; }

.top-navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1260px; }
  @media screen and (min-width: 600px) {
    .top-navigation {
      flex-direction: row; } }
  .top-navigation ul {
    display: block;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }
  .top-navigation li {
    border: 0;
    display: inline-block;
    padding: 1px;
    position: relative; }
  .top-navigation li a {
    color: #e2ebf1;
    display: block;
    padding: 0.5em;
    text-decoration: none; }
    .top-navigation li a:hover, .top-navigation li a:active, .top-navigation li a:focus {
      color: white; }
    @media screen and (min-width: 1200px) {
      .top-navigation li a {
        padding: 0.5em 1em; } }
  .top-navigation .top-search {
    margin-top: 1rem;
    max-width: 100%; }
    @media screen and (min-width: 1000px) {
      .top-navigation .top-search {
        margin-top: 0; } }
  .top-navigation .search-form {
    display: flex;
    line-height: normal;
    margin-bottom: 1rem;
    padding: 0.25em 0.5em; }
    @media screen and (min-width: 600px) {
      .top-navigation .search-form {
        margin-bottom: 0; } }
    .top-navigation .search-form label {
      flex: 1; }
    .top-navigation .search-form input[type=search] {
      background: white;
      border: 1px solid #999999;
      box-sizing: border-box;
      display: inline-block;
      font-size: 1rem;
      height: auto;
      line-height: normal;
      margin: 0;
      max-width: 100%;
      padding: 0.5rem; }
    .top-navigation .search-form .search-submit {
      background: #01234c;
      border: 1px solid black;
      box-sizing: border-box;
      color: #e2ebf1;
      display: inline-block;
      font-size: 1rem;
      font-weight: normal;
      height: auto;
      line-height: normal;
      margin: 0;
      padding: 0.5rem;
      position: static; }
      .top-navigation .search-form .search-submit:hover, .top-navigation .search-form .search-submit:focus {
        background: #005b65;
        color: white; }

/*--------------------------------------------------------------
5.3 Comment and post navigation
--------------------------------------------------------------*/
.site-main .pagination,
.site-main .post-navigation {
  margin-bottom: 5%;
  overflow: hidden; }

.site-main .pagination {
  margin-bottom: 0; }

.post-navigation .nav-next {
  text-align: right; }

.comments-title,
.comments-title-no,
.comment-navigation {
  text-align: center; }

.comments-title,
.comment-navigation-top {
  padding-bottom: 30px;
  margin-bottom: 30px; }

.comment-navigation-bottom {
  padding-top: 30px;
  margin-bottom: 30px; }

.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block; }

.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "\2217";
  margin: 0 0.7em; }

.post-navigation .meta-nav {
  display: block;
  font-weight: 400;
  text-transform: uppercase; }

.post-navigation a {
  display: block;
  padding: 5% 6%; }

.post-navigation a:hover,
.post-navigation a:active,
.post-navigation a:focus {
  text-decoration: none; }

.post-navigation a:focus {
  outline: 1px dotted #01234c;
  outline-offset: -1px; }

.pagination .nav-links {
  min-height: 3.2em;
  position: relative;
  text-align: center; }

@media screen and (min-width: 1000px) {
  .pagination .nav-links {
    margin: 1rem; } }

.pagination .nav-links .next,
.pagination .nav-links .prev {
  background: #005b65;
  outline-offset: 1px;
  border-width: 2px;
  box-shadow: 0 0 0 1px white; }

.pagination .nav-links .next:hover,
.pagination .nav-links .prev:hover {
  background: #3e4152; }

.pagination .nav-links .next:focus,
.pagination .nav-links .prev:focus {
  background: #3e4152;
  outline: 3px solid #3e4152; }

.pagination .page-numbers {
  line-height: 80px;
  padding: 0 0.6667em; }

.pagination .page-numbers.dots {
  padding: 0; }

.pagination .page-numbers.current {
  text-transform: uppercase; }

.pagination .current {
  display: inline-block;
  font-weight: 700; }

.pagination .prev,
.pagination .next {
  display: inline-block;
  height: 80px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 80px; }

.pagination .prev::before,
.pagination .next::before {
  font-size: 48px;
  height: 80px;
  line-height: 80px;
  position: relative;
  width: 80px; }

.pagination .prev {
  left: 0; }

.pagination .prev::before {
  content: "\f430";
  left: -2px; }

.pagination .next::before {
  content: "\f429";
  left: 3px; }

.pagination .next {
  right: 0; }

.menu-accessibility-skip-links-container {
  display: flex;
  align-items: center; }

.top-navigation .search-form input[type=search] {
  height: 44px; }

.top-navigation .top-search {
  padding: 0.25em 0.5em; }

.top-navigation .search-form .search-submit {
  border-width: 2px;
  outline-offset: 1px;
  outline: 3px solid transparent;
  z-index: 1; }

.top-navigation .search-form .search-submit:focus {
  border-color: #3e4152;
  background: white;
  color: #3e4152;
  outline-color: #3e4152;
  box-shadow: 0 0 0 1px white; }

.top-search .search-form {
  padding: 0; }

.top-search .search-form input[type="submit"]:focus {
  font-weight: bold;
  text-decoration: underline; }

.top-search .search-form input[type="submit"]:hover {
  background: #005b65;
  border-color: white; }

.top-search .search-form input[type="submit"]:focus:hover {
  color: white; }

.top-search .search-form {
  border: 2px solid transparent; }

.top-search:focus-within .search-form {
  outline: 3px solid white;
  outline-offset: 3px;
  border: 2px solid white;
  padding: 0; }

/*--------------------------------------------------------------
6.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 {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin: 0 1.5em 1.5em 0; }

.alignright {
  display: inline;
  float: right;
  margin: 0 0 1.5em 1.5em; }

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

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry:before,
.entry:after,
.entry-content:before,
.entry-content:after,
.entry-header-summary:before,
.entry-header-summary:after,
.comment-content:before,
.comment-content:after,
.top-header:before,
.top-header:after,
.top-header-buttons:before,
.top-header-buttons:after,
.site-header:before,
.site-header:after,
.site-branding:before,
.site-branding:after,
#site-navigation .wrap:before,
#site-navigation .wrap:after,
.social-navigation:before,
.social-navigation:after,
#content .wrap:before,
#content .wrap:after,
.site-content:before,
.site-content:after,
.entry-summary:before,
.entry-summary:after,
#sidebar-subsidiary:before,
#sidebar-subsidiary:after,
#sidebar-front-page:before,
#sidebar-front-page:after,
#sidebar-front-page .wrap:before,
#sidebar-front-page .wrap:after,
#testimonial-area:before,
#testimonial-area:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table; }

.clear:after,
.entry:after,
.entry-content:after,
.entry-header-summary:after,
.comment-content:after,
.top-header:after,
.top-header-buttons:after,
.site-header:after,
.site-branding:after,
#site-navigation .wrap:after,
.social-navigation:after,
#content .wrap:after,
.site-content:after,
.entry-summary:after,
#sidebar-subsidiary:after,
#sidebar-front-page:after,
#sidebar-front-page .wrap:after,
#testimonial-area:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  padding-bottom: 2em; }

.widget-title,
.widgettitle {
  display: inline-block;
  font-size: 22px; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
body .search-submit {
  margin-bottom: 30px;
  margin-top: 0; }

.search-form {
  position: relative;
  margin-bottom: 30px; }

.search-field {
  display: block;
  padding: 20px 140px 20px 20px;
  width: 100%;
  height: 80px; }

.search-submit {
  display: block;
  font-weight: bold;
  height: 78px;
  width: 120px;
  text-align: center;
  position: absolute;
  top: 1px;
  right: 1px;
  margin: 0; }

.widget ul > li::before {
  content: '\f418';
  font-size: 16px;
  margin-bottom: 1px;
  margin-right: 6px;
  vertical-align: middle; }

.widget.widget_categories ul > li::before {
  content: '\f301';
  margin-bottom: 4px; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/* === 10.1 Posts and pages === */
.entry-header {
  text-align: center; }

.entry-inner,
#comments,
.layout-1c #sidebar-primary {
  padding: 5% 6%;
  margin-bottom: 5%; }

.no-content .toivo-callout-top .entry-inner,
.toivo-callout-bottom .entry-inner {
  padding-left: 0;
  padding-right: 0; }

.entry {
  margin-bottom: 5%; }

.toivo-callout .entry-inner {
  margin-bottom: 0; }

@media screen and (max-width: 999px) {
  #sidebar-primary {
    padding: 5% 6%;
    margin: 0 0 5%; } }

.page-content,
.entry-content,
.entry-summary {
  margin-top: 1.5em; }

.home .format-status .entry-inner,
.blog .format-status .entry-inner,
.home .format-aside .entry-inner,
.blog .format-aside .entry-inner {
  padding-bottom: 0; }

.format-audio .entry-media {
  padding-top: 35px;
  padding-bottom: 35px; }

.format-audio .entry-media .jetpack-video-wrapper {
  margin-top: -35px;
  margin-bottom: -35px; }

.entry-content .jetpack-video-wrapper {
  margin-bottom: 1.5em; }

.format-audio .entry-media .mejs-container {
  margin-bottom: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.page-links a {
  display: inline-block;
  margin-bottom: 4px;
  padding: 0.5em 1em; }

.entry-header .entry-title,
.front-page-area > .entry-title {
  margin-top: 0;
  margin-bottom: 0; }

.front-page-area > .entry-title {
  margin-bottom: 3%;
  text-align: center; }

.entry-meta,
.comment-meta {
  font-size: 0.75em;
  margin-bottom: 0;
  padding-bottom: 1.25em;
  padding-top: 0.6em; }
  .entry-meta span.entry-date,
  .entry-meta span.modified-date,
  .comment-meta span.entry-date,
  .comment-meta span.modified-date {
    display: block; }

.entry-title a, .entry-title a:link, .entry-title a:visited, .entry-title a:hover, .entry-title a:active, .entry-title a:focus,
.entry-meta a,
.entry-meta a:link,
.entry-meta a:visited,
.entry-meta a:hover,
.entry-meta a:active,
.entry-meta a:focus {
  background: transparent;
  color: #01234c;
  text-decoration: none; }

/* Breadcrumbs. */
.breadcrumb-trail {
  font-size: 0.75em; }

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0; }

.breadcrumbs .trail-items {
  list-style: none; }

.breadcrumbs .trail-items li {
  position: relative;
  padding-right: 16px; }

.breadcrumb-trail {
  text-align: center; }

.trail-items li::after {
  font-size: 85%;
  content: "\002F";
  position: absolute;
  bottom: 1px;
  right: 6px; }

.trail-items li:last-of-type::after {
  display: none; }

.trail-items li a:focus {
  color: white; }

.entry-header .entry-title:after,
.front-page-area > .entry-title:after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  margin: 5% auto; }

.front-page-area > .entry-title:after {
  margin-top: 3%;
  margin-bottom: 3%; }

.page-template-front-page .entry-header .entry-title {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 0; }

.page-template-default .entry-header .entry-title,
.single .entry-header .entry-title {
  margin-top: 0; }

/* Callout in front page. */
.toivo-callout {
  font-size: 1.5em;
  padding: 3%;
  text-align: center; }

.single-attachment .entry-title {
  text-align: center; }

.thumbnail {
  margin: 0 0 1em 0; }

.post-thumbnail img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a.post-thumbnail img:hover,
a.post-thumbnail img:focus,
a.post-thumbnail img:active {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.post-thumbnail {
  text-align: center; }

.featured-area,
.child-pages-area {
  padding: 6% 5%; }

.entry-content .article-notice {
  background: #e6f1f3;
  border: 1px solid #cce3e7;
  border-radius: 0.25rem;
  margin: 2rem 0;
  padding: 1.25rem 1.25rem;
  position: relative; }
  .entry-content .article-notice p {
    color: #222;
    margin: 0;
    padding: 0; }
  .entry-content .article-notice h2 {
    font-size: 1.5rem;
    margin: 0 0 0.5em 0;
    padding: 0; }

#article-updates .update-content {
  border-bottom: 1px solid #cce3e7;
  padding-bottom: 1rem;
  margin-bottom: 2rem; }

#article-updates h2 {
  background: #e6f1f3;
  border-bottom: 1px solid #cce3e7;
  border-top: 1px solid #cce3e7;
  padding: 0.75rem 1.25rem;
  margin: 3rem 0 2rem; }

/* === 10.2 Asides === */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

.format-status .avatar {
  border-radius: 50%; }

.format-status .entry-content {
  margin-top: 18px; }

.mejs-container {
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

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

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%; }

/* === 12.1 Captions === */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

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

.wp-caption-text {
  margin: 6px 0 1em 0;
  text-align: center; }

/* === 12.2 Galleries === */
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.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 {
  margin-bottom: 10px; }

/*--------------------------------------------------------------
13.0 Layouts
--------------------------------------------------------------*/
/* === 13.1 Max-width === */
.site-header .wrap,
#sidebar-subsidiary .wrap,
#sidebar-front-page .wrap,
#testimonial-area > .testimonial-wrapper,
#colophon .site-info,
.layout-1c .breadcrumb-trail .wrap,
.entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.layout-1c .entry,
.layout-1c #sidebar-primary > .wrap,
.layout-1c .pagination,
.layout-1c .post-navigation,
.layout-1c #comments,
.layout-1c #sidebar-primary,
body #infinite-handle,
.no-content .toivo-callout-top > .entry-inner,
.toivo-callout-bottom > .entry-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px; }

.entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.layout-1c #sidebar-primary > .wrap {
  max-width: 700px; }

/* === 13.2 Paddings. === */
.site-header > .wrap,
#colophon #menu-social,
#colophon .site-info {
  padding: 0 4%; }

#colophon .site-info {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center; }

#content > .wrap {
  padding-bottom: 5%; }

.home #content > .wrap {
  padding-top: 4%; }

.breadcrumb-trail {
  padding: 2.5% 5%; }

@media screen and (min-width: 600px) {
  .breadcrumb-trail {
    padding-top: 1.75%;
    padding-bottom: 1.75%; } }

@media screen and (min-width: 1000px) {
  .breadcrumb-trail {
    padding-top: 1.25%;
    padding-bottom: 1.25%; }
  .layout-2c-l .breadcrumb-trail,
  .layout-2c-r .breadcrumb-trail {
    padding-left: 0;
    padding-right: 0;
    text-align: left; } }

.page-template-front-page #content > .wrap,
.page-template-child-pages #content > .wrap,
.page-template-blog-page #content > .wrap {
  padding-bottom: 0; }

.page-template-front-page.no-content #content > .wrap {
  padding-top: 0; }

.page-template-front-page .featured-area .featured-area-grid:last-child .entry,
.page-template-child-pages .child-pages-area .child-pages-grid:last-child .entry,
.page-template-blog-page .child-pages-area .child-pages-grid:last-child .entry {
  margin-bottom: 0; }

#page {
  position: relative; }

/* === 13.3 Media queries === */
@media screen and (min-width: 1000px) {
  .layout-2c-l .site-content > .wrap,
  .layout-2c-r .site-content > .wrap {
    padding-left: 4%;
    padding-right: 4%; }
  /* Two column layout. */
  .layout-2c-l .content-area,
  .layout-default .content-area,
  .layout-2c-r .content-area {
    float: left;
    padding-right: 3%;
    width: 66.6666666666666666%; }
  .layout-2c-l #sidebar-primary,
  .layout-2c-r #sidebar-primary {
    float: left;
    padding-left: 3%;
    width: 33.3333333333333333%; }
  .layout-2c-r .content-area {
    float: right;
    padding-left: 3%;
    padding-right: 0; }
  .layout-2c-r #sidebar-primary {
    float: right;
    padding-left: 0;
    padding-right: 3%; } }

/* === 13.4 Sidebar layouts === */
#sidebar-subsidiary,
#sidebar-front-page,
#testimonial-area {
  padding: 6% 5%; }

.post-type-archive-jetpack-testimonial #testimonial-area {
  padding-top: 0;
  padding-bottom: 5%; }

.post-type-archive-jetpack-testimonial .testimonial-area > .entry-content {
  text-align: center; }

#testimonial-area .entry-testimonial .entry-wrapper,
.format-status .entry-content > .entry-wrapper,
.format-status .entry-footer,
.jetpack-testimonial .entry-content > .entry-wrapper {
  padding-left: 35px;
  padding-top: 4px; }

/* Minimum width of 800 pixels. */
@media screen and (min-width: 800px) {
  .comment-content .comment-content-wrapper {
    padding-left: 35px;
    padding-top: 4px; }
  /* Grids like sidebars area. */
  #sidebar-subsidiary .wrap .wrap-inside,
  #sidebar-front-page .wrap .wrap-inside,
  #testimonial-area .testimonial-wrapper {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap; }
  #sidebar-subsidiary .widget,
  #sidebar-front-page .widget,
  #testimonial-area .entry-testimonial {
    flex: none;
    width: 50%; }
  .ie9 #sidebar-subsidiary .widget,
  .ie9 #sidebar-front-page .widget,
  .ie9 #testimonial-area .entry-testimonial {
    float: left; }
  #sidebar-subsidiary .widget:nth-child(n+3),
  #sidebar-front-page .widget:nth-child(n+3),
  #testimonial-area .entry-testimonial:nth-child(n+3) {
    padding-top: 2em; }
  #sidebar-subsidiary .widget:nth-child(2n+1),
  #sidebar-front-page .widget:nth-child(2n+1),
  #testimonial-area .entry-testimonial:nth-child(2n+1) {
    padding-right: 3%; }
  #sidebar-subsidiary .widget:nth-child(2n),
  #sidebar-front-page .widget:nth-child(2n),
  #testimonial-area .entry-testimonial:nth-child(2n) {
    padding-left: 3%; }
  .ie9 #sidebar-subsidiary .widget:nth-child(2n+3),
  .ie9 #sidebar-front-page .widget:nth-child(2n+3),
  .ie9 #testimonial-area .entry-testimonial:nth-child(2n+3) {
    clear: both; } }

/* === Featured Top page layout === */
.page-template-template-featuredtop .entry-header + .post-thumbnail {
  margin-top: 2rem; }

/* === 13.5 Front Page layout === */
.front-page .entry-content {
  max-width: none; }

.front-page .entry-inner {
  margin-bottom: 0; }

.front-page .entry-content-wrap {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1000px; }
  @media screen and (min-width: 768px) {
    .front-page .entry-content-wrap {
      flex-direction: row; }
      .front-page .entry-content-wrap .entry-thumb {
        flex: 0 0 33%;
        max-width: 33%;
        padding: 2rem; }
      .front-page .entry-content-wrap .entry-content {
        flex: 1; } }
  @media screen and (min-width: 1000px) {
    .front-page .entry-content-wrap .entry-thumb {
      flex: 0 0 40%;
      max-width: 40%; } }
.front-page .speaking,
.front-page .book {
  padding: 4rem 2rem; }
  .front-page .speaking a:hover,
  .front-page .book a:hover {
    text-decoration: none; }
  .front-page .speaking a.button,
  .front-page .book a.button {
    background: #002d32;
    border: 2px solid white; }
    .front-page .speaking a.button:hover, .front-page .speaking a.button:focus,
    .front-page .book a.button:hover,
    .front-page .book a.button:focus {
      background: #01234c;
      text-decoration: underline; }
    .front-page .speaking a.button:focus,
    .front-page .book a.button:focus {
      background: white;
      box-shadow: 0 0 0 1px #005b65;
      color: #005b65;
      outline-offset: 1px; }

.front-page .speaking {
  background: #01234c;
  color: white; }
  .front-page .speaking a:not(.button),
  .front-page .speaking a:link:not(.button),
  .front-page .speaking a:visited:not(.button) {
    color: #80adb2; }
  .front-page .speaking h2 {
    color: white;
    text-align: center; }
    .front-page .speaking h2::after {
      background: white;
      content: '';
      display: block;
      margin: 1em auto 1em;
      height: 5px;
      width: 96px; }

.front-page .speaking-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1000px; }
  @media screen and (min-width: 1000px) {
    .front-page .speaking-container {
      flex-direction: row; }
      .front-page .speaking-container .speaking-photo {
        flex: 0 0 40%;
        max-width: 40%; }
      .front-page .speaking-container .speaking-content {
        flex: 1;
        padding-left: 2rem; } }
.front-page .speaking-testimonial {
  padding: 1rem 4rem;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .front-page .speaking-testimonial {
      padding: 4rem; } }
.front-page .book {
  background: #005b65;
  color: white; }
  .front-page .book a:not(.button),
  .front-page .book a:link:not(.button),
  .front-page .book a:visited:not(.button) {
    color: white; }
  .front-page .book h2 {
    color: white;
    text-align: center; }
    .front-page .book h2::after {
      background: white;
      content: '';
      display: block;
      margin: 1em auto 1em;
      height: 5px;
      width: 96px; }
  .front-page .book .book-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1000px; }
    @media screen and (min-width: 1000px) {
      .front-page .book .book-container {
        flex-direction: row; }
        .front-page .book .book-container .book-content {
          flex: 0 0 70%;
          max-width: 70%;
          padding-right: 2rem; } }
  .front-page .book .book-quote {
    font-family: Georgia, Times, 'Times New Roman', serif;
    text-align: center; }
    .front-page .book .book-quote p {
      background-image: url(images/bg-quotes-ltblue.png);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0;
      padding: 1rem; }
    .front-page .book .book-quote .book-citation {
      font-size: 0.8em;
      font-style: italic; }
  .front-page .book .book-divder {
    font-size: 2rem;
    margin: 0.5rem 0; }

.front-page .recent-articles {
  padding: 4rem 2rem; }
  .front-page .recent-articles .recent-articles-container {
    margin: 0 auto;
    max-width: 1000px; }
    .front-page .recent-articles .recent-articles-container .recent-all .button {
      border-width: 2px;
      box-shadow: 0 0 0 1px white;
      outline-offset: 1px;
      color: white;
      background: #005b65; }
    .front-page .recent-articles .recent-articles-container .recent-all .button:hover {
      text-decoration: underline; }
    .front-page .recent-articles .recent-articles-container .recent-all .button:focus {
      color: #3e4152;
      background: white;
      border-color: #3e4152;
      border-width: 2px;
      outline: 3px solid #3e4152;
      text-decoration: underline; }
  .front-page .recent-articles h2 {
    text-align: center; }
    .front-page .recent-articles h2::after {
      background: #e2ebf1;
      content: '';
      display: block;
      margin: 1em auto 1em;
      height: 5px;
      width: 96px; }
  .front-page .recent-articles .recent-posts a {
    border: 2px solid transparent; }
  .front-page .recent-articles .recent-posts {
    margin-bottom: 1.5rem; }
  .front-page .recent-articles .recent-posts a:focus {
    background: #3e4152;
    color: white;
    outline: 3px solid #3e4152;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px white;
    border-color: #3e4152; }
  .front-page .recent-articles .recent-posts a:focus h3 {
    color: white; }

.front-page .recent-posts {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .front-page .recent-posts {
      flex-direction: row;
      justify-content: space-between; } }
  .front-page .recent-posts .post {
    color: inherit;
    display: block;
    text-align: center;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .front-page .recent-posts .post {
        width: 30%; } }
  .front-page .recent-posts .post-thumb-container {
    display: block;
    margin-bottom: 2rem;
    position: relative;
    width: 100%; }
  .front-page .recent-posts .post-thumb-sizer {
    padding-top: 100%; }
  .front-page .recent-posts .post-thumb {
    align-items: center;
    background-color: #e2ebf1;
    border: 4px double #d1dfe9;
    border-radius: 3px;
    bottom: 0;
    display: flex;
    left: 0;
    justify-content: center;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0; }
    .front-page .recent-posts .post-thumb img {
      border-radius: 3px;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      width: auto; }

.popular-articles {
  background: #01234c;
  color: white;
  padding: 4rem 2rem; }
  .popular-articles h2 {
    color: white;
    text-align: center; }
    .popular-articles h2::after {
      background: white;
      content: '';
      display: block;
      margin: 1em auto 1em;
      height: 5px;
      width: 96px; }
  .popular-articles .popular-articles-container {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1000px; }
    .popular-articles .popular-articles-container .post {
      display: flex;
      margin-bottom: 2rem;
      text-decoration: none;
      width: 100%; }
      @media screen and (min-width: 700px) {
        .popular-articles .popular-articles-container .post {
          width: 47%; } }
      .popular-articles .popular-articles-container .post:focus {
        outline: 1px solid white;
        outline-offset: 1px; }
      .popular-articles .popular-articles-container .post h3 {
        color: white;
        margin: 0;
        padding: 0; }
    .popular-articles .popular-articles-container .post-thumb-container {
      display: block;
      position: relative;
      width: 40%; }
    .popular-articles .popular-articles-container .post-thumb-sizer {
      padding-top: 100%; }
    .popular-articles .popular-articles-container .post-thumb {
      align-items: center;
      background-color: #011c3d;
      border: 4px double #01152e;
      border-radius: 3px;
      bottom: 0;
      display: flex;
      left: 0;
      justify-content: center;
      padding: 1rem;
      position: absolute;
      right: 0;
      top: 0; }
      .popular-articles .popular-articles-container .post-thumb img {
        border-radius: 3px;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto; }
    .popular-articles .popular-articles-container .post-content {
      padding: 1em;
      width: 60%; }

.social-media {
  padding: 4rem 2em; }
  .social-media h2 {
    text-align: center; }
    .social-media h2::after {
      background: #e2ebf1;
      content: '';
      display: block;
      margin: 1em auto 1em;
      height: 5px;
      width: 96px; }
  .social-media .social-media-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1000px; }
    @media screen and (min-width: 600px) {
      .social-media .social-media-container {
        flex-direction: row; } }
  @media screen and (min-width: 600px) {
    .social-media .social-media-info {
      padding-right: 2rem;
      flex: 1; } }
  @media screen and (min-width: 800px) {
    .social-media .social-media-info {
      flex: 2; } }
  @media screen and (min-width: 600px) {
    .social-media .social-media-buttons {
      flex: 1;
      margin-top: 1rem; } }
  .social-media .social-media-buttons a {
    display: inline-block;
    margin: 0.5em 0;
    text-align: center;
    width: 100%; }
    .social-media .social-media-buttons a.button {
      color: white;
      background: #005b65;
      border-width: 2px;
      outline-offset: 1px;
      box-shadow: 0 0 0 1px white;
      outline-color: #005b65; }
    .social-media .social-media-buttons a:hover {
      text-decoration: underline; }
    .social-media .social-media-buttons a:focus {
      color: #005b65;
      background: white;
      border-color: #005b65;
      outline: 3px solid #005b65;
      text-decoration: underline; }

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
.comment-form input[type="submit"] {
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

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

#respond {
  padding-top: 1.5em;
  margin-top: 1.5em; }

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

.comment-list > li {
  margin-bottom: 6%;
  padding-bottom: 6%; }

.comment-list > li:last-child {
  padding-bottom: 0; }

ol.comment-list ol.children ul {
  margin-bottom: 0; }

ol.comment-list ol.children {
  margin-left: 1%; }

/* === Individual comments */
li.comment .comment-wrap,
li.ping .comment-wrap {
  padding-bottom: 1em;
  padding-top: 1em; }

.comment-list li.bypostauthor {
  padding: 3%; }

ol.comment-list ul,
ol.comment-list ol,
ol.comment-list dl {
  margin-bottom: 1em; }

ol.comment-list ul ul,
ol.comment-list ol ol,
ol.comment-list dl dl {
  margin-bottom: 0; }

/* Avatars and images. */
.site-logo,
.avatar,
.entry-testimonial img,
img.attachment-toivo-testimonial {
  border-radius: 50%; }

.site-logo,
.site-header .avatar {
  margin-top: 1em;
  max-width: 150px;
  max-height: 150px;
  position: relative; }

.format-status .avatar,
.entry-testimonial img,
img.attachment-toivo-testimonial {
  float: left;
  margin: 0 1em .2em 0;
  max-width: 70px;
  shape-outside: circle(); }

@media screen and (min-width: 360px) {
  .site-logo,
  .site-header .avatar {
    margin-top: -75px; } }

.comment-list .avatar {
  float: left;
  margin: 0 1em 0.2em 0;
  width: 70px;
  height: 70px;
  shape-outside: circle(); }

/* Meta. */
.comment-meta abbr {
  border-bottom: none; }

/* Reply link. */
#cancel-comment-reply-link {
  font-weight: bold; }

.comment-content {
  clear: both;
  display: block; }

.parent .comment-reply-link {
  margin-bottom: 20px; }

@media screen and (min-width: 608px) {
  ol.comment-list ol.children {
    margin-left: 2%; }
  .has-avatar.comment .comment-author {
    margin-top: 16px; } }

@media screen and (min-width: 1056px) {
  ol.comment-list ol.children {
    margin-left: 3%; } }

/*--------------------------------------------------------------
15.0 Plugins
--------------------------------------------------------------*/
/* === 15.1 Jetpack CSS === */
body #infinite-handle {
  text-align: center; }

body #infinite-handle span {
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  display: inline-block;
  line-height: 1;
  transition: all 0.25s ease-in-out; }

.layout-2c-l #infinite-handle span,
.layout-2c-r #infinite-handle span,
.layout-2c-l .infinite-loader,
.layout-2c-r .infinite-loader {
  margin-bottom: 5%; }

@media screen and (min-width: 1000px) {
  .layout-2c-l #infinite-handle span,
  .layout-2c-r #infinite-handle span,
  .layout-2c-l .infinite-loader,
  .layout-2c-r .infinite-loader {
    margin-bottom: 0; }
  .layout-2c-l #infinite-handle,
  .layout-2c-r #infinite-handle {
    padding-top: 2%; } }

body .infinite-loader {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%; }

body .infinite-loader .spinner {
  display: block;
  left: 50% !important; }

body div.sharedaddy h3.sd-title,
body div#jp-relatedposts h3.jp-relatedposts-headline,
body div#jp-relatedposts h3.jp-relatedposts-headline em {
  font-size: 20px;
  font-weight: normal; }

body .contact-form input[type=email],
body .contact-form input[type=text],
body #subscribe-email input {
  width: 100%;
  max-width: 100%; }

body #subscribe-email input {
  padding: 20px;
  padding: 1.25rem; }

body .contact-form textarea {
  width: 100%; }

/*--------------------------------------------------------------
17.0 Child theme friendly zone
--------------------------------------------------------------*/
/*
 * At this point there are fonts, colors, background and borders used in a theme.
 * You can overwrite them in your child theme 'style.css' if you need custom design.
 */
/* === 16.1 Font Family === */
body,
button,
input,
select,
textarea {
  font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif; }

.site-title,
body #infinite-handle span button {
  font-family: "Raleway", "Helvetica Neue", Helvetica, sans-serif; }

pre {
  font-family: "Courier 10 Pitch", Courier, monospace; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

/* === 16.2 Colors === */
/* Here is a list of used colors to help you out.
 *
 * Body color:                              #444
 * Dark color for text and hover:           #303030
 * Lighter color for text:                  #555 and #777
 *
 * Link color:                              #9b1c51
 * Lighter link color:                      #3b5667
 * Link hover color:                        #525e66
 * Color for text with above backgrounds:   #fff
 *
 * Backgroud colors:                        #aebec8, #f7f6f1 and #f7f7f7
 * Borders:                                 #ddd and #bbb
 */
body,
button,
input,
select,
textarea {
  color: #444; }

.wp-caption-text,
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
input {
  color: #555; }

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

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

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

:-ms-input-placeholder {
  color: #555; }

.entry-header,
.entry-header a,
.entry-footer a,
.post-navigation .meta-nav,
.comment-meta,
.comment-meta a,
.comment-meta a:visited,
.comment-meta a:active,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.breadcrumb-trail .trail-end,
.trail-items li::after {
  color: #777; }

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.entry-title a,
a.more-link,
.sidebar .genericon,
.sidebar .genericon::before,
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus,
body button#top-nav-toggle:hover,
body button#top-nav-toggle:active,
body button#top-nav-toggle:focus,
body button#social-nav-toggle:hover,
body button#social-nav-toggle:active,
body button#social-nav-toggle:focus {
  color: #303030;
  font-family: "Raleway", "Helvetica Neue", Helvetica, sans-serif; }

.breadcrumb-trail a,
.breadcrumb-trail a:visited,
.widget a,
.widget a:visited {
  color: #3b5667; }

.breadcrumb-trail a:hover,
.breadcrumb-trail a:focus,
.breadcrumb-trail a:active,
.widget a:hover,
.widget a:focus,
.widget a:active,
#sidebar-subsidiary,
#sidebar-subsidiary .widget-title,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry a.portfolio-item-link,
body #infinite-handle span {
  color: #303030; }

.toivo-callout,
.toivo-callout .entry-title,
a.toivo-button,
.pagination .prev,
.pagination .next,
button#top-nav-toggle:before,
button#social-nav-toggle:before {
  color: #fff; }

body .search-submit {
  color: #303030; }

body .search-submit:hover,
body .search-submit:focus,
body .search-submit:active {
  color: #fff;
  border-color: #303030; }

/* == Menu colors and backgrounds == */
.main-navigation > ul > li > a.open,
.main-navigation > ul > li > a.focus {
  background: #005b65;
  color: white; }

.main-navigation li.current-menu-item,
.main-navigation li.current-menu-item > a,
.main-navigation li.open > a,
.main-navigation li.hover > a,
.main-navigation li > a.focus,
.main-navigation li:hover > a,
.main-navigation a:hover {
  background: #005b65; }

@media screen and (max-width: 999px) {
  .main-navigation li a,
  button#nav-toggle {
    background: #fff;
    border-bottom: 1px solid #ddd;
    color: #01234c; }
  button#nav-toggle.active {
    border-bottom: 1px solid #ddd; }
  .dropdown-toggle {
    background-color: transparent;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #01234c; }
  .dropdown-toggle:hover,
  .dropdown-toggle:active,
  .dropdown-toggle:focus {
    background-color: #01234c; }
  .dropdown-toggle:focus {
    outline: 0; } }

/* === 16.3 Backgrounds === */
/* Set default background color just in case. */
body {
  background: #fafafa; }

.site-header,
body .mejs-container,
body .mejs-embed,
body .mejs-embed body,
body .mejs-container .mejs-controls {
  background-color: rgba(59, 86, 103, 0.9); }

pre {
  background-color: #f7f7f7;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5) 50%, transparent 50%, transparent); }

mark,
ins {
  background: #fff9c0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry a.portfolio-item-link,
body #infinite-handle span {
  background: transparent; }

button#top-nav-toggle,
button#social-nav-toggle,
.pagination .prev,
.pagination .next,
.entry-header .entry-title:after,
.front-page-area > .entry-title:after {
  background: #005b65; }

body .search-submit,
tbody tr:nth-child(2n+1) > td,
tbody tr:nth-child(2n+1) > th {
  background: #fafafa; }

a.more-link:hover,
a.more-link:focus,
a.more-link:active,
button:hover,
button#top-nav-toggle:hover,
button#social-nav-toggle:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.entry a.portfolio-item-link:hover,
button:focus,
button#top-nav-toggle:focus,
button#social-nav-toggle:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.entry a.portfolio-item-link:focus,
button:active,
button#top-nav-toggle:active,
button#social-nav-toggle:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.entry a.portfolio-item-link:active,
body #infinite-handle span:hover,
body #infinite-handle span:focus,
body #infinite-handle span:active,
.pagination .prev:hover,
.pagination .next:hover,
.pagination .prev:focus,
.pagination .next:focus,
.pagination .prev:active,
.pagination .next:active {
  background: #01234c;
  color: #fff; }

a.toivo-button:hover,
a.toivo-button:focus,
a.toivo-button:active {
  background: #fff;
  color: #3b5667; }

#top-header,
hr,
#menu-portfolio ul li a,
li.bypostauthor,
.sticky.entry,
.page-links a,
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus,
body .gform_confirmation_wrapper,
.toivo-callout .toivo-callout-title.entry-title:after {
  background: #005b65; }

.entry,
#comments,
.layout-1c #sidebar-primary,
#sidebar-subsidiary,
#sidebar-front-page,
.post-navigation,
.pagination {
  background-color: #fff; }

@media screen and (max-width: 999px) {
  #sidebar-primary {
    background: #fff; } }

.site-footer,
.format-audio .entry-media,
.featured-area,
.child-pages-area {
  background: #aebec8; }

.page-template-blog-page .format-audio .entry-media {
  background: #ddd; }

.toivo-callout {
  background: #3b5667; }

body .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #bbb; }

/* === 16.4 Borders === */
abbr,
acronym {
  border-bottom: 1px dotted #555; }

th,
td {
  border-bottom: 1px solid #ddd; }

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  border: 1px solid #ddd; }

input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus,
select:focus {
  border-color: #9b1c51; }

blockquote {
  border-left-width: 4px;
  border-left-style: solid;
  border-color: #ddd; }

fieldset,
legend,
#menu-social li a,
body .search-field {
  border: 1px solid #ddd; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.more-link,
body #infinite-handle span {
  border: 2px solid #303030; }

body .search-submit {
  border-left: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  border-right: none; }

.entry,
.layout-1c #sidebar-primary,
.post-navigation .nav-previous,
#comments,
.sidebar ul li,
.error-404.not-found ul li,
.post-navigation,
.comments-title,
.comment-navigation-top,
.pagination {
  border-bottom: 1px solid #ddd; }

#menu-primary.opened {
  border-bottom: none; }

.sidebar ul ul li:first-child,
.error-404.not-found ul ul li:first-child {
  border-top: 1px solid #ddd; }

.sidebar ul li:last-child,
.error-404.not-found ul li:last-child {
  border-bottom: none; }

.comment-navigation-bottom,
#respond {
  border-top: 1px solid #ddd; }

.site-logo,
.site-header .avatar {
  border: 6px solid #fff; }

.site-branding a,
a.toivo-button {
  border: 4px solid #fff; }

.site-branding:focus {
  outline-offset: 2px;
  text-decoration: underline; }

@media screen and (max-width: 999px) {
  .layout-2c-l #sidebar-primary,
  .layout-2c-r #sidebar-primary {
    border-bottom: 1px solid #ddd; }
  .pagination .nav-previous {
    border-bottom: 1px solid #ddd; } }

.comment-list > li {
  border-bottom: 2px solid #ddd; }

.comment-list > li:last-child {
  border-bottom: none; }

.widget-title,
.widgettitle {
  border-bottom: 2px solid #9b1c51; }

@media screen and (min-width: 800px) {
  #sidebar-subsidiary .widget:nth-child(2n+1),
  #sidebar-front-page .widget:nth-child(2n+1),
  #sidebar-page-template .widget:nth-child(2n+1),
  #testimonial-area .entry-testimonial:nth-child(2n+1) {
    border-right-width: 1px;
    border-right-style: dashed;
    border-color: #ddd; }
  #sidebar-subsidiary .widget:nth-child(n+3),
  #sidebar-front-page .widget:nth-child(n+3),
  #sidebar-page-template .widget:nth-child(n+3),
  #testimonial-area .entry-testimonial:nth-child(n+3) {
    border-top: 1px dashed #ddd; } }

.site-header {
  border-bottom: 1px solid #ccd7e1; }

.site-branding {
  padding: 90px 0; }
  @media screen and (min-width: 1000px) {
    .site-branding {
      padding: 30px 0; } }
  .custom-header-image .site-branding {
    max-width: 75%;
    margin: 0 auto;
    position: relative; }
    @media screen and (min-width: 1000px) {
      .custom-header-image .site-branding {
        padding: 60px 0;
        margin: 40px auto;
        max-width: none; } }
  @media screen and (min-width: 1000px) {
    .has-site-logo.custom-header-image .site-branding {
      margin-top: 0; } }
  .site-branding a {
    background: rgba(1, 35, 76, 0.8);
    border-radius: 7px;
    border-width: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none; }
    .site-branding a:hover, .site-branding a:active, .site-branding a:focus {
      background: rgba(1, 35, 76, 0.9); }

.site-title {
  margin: 0;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5); }
  .site-title:after {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 4px;
    margin: 1.5rem auto;
    width: 20%; }

.site-description {
  font-size: 1.25em;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5); }

.page-header {
  margin: 2em auto;
  max-width: 1260px;
  padding: 0 1em; }
  .page-header h1 {
    margin-bottom: 0.5em;
    text-align: center; }
  .page-header p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px; }
  .page-header:after {
    background-color: #c0d3e0;
    content: '';
    display: block;
    height: 6px;
    margin: 1em auto 0;
    width: 96px; }
  .page-header a:link:focus {
    background: #005b65;
    color: white; }
  .page-header a:visited:focus {
    background: #005b65;
    color: white; }

.breadcrumb-trail {
  padding-bottom: 0;
  padding-top: 0; }
  @media screen and (min-width: 600px) {
    .breadcrumb-trail {
      padding-bottom: 0;
      padding-top: 0; } }
  @media screen and (min-width: 1000px) {
    .breadcrumb-trail {
      padding-bottom: 0;
      padding-top: 0; } }
  .breadcrumb-trail li.trail-item:after {
    bottom: 1.25em; }
  .breadcrumb-trail li.trail-item a {
    display: inline-block;
    padding: 1em;
    vertical-align: middle; }
    @media screen and (min-width: 1000px) {
      .breadcrumb-trail li.trail-item a {
        padding: 0.95em 0.6em; } }
  .breadcrumb-trail li.trail-item.trail-end span {
    display: inline-block;
    padding: 0.95em 0.6em;
    vertical-align: middle; }

.breadcrumb-trail .trail-end,
.comment-meta,
.comment-meta a,
.comment-meta a:active,
.comment-meta a:visited,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.entry-footer a,
.entry-header,
.entry-header a,
.post-navigation .meta-nav,
.trail-items li::after {
  color: #3e4152; }

.site-footer {
  background: #01234c;
  color: white;
  font-size: 1rem; }

#colophon .site-info {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.menu-footer-container {
  background: #005b65;
  background-size: cover;
  padding: 0.5rem 4%;
  text-align: center; }
  .menu-footer-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .menu-footer-container li {
    display: inline-block; }
  .menu-footer-container a, .menu-footer-container a:link, .menu-footer-container a:visited {
    color: white;
    display: block;
    padding: 0.75rem 0.5rem; }
    .menu-footer-container a:hover, .menu-footer-container a:focus, .menu-footer-container a:link:hover, .menu-footer-container a:link:focus, .menu-footer-container a:visited:hover, .menu-footer-container a:visited:focus {
      background: #005b65;
      text-decoration: none; }

.site-info a,
.site-info a:link,
.site-info a:visited {
  color: #e2ebf1; }

.site-info a:hover,
.site-info a:focus,
.site-info a:active {
  color: white; }

a:link, a:visited {
  color: #005b65; }

a:hover, a:active, a:focus {
  color: #01234c; }

p {
  margin: 1.5rem 0; }

.category-image {
  margin: 0 auto;
  text-align: center; }

.entry-content .writings-list .writings-title a {
  line-height: 1.5; }
  .entry-content .writings-list .writings-title a:focus {
    color: white;
    background: #3e4152; }

.entry-content a {
  font-weight: normal;
  text-decoration: underline; }
  .entry-content a:link {
    background-color: transparent; }
  .entry-content a:visited {
    color: #005b65; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #01234c;
  margin: 1.5em 0 1em; }

.entry-content li {
  margin-bottom: 0.75em;
  margin-top: 0.75em; }

.entry-content > *:first-child {
  margin-top: 0 !important; }

.entry-content ul, .entry-content ol {
  margin-top: 1.5em; }
  .entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
    margin-top: 0.5em; }

.widget a {
  font-weight: bold; }

.simple-summary {
  background: #005b65;
  box-sizing: border-box;
  border: 1px solid #d1dfe9;
  color: white;
  margin: 1.5rem auto;
  max-width: 700px;
  padding: 2rem; }
  .simple-summary h2 {
    color: white;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
    text-align: center; }
  .simple-summary p {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1.6; }
  .simple-summary a {
    color: #e2ebf1; }
  .simple-summary a:link:hover,
  .simple-summary a:visited:hover {
    text-decoration: none; }
  .simple-summary a:link,
  .simple-summary a:visited {
    color: #FFFFFF; }
  .simple-summary .summary-inner {
    margin: 0 auto;
    max-width: 700px; }

body.home .simple-summary {
  clear: both;
  margin-left: 0;
  margin-right: 0;
  max-width: none; }
  body.home .simple-summary .summary-container {
    margin: 0 auto;
    max-width: 1000px; }
  body.home .simple-summary h2::after {
    background: #e2ebf1;
    content: '';
    display: block;
    margin: 1em auto 1em;
    height: 5px;
    width: 96px; }

.entry-thumbnail-wrapper {
  margin-bottom: 1rem; }
  @media screen and (min-width: 800px) {
    .entry-thumbnail-wrapper {
      float: left;
      margin-right: 1rem;
      max-width: 400px; } }
a.button,
.entry-content a.button {
  background: #005b65;
  border: 1px solid black;
  border-radius: 7px;
  color: white;
  display: inline-block;
  padding: 0.65rem 1rem;
  text-decoration: none;
  transition: none;
  white-space: nowrap;
  border-width: 2px;
  outline-offset: 1px; }
  a.button:hover, a.button:focus,
  .entry-content a.button:hover,
  .entry-content a.button:focus {
    background: #002d32;
    color: white; }
  a.button:focus,
  .entry-content a.button:focus {
    outline: 3px solid #005b65;
    box-shadow: 0 0 0 1px white;
    border-color: #005b65;
    background: white;
    text-decoration: underline;
    color: #005b65; }
  a.button:hover,
  .entry-content a.button:hover {
    text-decoration: underline; }
  a.button:visited,
  .entry-content a.button:visited {
    color: white; }

.entry-content a:link:focus {
  background: #005b65;
  color: white; }

.entry-content a:visited:focus {
  background: #005b65;
  color: white; }

.entry-content a.button:focus {
  background: #3e4152; }

.entry-content a.button {
  outline-color: black; }
  .entry-content a.button + a.button {
    margin-left: 1rem; }

hr {
  background: #8091a6;
  clear: both;
  margin: 3em auto;
  width: 65%; }

blockquote {
  border-left: 0 none;
  font-style: normal;
  padding: 0 1.5em;
  position: relative;
  quotes: "“" "”" "‘" "’"; }
  blockquote cite {
    display: block;
    font-style: normal;
    text-align: right; }
    blockquote cite:after {
      bottom: 0.25em;
      content: '\201D';
      right: 0; }
  blockquote:before,
  blockquote cite:after {
    color: #314c69;
    font-size: 4em;
    line-height: 0.1em;
    position: absolute; }
  blockquote:before {
    content: '\201C';
    left: 0;
    top: 0.25em; }

.entry {
  margin-bottom: 2%; }

.entry-header .entry-title {
  margin-bottom: 0.5em; }
  .entry-header .entry-title:after {
    background: transparent;
    height: 0;
    margin: 0; }

.entry-header:after {
  background-color: #e2ebf1;
  content: '';
  display: block;
  margin: 0 auto;
  height: 5px;
  width: 96px; }

.aligncenter {
  margin-bottom: 1em; }

.alignleft,
.alignright {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 500px) {
    .alignleft,
    .alignright {
      display: inline;
      max-width: 75%; } }
  @media screen and (min-width: 700px) {
    .alignleft,
    .alignright {
      max-width: 100%; } }
@media screen and (min-width: 500px) {
  .alignleft {
    float: left;
    margin: 0 1rem 0.5rem 0; } }

@media screen and (min-width: 500px) {
  .alignright {
    float: right;
    margin: 0 0 0.5rem 1rem; } }

.page .post-thumbnail:first-child {
  padding-top: 2rem; }

.pagination .nav-links {
  box-sizing: border-box;
  min-height: 80px; }

.pagination .page-numbers {
  line-height: 44px;
  padding: 1em; }

.pagination .next,
.pagination .prev {
  padding: 0; }

/* nomensa wcag2.2 updates */
.page-template-template-speaking .intro .intro-photo {
  background: linear-gradient(to right, #00738540 75%, #005b65e6 100%); }

.page-template-template-speaking .intro .intro-container {
  background: #005b65; }

.page-template-template-speaking .links {
  background: #005b65; }

.page-template-template-speaking .events .events-content {
  background: #005b65; }

.page-template-template-speaking .events .events-photo {
  background: linear-gradient(to left, #005b6500 0%, #005b65 90%); }

.entry-content input[type=date],
.entry-content input[type=datetime-local],
.entry-content input[type=datetime],
.entry-content input[type=email],
.entry-content input[type=month],
.entry-content input[type=number],
.entry-content input[type=password],
.entry-content input[type=search],
.entry-content input[type=tel],
.entry-content input[type=text],
.entry-content input[type=time],
.entry-content input[type=url],
.entry-content input[type=week],
.entry-content select,
.entry-content textarea,
.page-template-template-speaking .contact input[type=date],
.page-template-template-speaking .contact input[type=datetime-local],
.page-template-template-speaking .contact input[type=datetime],
.page-template-template-speaking .contact input[type=email],
.page-template-template-speaking .contact input[type=month],
.page-template-template-speaking .contact input[type=number],
.page-template-template-speaking .contact input[type=password],
.page-template-template-speaking .contact input[type=search],
.page-template-template-speaking .contact input[type=tel],
.page-template-template-speaking .contact input[type=text],
.page-template-template-speaking .contact input[type=time],
.page-template-template-speaking .contact input[type=url],
.page-template-template-speaking .contact input[type=week],
.page-template-template-speaking .contact select,
.page-template-template-speaking .contact textarea {
  background-color: #e2ebf1;
  border-color: #01234c;
  border-radius: 7px; }

.entry-content input[type=submit],
.entry-content input[type=reset],
.page-template-template-speaking .contact input[type=submit],
.page-template-template-speaking .contact input[type=reset] {
  background-color: #005b65;
  border: 1px solid black;
  border-radius: 7px;
  color: white; }
  .entry-content input[type=submit]:hover, .entry-content input[type=submit]:focus,
  .entry-content input[type=reset]:hover,
  .entry-content input[type=reset]:focus,
  .page-template-template-speaking .contact input[type=submit]:hover,
  .page-template-template-speaking .contact input[type=submit]:focus,
  .page-template-template-speaking .contact input[type=reset]:hover,
  .page-template-template-speaking .contact input[type=reset]:focus {
    background-color: #01234c; }

.entry-content .wpcf7-radio,
.page-template-template-speaking .contact .wpcf7-radio {
  display: block;
  margin: 1rem 0; }

.entry-content .wpcf7-list-item,
.page-template-template-speaking .contact .wpcf7-list-item {
  display: block;
  margin: 0 0 0.5rem 0; }

/* WCAG 2.2 amends - Nomensa --------------------------------- */
.entry-content input[type=submit],
.entry-content input[type=reset],
.page-template-template-speaking .contact input[type=submit],
.page-template-template-speaking .contact input[type=reset] {
  background: #005b65;
  border-width: 2px;
  outline-offset: 1px;
  box-shadow: 0 0 0 1px white; }

.entry-content input[type=submit]:focus,
.entry-content input[type=reset]:focus,
.page-template-template-speaking .contact input[type=submit]:focus,
.page-template-template-speaking .contact input[type=reset]:focus {
  background: white;
  outline: 3px solid #005b65;
  color: #005b65;
  border-color: #005b65;
  text-decoration: underline; }

.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  background: transparent;
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  padding: 6px 10px;
  border: 2px solid transparent;
  transition: border .3s ease-in-out;
  z-index: 1; }

.page-template-template-speaking .contact .contact-content .wpcf7-list-item label span.wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  z-index: -1; }

.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:hover {
  background: white;
  border-color: #3e4152; }

.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:focus-within {
  background: #3e4152;
  color: white; }

.page-template-template-speaking .contact .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  margin: 0; }

.page-template-template-speaking .contact .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input:checked + span:before {
  background: green; }

.page-template-template-speaking .contact .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input:checked + span {
  color: white; }

.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  width: 24px;
  height: 24px; }

.definition {
  background-color: #005b65;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  margin: 1.5em -6%;
  padding: 1.5em 6%;
  text-align: center; }
  .definition:hover {
    background-position: 50% -999%;
    background-size: 100% auto; }
  .definition h2, .definition p {
    color: white; }
  .definition h2:after {
    background: white;
    content: '';
    display: block;
    height: 5px;
    margin: 1em auto 0;
    width: 96px; }
  .definition a {
    color: white;
    text-decoration: underline; }

.recent-articles {
  margin-top: 3em; }
  .recent-articles .home-section-title {
    margin-bottom: 0;
    text-align: center; }
    .recent-articles .home-section-title:after {
      background: #e2ebf1;
      content: '';
      display: block;
      height: 5px;
      margin: 1em auto 0;
      width: 96px; }
  .recent-articles .entry-inner {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (min-width: 800px) {
    .recent-articles .entry-thumbnail-wrapper {
      max-width: 33%; } }
  .recent-articles .recent-all {
    text-align: center; }

.recent-posts-nav ul {
  list-style-type: none;
  margin: 0;
  text-align: center; }

.recent-posts-nav li {
  display: inline-block; }
  .recent-posts-nav li:before {
    content: '|';
    display: inline-block;
    margin: 0 0.5em; }
  .recent-posts-nav li:first-child:before {
    content: '';
    margin: 0; }

.widget h2 {
  text-align: center; }
  .widget h2:after {
    background: #e2ebf1;
    content: '';
    display: block;
    height: 5px;
    margin: 1em auto 0;
    width: 96px; }

.widget ul li {
  padding-bottom: 1.5em;
  padding-top: 1.5em; }
  .widget ul li:first-child {
    padding-top: 0; }

.widget ul > li:before {
  content: '';
  display: none;
  margin: 0; }

.widget h3 {
  clear: none;
  font-size: 1.5rem;
  overflow: hidden; }

.widget .attachment-thumbnail {
  float: left;
  margin-right: 0.5em;
  max-width: 33%; }

.layout-1c #sidebar-primary {
  padding-right: 3%; }

.page-template-template-speaking {
  /* Intro ----------------------------------- */
  /* Why ------------------------------------- */
  /* Testimonials Section -------------------- */
  /* Video ----------------------------------- */
  /* Upcoming events ------------------------- */
  /* Contact/Invite Lainey form section ------ */
  /* Links ----------------------------------- */
  /* Summary --------------------------------- */ }
  .page-template-template-speaking .intro {
    background-color: #111312;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: white;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1000px) {
      .page-template-template-speaking .intro {
        flex-direction: row; } }
    .page-template-template-speaking .intro h2 {
      color: white; }
      .page-template-template-speaking .intro h2::after {
        background: white;
        content: '';
        display: block;
        margin: 1em 0 1em;
        height: 5px;
        width: 96px; }
    .page-template-template-speaking .intro .intro-photo {
      background: linear-gradient(to right, rgba(0, 91, 101, 0.25) 75%, rgba(0, 91, 101, 0.9) 100%);
      flex: 0 1 40%; }
    .page-template-template-speaking .intro .intro-container {
      background: rgba(0, 91, 101, 0.9);
      flex: 0 1 60%;
      padding: 3rem; }
      @media screen and (min-width: 1000px) {
        .page-template-template-speaking .intro .intro-container {
          background: rgba(0, 91, 101, 0.9); } }
    .page-template-template-speaking .intro .cta-button {
      margin-top: 2rem; }
    .page-template-template-speaking .intro a.button {
      background: #002d32; }
      .page-template-template-speaking .intro a.button:hover, .page-template-template-speaking .intro a.button:focus {
        background: #01234c; }
  .page-template-template-speaking .why {
    padding: 2rem;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1000px) {
      .page-template-template-speaking .why {
        align-items: center;
        flex-direction: row;
        padding: 4rem; } }
    .page-template-template-speaking .why h2::after {
      background: #e2ebf1;
      content: '';
      display: block;
      margin: 1em 0 1em;
      height: 5px;
      width: 96px; }
    .page-template-template-speaking .why .why-container,
    .page-template-template-speaking .why .why-quote {
      flex: 1; }
  .page-template-template-speaking .testimonials {
    background: #01234c;
    color: white; }
    .page-template-template-speaking .testimonials .testimonials-container {
      padding: 4rem 0; }
    .page-template-template-speaking .testimonials h2 {
      color: white;
      text-align: center; }
      .page-template-template-speaking .testimonials h2::after {
        background: white;
        content: '';
        display: block;
        margin: 1em auto;
        height: 5px;
        width: 96px; }
  .page-template-template-speaking .video {
    padding: 2rem; }
    @media screen and (min-width: 1000px) {
      .page-template-template-speaking .video {
        padding: 4rem; } }
    .page-template-template-speaking .video h2 {
      text-align: center; }
      .page-template-template-speaking .video h2::after {
        background: #e2ebf1;
        content: '';
        display: block;
        margin: 1em auto;
        height: 5px;
        width: 96px; }
    .page-template-template-speaking .video .video-player-wrapper {
      height: 0;
      overflow: hidden;
      margin: 0 auto;
      padding-bottom: 56.25%;
      padding-top: 30px;
      position: relative; }
      .page-template-template-speaking .video .video-player-wrapper iframe, .page-template-template-speaking .video .video-player-wrapper object, .page-template-template-speaking .video .video-player-wrapper embed {
        border-radius: 3px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
  .page-template-template-speaking .events {
    background-color: #005b65;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: white;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1000px) {
      .page-template-template-speaking .events {
        flex-direction: row; } }
    .page-template-template-speaking .events h2 {
      color: white; }
      .page-template-template-speaking .events h2::after {
        background: white;
        content: '';
        display: block;
        margin: 1em 0 1em;
        height: 5px;
        width: 96px; }
    .page-template-template-speaking .events .events-photo {
      background: linear-gradient(to left, rgba(0, 91, 101, 0) 0%, #005b65 90%);
      flex: 0 1 50%; }
    .page-template-template-speaking .events .events-content {
      background: #005b65;
      flex: 0 1 50%;
      padding: 3rem 1rem 3rem 3rem; }
    .page-template-template-speaking .events .event-title {
      color: white; }
    .page-template-template-speaking .events a {
      color: white; }
    .page-template-template-speaking .events a.button {
      background: #002d32; }
      .page-template-template-speaking .events a.button:hover, .page-template-template-speaking .events a.button:focus {
        background: #01234c; }
  .page-template-template-speaking .contact {
    padding: 2rem;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1000px) {
      .page-template-template-speaking .contact {
        align-items: flex-start;
        flex-direction: row;
        padding: 4rem; } }
    .page-template-template-speaking .contact h2::after {
      background: #e2ebf1;
      content: '';
      display: block;
      margin: 1em 0 1em;
      height: 5px;
      width: 96px; }
    .page-template-template-speaking .contact .contact-photos {
      align-items: center;
      display: flex;
      flex: 0 1 25%;
      margin-bottom: 2rem; }
      @media screen and (min-width: 1000px) {
        .page-template-template-speaking .contact .contact-photos {
          flex-direction: column; } }
      .page-template-template-speaking .contact .contact-photos .contact-photo-container {
        display: none;
        padding: 0 0.5rem; }
        @media screen and (min-width: 600px) {
          .page-template-template-speaking .contact .contact-photos .contact-photo-container {
            display: block; } }
        @media screen and (min-width: 1000px) {
          .page-template-template-speaking .contact .contact-photos .contact-photo-container {
            margin-bottom: 1.5rem; } }
        .page-template-template-speaking .contact .contact-photos .contact-photo-container img {
          border-radius: 3px;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
        .page-template-template-speaking .contact .contact-photos .contact-photo-container:first-child {
          display: block; }
    @media screen and (min-width: 1000px) {
      .page-template-template-speaking .contact .contact-content {
        flex: 1;
        padding-left: 2rem; } }
    .page-template-template-speaking .contact .contact-content .wpcf7-list-item {
      display: block;
      margin-bottom: 0.5rem; }
      .page-template-template-speaking .contact .contact-content .wpcf7-list-item label {
        display: flex; }
        .page-template-template-speaking .contact .contact-content .wpcf7-list-item label input {
          margin-top: 0.3rem; }
          @media screen and (min-width: 1000px) {
            .page-template-template-speaking .contact .contact-content .wpcf7-list-item label input {
              margin-top: 0.5rem; } }
        .page-template-template-speaking .contact .contact-content .wpcf7-list-item label span {
          flex: 1;
          padding-left: 0.6rem; }
      .page-template-template-speaking .contact .contact-content .wpcf7-list-item .wpcf7-list-item-label::before, .page-template-template-speaking .contact .contact-content .wpcf7-list-item .wpcf7-list-item-label::after {
        content: '';
        display: none; }
    @media screen and (min-width: 1200px) {
      .page-template-template-speaking .contact .col-wrap {
        display: flex; } }
    @media screen and (min-width: 1200px) {
      .page-template-template-speaking .contact .col-wrap .col {
        flex: 1;
        padding: 1.5rem; }
        .page-template-template-speaking .contact .col-wrap .col:first-child {
          margin-left: -1.5rem; } }
    .page-template-template-speaking .contact input[type=submit] {
      background: #005b65;
      border: 1px solid black;
      border-radius: 7px;
      color: white;
      display: inline-block;
      font-size: 1.125rem;
      font-weight: normal;
      font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif;
      padding: 0.65rem 1rem;
      text-decoration: none;
      transition: none;
      white-space: nowrap; }
      .page-template-template-speaking .contact input[type=submit]:hover, .page-template-template-speaking .contact input[type=submit]:focus {
        background: #002d32;
        color: white;
        text-decoration: none; }
    .page-template-template-speaking .contact fieldset, .page-template-template-speaking .contact legend {
      border: 0 none; }
    .page-template-template-speaking .contact fieldset {
      margin: 0 0 1rem;
      padding: 0; }
    .page-template-template-speaking .contact legend {
      margin: 0;
      padding: 0; }
  .page-template-template-speaking .links {
    background: #005b65;
    color: white; }
    .page-template-template-speaking .links .links-container {
      padding: 2rem; }
      @media screen and (min-width: 1000px) {
        .page-template-template-speaking .links .links-container {
          padding: 4rem; } }
    .page-template-template-speaking .links h2 {
      color: white;
      text-align: center; }
      .page-template-template-speaking .links h2::after {
        background: white;
        content: '';
        display: block;
        margin: 1em auto 1em;
        height: 5px;
        width: 96px; }
    .page-template-template-speaking .links a {
      color: white; }
    @media screen and (min-width: 600px) {
      .page-template-template-speaking .links .links-list {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; } }
    @media screen and (min-width: 1000px) {
      .page-template-template-speaking .links .links-list {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3; } }
  .page-template-template-speaking .summary {
    padding: 2rem; }
    @media screen and (min-width: 1000px) {
      .page-template-template-speaking .summary {
        padding: 4rem; } }
    .page-template-template-speaking .summary h2 {
      text-align: center; }
      .page-template-template-speaking .summary h2::after {
        background: #e2ebf1;
        content: '';
        display: block;
        margin: 1em auto 1em;
        height: 5px;
        width: 96px; }

/* WCAG 2.2 amends - Nomensa --------------------------------- */
body input[type=date],
body input[type=datetime-local],
body input[type=datetime],
body input[type=email],
body input[type=month],
body input[type=number],
body input[type=password],
body input[type=search],
body input[type=tel],
body input[type=text],
body input[type=time],
body input[type=url],
body input[type=week],
body select,
body textarea,
.entry-content input[type=date],
.entry-content input[type=datetime-local],
.entry-content input[type=datetime],
.entry-content input[type=email],
.entry-content input[type=month],
.entry-content input[type=number],
.entry-content input[type=password],
.entry-content input[type=search],
.entry-content input[type=tel],
.entry-content input[type=text],
.entry-content input[type=time],
.entry-content input[type=url],
.entry-content input[type=week],
.entry-content select,
.entry-content textarea,
.page-template-template-speaking .contact input[type=date],
.page-template-template-speaking .contact input[type=datetime-local],
.page-template-template-speaking .contact input[type=datetime],
.page-template-template-speaking .contact input[type=email],
.page-template-template-speaking .contact input[type=month],
.page-template-template-speaking .contact input[type=number],
.page-template-template-speaking .contact input[type=password],
.page-template-template-speaking .contact input[type=search],
.page-template-template-speaking .contact input[type=tel],
.page-template-template-speaking .contact input[type=text],
.page-template-template-speaking .contact input[type=time],
.page-template-template-speaking .contact input[type=url],
.page-template-template-speaking .contact input[type=week],
.page-template-template-speaking .contact select,
.page-template-template-speaking .contact textarea {
  border-width: 2px;
  border-color: #3e4152; }

body input[type="text"]:focus,
body input[type="email"]:focus,
body input[type="tel"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body textarea:focus,
body select:focus,
.entry-content input[type="text"]:focus,
.entry-content input[type="email"]:focus,
.entry-content input[type="tel"]:focus,
.entry-content input[type="url"]:focus,
.entry-content input[type="search"]:focus,
.entry-content body textarea:focus,
.entry-content select:focus,
.page-template-template-speaking .contact input[type="text"]:focus,
.page-template-template-speaking .contact input[type="email"]:focus,
.page-template-template-speaking .contact input[type="tel"]:focus,
.page-template-template-speaking .contact input[type="url"]:focus,
.page-template-template-speaking .contact input[type="search"]:focus,
.page-template-template-speaking .contact select:focus
.page-template-template-speaking .contact body textarea:focus {
  outline: 3px solid #3e4152;
  border-color: white;
  transition: none;
  background: none; }

.page-template-template-speaking .intro a.button:hover,
.page-template-template-speaking .intro a.button:focus {
  color: white; }

.page-template-template-speaking .events a.button:hover,
.page-template-template-speaking .events a.button:focus {
  color: white; }

.page-template .form-field br {
  display: none; }

.page-template .form-field label {
  display: block;
  margin-bottom: 0.5rem; }

.testimonial-collection {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem; }
  @media screen and (min-width: 1000px) {
    .testimonial-collection {
      padding: 0 4rem; } }
  .testimonial-collection .testimonial {
    flex: 0 1 100%;
    padding: 1rem;
    text-align: center; }
    .testimonial-collection .testimonial .testimonial-container {
      font-family: Georgia, Times, 'Times New Roman', serif;
      font-size: 1.2em;
      margin: 0 auto;
      max-width: 27rem; }
      .testimonial-collection .testimonial .testimonial-container p {
        background-image: url(images/bg-quotes-ltblue.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 0;
        padding: 1rem; }
    .testimonial-collection .testimonial .testimonial-divider {
      font-size: 3rem;
      line-height: 1;
      margin: 0 0 0.5rem 0; }
    .testimonial-collection .testimonial .testimonial-citation {
      font-size: 0.8em;
      font-style: italic;
      margin: 0 auto;
      max-width: 27rem; }
  .testimonial-collection.background-dark .testimonial .testimonial-container p {
    background-image: url(images/bg-quotes-white.png); }
  @media screen and (min-width: 1000px) {
    .testimonial-collection .testimonial {
      box-sizing: border-box;
      margin-bottom: 3rem;
      padding: 4rem; }
    .testimonial-collection.cols-2 .testimonial {
      flex: 0 1 50%;
      max-width: 50%; }
    .testimonial-collection.cols-3 .testimonial {
      flex: 0 1 33%;
      max-width: 33%; }
    .testimonial-collection.cols-4 .testimonial {
      flex: 0 1 25%;
      max-width: 25%; } }
.event-list li {
  margin-bottom: 3em; }

.event-meta {
  margin-bottom: 1em; }
  .event-meta:last-child {
    margin-bottom: 0; }
  .event-meta .event-title {
    font-size: 1.2em;
    margin: 1em 0 0 0; }

.event-link {
  margin: 1rem 0 0 0; }

.event-location {
  margin: 0; }

.event-description p:first-child {
  margin-top: 0; }

.event-description p:last-child {
  margin-bottom: 0; }

.entry-content .country-title {
  margin-bottom: 0; }

.entry-content .country-modified {
  font-size: 1.0rem;
  margin-top: 0; }

.entry-content .writings-list {
  list-style-type: none;
  margin: 1.5em 0; }
  .entry-content .writings-list li::after {
    background: #f1f0ee;
    content: '';
    display: block;
    height: 5px;
    margin: 2em auto 1em;
    width: 96px; }
  .entry-content .writings-list .writings-title {
    margin-bottom: 0.25rem; }
    .entry-content .writings-list .writings-title a {
      background-color: inherit;
      color: inherit; }
  .entry-content .writings-list .writing-meta {
    font-weight: bold; }

.case h2 {
  margin-bottom: 0; }

.case .case-meta {
  font-weight: bold; }

/* Nomensa - Elementor button overrides */
.elementor .elementor-section .elementor-widget-button .elementor-button {
  background-color: #005b65;
  border-width: 2px;
  outline-offset: 1px;
  border-style: solid;
  outline-style: solid;
  outline-color: transparent; }

.elementor .elementor-section .elementor-widget-button .elementor-button-link:hover {
  text-decoration: underline;
  background: #01234c;
  border-color: #FFFFFF; }

.elementor .elementor-section .elementor-widget-button .elementor-button-link:focus {
  color: #005b65;
  border-color: #005b65;
  outline-color: #005b65;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #FFFFFF;
  text-decoration: underline; }

.elementor .elementor-section .elementor-widget-button .elementor-button-link:visited:focus {
  color: #005b65 !important; }

/* Nomensa - End of Elementor button overrides */
/*# sourceMappingURL=style.css.map */