/*
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 -  Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px (mobile small)
 *    14.2 - >= 783px (mobile large)
 *    14.3 - >= 910px (tablet small)
 *    14.4 - >= 985px (tablet large)
 *    14.5 - >= 1200px (desktop)
 * 15.0 - Print
 */
/**
 * 1.0 Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
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; }

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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, select {
  text-transform: none; }

button {
  overflow: visible;
  max-width: 100%; }

input, select, textarea {
  max-width: 100%; }

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

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

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

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

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

fieldset {
  border: 1px solid #e8e8e8;
  margin: 0 0 1.75em;
  padding: 0.875em; }
  fieldset > :last-child {
    margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/**
 * 2.0 Genericons
 */
.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .prev:after,
.pagination .next:after,
.pagination .nav-links:before,
.pagination .nav-links:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none; }

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before {
  vertical-align: top; }

/**
 * 3.0 Typography
 */
body, button, input, select, textarea {
  color: #2d2d2d;
  font-family: "Palanquin", "Verdana", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.75;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: auto;
  hyphenate-limit-lines: 2; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  -webkit-font-variant-ligatures: common-ligatures;
  -moz-font-variant-ligatures: common-ligatures;
       font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  margin: 0; }

/*headings colored in blue and grey (almost black) alternate*/
h1, h3, h5 {
  color: #3d4d6d; }

h2, h4, h6 {
  color: #141414; }

.home #primary h2 {
  color: #00143c;
  /*padding: 5px 8px;
      color: #ececec;
      background-color: #3d4d6d;*/ }

p {
  margin: 0 0 1.75em; }

/*important paragraph sytyling*/
p.important {
  border-color: #3d4d6d;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #757575;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  padding: 0 0 0 1.263157895em; }

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

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

/* Defining the look of quotes */
blockquote {
  padding-left: 0px;
  padding-right: 0px;
  margin: 30px;
  margin-bottom: 0px; }
  blockquote:before {
    color: #75a2fc;
    display: block;
    float: right;
    content: open-quote;
    font-size: 4.5rem;
    margin-top: -45px;
    margin-right: -15px; }
  blockquote:after {
    color: #75a2fc;
    display: block;
    float: left;
    content: close-quote;
    font-size: 4.5rem;
    margin-right: 10px;
    margin-left: -40px;
    margin-top: -20px;
    line-height: 0; }

cite {
  display: block;
  width: 100%;
  margin-top: -30px;
  padding-right: 50px;
  text-align: right; }

/**/
address {
  font-style: italic;
  margin: 0 0 1.75em; }

code, kbd, tt, var, samp {
  font-family: Inconsolata, monospace; }

pre {
  font-family: Inconsolata, monospace;
  border: 1px solid #e8e8e8;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  background-color: #e8e8e8;
  padding: 0.125em 0.25em; }

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

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

big {
  font-size: 125%; }

/**
 * 4.0 Elements
 */
html {
  box-sizing: border-box; }

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

hr {
  background-color: #e8e8e8;
  border: 0;
  height: 1px;
  margin-bottom: 1.75em; }

ul, ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0; }

ul {
  list-style: circle; }

ol {
  list-style: decimal;
  margin-left: 1.5em; }

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

dl {
  margin: 0 0 1.75em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 1.75em; }

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

del {
  opacity: 0.8; }

thead {
  background-color: #3d4d6d;
  color: #ececec; }
  thead tr td {
    font-weight: bold; }

tr:nth-child(even) {
  background-color: #d4e2fe; }

dl:nth-child(even) {
  background-color: #d4e2fe; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
  font-size: 0.938rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -moz-hyphens: auto;
  ms-hyphens: auto;
  -webkit-hyphens: auto; }

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

th {
  border-width: 0 1px 1px 0;
  font-weight: 700; }

td {
  border-width: 0 1px 1px 0; }

th, td {
  padding: 0.4375em; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder, :-moz-placeholder {
  color: #757575; }

::-moz-placeholder {
  color: #757575;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */ }

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

/**
 * 5.0 Forms
 */
button {
  border: none;
  border-radius: 2px;
  background: #3d4d6d;
  color: #ececec;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.75em 0.875em 0.625em;
  text-transform: uppercase;
  overflow: hidden; }
  button[disabled]:hover, button[disabled]:focus {
    border: none;
    border-radius: 2px;
    background: #2d2d2d;
    color: #d4e2fe;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.75em 0.875em 0.625em;
    text-transform: uppercase; }

input[type="button"] {
  border: 2px solid #007acc;
  border-radius: 2px;
  background: #007acc;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.75em 0.875em 0.625em;
  text-transform: uppercase; }
  input[type="button"][disabled]:hover, input[type="button"][disabled]:focus {
    border: 2px solid #007acc;
    border-radius: 2px;
    background: #007acc;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.75em 0.875em 0.625em;
    text-transform: uppercase; }

input[type="reset"] {
  border: 2px solid #007acc;
  border-radius: 2px;
  background: #007acc;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.75em 0.875em 0.625em;
  text-transform: uppercase; }
  input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus {
    border: 2px solid #007acc;
    border-radius: 2px;
    background: #007acc;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.75em 0.875em 0.625em;
    text-transform: uppercase; }

input[type="submit"] {
  border: 2px solid #007acc;
  border-radius: 2px;
  background: #007acc;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.75em 0.875em 0.625em;
  text-transform: uppercase; }
  input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    border: 2px solid #007acc;
    border-radius: 2px;
    background: #007acc;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.75em 0.875em 0.625em;
    text-transform: uppercase; }

button:hover, button:focus {
  background: transparent;
  color: #3d4d6d;
  border: 2px solid #3d4d6d;
  outline: none; }

input[type="button"]:hover, input[type="button"]:focus {
  background: transparent;
  color: #007acc;
  outline: none; }

input[type="reset"]:hover, input[type="reset"]:focus {
  background: transparent;
  color: #007acc;
  outline: none; }

input[type="submit"]:hover, input[type="submit"]:focus {
  background: transparent;
  color: #007acc;
  outline: none; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  color: #757575;
  padding: 0.375em 0.4375em;
  width: 100%; }

textarea {
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  color: #757575;
  padding: 0.375em 0.4375em;
  width: 100%; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0; }

textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0; }

.post-password-form {
  margin-bottom: 1.75em; }
  .post-password-form label {
    color: #757575;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    display: block;
    margin-bottom: 1.75em;
    text-transform: uppercase; }
  .post-password-form input[type="password"] {
    margin-top: 0.4375em; }
  .post-password-form > :last-child {
    margin-bottom: 0; }

.search-form input[type="submit"], .widget .search-form input[type="submit"] {
  padding: 0; }

/**
 * 6.0 Navigation
 */
/**
 * 6.1 - Links
 */
a {
  color: #003399;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #011b4f; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.entry-content a, .entry-summary a, .page-content a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
  box-shadow: 0 1px 0 0 #003399;
  box-shadow: 0 1px 0 0 currentColor; }

.entry-content a:hover, .entry-content a:focus {
  box-shadow: 0 1px 0 0 #003399; }

.page-content a:hover, .page-content a:focus {
  box-shadow: none; }

.taxonomy-description a:hover, .taxonomy-description a:focus {
  box-shadow: none; }

.logged-in-as a:hover, .logged-in-as a:focus {
  box-shadow: none; }

.comment-content a:hover, .comment-content a:focus {
  box-shadow: none; }

.pingback .comment-body > a:hover, .pingback .comment-body > a:focus {
  box-shadow: none; }

/**
 * 6.2 - Menus
 */
:not(.no-flexbox) .site-header-meta-menu, .flexbox .site-header-meta-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

:not(.flexbox) .site-header-meta-menu, .no-flexbox .site-header-meta-menu {
  float: right; }

.site-header-meta-menu {
  width: 50%;
  font-size: 0.75rem;
  line-height: 2; }
  .site-header-meta-menu a {
    box-shadow: 0 1px 0 0 #003399; }
  .site-header-meta-menu ul {
    list-style-type: none;
    padding-left: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #3d4d6d; }
    .site-header-meta-menu ul li {
      float: none;
      height: 1.7rem; }
    .site-header-meta-menu ul li:before {
      content: none; }

:not(.no-flexbox) .site-header-menu, .flexbox .site-header-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.site-header-menu {
  display: none;
  margin: 0.875em 0; }
  .site-header-menu.toggled-on {
    display: block; }

.no-js .site-header-menu {
  display: block; }

.no-js .search-wrapper, .no-js #mobile-search-wrapper {
  display: block;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }
  .no-js .search-wrapper span, .no-js #mobile-search-wrapper span {
    display: block; }

.site-footer .main-navigation {
  margin-bottom: 1.75em; }

.main-navigation ul {
  list-style: none;
  margin: 0; }
  .main-navigation ul .toggled-on {
    display: block; }

.main-navigation li {
  border-top: 1px solid #677695;
  position: relative; }

.main-navigation a {
  color: #3d4d6d;
  text-decoration: none;
  display: block;
  padding: 0.84375em 0; }
  .main-navigation a:hover, .main-navigation a:focus {
    color: #00143c;
    background-color: #d4e2fe; }

.main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
  font-weight: bold; }

.main-navigation ul ul {
  display: none;
  margin-left: 0.875em; }

.main-navigation .primary-menu {
  border-bottom: 1px solid #e8e8e8; }

.main-navigation .menu-item-has-children > a:after {
  border-left: 1px solid #fff2be;
  content: "\f431";
  font-size: 1.5rem;
  left: 1px;
  width: 48px;
  float: right;
  vertical-align: bottom; }

.main-navigation .menu-item-has-children > a:hover, .main-navigation .menu-item-has-children > a:focus {
  color: #00143c;
  background-color: #d4e2fe; }

.main-navigation .search-wrapper {
  display: none; }
  .main-navigation .search-wrapper .search-submit {
    position: absolute;
    right: 0;
    top: 0; }

#mobile-search-wrapper {
  display: none; }
  #mobile-search-wrapper.toggled-on {
    display: block;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }

.no-js .main-navigation ul ul {
  display: block; }

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #3d4d6d;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  text-transform: none;
  top: 0;
  right: 0;
  width: 48px; }
  .dropdown-toggle.toggled-on:after {
    content: "\f432"; }

.mobile-nav-wrap {
  background-color: #00143c;
  width: 100%;
  overflow: hidden;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }
  .mobile-nav-wrap .mobile-site-header-menu {
    float: left;
    position: relative;
    left: 50%; }
    .mobile-nav-wrap .mobile-site-header-menu .mobile-nav-buttons {
      position: relative;
      float: left;
      left: -50%;
      width: auto; }

.no-js .menu-toggle {
  display: none; }

.mobile-nav-buttons button {
  background-color: #00143c;
  border: none;
  color: #ececec;
  font-size: 13px;
  font-size: 1.5rem;
  margin: 0em 0;
  padding: 5px; }
  .mobile-nav-buttons button:hover, .mobile-nav-buttons button:focus {
    background-color: #3d4d6d;
    color: #fff2be; }
  .mobile-nav-buttons button.toggled-on {
    background-color: #3d4d6d;
    color: #fff; }
    .mobile-nav-buttons button.toggled-on:hover, .mobile-nav-buttons button.toggled-on:focus {
      background-color: #ececec;
      border-color: #3d4d6d;
      color: #3d4d6d; }

.site-header .main-navigation + .social-navigation {
  margin-top: 1.75em; }

.site-footer .social-navigation {
  margin-bottom: 1.75em; }

.social-navigation ul {
  list-style: none;
  margin: 0 0 -0.4375em; }

.social-navigation li {
  float: left;
  margin: 0 0.4375em 0.4375em 0; }

.social-navigation a {
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  display: block;
  height: 35px;
  position: relative;
  width: 35px; }
  .social-navigation a:before {
    color: #1a1a1a;
    content: "\f415";
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px; }
  .social-navigation a:hover:before, .social-navigation a:focus:before {
    color: #fff2be; }
  .social-navigation a[href*="codepen.io"]:before {
    content: "\f216"; }
  .social-navigation a[href*="digg.com"]:before {
    content: "\f221"; }
  .social-navigation a[href*="dribbble.com"]:before {
    content: "\f201"; }
  .social-navigation a[href*="dropbox.com"]:before {
    content: "\f225"; }
  .social-navigation a[href*="facebook.com"]:before {
    content: "\f203"; }
  .social-navigation a[href*="flickr.com"]:before {
    content: "\f211"; }
  .social-navigation a[href*="foursquare.com"]:before {
    content: "\f226"; }
  .social-navigation a[href*="plus.google.com"]:before {
    content: "\f206"; }
  .social-navigation a[href*="github.com"]:before {
    content: "\f200"; }
  .social-navigation a[href*="instagram.com"]:before {
    content: "\f215"; }
  .social-navigation a[href*="linkedin.com"]:before {
    content: "\f208"; }
  .social-navigation a[href*="path.com"]:before {
    content: "\f219"; }
  .social-navigation a[href*="pinterest.com"]:before {
    content: "\f210"; }
  .social-navigation a[href*="getpocket.com"]:before {
    content: "\f224"; }
  .social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217"; }
  .social-navigation a[href*="reddit.com"]:before {
    content: "\f222"; }
  .social-navigation a[href*="skype.com"]:before {
    content: "\f220"; }
  .social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223"; }
  .social-navigation a[href*="tumblr.com"]:before {
    content: "\f214"; }
  .social-navigation a[href*="twitter.com"]:before {
    content: "\f202"; }
  .social-navigation a[href*="vimeo.com"]:before {
    content: "\f212"; }
  .social-navigation a[href*="wordpress.com"]:before, .social-navigation a[href*="wordpress.org"]:before {
    content: "\f205"; }
  .social-navigation a[href*="youtube.com"]:before {
    content: "\f213"; }
  .social-navigation a[href*="mailto:"]:before {
    content: "\f410"; }
  .social-navigation a[href*="spotify.com"]:before {
    content: "\f515"; }
  .social-navigation a[href*="twitch.tv"]:before {
    content: "\f516"; }
  .social-navigation a[href$="/feed/"]:before {
    content: "\f413"; }

.post-navigation {
  border-top: 4px solid #1a1a1a;
  border-bottom: 4px solid #1a1a1a;
  clear: both;
  margin: 0 7.6923% 3.5em; }
  .post-navigation a {
    color: #1a1a1a;
    display: block;
    padding: 1.75em 0; }
  .post-navigation span {
    display: block; }
  .post-navigation .meta-nav {
    color: #757575;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase; }
  .post-navigation .post-title {
    display: inline;
    font-size: 23px;
    font-size: 1.4375rem;
    -webkit-font-variant-ligatures: common-ligatures;
    -moz-font-variant-ligatures: common-ligatures;
         font-variant-ligatures: common-ligatures;
    font-weight: 700;
    line-height: 1.2173913043;
    text-rendering: optimizeLegibility; }
  .post-navigation a:hover .post-title, .post-navigation a:focus .post-title {
    color: #fff2be; }
  .post-navigation div + div {
    border-top: 4px solid #1a1a1a; }

.pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .pagination .nav-links .page-numbers {
    display: block;
    margin: 0px 5px;
    padding: 0px 3px;
    list-style-type: none;
    vertical-align: middle; }
    .pagination .nav-links .page-numbers:hover {
      background-color: #00143c;
      color: #fff2be; }
  .pagination .nav-links .current {
    font-weight: bold;
    text-decoration: underline; }
  .pagination .nav-links .prev, .pagination .nav-links .next {
    display: inline-block;
    text-align: center;
    color: #3d4d6d; }
    .pagination .nav-links .prev:hover, .pagination .nav-links .next:hover {
      background-color: #00143c;
      color: #fff2be; }
  .pagination .nav-links .prev {
    margin-right: 25px; }
    .pagination .nav-links .prev:before {
      font-size: 1.4rem;
      content: "\00a0 \00ab"; }
  .pagination .nav-links .next {
    margin-left: 25px; }
    .pagination .nav-links .next:after {
      font-size: 1.4rem;
      content: "\00a0 \00bb"; }

/* reset screen-reader-text */
.image-navigation {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  color: #757575;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin: 0 7.6923% 2.1538461538em;
  padding: 1.0769230769em 0; }

.comment-navigation {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  color: #757575;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin: 0 7.6923% 2.1538461538em;
  padding: 1.0769230769em 0;
  margin-right: 0;
  margin-left: 0; }

.comments-title + .comment-navigation {
  border-bottom: 0;
  margin-bottom: 0; }

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

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

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before, .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em; }

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

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em; }

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2); }

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000; }

/**
 * 8.0 Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0; }

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }

blockquote.aligncenter {
  margin-bottom: 1.473684211em; }

/**
 * 9.0 Clearings
 */
.clear:before, .clear:after {
  content: "";
  display: table; }

.entry-content:before, .entry-content:after {
  content: "";
  display: table; }

.entry-summary:before, .entry-summary:after {
  content: "";
  display: table; }

.comment-content:before, .comment-content:after {
  content: "";
  display: table; }

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

.site-footer:before, .site-footer:after {
  content: "";
  display: table; }

.site-main > article:before, .site-main > article:after {
  content: "";
  display: table; }

.primary-menu:before, .primary-menu:after {
  content: "";
  display: table; }

.social-links-menu:before, .social-links-menu:after {
  content: "";
  display: table; }

.textwidget:before, .textwidget:after {
  content: "";
  display: table; }

.content-bottom-widgets:before, .content-bottom-widgets:after {
  content: "";
  display: table; }

.clear:after, .entry-content:after, .entry-summary:after, .comment-content:after, .site-content:after, .site-footer:after, .site-main > article:after, .primary-menu:after, .social-links-menu:after, .textwidget:after, .content-bottom-widgets:after {
  clear: both; }

/**
 * 10.0 Widgets
 */
.widget {
  border-top: 4px solid #ffc300;
  margin-bottom: 3.5em;
  padding-top: 1.75em;
  word-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75; }
  .widget ul {
    list-style-type: none; }
    .widget ul li {
      margin-bottom: 10px; }
      .widget ul li a {
        box-shadow: 0 1px 0 0 #003399; }
  .widget div.textwidget {
    margin-left: 1.25em; }
  .widget .ext-link:after {
    vertical-align: middle; }

.widget-area > :last-child {
  margin-bottom: 0; }

.widget > :last-child {
  margin-bottom: 0; }

.widget .widget-title {
  font-size: 1.125rem;
  color: #00143c;
  letter-spacing: 0.046875em;
  line-height: 1.5;
  margin: 0 0 0.375rem;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }
  .widget .widget-title:empty {
    margin-bottom: 0; }

/* Calendar widget */
.widget.widget_calendar table {
  margin: 0; }

.widget_calendar td, .widget_calendar th {
  line-height: 2.5625;
  text-align: center;
  padding: 0; }

.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1.75em; }

.widget_calendar tbody a {
  background-color: #007acc;
  color: #fff;
  display: block;
  font-weight: 700; }
  .widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
    background-color: #757575;
    color: #fff; }

/* Recent Posts widget */
.widget_recent_entries .post-date {
  color: #757575;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em; }

.widget_recent_entries li:last-child .post-date {
  margin-bottom: 0; }

/* RSS widget */
.widget_rss .rsswidget img {
  margin-top: -0.375em; }

.widget_rss .rss-date, .widget_rss cite {
  color: #757575;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em; }

.widget_rss .rssSummary:last-child {
  margin-bottom: 2.1538461538em; }

.widget_rss li:last-child :last-child {
  margin-bottom: 0; }

/* Tag Cloud widget */
.tagcloud a {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  display: inline-block;
  font-size: inherit !important;
  line-height: 1;
  margin: 0 0.1875em 0.4375em 0 !important;
  padding: 0.5625em 0.4375em 0.5em; }
  .tagcloud a:hover, .tagcloud a:focus {
    border-color: #007acc;
    color: #007acc; }

/**
 * 11.0 Content
 */
.site {
  background-color: #fff; }

.site-inner {
  margin: 0 auto;
  position: relative;
  font-size: 1rem; }

.site-main {
  margin-bottom: 3.5em; }
  .site-main > :last-child {
    margin-bottom: 0; }

/**
 * 11.1 - Header
 */
.site-header {
  padding: 0.25em 7.6923% 0.5em 7.6923%; }

.no-js:not(.no-flexbox) .site-header-main, .flexbox .site-header-main {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /*align-items: center;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.no-js:not(.no-flexbox) .site-branding, .flexbox .site-branding {
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  width: auto;
  margin: 0.875em auto 0.875em 0;
  -webkit-box-flex: 3;
  -webkit-flex: 3 0px;
      -ms-flex: 3 0px;
          flex: 3 0px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.no-js:not(.no-flexbox) .header-logo, .flexbox .header-logo {
  /*flex: 0 1 auto;*/
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 3em; }

.header-logo {
  width: 50%; }

.site-title {
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 0; }
  .site-title a {
    color: #3d4d6d; }
    .site-title a:hover, .site-title a:focus {
      color: #003399; }

.site-description {
  color: #00143c;
  display: none;
  font-size: 1rem;
  font-weight: 400;
  margin: 0.538461538em 0 0; }

.header-image {
  clear: both;
  margin: 0.875em 0; }
  .header-image a {
    display: block; }
    .header-image a:hover img, .header-image a:focus img {
      opacity: 0.85; }

/**
* 11.2.1 - Breadcrumb
*/
.breadcrumb {
  margin-bottom: 20px; }

/**
 * 11.2 - Posts and pages
 */
.site-main > article {
  margin-bottom: 3.5em;
  position: relative; }

.entry-header, .entry-meta, .page-content, .entry-content, .entry-summary {
  margin-right: 7.6923%;
  margin-left: 7.6923%; }

.entry-header {
  margin-bottom: 15px; }

.entry-title {
  font-size: 1.75rem;
  line-height: 1.5; }
  .entry-title a {
    color: #1a1a1a; }
    .entry-title a:hover, .entry-title a:focus {
      color: #007acc; }

.entry-author {
  font-size: 0.95rem;
  font-weight: 600;
  float: right; }

.post-thumbnail {
  display: block;
  margin: 0 7.6923% 1.75em; }
  .post-thumbnail img {
    display: block;
    margin: 0 auto; }

a.post-thumbnail:hover, a.post-thumbnail:focus {
  opacity: 0.85; }

.entry-content, .entry-summary, .page-content, .comment-content, .textwidget {
  word-wrap: break-word; }

.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1, .textwidget h1 {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-top: 2em;
  margin-bottom: 1em; }

.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2, .textwidget h2 {
  font-size: 1.4375rem;
  margin-top: 2.4347826087em;
  margin-bottom: 1.2173913043em; }

.entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3, .textwidget h3 {
  font-size: 1.1875rem;
  margin-top: 2.9473684211em;
  margin-bottom: 1.4736842105em; }

.entry-content h4, .entry-content h5, .entry-content h6 {
  font-size: 1rem;
  margin-top: 3.5em;
  margin-bottom: 1.75em; }

.entry-summary h4, .entry-summary h5, .entry-summary h6 {
  font-size: 1rem;
  margin-top: 3.5em;
  margin-bottom: 1.75em; }

.page-content h4, .page-content h5, .page-content h6 {
  font-size: 1rem;
  margin-top: 3.5em;
  margin-bottom: 1.75em; }

.page-content .new-tab-phrase {
  display: block; }

.comment-content h4, .comment-content h5, .comment-content h6 {
  font-size: 1rem;
  margin-top: 3.5em;
  margin-bottom: 1.75em; }

.textwidget h4, .textwidget h5, .textwidget h6 {
  font-size: 1rem;
  margin-top: 3.5em;
  margin-bottom: 1.75em; }

.entry-content h4, .entry-summary h4, .page-content h4, .comment-content h4, .textwidget h4 {
  letter-spacing: 0.140625em;
  text-transform: uppercase; }

.entry-content h6, .entry-summary h6, .page-content h6, .comment-content h6, .textwidget h6 {
  font-style: italic; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: 900; }

.entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6 {
  font-weight: 900; }

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-weight: 900; }

.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
  font-weight: 900; }

.textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 {
  font-weight: 900; }

.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
  margin-top: 0; }

.entry-summary h1:first-child, .entry-summary h2:first-child, .entry-summary h3:first-child, .entry-summary h4:first-child, .entry-summary h5:first-child, .entry-summary h6:first-child {
  margin-top: 0; }

.page-content h1:first-child, .page-content h2:first-child, .page-content h3:first-child, .page-content h4:first-child, .page-content h5:first-child, .page-content h6:first-child {
  margin-top: 0; }

.comment-content h1:first-child, .comment-content h2:first-child, .comment-content h3:first-child, .comment-content h4:first-child, .comment-content h5:first-child, .comment-content h6:first-child {
  margin-top: 0; }

.textwidget h1:first-child, .textwidget h2:first-child, .textwidget h3:first-child, .textwidget h4:first-child, .textwidget h5:first-child, .textwidget h6:first-child {
  margin-top: 0; }

.post-navigation .post-title, .entry-title, .comments-title {
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word; }

body:not(.search-results) .entry-summary {
  color: #757575;
  font-size: 19px;
  font-size: 1.1875rem;
  margin-bottom: 1.4736842105em; }

body:not(.search-results) .entry-header + .entry-summary {
  margin-top: -0.736842105em; }

body:not(.search-results) .entry-summary p, body:not(.search-results) .entry-summary address, body:not(.search-results) .entry-summary hr, body:not(.search-results) .entry-summary ul, body:not(.search-results) .entry-summary ol, body:not(.search-results) .entry-summary dl, body:not(.search-results) .entry-summary dd, body:not(.search-results) .entry-summary table {
  margin-bottom: 1.4736842105em; }

body:not(.search-results) .entry-summary li > ul, body:not(.search-results) .entry-summary li > ol {
  margin-bottom: 0; }

body:not(.search-results) .entry-summary th, body:not(.search-results) .entry-summary td {
  padding: 0.3684210526em; }

body:not(.search-results) .entry-summary fieldset {
  margin-bottom: 1.4736842105em;
  padding: 0.3684210526em; }

body:not(.search-results) .entry-summary .alignleft {
  margin: 0.2631578947em 1.4736842105em 1.4736842105em 0; }

body:not(.search-results) .entry-summary .alignright {
  margin: 0.2631578947em 0 1.4736842105em 1.4736842105em; }

body:not(.search-results) .entry-summary .aligncenter {
  margin-bottom: 1.4736842105em; }

.entry-content > :last-child, .entry-summary > :last-child, body:not(.search-results) .entry-summary > :last-child, .page-content > :last-child, .comment-content > :last-child, .textwidget > :last-child {
  margin-bottom: 0; }

span.more-link {
  display: block;
  text-align: right; }

.more-link {
  white-space: nowrap; }

.author-info {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  clear: both;
  margin-top: 1.75em;
  padding-top: 1.75em;
  padding-bottom: 1.75em; }

.author-avatar .avatar {
  float: left;
  height: 42px;
  margin: 0 1.75em 1.75em 0;
  width: 42px; }

.author-description {
  word-wrap: break-word; }
  .author-description > :last-child {
    margin-bottom: 0; }

.entry-content .author-title {
  clear: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  margin: 0; }

.author-bio {
  overflow: hidden;
  color: #757575;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 1.6153846154em;
  word-wrap: break-word; }

.author-link {
  white-space: nowrap; }

.entry-footer, .entry-meta {
  color: #757575;
  font-size: 0.8125rem;
  margin-top: 2.1538461538em; }
  .entry-footer:empty, .entry-meta:empty {
    margin: 0; }
  .entry-footer a, .entry-meta a {
    color: #757575; }
    .entry-footer a:hover, .entry-footer a:focus, .entry-meta a:hover, .entry-meta a:focus {
      color: #007acc; }
  .entry-footer > span:not(:last-child):after, .entry-meta > span:not(:last-child):after {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em; }
  .entry-footer .avatar, .entry-meta .avatar {
    margin: -0.1538461538em 0.5384615385em 0 0;
    height: 21px;
    width: 21px; }

.sticky-post {
  color: #757575;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase; }

.entry-date {
  font-weight: 600;
  font-size: 1rem; }

.sticky .posted-on, .byline, .updated:not(.published) {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-header {
  margin: 0 7.6923% 1.5em; }

body:not(.error404):not(.search-no-results) .page-header {
  padding-top: 1.75em; }

.page-title {
  font-size: 23px;
  font-size: 1.4375rem; }

.taxonomy-description {
  color: #757575;
  font-size: 13px;
  font-size: 0.8125rem; }
  .taxonomy-description p {
    margin: 0.5384615385em 0 1.6153846154em; }
  .taxonomy-description > :last-child {
    margin-bottom: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.75em; }
  .page-links a {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 1.8461538462em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff; }
    .page-links a:hover, .page-links a:focus {
      background-color: #007acc;
      border-color: transparent;
      color: #fff; }
  .page-links > span {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 1.8461538462em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em; }
  .page-links > .page-links-title {
    border: 0;
    color: #1a1a1a;
    height: auto;
    margin: 0;
    padding-right: 0.6153846154em;
    width: auto; }

.entry-attachment {
  margin-bottom: 1.75em; }

.type-attachment .entry-title {
  word-wrap: break-word; }

.entry-caption {
  color: #757575;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  padding-top: 1.0769230769em;
  word-wrap: break-word; }
  .entry-caption > :last-child {
    margin-bottom: 0; }

.content-bottom-widgets {
  margin: 0 7.6923%; }
  .content-bottom-widgets .widget-area {
    margin-bottom: 3.5em; }

/**
*archive-site
*/
.archive h2.entry-title {
  border-top: 1px solid #00143c;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  font-weight: bold;
  padding: 10px 0px; }
  .archive h2.entry-title a {
    color: #00143c; }

/**
 * 11.3 - Post Formats
 */
.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
  font-size: 1.1875rem;
  margin-bottom: 1.473684211em; }

.blog .format-status .entry-title, .archive .format-status .entry-title {
  display: none; }

/**
* 11.5 Sidebar
*/
.sidebar {
  display: none;
  margin-bottom: 3.5em;
  padding: 0 7.6923%; }

/**
 * 11.6 - Footer
 */
.site-footer {
  padding: 0 7.6923% 1.75em; }

.site-info {
  color: #757575;
  font-size: 13px;
  font-size: 0.8125rem; }
  .site-info a {
    color: #757575; }
    .site-info a:hover, .site-info a:focus {
      color: #007acc; }

.site-footer .site-title {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400; }
  .site-footer .site-title:after {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.307692308em 0 0.538461538em; }

/**
* 11.7 Plugins
*/
/*
* catlist shortcode
*/
.entry-content .lcp_catlist {
  margin-top: 2.5rem;
  list-style-type: none;
  margin-left: 0; }
  .entry-content .lcp_catlist h3 {
    padding: 5px;
    background-color: #3d4d6d;
    color: #ececec;
    margin-bottom: 0.625rem; }
  .entry-content .lcp_catlist li {
    font-size: 1rem;
    line-height: 1.75; }
    .entry-content .lcp_catlist li.current a {
      color: #3d4d6d; }
    .entry-content .lcp_catlist li a {
      color: #003399;
      box-shadow: 0 1px 0 0 #3d4d6d; }
      .entry-content .lcp_catlist li a:hover {
        color: #003399; }

.single-post .entry-content h4.simple-links-title {
  font-size: 1.1875rem;
  line-height: 1.21739;
  letter-spacing: 0;
  padding: 5px;
  background-color: #3d4d6d;
  color: #ececec;
  margin-bottom: 0.625rem;
  text-transform: none; }

.single-post .simple-links-list {
  list-style-type: none;
  margin-left: 0; }
  .single-post .simple-links-list li {
    font-size: 1rem;
    line-height: 1.75; }
    .single-post .simple-links-list li.current a {
      color: #3d4d6d; }
    .single-post .simple-links-list li a {
      color: #003399;
      box-shadow: 0 1px 0 0 #003399; }
      .single-post .simple-links-list li a:hover {
        color: #141414; }

.page .simple-links-list li a {
  font-weight: 900;
  font-size: 1.4375rem;
  margin-bottom: 1.125em;
  color: #3d4d6d; }

.simple-links-list {
  list-style-type: none; }

.ext-link {
  margin-right: 5px; }
  .ext-link:after {
    content: url("../images/externer-link.png");
    padding-left: 5px; }

.pdf-icon {
  display: block;
  background: url("../images/pdf-icon-48.png") left top;
  width: 48px;
  height: 48px;
  float: left; }

.widget_black_studio_tinymce .textwidget div {
  margin-bottom: 0.375rem; }

.a11y-toolbar {
  display: none; }

/**
 * 12.0 Media
 */
.site .avatar {
  border-radius: 50%; }

.page-content .wp-smiley, .entry-content .wp-smiley, .entry-summary .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.entry-content a img, .entry-summary a img, .page-content a img, .comment-content a img, .textwidget a img {
  display: block; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object, video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle; }

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode a, .entry-content .wp-playlist a {
  box-shadow: none; }

.wp-audio-shortcode, .wp-video {
  margin-top: 0;
  margin-bottom: 1.75em; }

.wp-playlist.wp-audio-playlist {
  margin-top: 0;
  margin-bottom: 1.75em; }

.wp-playlist.wp-playlist {
  padding-bottom: 0; }
  .wp-playlist.wp-playlist .wp-playlist-tracks {
    margin-top: 0; }

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 0.7142857143em 0; }

.wp-playlist-item .wp-playlist-item-length {
  top: 0.7142857143em; }

/**
 * 12.1 - Captions
 */
.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0; }
  .wp-caption .wp-caption-text {
    color: #757575;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em; }

/**
 * 12.2 - Galleries
 */
.gallery {
  margin: 0 -1.1666667% 1.75em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  padding: 0 1.1400652% 2.2801304%;
  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-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #757575;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em; }

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

/**
 * 13.0 Multisites
 */
.widecolumn {
  margin-bottom: 3.5em;
  padding: 0 7.6923%; }
  .widecolumn .mu_register {
    width: auto; }
  .widecolumn .mu_alert {
    margin-bottom: 1.75em; }
  .widecolumn .mu_register .mu_alert {
    padding: 0.875em; }
  .widecolumn form, .widecolumn .mu_register form {
    margin-top: 0; }
  .widecolumn h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 900;
    line-height: 1.2173913043;
    margin-bottom: 1.2173913043em; }
  .widecolumn p {
    margin: 1.75em 0; }
    .widecolumn p + h2 {
      margin-top: 2.4347826087em; }
  .widecolumn label {
    color: #757575;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    text-transform: uppercase; }
  .widecolumn .mu_register label {
    color: #757575;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    text-transform: uppercase;
    margin: 2.1538461538em 0.7692307692em 0.5384615385em 0; }
    .widecolumn .mu_register label strong {
      font-weight: 400; }
  .widecolumn #key {
    font-size: 16px;
    font-size: 1rem;
    width: 100%; }
  .widecolumn .mu_register #blog_title, .widecolumn .mu_register #user_email, .widecolumn .mu_register #blogname, .widecolumn .mu_register #user_name {
    font-size: 16px;
    font-size: 1rem;
    width: 100%; }
  .widecolumn .mu_register #blogname {
    margin: 0; }
  .widecolumn .mu_register #blog_title, .widecolumn .mu_register #user_email, .widecolumn .mu_register #user_name {
    margin: 0 0 0.375em; }
  .widecolumn #submit {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    width: auto; }
  .widecolumn .mu_register input[type="submit"] {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    width: auto; }
  .widecolumn .mu_register .prefix_address, .widecolumn .mu_register .suffix_address {
    font-size: inherit; }
  .widecolumn .mu_register > :last-child {
    margin-bottom: 0; }
  .widecolumn form > :last-child {
    margin-bottom: 0; }

/**
 * 14.0 Media Queries
 */
/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/**
 * 14.1 - >= 710px
 */
@media screen and (min-width: 44.375em) {
  body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    background: inherit;
    content: "";
    display: block;
    height: 21px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99; }
  body:not(.custom-background-image):before {
    top: 0; }
  body:not(.custom-background-image).admin-bar:before {
    top: 46px; }
  body:not(.custom-background-image):after {
    bottom: 0; }
  .site-inner {
    max-width: 45rem;
    font-size: 1.063rem; }
  .site {
    margin: 21px; }
  .site-main {
    margin-bottom: 5.25em; }
  .site-header {
    padding: 0.25em 0% 0.5em 0%; }
  .site-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25; }
  .mobile-nav-buttons {
    width: auto;
    margin: 0 auto; }
  .menu-toggle {
    background-color: #00143c;
    font-size: 16px;
    font-size: 1.0rem;
    margin: 0em 0;
    padding: 0.25em 0.3em; }
  .site-header-meta-menu {
    margin: 1.3125em 0 0 0;
    font-size: 1rem;
    line-height: 1.75; }
  .site-header .main-navigation + .social-navigation {
    margin-top: 2.625em; }
  .header-image {
    margin: 1.3125em 0; }
  .post-navigation {
    margin-bottom: 5.25em; }
    .post-navigation .post-title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.25; }
  /* restore screen-reader-text */
  .pagination .current .screen-reader-text {
    position: absolute !important; }
  .pagination .page-numbers {
    display: inline-block;
    font-weight: 400; }
  .site-main > article {
    margin-bottom: 3rem; }
  .entry-title {
    line-height: 1.2727272727;
    margin-bottom: 0.8484848485em; }
  .entry-content blockquote blockquote, .entry-summary blockquote blockquote, .page-content blockquote blockquote, .comment-content blockquote blockquote {
    margin-left: 0; }
  .entry-content li > ul, .entry-summary li > ul, .page-content li > ul, .comment-content li > ul, .entry-content blockquote > ul, .entry-summary blockquote > ul, .page-content blockquote > ul, .comment-content blockquote > ul {
    margin-left: 1.25em; }
  body:not(.search-results) .entry-summary li > ul, body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 1.157894737em; }
  .entry-content li > ol, .entry-summary li > ol, .page-content li > ol, .comment-content li > ol, .entry-content blockquote > ol, .entry-summary blockquote > ol, .page-content blockquote > ol, .comment-content blockquote > ol {
    margin-left: 1.5em; }
  body:not(.search-results) .entry-summary li > ol, body:not(.search-results) .entry-summary blockquote > ol {
    margin-left: 1.473684211em; }
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: calc(50% - 0.736842105em); }
  .comment-author {
    margin-bottom: 0; }
    .comment-author .avatar {
      height: 42px;
      position: relative;
      top: 0.25em;
      width: 42px; }
  .comment-list .children > li {
    padding-left: 1.75em; }
  .comment-list + .comment-respond {
    padding-top: 3.5em; }
  .comment-navigation + .comment-respond {
    padding-top: 3.5em; }
  .comments-area, .widget, .content-bottom-widgets .widget-area {
    margin-bottom: 5.25em; }
  .sidebar, .widecolumn {
    margin-bottom: 5.25em;
    padding-right: 23.0769%; } }

/**
 * 14.2 - >= 783px
 */
@media screen and (min-width: 48.9375em) {
  body:not(.custom-background-image).admin-bar:before {
    top: 32px; } }

/**
 * 14.3 - >= 910px
 */
@media screen and (min-width: 56.875em) {
  .site-inner {
    max-width: 64rem; }
  .site-header {
    padding-right: 4.5455%;
    padding-left: 4.5455%; }
  .site-header-main {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start; }
  .branding-wrap {
    width: 100%; }
  .site-branding {
    max-width: 70%; }
  .site-description {
    display: block;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%; }
  .site-header-meta-menu {
    width: auto; }
    .site-header-meta-menu ul {
      border: none; }
      .site-header-meta-menu ul li:before {
        content: "\00a0|\00a0"; }
      .site-header-meta-menu ul li:first-child:before {
        content: none; }
      .site-header-meta-menu ul li {
        display: block;
        float: left; }
  .site-header-menu {
    display: block;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
            flex: 0 1 100%; }
  .main-navigation {
    background-color: #00143c;
    color: #ececec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -0.875em; }
    .main-navigation .primary-menu {
      border: 0; }
    .main-navigation li.current-menu-item, .main-navigation li.current-menu-parent {
      background-color: #3d4d6d; }
      .main-navigation li.current-menu-item > a, .main-navigation li.current-menu-parent > a {
        color: #fff2be; }
    .main-navigation li {
      border: 0;
      float: left; }
    .main-navigation a {
      color: #ececec;
      outline-offset: -8px;
      padding: 0.65625em 0.563em;
      white-space: nowrap; }
      .main-navigation a:hover, .main-navigation a.focus {
        color: #fff2be; }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      color: #fff2be;
      background-color: #3d4d6d; }
    .main-navigation ul ul {
      border-bottom: 1px solid #3d4d6d;
      display: block;
      float: left;
      margin: 0;
      position: absolute;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: -1px; }
        .main-navigation ul ul ul:before, .main-navigation ul ul ul:after {
          border: 0; }
      .main-navigation ul ul li {
        background-color: #ececec;
        border-color: #3d4d6d;
        border-style: solid;
        border-width: 1px 1px 0; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        color: #3d4d6d;
        white-space: normal;
        width: 15em; }
    .main-navigation li:hover > ul, .main-navigation li.focus > ul {
      left: auto; }
    .main-navigation .menu-item-has-children > a {
      margin: 0; }
      .main-navigation .menu-item-has-children > a:after {
        border: 0px;
        float: none;
        width: auto; }
    .main-navigation ul ul .menu-item-has-children > a {
      padding-right: 2.0625em; }
      .main-navigation ul ul .menu-item-has-children > a:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 0.8125em;
        right: 0.5625em; }
    .main-navigation .search-wrapper {
      display: block;
      position: relative; }
    .main-navigation .search-form {
      position: absolute;
      right: 0px;
      top: 0px;
      height: 100%; }
    .main-navigation .search-field {
      background-color: transparent;
      background-image: url(../images/search-icon.png);
      background-position: 5px center;
      background-repeat: no-repeat;
      background-size: 24px 24px;
      border: none;
      cursor: pointer;
      height: 100%;
      padding: 0 0 0 34px;
      position: relative;
      -webkit-transition: width 400ms ease, background 400ms ease;
              transition: width 400ms ease, background 400ms ease;
      width: 0;
      float: right; }
      .main-navigation .search-field ~ .new-tab-phrase {
        display: block;
        font-size: 0.750rem;
        color: #141414;
        padding: 2px;
        background-color: #ececec;
        overflow: hidden;
        -webkit-transition: width 400ms ease, height 400ms ease 400ms;
                transition: width 400ms ease, height 400ms ease 400ms;
        width: 0;
        height: 0; }
      .main-navigation .search-field:focus {
        background-color: #ececec;
        background-image: url(../images/search-icon-blue.png);
        border: 2px solid #00143c;
        cursor: text;
        outline: 0;
        width: 300px;
        margin: 0; }
        .main-navigation .search-field:focus ~ .new-tab-phrase {
          width: 300px;
          height: auto; }
        .main-navigation .search-field:focus ~ .search-submit {
          width: 30%;
          height: 100%; }
      .main-navigation .search-field ~ .search-submit {
        font-size: 1rem;
        border: none;
        padding: 0;
        width: 0px;
        -webkit-transition: width 400ms ease;
                transition: width 400ms ease; }
  .dropdown-toggle.toggled-on:after {
    content: ""; }
  .mobile-nav-wrap, .menu-toggle, .site-header .social-navigation, .site-footer .main-navigation {
    display: none; }
  .site-content {
    padding: 0 4.5455%; }
  .content-area {
    float: left;
    margin-right: -100%;
    width: 70%; }
  .entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0;
    padding-right: 3rem; }
  .widget {
    font-size: 0.8125rem;
    margin-bottom: 3.230769231em;
    padding-top: 1.615384615em;
    line-height: 1.75; }
    .widget p, .widget address, .widget hr, .widget ul, .widget ol, .widget dl, .widget dd, .widget table {
      margin-bottom: 1.6153846154em; }
    .widget li > ul, .widget li > ol {
      margin-bottom: 0; }
    .widget blockquote {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 1.3125em;
      padding-left: 1.0625em; }
      .widget blockquote cite, .widget blockquote small {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154; }
    .widget th, .widget td {
      padding: 0.5384615385em; }
    .widget pre {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.6153846154;
      margin-bottom: 1.6153846154em;
      padding: 0.5384615385em; }
    .widget fieldset {
      margin-bottom: 1.6153846154em;
      padding: 0.5384615385em; }
    .widget button, .widget input, .widget select, .widget textarea {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.6153846154; }
    .widget button {
      line-height: 1;
      padding: 0.6923076923em 0.5384615385em; }
    .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
      line-height: 1;
      padding: 0.6923076923em 0.5384615385em; }
    .widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"] {
      padding: 0.4615384615em 0.5384615385em; }
    .widget textarea {
      padding: 0.4615384615em 0.5384615385em; }
    .widget .alignleft {
      margin: 0.2307692308em 1.6153846154em 1.6153846154em 0; }
    .widget .alignright {
      margin: 0.2307692308em 0 1.6153846154em 1.6153846154em; }
    .widget .aligncenter {
      margin-bottom: 1.6153846154em; }
  .widget_calendar td, .widget_calendar th {
    line-height: 2.6923076923;
    padding: 0; }
  .widget_rss .rssSummary:last-child {
    margin-bottom: 1.615384615em; }
  .tagcloud a {
    margin: 0 0.2307692308em 0.5384615385em 0 !important;
    padding: 0.5384615385em 0.4615384615em 0.4615384615em; }
  .textwidget h1 {
    margin-top: 1.8260869565em; }
  .textwidget h2 {
    margin-top: 2.2105263158em; }
  .textwidget h3 {
    margin-top: 2.625em; }
  .textwidget h4 {
    letter-spacing: 0.153846154em;
    margin-top: 3.2307692308em; }
  .textwidget h5, .textwidget h6 {
    margin-top: 3.2307692308em; }
  .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2) {
    float: left;
    margin-right: 7.1428571%;
    width: 46.42857145%; }
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
    float: left;
    margin-right: 7.1428571%;
    width: 46.42857145%; }
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
      margin-right: 0; }
  .site-footer {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4.5455% 3.5em; }
  .sidebar {
    display: block;
    float: left;
    margin-left: 75%;
    padding: 0;
    width: 25%; }
  .no-sidebar .content-area {
    float: none;
    width: 100%; }
  .no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
    margin-right: 15%;
    margin-left: 15%; }
  .no-sidebar .post-thumbnail {
    margin-right: 0;
    margin-left: 0; }
  .widecolumn {
    padding-right: 15%;
    padding-left: 15%; }
  .lcp_catlist {
    margin-top: 2rem; }
    .lcp_catlist h3 {
      margin-bottom: 0.625rem; }
  .single-post .entry-content h4.simple-links-title {
    font-size: 1.43S75rem; }
  .a11y-toolbar {
    display: block; } }

/**
 * 14.4 - >= 985px
 */
@media screen and (min-width: 61.5625em) {
  .site-main {
    margin-bottom: 7.0em; }
  .site-header {
    padding: 0.25em 4.5455% 0.25em 4.5455%; }
  .site-branding, .site-header-menu, .header-image {
    margin-top: 1.75em; }
  .image-navigation {
    margin-bottom: 3.230769231em; }
  .post-navigation {
    margin-bottom: 7.0em; }
  .pagination {
    margin-bottom: 5.894736842em; }
  .widget {
    margin-bottom: 4.307692308em; }
  .site-main > article {
    margin-bottom: 3rem; }
  .entry-title {
    line-height: 1.225;
    margin-bottom: 1.05em; }
  .post .entry-title {
    margin-bottom: 0.2em; }
  .main-navigation {
    font-size: 1rem; }
  .format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
    font-size: 23px;
    font-size: 1.4375em;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em; }
  .post-thumbnail {
    margin-bottom: 2.625em; }
  .entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 {
    line-height: 1.2727272727;
    margin-top: 1.696969697em;
    margin-bottom: 0.8484848485em; }
  .entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
    margin-top: 2em;
    margin-bottom: 1em; }
  .entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3 {
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em; }
  .entry-content h4, .entry-summary h4, .entry-intro h4, .page-content h4, .comment-content h4 {
    letter-spacing: 0.131578947em; }
  .entry-content h4, .entry-content h5, .entry-content h6 {
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.473684211em; }
  .entry-summary h4, .entry-summary h5, .entry-summary h6 {
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.473684211em; }
  .page-content h4, .page-content h5, .page-content h6 {
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.473684211em; }
  .comment-content h4, .comment-content h5, .comment-content h6 {
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.473684211em; }
  body:not(.search-results) .entry-summary {
    margin-bottom: 2.210526316em; }
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.105263158em; }
  .author-info {
    border-bottom: 0;
    padding-bottom: 0; }
  .entry-footer {
    margin-top: 4.3076923077em; }
  body:not(.search-results) .type-post .entry-content {
    padding-right: 3rem; }
    body:not(.search-results) .type-post .entry-content blockquote.alignleft {
      margin-left: -40%;
      width: calc(60% - 1.4736842105em); }
  body:not(.search-results) .type-post .size-big {
    clear: both;
    display: block;
    float: none;
    margin-left: -40%;
    margin-right: 0;
    max-width: 140%; }
  body:not(.search-results) .type-post .caption-big {
    clear: both;
    display: block;
    float: none;
    margin-left: -40%;
    margin-right: 0;
    max-width: 140%; }
    body:not(.search-results) .type-post .caption-big .size-big {
      margin: 0 !important;
      max-width: 100% !important; }
  body:not(.search-results) .type-post table .caption-big {
    margin: 0 !important;
    max-width: 100% !important; }
    body:not(.search-results) .type-post table .caption-big .wp-caption-text {
      margin: 0 !important;
      max-width: 100% !important; }
  body:not(.search-results) .type-post table .size-big {
    margin: 0 !important;
    max-width: 100% !important; }
  body:not(.search-results) .type-post .entry-footer {
    float: left;
    margin-top: 0.1538461538em;
    width: 21.42857143%; }
    body:not(.search-results) .type-post .entry-footer > span:not(:last-child):after {
      display: none; }
  .single .byline {
    display: block;
    margin-bottom: 0.5384615385em; }
  body:not(.search-results).group-blog .byline, body:not(.search-results) .type-post:not(.sticky) .posted-on, body:not(.search-results) .entry-format, body:not(.search-results) .cat-links, body:not(.search-results) .tags-links {
    display: block;
    margin-bottom: 0.5384615385em; }
  body:not(.search-results) .type-post .comments-link {
    display: block;
    margin-bottom: 0.5384615385em; }
  body:not(.search-results) .type-post .entry-footer .edit-link {
    display: block;
    margin-bottom: 0.5384615385em; }
  body:not(.search-results) .type-post .entry-footer > span:last-child {
    margin-bottom: 0; }
  body:not(.search-results) .type-post .entry-footer .avatar {
    display: block;
    height: auto;
    margin: 0 0 0.5384615385em;
    width: 49px; }
  body.no-sidebar:not(.search-results) .type-post .entry-content {
    float: left;
    margin-right: -100%;
    margin-left: 34.99999999%;
    width: 50.00000001%; }
  body.no-sidebar:not(.search-results) .type-post .entry-footer {
    margin-right: -100%;
    margin-left: 15%;
    width: 15%; }
  .comment-list + .comment-respond, .comment-navigation + .comment-respond {
    padding-top: 5.25em; }
  .comments-area, .sidebar, .content-bottom-widgets .widget-area, .widecolumn {
    margin-bottom: 7.0em; } }

/**
 * 14.5 - >= 1200px
 */
@media screen and (min-width: 75em) {
  body:not(.search-results) .entry-summary {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin-bottom: 1.826086957em; }
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -0.913043478em; }
  body:not(.search-results) .entry-summary p, body:not(.search-results) .entry-summary address, body:not(.search-results) .entry-summary hr, body:not(.search-results) .entry-summary ul, body:not(.search-results) .entry-summary ol, body:not(.search-results) .entry-summary dl, body:not(.search-results) .entry-summary dd, body:not(.search-results) .entry-summary table {
    margin-bottom: 1.5217391304em; }
  body:not(.search-results) .entry-summary li > ul, body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 0.956521739em; }
  body:not(.search-results) .entry-summary li > ol {
    margin-left: 1.52173913em; }
  body:not(.search-results) .entry-summary blockquote {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin: 0 0 1.5217391304em -1.52173913em;
    padding-left: 1.347826087em; }
    body:not(.search-results) .entry-summary blockquote > ol {
      margin-left: 1.52173913em; }
    body:not(.search-results) .entry-summary blockquote cite, body:not(.search-results) .entry-summary blockquote small {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.8421052632; }
  body:not(.search-results) .entry-summary th, body:not(.search-results) .entry-summary td {
    padding: 0.3043478261em; }
  body:not(.search-results) .entry-summary pre {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    padding: 1.75em; }
  body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.5217391304em;
    padding: 0.3043478261em; }
  body:not(.search-results) .entry-summary h1 {
    margin-top: 2.121212121em;
    margin-bottom: 1.060606061em; }
  body:not(.search-results) .entry-summary h2 {
    margin-top: 2.5em;
    margin-bottom: 1.25em; }
  body:not(.search-results) .entry-summary h3 {
    margin-top: 3.043478261em;
    margin-bottom: 1.52173913em; }
  body:not(.search-results) .entry-summary h4, body:not(.search-results) .entry-summary h5, body:not(.search-results) .entry-summary h6 {
    margin-top: 3.684210526em;
    margin-bottom: 1.842105263em; }
  body:not(.search-results) .entry-summary .alignleft {
    margin: 0.2608695652em 1.5217391304em 1.5217391304em 0; }
  body:not(.search-results) .entry-summary .alignright {
    margin: 0.2608695652em 0 1.5217391304em 1.5217391304em; }
  body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.5217391304em; } }

/**
 * 15.0 Print
 */
@media print {
  .site-header {
    display: none; }
  .breadcrumb {
    display: none; }
  .sidebar {
    display: none; }
  .a11y-toolbar {
    display: none; }
  .pdf-link {
    display: none; }
  .site-footer {
    display: none; } }
