@charset "UTF-8";
/*! Newzline Theme */
a svg, a {
  transition: all 0.1s ease-in-out;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #424242;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55;
  background: #fff;
}
@media (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}
@media print {
  body {
    font-family: sans-serif;
  }
}

a {
  color: #05306F;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 700;
}

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

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 1.2rem;
}

code {
  padding: 0.2rem 0.4rem;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Make Videos responsive */
embed, iframe, object, video {
  max-width: 100%;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 2.4rem;
  }
}
p.has-normal-font-size {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  p.has-normal-font-size {
    font-size: 2rem;
  }
}
p.small, p.has-small-font-size {
  font-size: 1.4rem;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 1.6rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #05306F;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 3.4rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4.2rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 4.6rem;
  }
}

h2 {
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 3.6rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 2.8rem;
  }
}

h4, h5, h6 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h4, h5, h6 {
    font-size: 2.2rem;
  }
}

/** Simple Grid System
===========================*/
/* TheGrid - PMThemes Simple Grid
Make it reusable so we don't keep restyling every html element
---------------------------------------------------------------------------- */
/* base grid */
.gridd {
  display: grid;
  gap: 3.2rem;
  align-items: normal;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}
.gridd header, .gridd nav, .gridd aside, .gridd footer {
  grid-column: 1/-1;
}

/* if item size specific */
.cw-75 {
  grid-template-columns: repeat(auto-fill, minmax(7.5rem, 1fr));
}

.cw-100 {
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
}

.cw-125 {
  grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
}

.cw-150 {
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}

.cw-175 {
  grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
}

.cw-200 {
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}

.cw-225 {
  grid-template-columns: repeat(auto-fill, minmax(22.5rem, 1fr));
}

.cw-250 {
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}

.cw-275 {
  grid-template-columns: repeat(auto-fill, minmax(27.5rem, 1fr));
}

.cw-300 {
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
}

.cw-325 {
  grid-template-columns: repeat(auto-fill, minmax(32.5rem, 1fr));
}

.cw-350 {
  grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
}

.cw-375 {
  grid-template-columns: repeat(auto-fill, minmax(37.5rem, 1fr));
}

@media only screen and (min-width: 480px) {
  .cw-400 {
    grid-template-columns: repeat(auto-fill, minmax(40rem, 1fr));
  }

  .cw-450 {
    grid-template-columns: repeat(auto-fill, minmax(45rem, 1fr));
  }

  .cw-500 {
    grid-template-columns: repeat(auto-fill, minmax(50rem, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .col-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .col-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .col-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .col-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .col-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .col-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .col-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .col-9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .col-10 {
    grid-template-columns: repeat(10, 1fr);
  }

  .col-11 {
    grid-template-columns: repeat(11, 1fr);
  }

  .col-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Wrap - For wide layout (default)
--------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* Site Container - Boxed Layout
--------------------------------------------- */
body.newzl-boxed {
  background: #212121;
}

.newzl-boxed .site-inner {
  background: #fff;
}

@media (min-width: 992px) {
  .newzl-boxed .site-container {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
  }
}
/* For wide header and footer
--------------------------------------------- */
body.newzl-wide-head {
  background: #212121;
}

.newzl-wide-head .content-area.wrap {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .newzl-wide-head .content-area.wrap {
    margin: 1.5rem auto;
  }
}

/* For Full Screen
--------------------------------------------- */
.newzl-full-screen .wrap,
.newzl-full-screen .nav-wrap,
.newzl-full-screen.content-area.wrap {
  max-width: 100%;
  margin: 0 auto;
}

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.site-main {
  padding: 3.8rem 2.6rem 3rem 2.6rem;
}

.sidebar-primary {
  padding: 4.8rem 2.6rem 3rem 2.6rem;
}

/* Sidebar Layouts
--------------------------------------------- */
@media (min-width: 992px) {
  .content-sidebar .site-main {
    float: left;
    width: 68.67%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 31.33%;
  }
}

@media (min-width: 992px) {
  .sidebar-content .site-main {
    float: right;
    width: 68.67%;
  }
  .sidebar-content .sidebar-primary {
    float: left;
    width: 31.33%;
  }
}

@media (min-width: 992px) {
  .content .site-main {
    width: 70%;
    margin: 0 auto;
  }
}

/* Forms
--------------------------------------------- */
/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #f9f9f9;
  color: #333;
  font-size: 2rem;
  font-weight: 400;
  padding: 12px;
  width: 100%;
}

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit],
.button {
  background-color: #3B5998;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.4rem 3rem;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.button:focus,
.button:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}

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

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

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

@media (min-width: 360px) {
  .wpcf7-form input[type=text],
.wpcf7-form input[type=email] {
    width: 60%;
  }
}

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #E0E0E0;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}
.search-form .search-field {
  border: none;
  padding-right: 44px;
  width: 100%;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}
.search-form .search-submit svg {
  fill: #757575;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: #05306F;
}

/* Button
--------------------------------------------- */
.editor-post-title .editor-post-title__input {
  font-weight: 400;
}

.wp-block-button__link {
  border: 2px solid #031b3e;
  border-radius: 3px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 32px;
  padding: 1.6rem 3.2rem;
  text-decoration: none;
}
.is-style-full .wp-block-button__link, .wp-block-button__link.full {
  display: block;
  width: 100%;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #05306F;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #031b3e;
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
  color: #05306F;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  background-color: #031b3e;
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
  color: #121212;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: black;
}
.wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
  color: #FAFAFA;
}
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  background-color: #e1e1e1;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent url(../icons/utility/quote.svg) no-repeat top left;
  background-size: 36px auto;
  padding-top: 3.6rem1.1rem;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #424242;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #424242;
  display: block;
  margin-top: 1.2rem;
  margin-left: 1.2rem;
  opacity: 0.75;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative;
}
.wp-block-separator::before,
hr::before {
  background: #E0E0E0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

/* Image
--------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.gallery-caption,
.wp-block-image figcaption {
  color: #757575;
  text-align: left;
  font-size: 1.4rem;
  font-style: normal;
}

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

/* Color Options
--------------------------------------------- */
.has-blue-color {
  color: #05306F;
}

.has-blue-background-color {
  background-color: #05306F;
}

.has-black-color {
  color: #121212;
}

.has-black-background-color {
  background-color: #121212;
}

.has-grey-color {
  color: #FAFAFA;
}

.has-grey-background-color {
  background-color: #FAFAFA;
}

/* Group
--------------------------------------------- */
.wp-block-group .wp-block-group__inner-container {
  max-width: 798px;
  margin: 0 auto;
}
.wp-block-group .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.full-screen .wp-block-group .wp-block-group__inner-container, .full-width-content .wp-block-group .wp-block-group__inner-container {
  max-width: 100%;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background:not(.has-grey-background-color) {
  color: #fff;
}
.wp-block-group.has-background:not(.has-grey-background-color) h1, .wp-block-group.has-background:not(.has-grey-background-color) h2, .wp-block-group.has-background:not(.has-grey-background-color) h3, .wp-block-group.has-background:not(.has-grey-background-color) h4, .wp-block-group.has-background:not(.has-grey-background-color) h5, .wp-block-group.has-background:not(.has-grey-background-color) h6, .wp-block-group.has-background:not(.has-grey-background-color) p {
  color: #fff;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0.5rem 2rem 2rem 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0.5rem auto 0.5rem auto;
}

.alignright {
  float: right;
  margin: 0.5rem 0 2rem 2rem;
}

.alignleft {
  float: left;
  margin: 0.5rem 2rem 2rem 0;
}

a img.alignright {
  float: right;
  margin: 0.5rem 0 2rem 2rem;
}

a img.alignnone {
  margin: 0.5rem 2rem 2rem 0;
}

a img.alignleft {
  float: left;
  margin: 1rem 2rem 2rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 0.5rem 1.3rem 1rem;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0.5rem 2rem 2rem 0;
}

.wp-caption.alignleft {
  margin: 0.5rem 2rem 2rem 0;
}

.wp-caption.alignright {
  margin: 0.5rem 0 2rem 2rem;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 0.4rem 0.5rem;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.6rem;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 32px;
  }
}
div.wpforms-container .wpforms-description {
  margin: 0 0 1.6rem;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 3.2rem;
}
div.wpforms-container .wpforms-field-label {
  font-size: 1.6rem;
}
div.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-recaptcha-container {
    margin-bottom: -7.8rem;
  }
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 3.2rem;
  text-align: right;
}
div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #BDBDBD;
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 1rem;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover svg {
  fill: #05306F;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}
@supports (display: grid) {
  .shared-counts-wrap.style-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.6rem;
  }
  @media (min-width: 768px) {
    .shared-counts-wrap.style-button {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.shared-counts-wrap.style-button h3 {
  color: #616161;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  grid-column: 1/-1;
}
.shared-counts-wrap.style-button .shared-counts-button {
  background: #9E9E9E;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.8rem;
  text-align: center;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.shared-counts-wrap.style-button .shared-counts-button:hover {
  background: #616161;
}
.shared-counts-wrap.style-button .shared-counts-button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 1rem;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook {
  background: #3B5998;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook:hover {
  background: #2d4373;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest {
  background: #CB2027;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest:hover {
  background: #9f191f;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter {
  background: #00B6F1;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter:hover {
  background: #008fbe;
}
.shared-counts-wrap.style-button .shared-counts-count {
  display: none;
}

/* Grow */
.grow {
  overflow: hidden;
  transition: transform 0.5s ease;
}

.grow:hover {
  transform: scale(1.05);
  z-index: 999;
}

/**
 * Frontpage Slider
 *
*/
#frontpage-slider-wrap {
  position: relative;
  padding: 0;
  margin-bottom: 3.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

* html .pmsslides {
  height: 1%;
}

.no-js .pmsslides > li:first-child,
.pmsslides:after,
html[xmlns] .pmsslides {
  display: block;
}

.pmsflexslider {
  margin: 0;
  padding: 0;
}
.pmsflexslider a:active,
.pmsflexslider a:focus {
  outline: 0;
}
.pmsflexslider .pmsslides {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.pmsflexslider .pmsslides:after {
  content: ".";
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.pmsflexslider .pmsslides > li {
  display: none;
}
.pmsflexslider .pmsslides img {
  width: 100%;
  display: block;
}

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

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

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

#frontpage-slider {
  position: relative;
  zoom: 1;
}
#frontpage-slider .pmsslide {
  position: relative;
}
#frontpage-slider .pmsslide img {
  width: 100%;
  height: auto;
  max-width: 1340px;
  max-height: 500px;
}
#frontpage-slider .pmsslide .slide-entry {
  bottom: 1rem;
  left: 1rem;
  line-height: 1;
  word-wrap: break-word;
  padding: 1.2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  width: 65%;
  box-sizing: border-box;
}
#frontpage-slider .pmsslide .slide-entry .slide-title {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
}
#frontpage-slider .pmsslide .slide-entry .slide-title a:link,
#frontpage-slider .pmsslide .slide-entry .slide-title a:visited {
  color: #fff;
  text-decoration: none;
}
#frontpage-slider .pmsslide .slide-entry .slide-title a:active,
#frontpage-slider .pmsslide .slide-entry .slide-title a:hover {
  color: #ccc;
}
#frontpage-slider .pmsslide .slide-entry .slide-content,
#frontpage-slider .pmsslide .slide-entry .slide-more-link {
  display: none;
}

.frontpage-slider-controls {
  clear: left;
}
.frontpage-slider-controls .pmsflex-direction-nav {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.frontpage-slider-controls .pmsflex-direction-nav a {
  display: block;
  position: absolute;
  bottom: 0;
  margin: 0;
  height: 4rem;
  width: 4rem;
  background: rgba(0, 0, 0, 0.6);
  text-align: left;
  text-decoration: none;
  font-size: 0;
  cursor: pointer;
  transition: all 0.2s ease-out;
  z-index: 10;
}
.frontpage-slider-controls .pmsflex-direction-nav a:hover {
  text-decoration: none;
}
.frontpage-slider-controls .pmsflex-direction-nav a:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: text-bottom;
  margin: 1rem;
  font: 400 2rem/1 dashicons;
  color: #fff;
}
.frontpage-slider-controls .pmsflex-direction-nav a.pmsflex-next:before {
  content: "\f344";
}
.frontpage-slider-controls .pmsflex-direction-nav a.pmsflex-prev:before {
  content: "\f340";
}
.frontpage-slider-controls .pmsflex-direction-nav .pmsflex-next {
  right: 0;
}
.frontpage-slider-controls .pmsflex-direction-nav .pmsflex-prev {
  right: 5rem;
}
.frontpage-slider-controls .pmsflex-direction-nav .pmsflex-next:hover,
.frontpage-slider-controls .pmsflex-direction-nav .pmsflex-prev:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.frontpage-slider-controls .pmsflex-control-nav {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.frontpage-slider-controls .pmsflex-control-nav li {
  margin: 0 0.4rem;
  display: inline-block;
  zoom: 1;
}
.frontpage-slider-controls .pmsflex-control-nav li a {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  background: #777;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-indent: -9999px;
}
.frontpage-slider-controls .pmsflex-control-nav li a:hover {
  background: #888;
  background: rgba(0, 0, 0, 0.4);
}
.frontpage-slider-controls .pmsflex-control-nav li a.pmsflex-active {
  background: #888;
  background: rgba(0, 0, 0, 0.4);
  cursor: default;
}

@media only screen and (min-width: 768px) {
  /* Slide Content Container */
  #frontpage-slider .pmsslide .slide-entry {
    width: 75%;
  }

  /* Slide Content */
  #frontpage-slider .pmsslide .slide-entry .slide-content {
    display: inline-block;
    margin: 1rem 0;
  }

  #frontpage-slider .pmsslide .slide-entry .slide-content p {
    margin: 0;
  }

  /* More Links */
  #frontpage-slider .pmsslide .slide-entry .slide-more-link,
#frontpage-slider .pmsslide .slide-entry .slide-more-link:link,
#frontpage-slider .pmsslide .slide-entry .slide-more-link:visited {
    color: #eee;
    font-style: italic;
    display: inline-block;
    margin: 0.5rem 0;
  }

  #frontpage-slider .pmsslide .slide-entry.slide-more-link:active,
#frontpage-slider .pmsslide .slide-entry.slide-more-link:hover {
    text-decoration: underline;
  }

  /* Direction Nav */
  .frontpage-slider-controls .pmsflex-direction-nav a {
    height: 4.5rem;
    width: 4.5rem;
  }

  .frontpage-slider-controls .pmsflex-direction-nav .pmsflex-prev {
    right: 6rem;
  }

  .frontpage-slider-controls .pmsflex-direction-nav a:before {
    margin: 1.2rem;
    font-size: 2rem;
  }
}
/* FrontPage styles
------------------------------*/
.newzl-home-block .block-header {
  background-color: #3c3c3c;
  color: #f9f9f9;
  padding: 1rem 1.2rem;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.newzl-home-block .post-title {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}
.newzl-home-block a:hover {
  color: #05306F;
  text-decoration: underline;
}
.newzl-home-block .nwz-posts-list.col-1 li:last-child, .newzl-home-block .nwz-posts-list.col-2 li:nth-child(n+3), .newzl-home-block .nwz-posts-list.col-3 li:nth-child(n+4), .newzl-home-block .nwz-posts-list.col-4 li:nth-child(n+5), .newzl-home-block .nwz-posts-list.col-5 li:nth-child(n+6) {
  border-bottom: none;
}
.newzl-home-block .nwz-posts-list.col-1 .post-title {
  font-size: 2.2rem;
}
.newzl-home-block .duoble-cats ul li {
  margin: 0 0 2.5rem 0;
  padding: 0 0 2rem 0;
}
.newzl-home-block .duoble-cats ul li:last-of-type {
  border-bottom: none;
}
.newzl-home-block .duoble-cats ul .post-title {
  display: block;
}
.newzl-home-block .duoble-cats ul li.first-post .post-title {
  margin: 0.1rem 0;
}
.newzl-home-block .duoble-cats ul .small-post .publish-date,
.newzl-home-block .duoble-cats ul .small-post .entry-author {
  display: block;
}

/* Site Header
------------------------------*/
.site-header {
  background: #fff;
  position: relative;
}
.site-header p {
  margin: 0;
  padding: 0;
}

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

.site-header .wrap {
  min-height: 85px;
}
@media (min-width: 769px) {
  .site-header .wrap {
    padding: 0 16px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header .wrap:before, .site-header .wrap:after {
    display: none;
  }
}

.header-line {
  background-color: #9E9E9E;
  height: 15px;
}

.header-right {
  max-width: 100%;
  padding: 1.5rem 1.2rem;
}
@media (min-width: 769px) {
  .header-right {
    max-width: 61.5%;
  }
}
.header-right .textwidget {
  line-height: 0;
}
.header-right a {
  font-size: 1.6rem;
}

.title-area {
  float: none;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0.6rem 0;
}
.title-area img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .title-area img {
    margin: 0 auto;
  }
}
.title-area .site-title {
  margin: 0;
  font-size: 3rem;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .title-area .site-title {
    font-size: 3.4rem;
  }
}
.title-area .site-title a {
  color: #424242;
  text-decoration: none;
}
.title-area .site-description {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.35;
}
@media (min-width: 769px) {
  .title-area {
    max-width: 37.5%;
    float: left;
    text-align: left;
    margin: 0;
  }
}

.wp-custom-logo .site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 781px) {
  .admin-bar .site-container {
    padding-top: 46px;
  }
}
/* Persistent Header
--------------------------------------------- */
/* Fixed Header Desktop */
/* Fixed Header Mobile */
/**
 * Newzline Widget CSS
 *
/*--------------------------------------------------------------
# Social Icons Widget
---------------------------------------------------------------- */
#header-social-icons {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#header-social-icons .social-icons-menu li {
  float: left;
  margin: 0;
  padding: 0;
}
#header-social-icons .social-icons-menu li a {
  padding: 10px 15px;
  background: 0 0;
}
#header-social-icons .social-icons-menu li a:before {
  color: #333;
  font-size: 18px;
}
#header-social-icons .social-icons-menu li a:hover,
#header-social-icons .social-icons-menu li a:hover:before {
  background: 0 0;
}

.social-icons-menu,
.widget-social-icons .social-icons-menu {
  list-style-type: none !important;
  line-height: 1em;
}

.widget-social-icons ul li:before {
  display: none;
}

.social-icons-menu li a {
  position: relative;
  opacity: 0.8;
  display: inline-block;
  padding: 0.9em;
  text-decoration: none;
  color: #fff;
  background: #444;
}
.social-icons-menu li a:before {
  color: #fff;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
  font-family: "dashicons", sans-serif;
  text-decoration: inherit;
  vertical-align: top;
  content: "";
}
.social-icons-menu li a:hover {
  text-decoration: none;
  opacity: 1;
}
.social-icons-menu li a .screen-reader-text {
  display: none;
}
.social-icons-menu li a[href*="facebook.com"]:before {
  content: "\f305";
}
.social-icons-menu li a[href*="plus.google.com"]:before {
  content: "\f462";
}
.social-icons-menu li a[href*="github.com"]:before {
  content: "\f328";
}
.social-icons-menu li a[href*="instagram.com"]:before {
  content: "\f12d";
}
.social-icons-menu li a[href*="linkedin.com"]:before {
  content: "\f18d";
}
.social-icons-menu li a[href*="pinterest.com"]:before {
  content: "\f192";
}
.social-icons-menu li a[href*="polldaddy.com"]:before {
  content: "\f468";
}
.social-icons-menu li a[href*="reddit.com"]:before {
  content: "\f195";
}
.social-icons-menu li a[href*="spotify.com"]:before {
  content: "\f196";
}
.social-icons-menu li a[href*="tumblr.com"]:before {
  content: "\f302";
}
.social-icons-menu li a[href*="twitch.tv"]:before {
  content: "\f199";
}
.social-icons-menu li a[href*="twitter.com"]:before {
  content: "\f301";
}
.social-icons-menu li a[href*="wordpress.org"]:before,
.social-icons-menu li a[href*="wordpress.com"]:before {
  content: "\f120";
}
.social-icons-menu li a[href*="youtube.com"]:before {
  content: "\f236";
}
.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before {
  content: "\f303";
}
.social-icons-menu li a[href*="facebook.com"] {
  background: #3b5998;
}
.social-icons-menu li a[href*="plus.google.com"] {
  background: #dd4b39;
}
.social-icons-menu li a[href*="github.com"] {
  background: #171515;
}
.social-icons-menu li a[href*="instagram.com"] {
  background: #3f729b;
}
.social-icons-menu li a[href*="linkedin.com"] {
  background: #007bb6;
}
.social-icons-menu li a[href*="pinterest.com"] {
  background: #cb2027;
}
.social-icons-menu li a[href*="polldaddy.com"] {
  background: #bc0b0b;
}
.social-icons-menu li a[href*="reddit.com"] {
  background: #ff4500;
}
.social-icons-menu li a[href*="spotify.com"] {
  background: #81b71a;
}
.social-icons-menu li a[href*="tumblr.com"] {
  background: #32506d;
}
.social-icons-menu li a[href*="twitch.tv"] {
  background: #6441A5;
}
.social-icons-menu li a[href*="twitter.com"] {
  background: #00aced;
}
.social-icons-menu li a[href*="wordpress.org"] {
  background: #21759b;
}
.social-icons-menu li a[href*="wordpress.com"] {
  background: #1e8cbe;
}
.social-icons-menu li a[href*="youtube.com"] {
  background: #c4302b;
}
.social-icons-menu li a[href*="/feed"],
.social-icons-menu li a[href*="/feed/"],
.social-icons-menu li a[href*="?feed=rss2"],
.social-icons-menu li a[href*="feedburner.google.com"],
.social-icons-menu li a[href*="feedburner.com"] {
  background: #ee802f;
}

.social-icons-hint {
  font-size: 0.9em;
  background: #121212;
  color: #f9f9f9;
  padding: 0.7em;
  line-height: 1.2em;
}

.social-icons-wrap .social-icons-hint {
  font-size: 0.8em;
  color: #f9f9f9;
  max-width: 300px;
  line-height: 1.2em;
}

/* Navigation
------------------------------------- */
.nav-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.nav-wrap > .menu-toggle, .nav-wrap > .search-toggle {
  width: 4.8rem;
  height: 4.8rem;
}
@media (min-width: 769px) {
  .nav-wrap > .menu-toggle, .nav-wrap > .search-toggle {
    display: none;
  }
}
.nav-wrap > .menu-toggle {
  float: left;
  margin: 0 0 0 1.5rem;
}
.nav-wrap > .search-toggle {
  float: right;
  margin: 0 0.8rem 0 0;
}
.nav-wrap .nav-search {
  list-style: none;
  cursor: pointer;
  float: right;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.nav-wrap .nav-search .search-toggle {
  padding: 1.2rem;
}
.nav-wrap .nav-search .search-toggle:focus,
.nav-wrap .nav-search .search-toggle:active,
.nav-wrap .nav-search .search-toggle:hover {
  background: transparent;
}
@media (max-width: 768px) {
  .nav-wrap .nav-search {
    display: none;
  }
}

.pri-navi {
  background-color: #E0E0E0;
  min-height: 2rem;
}

.sec-navi {
  background-color: #EEEEEE;
}

.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  display: block;
  line-height: 1;
  position: relative;
  text-decoration: none;
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0.7rem;
}
.nav-menu .submenu-expand svg {
  fill: #757575;
}
.nav-menu .nav-primary .menu-item a {
  color: #424242;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.6rem 1.8rem;
}
.nav-menu .nav-primary .menu-item:hover > a {
  background-color: #F5F5F5;
}
.nav-menu .nav-primary .sub-menu {
  background: #F5F5F5;
}
.nav-menu .nav-primary .sub-menu .menu-item.current-menu-item > a,
.nav-menu .nav-primary .sub-menu .menu-item.current-menu-ancestor > a {
  background-color: transparent;
}
.nav-menu .nav-primary .sub-menu .menu-item a {
  color: #424242;
  border-top: 1px solid rgba(125, 125, 125, 0.3);
}
.nav-menu .nav-primary .sub-menu .menu-item:hover > a {
  background-color: #EEEEEE;
}
.nav-menu .nav-primary .menu-item.search {
  line-height: 0;
}
.nav-menu .nav-primary .menu-item.search button {
  padding: 1.2rem;
}
@media (max-width: 768px) {
  .nav-menu .nav-primary .menu-item.search {
    display: none;
  }
}
.nav-menu .nav-secondary .menu-item a {
  color: #424242;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.2rem 1.8rem;
}
.nav-menu .nav-secondary .menu-item:hover > a {
  background-color: #F5F5F5;
}
.nav-menu .nav-secondary .sub-menu {
  background: #F5F5F5;
}
.nav-menu .nav-secondary .sub-menu .menu-item a {
  color: #424242;
  border-top: 1px solid rgba(125, 125, 125, 0.3);
}
.nav-menu .nav-secondary .sub-menu .menu-item:hover > a {
  background-color: #EEEEEE;
}
@media (max-width: 768px) {
  .nav-menu .nav-secondary .menu-item.search {
    padding: 0.4rem 1.6rem 1.6rem;
  }
}
@media (min-width: 769px) {
  .nav-menu .nav-secondary .menu-item.search {
    margin: 0.5rem 0 0 0.8rem;
  }
  .nav-menu .nav-secondary .menu-item.search .search-field {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    width: 26.8rem;
  }
}
@media (min-width: 769px) {
  .nav-menu {
    float: right;
    width: calc( 100% - 332px );
    display: flex;
    flex-flow: column-reverse nowrap;
  }
  .nav-wrap .nav-menu {
    float: left;
    width: 100%;
  }
  .nav-menu .nav-primary,
.nav-menu .nav-secondary {
    display: flex;
    justify-content: flex-end;
  }
  .nav-wrap .nav-menu .nav-primary, .nav-wrap .nav-menu .nav-secondary {
    display: flex;
    justify-content: flex-start;
  }
  .nav-menu .nav-primary + .nav-secondary {
    margin-bottom: 1.6rem;
  }
  .nav-menu .menu {
    display: inline-block;
    width: auto;
  }
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 21.5rem;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item a {
    line-height: 1.25;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    background: #EEEEEE;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -4.8rem 0 0 21.5rem;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    background: #EEEEEE;
    display: block;
    margin: 0 -1.6rem;
    max-width: calc( 100% + 96px );
  }
  .nav-menu.active .sub-menu {
    background: #f9f9f9;
  }
  .nav-wrap .nav-menu.active {
    margin: 0;
  }
  .nav-menu .menu > .menu-item > a {
    padding: 1.2rem 1.8rem;
    border-top: 1px solid rgba(125, 125, 125, 0.3);
  }
  .nav-menu .menu > .menu-item:last-child > a {
    padding: 1.2rem 1.8rem;
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 7px;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 12px;
    height: 12px;
  }
  .nav-menu .submenu-expand:not(.expanded) {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 1rem;
  }
}

/* Toggles
--------------------------------------------- */
.search-toggle,
.menu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}
.search-toggle .close,
.menu-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open {
  display: none;
}

.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
  position: absolute;
  top: 0;
  width: 4.8rem;
  height: 4.8rem;
}
@media (min-width: 769px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    display: none;
  }
}
.site-header .wrap > .menu-toggle {
  left: 1rem;
}
.site-header .wrap > .search-toggle {
  right: 1rem;
}

/* Header Search
--------------------------------------------- */
.header-search {
  overflow: hidden;
  padding: 1.6rem;
  z-index: 999;
  border-radius: 1px;
}
.header-search input {
  border-radius: 0;
}
@media (min-width: 768px) {
  .header-search {
    background: #EEEEEE;
    position: absolute;
    top: 4.8rem;
    right: 0;
    padding: 0.8rem;
    width: 40%;
  }
  .header-search .search-form {
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .header-search {
    background: #EEEEEE;
    position: relative;
    margin: 0.6rem 0 0;
    width: 100%;
  }
  .header-search .search-form {
    max-width: 100%;
  }
}
.header-search:not(.active) {
  display: none;
}

@media (max-width: 768px) {
  .navhead .nav-menu.active {
    margin: 0.6rem 0 0;
  }
}
@media (min-width: 769px) {
  .newzl-wide.navhead .header-search {
    right: 17.5rem;
  }
}
/* Post Summary
-------------------------*/
.post-summary {
  margin-bottom: 32px;
}

.post-summary__title {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}
.post-summary__title a {
  color: #212121;
  text-decoration: none;
}
.post-summary__title a:hover {
  color: #05306F;
}

.post-summary__image {
  display: block;
  margin-bottom: 1.2rem;
}

/* Related Posts
--------------------------------------------- */
.rel-posts {
  margin-top: 3rem;
}
.rel-posts .post-summary {
  margin-bottom: 1.6rem;
}
.rel-posts .post-summary__image {
  margin-bottom: 0;
}
.rel-posts .publish-date {
  color: #757575;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.5rem;
}
.rel-posts .header {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 0.5rem;
}
.rel-posts img {
  opacity: 0.85;
}
.rel-posts img:hover {
  opacity: 1;
}
.rel-posts p {
  font-size: 1.6rem;
}
@media (max-width: 360px) {
  .rel-posts .gridd {
    display: block;
  }
}

.archive .site-main {
  padding: 26px;
}
.archive .site-main .block-area,
.archive .site-main .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}
.archive .author-date {
  color: #757575;
  font-size: 14px;
  display: block;
  margin: 12px 0;
}
.archive .author-date a {
  color: #757575;
}
.archive .author-date span::before {
  color: #757575;
}
.archive .post-summary__content p {
  font-size: 18px;
}
.archive .post-summary__title {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 12px 0;
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  text-align: center;
  width: 100%;
  margin: 0 auto 32px;
}
.archive-description.left {
  text-align: left;
}
.archive-description.right {
  text-align: right;
}
.archive-description.justify {
  text-align: justify;
}
.archive-description.none {
  text-align: none;
}
.archive-description.center {
  text-align: center;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

.author-archive-description .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .author-archive-description h3:last-child {
    margin-top: 48px;
  }
}

.author-title {
  color: #616161;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .author-title {
    font-size: 20px;
  }
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #E0E0E0;
  font-size: 16px;
  text-align: center;
  padding-top: 22px;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  color: #424242;
  border-radius: 50%;
  display: block;
  font-weight: 400;
  text-decoration: none;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
}
.pagination ul li:hover > a {
  color: #05306F;
}
.pagination ul li.active > a {
  background: #05306F;
  color: #fff;
  font-weight: 700;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 40px;
  margin-bottom: 20px;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ol.wp-block-gallery {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ol.wp-block-gallery li {
  padding-bottom: 0;
}

.entry-content > *,
.block-area > * {
  margin: 20px 0;
  max-width: 100%;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
  margin: calc( 2 * 20px ) calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}
@media (min-width: 768px) {
  .full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
    margin: calc( 2 * 20px) calc(25% - 25vw);
  }
}
.full-width-content .entry-content > *.alignfull, .content .entry-content > *.alignfull,
.full-width-content .block-area > *.alignfull,
.content .block-area > *.alignfull {
  margin: calc( 2 * 20px ) calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content > *.alignleft,
.block-area > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 20px 20px 0;
}
.entry-content > *.alignright,
.block-area > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 20px 20px;
}
.entry-content > *.aligncenter,
.block-area > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
.block-area > *.wp-block-quote,
.block-area > *.post-listing-block {
  margin-top: calc( 2 * 20px);
  margin-bottom: calc( 2 * 20px);
}
.entry-content > *.wp-block-search,
.block-area > *.wp-block-search {
  max-width: 56.8rem;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignfull:first-child {
  margin-top: -3.6rem;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:first-child {
    margin-top: -4.8rem;
  }
}
.entry-content > .alignfull:last-child {
  margin-bottom: -3.6rem;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:last-child {
    margin-bottom: -4.8rem;
  }
}

/* Entry Meta
--------------------------------------------- */
.entry-meta {
  font-size: 1.6rem;
  margin: 0;
  line-height: 1;
  /* Postmeta Icons */
}
.entry-meta a {
  color: #424242;
  text-decoration: none;
}
.entry-meta a:hover {
  color: #05306F;
}
.entry-meta span {
  margin-right: 1.5rem;
}
.entry-meta span:before {
  -webkit-font-smoothing: antialiased;
  font: 400 1.6rem/1 dashicons;
  display: inline-block;
  vertical-align: top;
  color: #777;
}
.entry-meta .publish-date:before {
  content: "\f145";
}
.entry-meta .entry-author:before {
  content: "\f110";
}
.entry-meta .entry-category:before {
  content: "\f318";
  font-size: 1.8rem;
}
.entry-meta .entry-comments:before {
  content: "\f125";
  font-size: 1.8rem;
}
.entry-meta .entry-tags:before {
  content: "\f323";
  font-size: 1.8rem;
}
.entry-meta .entry-category, .entry-meta .entry-tags {
  font-size: 1.6rem;
}
.entry-meta.post-info {
  margin: 1.6rem 0;
  background: #eee;
  padding: 0.8rem 1.2rem;
  border: 1px solid #ddd;
}

.breadcrumb {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
.breadcrumb a {
  color: #424242;
}
.breadcrumb a:hover {
  color: #05306F;
}
.single .breadcrumb {
  border-top: 1px solid #E0E0E0;
  padding-top: 3.2rem;
  text-align: center;
}

.author-box {
  position: relative;
  padding-left: 12rem;
  min-height: 12rem;
}
.archive .author-box {
  grid-column: 1/-1;
  max-width: 798px;
  margin: 0 auto 32px;
}
.author-box .author-box-title {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .author-box .author-box-title {
    font-size: 2.8rem;
  }
}
.author-box .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .singular .entry-header {
    margin-bottom: 4.6rem;
    overflow: hidden;
    width: 100%;
  }
  .singular .entry-header .shared-counts-wrap {
    float: right;
  }
}
.singular .entry-header *:last-child {
  margin-bottom: 0;
}

.after-entry {
  margin: 2.5rem 0 1.5rem 0;
}
.after-entry > * {
  margin: 1.2rem 0;
}
@media (min-width: 768px) {
  .after-entry > * {
    margin: 1.5rem 0;
  }
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #EEEEEE;
}
.entry-comments .comment-list li article {
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: rgba(5, 48, 111, 0.05);
  border-left: 2px solid #05306F;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.entry-comments .comment-list .comment-author {
  color: #424242;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .entry-comments .comment-list .comment-author {
    font-size: 2.2rem;
  }
}
.entry-comments .comment-list .comment-author a {
  color: #424242;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: #05306F;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .bypostauthor {
  color: #424242;
}
.entry-comments .comment-list .comment-edit-link {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  font-size: 1.4rem;
  color: #9E9E9E;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #9E9E9E;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: #05306F;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #E0E0E0;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-navigation a {
  font-size: 2rem;
  text-transform: uppercase;
  text-decoration: none;
}

.comment-respond {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 6rem 0;
  }
}
.comment-respond label {
  display: block;
  margin-right: 1.2rem;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    float: left;
    width: calc( 50% - 16px );
  }
  .comment-respond .comment-form-email {
    margin-left: 3.2rem;
  }
  .comment-respond input[type=submit] {
    width: auto;
  }
}

/* Sidebar styles
---------------------------------------------------------------------------------------------------- */
.sidebar-primary a {
  text-decoration: none;
}
.sidebar-primary a:hover {
  text-decoration: underline;
}
.sidebar-primary .widget {
  margin-bottom: 3.5rem;
}
.sidebar-primary .widget ul,
.sidebar-primary .widget ol {
  list-style: none;
}
.sidebar-primary .widget img {
  display: block;
  margin: 0 auto;
}
.sidebar-primary .textwidget img:hover {
  outline: 1px solid #333333;
}
.sidebar-primary .widget_recent_entries ul {
  margin: 0 1.8rem;
}
.sidebar-primary .widget_recent_entries ul li::before {
  margin-left: -2rem;
  font-family: "dashicons", sans-serif;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f139";
  float: left;
  position: relative;
  top: 0;
  color: #c6c6c6;
}
.sidebar-primary .newzline-recent-posts ul {
  margin: 0 0.5rem;
}
.sidebar-primary .newzl-tab {
  padding: 1rem;
  border: 1px solid #ddd;
}
.sidebar-primary .widget-title {
  font-size: 2.2rem;
  color: #212121;
  font-weight: 400;
  line-height: 1;
}

/**
 * Newzline Widget CSS
 *

/* General Styles
------------------------- */
/* Clearing Floats */
.newzl-clearfix:before,
.newzl-clearfix:after {
  content: " ";
  display: table;
}

.newzl-clearfix:after {
  clear: both;
}

.newzl-clearfix {
  *zoom: 1;
  /* For IE 6/7 only */
}

/* Recent Posts Widget
------------------------- */
.nwz-posts-list {
  margin: 0;
  padding: 0;
}
.nwz-posts-list li {
  list-style: none;
  margin: 0;
  padding: 0 0 2.5rem 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.nwz-posts-list li:last-of-type {
  margin: 0 0 0.5rem 0;
  border-bottom: none;
}
.nwz-posts-list .post-title {
  padding: 0.5rem 0;
  display: block;
}
.nwz-posts-list .newzl-excerpt p {
  font-size: 1.8rem;
  margin: 0;
  padding: 0.7rem 0 0 0;
}
.nwz-posts-list .wp-post-image {
  max-width: 100%;
  height: auto;
}
.nwz-posts-list img.alignleft {
  margin: 1rem 1.5rem 0 0;
}
.nwz-posts-list a img.alignnone {
  margin: 0;
}
.nwz-posts-list .entry-meta {
  margin: 0.3em 0 0;
  padding: 0;
  font-size: 1.5rem;
  color: #777;
  line-height: 1.35;
}
.nwz-posts-list .entry-meta span:before {
  font-size: 1.5rem;
}
.nwz-posts-list .entry-meta a {
  color: #777;
}
.nwz-posts-list .entry-meta span {
  margin-right: 0.4em;
}
@media (max-width: 360px) {
  .nwz-posts-list.gridd {
    display: block;
  }
}

/* Tabbed Content Widget
------------------------- */
.newzl-tab .nwz-tabnavi-wrap {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.newzl-tab .nwz-tabnavi {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  position: relative;
}
.newzl-tab .nwz-tabnavi li {
  float: left;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.newzl-tab .nwz-tabnavi li a {
  display: block;
  margin: 0 0.2rem 0.2rem 0;
  padding: 0.6rem 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  background-color: #eee;
}
.newzl-tab .nwz-tabnavi li a:link,
.newzl-tab .nwz-tabnavi li a:visited {
  color: rgba(51, 51, 51, 0.65);
}
.newzl-tab .nwz-tabnavi li a:hover,
.newzl-tab .nwz-tabnavi li a:active {
  background-color: #ddd;
  text-decoration: none;
  color: #333333;
}
.newzl-tab .nwz-tabnavi li a.current-tab {
  color: #333333;
  text-decoration: underline;
}
.newzl-tab .nwz-tabcontent {
  padding: 0;
  margin: 1.6rem 0 0 0;
}
.newzl-tab .nwz-tabcontent li.has-thumbnail {
  list-style: none;
  margin: 0.6rem 1.2rem 0.8rem 0;
  overflow: hidden;
}
.newzl-tab .nwz-tabcontent li.has-thumbnail .wp-post-image {
  float: left;
  margin: 0.3em 0.8em 0.5em 0;
  max-width: 100px;
  height: auto;
}
.newzl-tab .nwz-tabcontent .nwz-comments-list li.nwz-has-avatar {
  list-style: none;
  margin: 0 0 0.6rem 0;
  overflow: auto;
}
.newzl-tab .nwz-tabcontent .nwz-comments-list li.nwz-has-avatar .avatar {
  float: left;
  margin: 0.6rem 1.2rem 0.6rem 0;
}
.newzl-tab .nwz-tabcontent ul li .entry-meta {
  margin: 0.5rem 0;
  padding: 0;
  font-size: 1.6rem;
  color: #777;
}
@media (max-width: 360px) {
  .newzl-tab .nwz-tabcontent li.has-thumbnail .wp-post-image {
    float: none;
  }
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: #3c3c3c;
  padding: 4rem 1.6rem 1rem;
  position: relative;
}
.footer-widgets ul {
  line-height: 3rem;
  list-style: none;
}
.footer-widgets ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.4rem 0.8rem;
}
.footer-widgets .widget {
  background-color: transparent;
}
.footer-widgets .widget-title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: capitalize;
}
.footer-widgets a {
  color: #fff;
  text-decoration: none;
}
.footer-widgets a:hover {
  text-decoration: underline;
}
.footer-widgets a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-right: 1.2rem;
}
.footer-widgets .textwidget {
  color: #fff;
}
.footer-widgets .textwidget img {
  display: block;
  margin: 0 auto;
}
.footer-widgets .gridd {
  gap: 1.6rem;
}
@media (max-width: 360px) {
  .footer-widgets .gridd {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-widgets .social-links li {
    display: inline-block;
    margin: 0;
  }
  .footer-widgets .social-links .label {
    display: none;
  }
  .footer-widgets .widget {
    margin-bottom: 2rem;
  }
  .footer-widgets .widget:last-of-type {
    margin-bottom: 0;
  }
  .footer-widgets .footer-widgets-1 {
    float: left;
    width: calc( 50% - 8px );
  }
  .footer-widgets .footer-widgets-2 {
    float: right;
    width: calc( 50% - 8px );
  }
  .footer-widgets .footer-widgets-3 {
    overflow: hidden;
    width: 100%;
  }
}

/* Site Footer
-------------------------- */
.site-footer {
  background: #2c2c2c;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.4rem;
  padding: 2rem 1.6rem;
  text-align: center;
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.site-footer a:hover {
  color: white;
  text-decoration: underline;
}
.site-footer .footer-links a + a {
  margin-left: 1.2rem;
}
.site-footer .backtotop {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  text-decoration: none;
}
.site-footer .backtotop svg {
  fill: #fff;
  margin-left: 0.4rem;
  vertical-align: middle;
}
.site-footer .backtotop:hover {
  background: black;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
  .site-footer p {
    margin: 0;
  }
  .site-footer .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  .site-footer .wrap:before,
.site-footer .wrap:after {
    display: none;
  }
  .site-footer .footer-left {
    float: left;
  }
  .site-footer .footer-left > *:last-child {
    margin-bottom: 0;
  }
  .site-footer .footer-right {
    float: right;
  }
  .site-footer .copyright,
.site-footer .footer-links {
    display: inline-block;
    margin-right: 2rem;
  }
  .site-footer .backtotop {
    float: right;
  }
}

.footernav-menu {
  list-style-type: none;
  position: relative;
  display: inline-block;
}
.footernav-menu li {
  float: left;
  position: relative;
}
.footernav-menu li:before {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: 400 0.6rem/1 dashicons;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.8rem;
  content: "";
  vertical-align: middle;
}
.footernav-menu li:first-child:before {
  content: none;
}

/* Scroll to Top
-------------------------- */
.scrollToTop {
  background: rgba(65, 65, 65, 0.85);
  position: fixed;
  width: 4rem;
  height: 4rem;
  right: 1rem;
  bottom: 1rem;
  display: block;
  z-index: 1000;
  padding: 0 !important;
  border-radius: 3px;
  border: 3px solid rgba(100, 100, 100, 0.9);
  text-decoration: none;
}
.scrollToTop.left {
  left: 1rem;
}
.scrollToTop:hover {
  background: #121212;
  text-decoration: none;
}
.scrollToTop:before {
  display: block;
  font-family: "dashicons", sans-serif;
  content: "\f343";
  color: #fff;
  opacity: 0.7;
  font-size: 2.8rem;
  line-height: 0.8em;
  text-align: center;
  padding: 6px 0;
}
.scrollToTop:hover:before {
  opacity: 1;
}