/*
Theme Name: NFL
Author: Ashworth Creative
Author URI: https://www.ashworthcreative.com/
Update URI: https://www.ashworthcreative.com/
Version: 1.0.0
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI: https://newburghlibrary.org/
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.footer .footer-left .social-links, .header .navigation .menu-item .drop-holder ul, .header .navigation, .header .header-right .header-action .header-top-navigation, .header .header-right .links, .page-sidebar .page-sidebar-menu .menu .children, .page-sidebar .page-sidebar-menu .menu, .home-intro .left .home-carousel .slick-dots, .listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, dl:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.btn {
  display: inline-block;
  vertical-align: top;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Roboto", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em;
}

blockquote {
  border-left: 4px solid #999;
  padding-left: 0.5em;
  margin-left: 1.2em;
}

th, td {
  border: 1px solid #999;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul, ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 10px 45px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: #999;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  html,
body {
    height: 100%;
  }

  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
  }

  #wrapper {
    display: table-cell;
    margin: 0 auto;
  }

  #footer {
    overflow: hidden;
    /*for FF on Windows 7*/
    display: table-footer-group;
    height: 1%;
  }
}
.widget {
  margin-bottom: 1.2em;
}
.widget ul {
  padding-left: 2em;
}
.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}
.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}
.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}
.search-form input {
  float: left;
  height: 2em;
}
.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}
.post-password-form input[type=password] {
  width: 150px;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em;
}
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
.navigation-comments .page-numbers {
    padding: 0 3px;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #000;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    padding: 0.2em;
  }
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: 1.2em;
}
.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
.navigation-single .prev a {
    padding: 0.2em;
  }
}
.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: 0.4em;
  margin-bottom: 1.2em;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

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

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

iframe {
  max-width: 100%;
}

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word;
}

#wp-calendar tbody td {
  text-align: center;
}
#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #5faccc;
}
a:hover, a:focus {
  text-decoration: none;
}

.home-intro {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .home-intro {
    flex-direction: row;
  }
}
.home-intro .left {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .home-intro .left {
    display: flex;
    width: 100%;
    max-width: 50%;
  }
}
@media (min-width: 1400px) {
  .home-intro .left {
    max-width: 60%;
  }
}
@media (min-width: 1500px) {
  .home-intro .left {
    max-width: 70%;
  }
}
.home-intro .left .home-carousel .slide {
  display: flex;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 170px;
  min-height: 170px;
}
@media (min-width: 768px) {
  .home-intro .left .home-carousel .slide {
    min-height: 395px;
    max-height: 395px;
  }
}
.home-intro .left .home-carousel .slide .holder-text {
  max-width: 160px;
  width: 100%;
  background-color: rgba(35, 31, 32, 0.5);
  padding: 20px 15px 10px;
}
@media (min-width: 768px) {
  .home-intro .left .home-carousel .slide .holder-text {
    padding: 50px 30px 55px;
    max-width: 360px;
    width: 100%;
  }
}
.home-intro .left .home-carousel .slide .holder-text .title {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  max-width: 250px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .home-intro .left .home-carousel .slide .holder-text .title {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
.home-intro .left .home-carousel .slide .holder-text .text {
  font-size: 8px;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .home-intro .left .home-carousel .slide .holder-text .text {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.home-intro .left .home-carousel .slide .holder-text .btn {
  font-size: 13px;
  padding: 10px 17px;
  background-color: #e07119;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .home-intro .left .home-carousel .slide .holder-text .btn {
    font-size: 18px;
  }
}
.home-intro .left .home-carousel .slide .holder-text .btn:hover {
  background: transparent;
  border-color: #e07119;
}
.home-intro .left .home-carousel .slick-dots {
  position: absolute;
  display: flex;
  left: 60px;
  bottom: 5px;
}
@media (min-width: 768px) {
  .home-intro .left .home-carousel .slick-dots {
    left: 100px;
    bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .home-intro .left .home-carousel .slick-dots {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.home-intro .left .home-carousel .slick-dots li {
  width: 10px;
  height: 10px;
  font-size: 0;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-right: 3px;
}
@media (min-width: 768px) {
  .home-intro .left .home-carousel .slick-dots li {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
}
.home-intro .left .home-carousel .slick-dots li.slick-active:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #0b4e82;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 768px) {
  .home-intro .left .home-carousel .slick-dots li.slick-active:after {
    width: 10px;
    height: 10px;
  }
}
.home-intro .left .home-carousel .slick-dots li button {
  border: 0;
  outline: none;
  background: none;
}
.home-intro .left .site-search {
  background-color: #005c99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .home-intro .left .site-search {
    background-color: #5faccc;
  }
}
.home-intro .left .site-search .search-title {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  .home-intro .left .site-search .search-title {
    text-align: left;
    font-size: 30px;
  }
}
.home-intro .left .site-search .search-form fieldset {
  display: flex;
}
.home-intro .left .site-search .search-form input[type=search] {
  padding-left: 15px;
  color: #918f8f;
  font-weight: 400;
  outline: none;
  border: transparent;
  height: 40px;
  font-size: 10px;
  margin: 0;
  margin-right: 1px;
  width: 100%;
  max-width: 250px;
}
@media (min-width: 768px) {
  .home-intro .left .site-search .search-form input[type=search] {
    max-width: 350px;
  }
}
@media (min-width: 1024px) {
  .home-intro .left .site-search .search-form input[type=search] {
    max-width: none;
    font-size: 20px;
    width: 250px;
    height: 60px;
    margin-right: 1px;
  }
}
@media (min-width: 1400px) {
  .home-intro .left .site-search .search-form input[type=search] {
    width: 440px;
  }
}
.home-intro .left .site-search .search-form .box-submit {
  position: relative;
}
.home-intro .left .site-search .search-form .box-submit input[type=submit] {
  width: 30px;
  height: 40px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 0;
}
@media (min-width: 1024px) {
  .home-intro .left .site-search .search-form .box-submit input[type=submit] {
    width: 60px;
    height: 60px;
  }
}
.home-intro .left .site-search .search-form .box-submit .fa-search {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translateY(-50%) translateX(-50%);
  font-size: 17px;
  color: #69a820;
}
@media (min-width: 1024px) {
  .home-intro .left .site-search .search-form .box-submit .fa-search {
    font-size: 24px;
  }
}
.home-intro .left .site-search .box-info {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 1024px) {
  .home-intro .left .site-search .box-info {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .home-intro .left .site-search .box-info {
    padding-left: 195px;
    padding-right: 195px;
  }
}
.home-intro .left .site-search .box-info fieldset {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .home-intro .left .site-search .box-info fieldset {
    justify-content: flex-start;
  }
}
.home-intro .right {
  background-color: #5faccc;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 35px;
  padding-bottom: 10px;
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .home-intro .right {
    max-width: 400px;
  }
}
@media (min-width: 1400px) {
  .home-intro .right {
    max-width: 400px;
  }
}
.home-intro .right .upcoming-events .btn {
  width: 100%;
  text-align: center;
  background-color: #005c99;
  font-size: 18px;
  font-weight: 400;
  padding-top: 17px;
  padding-bottom: 17px;
}
.home-intro .right .upcoming-events .btn:hover {
  background: #fff;
  color: #005c99;
  border-color: #005c99;
}
.home-intro .right .title {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  text-align: left;
}
.home-intro .right .side-title {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  transform: rotate(90deg);
  position: absolute;
  right: -200px;
  top: 180px;
  margin: 0;
  display: none;
}
@media (min-width: 1024px) {
  .home-intro .right .side-title {
    display: block;
  }
}
@media (min-width: 1400px) {
  .home-intro .right .side-title {
    right: -180px;
  }
}
.home-intro .right .upcoming-event-list .status-publish {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 80px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 34px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .home-intro .right .upcoming-event-list .status-publish {
    padding-right: 50px;
  }
}
.home-intro .right .upcoming-event-list .event-date {
  width: 75px;
  height: 75px;
  background-color: #e07119;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-intro .right .upcoming-event-list .event-date .date-m {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.home-intro .right .upcoming-event-list .event-date .date-d {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
}
.home-intro .right .upcoming-event-list .title {
  max-width: 240px;
  margin-bottom: 10px;
}
.home-intro .right .upcoming-event-list .title h4 a {
  font-size: 16px;
  font-weight: 400;
  color: #231f20;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  transition: 0.3s;
}
.home-intro .right .upcoming-event-list .title h4 a:hover {
  color: #e07119;
}
.home-intro .right .upcoming-event-list .event-time {
  font-size: 16px;
  font-weight: bold;
  color: #0b4e82;
}
.home-intro .right:after {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #69a820;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 1024px) {
  .home-intro .right:after {
    content: "";
  }
}

.cta-blocks {
  padding-top: 70px;
  padding-bottom: 65px;
  background-color: #f0efef;
}
.cta-blocks .container {
  max-width: 1230px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.cta-blocks .title {
  color: #0b4e82;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .cta-blocks .title {
    font-size: 50px;
  }
}
.cta-blocks .text {
  max-width: 650px;
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto;
  text-align: center;
  color: #231f20;
}
@media (min-width: 1024px) {
  .cta-blocks .text {
    font-size: 18px;
  }
}
.cta-blocks .cta-blocks-list {
  display: flex;
  padding: 0 20px;
  max-height: none;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 20px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .cta-blocks .cta-blocks-list {
    align-items: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
    height: 100% !important;
    overflow: inherit;
  }
}
@media (min-width: 768px) {
  .cta-blocks .cta-blocks-list {
    margin: 0 -15px;
  }
}
@media (min-width: 1024px) {
  .cta-blocks .cta-blocks-list {
    padding: 10px;
    margin: 0 -30px;
  }
}
@media (min-width: 1200px) {
  .cta-blocks .cta-blocks-list {
    padding: 0;
  }
}
.cta-blocks .cta-blocks-list .box-info {
  display: flex;
  width: 100%;
  max-width: 260px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .cta-blocks .cta-blocks-list .box-info {
    max-height: none;
    margin-bottom: 0;
    max-width: none;
    height: auto;
    width: 50%;
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .cta-blocks .cta-blocks-list .box-info {
    width: 33.33%;
    padding: 20px;
  }
}
.cta-blocks .cta-blocks-list .box-info .cta-block {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cta-blocks .cta-blocks-list .box-info .cta-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-blocks .cta-blocks-list .box-info .cta-block .title {
  text-align: left;
}
@media (min-width: 1024px) {
  .cta-blocks .cta-blocks-list .box-info .cta-block .title {
    margin-bottom: 25px;
  }
}
.cta-blocks .cta-blocks-list .box-info .cta-block .title a {
  font-size: 20px;
  text-align: left;
  padding: 0 15px;
  padding-top: 10px;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1024px) {
  .cta-blocks .cta-blocks-list .box-info .cta-block .title a {
    font-size: 28px;
    padding: 0 20px;
    padding-top: 20px;
  }
}
.cta-blocks .cta-blocks-list .box-info .cta-block .text {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .cta-blocks .cta-blocks-list .box-info .cta-block .text {
    padding: 0 20px;
    margin-bottom: 35px;
  }
}
.cta-blocks .cta-blocks-list .box-info .cta-block .text em {
  color: #0b4e82;
}
.cta-blocks .cta-blocks-list .box-info .cta-block .link {
  margin-top: auto;
  margin-bottom: 0;
}
.cta-blocks .cta-blocks-list .box-info .cta-block .link a {
  width: 100%;
  background-color: #0b4e82;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1024px) {
  .cta-blocks .cta-blocks-list .box-info .cta-block .link a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cta-blocks .cta-blocks-list .box-info .cta-block .link a:hover {
  border: 1px solid #0b4e82;
  background: transparent;
  color: #0b4e82;
}
.cta-blocks .button-open {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #e07119;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cta-blocks .button-open {
    display: none;
  }
}

.widget-books {
  padding: 73px 0 78px;
  border-bottom: 1px solid #f0efef;
}
.widget-books .container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.widget-books .box-head .text {
  margin: 0 auto 52px;
}
.widget-books .code-holder {
  width: 100%;
}
.widget-books .code-holder div {
  width: 1200px !important;
}

.widget-library-hours {
  padding: 71px 0;
}
.widget-library-hours .box-head .text {
  margin: 0 auto 52px;
}
.widget-library-hours .table {
  width: 1023px;
}
@media (min-width: 1024px) {
  .widget-library-hours .table {
    width: 100%;
  }
}
.widget-library-hours .table .s-lc-whw-bh, .widget-library-hours .table .s-lc-whw-locname {
  width: 280px;
}
@media (min-width: 1200px) {
  .widget-library-hours .table .s-lc-whw-bh, .widget-library-hours .table .s-lc-whw-locname {
    width: 320px;
  }
}
@media (max-width: 1023px) {
  .widget-library-hours .table th, .widget-library-hours .table td {
    width: 116px;
  }
}
.widget-library-hours .table td {
  border: 0;
  padding: 16px 12px 5px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .widget-library-hours .table td {
    font-size: 14px;
    padding: 16px 10px 5px;
  }
}
.widget-library-hours .table .s-lc-whw-locname {
  font-weight: 700;
  padding: 16px 0 5px;
}
.widget-library-hours .table .btn {
  background: #fff;
  padding: 12px 17px;
  border: 0;
  color: #231f20;
  text-align: center;
  border-radius: 4px;
  margin: 0 1px;
  min-width: 85px;
  font: 400 16px/20px "Roboto", sans-serif;
}
.widget-library-hours .table thead {
  background: #0b4e82;
  position: relative;
  color: #fff;
}
.widget-library-hours .table thead:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  border-bottom: 4px solid #5faccc;
  transform: translateX(-50%);
  background: #0b4e82;
  content: "";
  z-index: -1;
}
@media (max-width: 1023px) {
  .widget-library-hours .table thead:after {
    left: -20px;
    transform: translateX(0);
  }
}
.widget-library-hours .table thead:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  content: "";
  height: 4px;
  background: #5faccc;
}
@media (max-width: 1023px) {
  .widget-library-hours .table thead:before {
    left: -20px;
    transform: translateX(0);
  }
}
.widget-library-hours .table thead th {
  font-size: 17px;
  line-height: 22px;
  padding: 5px 10px 12px;
  border-color: transparent;
}
@media (min-width: 1200px) {
  .widget-library-hours .table thead th {
    font-size: 19px;
    line-height: 24px;
    text-align: left;
    padding: 5px 12px 12px;
    border: 0;
  }
}
.widget-library-hours .table thead th.s-lc-whw-bh {
  text-align: right;
  padding-top: 7px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .widget-library-hours .table thead th.s-lc-whw-bh {
    text-align: center;
  }
}

/*  .widget-library-hours .title, .widget-library-hours .text {
	text-align: center;
}

.widget-library-hours .title {
	font: 300 50px/60px 'Roboto', sans-serif;
	margin: 0 0 15px;
	color: #0b4e82;
}

.widget-library-hours .text {
	color: #231f20;
	margin: 0 auto 52px;
	max-width: 660px;
	font: 300 18px/24px 'Roboto', sans-serif;
} */
/* .widget-library-hours .table {
	width: 100%;
	@include media("<desktop") {
		width: 1023px;
	}
} */
/* .widget-library-hours .table .s-lc-whw-bh,
.widget-library-hours .table .s-lc-whw-locname{
	width: 320px;
	@include media("<widescreen") {
		width: 280px;
	}
} */
/* .widget-library-hours .table thead th{
	font-size: 19px;
	line-height: 24px;
	text-align: left;
	padding: 5px 12px 12px;
	border: 0;
	@include media("<widescreen") {
		font-size: 17px;
		line-height: 22px;
		padding: 5px 10px 12px;
	}
} */
.page-sidebar {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .page-sidebar {
    display: block;
  }
}
.page-sidebar .page-sidebar-menu {
  padding-top: 140px;
  padding-bottom: 70px;
  position: relative;
}
.page-sidebar .page-sidebar-menu .page-title {
  padding-left: 5px;
  position: relative;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .page-sidebar .page-sidebar-menu .page-title {
    padding-bottom: 5px;
    margin-bottom: 25px;
  }
}
.page-sidebar .page-sidebar-menu .page-title a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 36px;
}
.page-sidebar .page-sidebar-menu .page-title:after {
  content: "";
  position: absolute;
  left: -9999px;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
}
.page-sidebar .page-sidebar-menu .page-title span {
  position: relative;
  display: inline-block;
}
.page-sidebar .page-sidebar-menu .page-title h3 {
  position: relative;
}
.page-sidebar .page-sidebar-menu .page-title .page-left-side {
  position: relative;
}
.page-sidebar .page-sidebar-menu .page-title .page-left-side:after {
  content: "";
  background-color: #69a820;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  left: 0;
  z-index: 1;
}
.page-sidebar .page-sidebar-menu .page-title .page-left-side:before {
  content: "";
  background-color: #69a820;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  right: 0;
  z-index: 1;
}
.page-sidebar .page-sidebar-menu .menu {
  padding-right: 30px;
}
.page-sidebar .page-sidebar-menu .menu > .page_item > a {
  text-transform: uppercase;
}
.page-sidebar .page-sidebar-menu .menu > li {
  margin-bottom: 20px;
}
.page-sidebar .page-sidebar-menu .menu .page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
  max-width: 165px;
}
.page-sidebar .page-sidebar-menu .menu .children .page_item {
  position: relative;
  padding-left: 20px;
}
.page-sidebar .page-sidebar-menu .menu .children .page_item a {
  display: inline-block;
  margin-bottom: 10px;
}
.page-sidebar .page-sidebar-menu .menu .children .page_item:after {
  content: ">";
  font-size: 18px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  color: #fff;
}
.page-sidebar .page-sidebar-menu .menu a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.page-sidebar .page-sidebar-menu .menu a:hover {
  border-bottom-color: white;
}
.page-sidebar .page-sidebar-menu:after {
  content: "";
  position: absolute;
  top: -60px;
  left: -50%;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #689a3a;
}
.page-sidebar .page-sidebar-image-block {
  padding-top: 80px;
  background-color: #fff;
  position: relative;
}
.page-sidebar .page-sidebar-image-block img {
  position: relative;
  z-index: 2;
}
.page-sidebar .page-sidebar-image-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
}
.page-sidebar .page-sidebar-text-block {
  color: #231f20;
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.35px;
  margin-top: 80px;
  text-align: right;
}

.pages-cta-blocks .pages-cta-blocks-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .pages-cta-blocks .pages-cta-blocks-list {
    margin: 0 -25px;
  }
}
.pages-cta-blocks .pages-cta-blocks-list .pages-cta-block {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .pages-cta-blocks .pages-cta-blocks-list .pages-cta-block {
    padding: 40px 25px;
    width: 50%;
  }
}
.pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block {
  background-color: #ededed;
  padding: 30px 35px;
  padding-bottom: 0;
}
.pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block a {
  text-decoration: none;
}
.pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block .title {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.15px;
  color: #005c99;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block .title {
    margin-bottom: 30px;
  }
}
.pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block .image {
  margin-bottom: 15px;
}
.pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block .image a {
  font-size: 0;
  display: inline-block;
  width: 100%;
}
.pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block .image a img {
  width: 100%;
  transition: 0.3s;
}
.pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block .image a img:hover {
  box-shadow: 2px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block .text {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block .text {
    margin-bottom: 50px;
  }
}
.pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block .btn {
  background-color: #689a3a;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 15px 0 0;
  border: 1px solid transparent;
  transition: 0.3s;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block .btn {
    font-size: 18px;
    height: 65px;
    width: 100%;
  }
}
.pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block .btn:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -20px;
  right: 0;
  background-color: #689a3a;
  height: 20px;
  width: calc(100% + 2px);
  transition: 0.3s;
  border: 1px solid #689a3a;
}
@media (min-width: 1400px) {
  .pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block .btn:after {
    width: 305px;
  }
}
.pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block .btn:hover {
  background: #fff;
  border-color: #689a3a;
  color: #689a3a;
}
.pages-cta-blocks .pages-cta-blocks-list .pages-cta-block .block .btn:hover:after {
  background: #fff;
  border-color: #689a3a;
  border-top-color: #fff;
}

.error404 .post {
  padding-top: 50px;
}
.error404 .site-search .box-info .search-form {
  position: relative;
  max-width: 300px;
}
.error404 .site-search .box-info .search-form fieldset {
  position: relative;
  z-index: 2;
}
.error404 .site-search .box-info .search-form .input-submit {
  font-size: 0;
  outline: none;
  border: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  background-image: url("img/search-icon.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 0;
  transform: translateY(-50%);
}
.error404 .site-search .box-info .search-form .input-search {
  padding: 15px 30px;
  outline: none;
  border-color: #999;
  height: 50px;
}
@media (min-width: 1024px) {
  .error404 .site-search .box-info .search-form .input-search {
    width: 305px;
  }
}
.error404 .site-search .box-info .search-form .input-search::placeholder {
  font-size: 18px;
  font-weight: 400;
}
.error404 .site-search .box-info .search-form i {
  display: none;
}

.search #main .status-publish a {
  color: #231f20;
}
.search #main .page a {
  color: #231f20;
}
.search .nav-links .next, .search .nav-links .prev {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #69a820;
  color: #fff;
}
.search .nav-links .prev {
  margin-right: 20px;
}
.search .nav-links .next {
  margin-left: 20px;
}
.search .search-form {
  position: relative;
  max-width: 300px;
}
.search .search-form fieldset {
  position: relative;
  z-index: 2;
}
.search .search-form .input-submit {
  font-size: 0;
  outline: none;
  border: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  background-image: url("img/search-icon.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 0;
  transform: translateY(-50%);
}
.search .search-form .input-search {
  padding: 15px 30px;
  outline: none;
  border-color: #999;
  height: 50px;
}
@media (min-width: 1024px) {
  .search .search-form .input-search {
    width: 305px;
  }
}
.search .search-form .input-search::placeholder {
  font-size: 18px;
  font-weight: 400;
}
.search .search-form i {
  display: none;
}

.single #main article {
  padding-top: 50px;
}
.single #main article a {
  color: #231f20;
}
.single #main .navigation-single .next, .single #main .navigation-single .prev {
  max-width: 300px;
}
.single #main .navigation-single .next a, .single #main .navigation-single .prev a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #69a820;
}
.single .comment-reply-title {
  display: flex;
  flex-direction: column;
}
.single .comment-reply-title small {
  margin-top: 15px;
}
.single .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.single .comment-form-cookies-consent input {
  margin-right: 5px;
}
.single .form-submit .submit {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #69a820;
  height: 50px;
}

.comment-form-email input {
  max-width: 300px;
}

.comment-form-url input {
  width: 300px;
  height: 41px;
}

.archive .type-post {
  padding-top: 50px;
}
.archive .type-post a {
  color: #231f20;
}

.is-menu .header .box-navigation {
  transform: translateY(0);
  z-index: 15;
  top: 106px;
}

.header {
  border-top: 5px solid #69a820;
}
.header .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 1024px) {
  .header .container {
    flex-direction: row;
  }
}
.header .header-left {
  max-width: 200px;
}
@media (min-width: 1024px) {
  .header .header-left {
    max-width: 340px;
    width: 100%;
    margin-right: 100px;
  }
}
@media (min-width: 1400px) {
  .header .header-left {
    margin-right: 280px;
  }
}
.header .header-right {
  width: 100%;
  display: flex;
  background: #fff;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .header .header-right {
    max-width: 530px;
    flex-direction: row;
  }
}
.header .header-right .links {
  width: 100%;
  margin-right: 10px;
  font-family: "Roboto", sans-serif;
  display: flex;
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .header .header-right .links {
    font-size: 18px;
    max-width: 180px;
    flex-direction: column;
    margin-top: 10px;
  }
}
.header .header-right .links li {
  width: 33.33%;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .header .header-right .links li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.header .header-right .links li:first-child:hover {
  background-color: #4586a1 !important;
}
.header .header-right .links li:nth-child(2):hover {
  background-color: #be5f14 !important;
}
.header .header-right .links li:nth-child(3):hover {
  background-color: #508018 !important;
}
.header .header-right .links .btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 13px 10px;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .header .header-right .links .btn {
    padding: 10px 25px;
    font-size: 18px;
  }
}
.header .header-right .header-action .header-top-navigation {
  padding-left: 35px;
  background-color: #69a820;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  display: none;
}
@media (min-width: 1024px) {
  .header .header-right .header-action .header-top-navigation {
    display: flex;
  }
}
.header .header-right .header-action .header-top-navigation li {
  z-index: 2;
  margin-right: 30px;
  position: relative;
}
.header .header-right .header-action .header-top-navigation li:last-child {
  margin-right: 0;
}
.header .header-right .header-action .header-top-navigation li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.header .header-right .header-action .header-top-navigation li a:hover {
  border-bottom-color: #fff;
}
.header .header-right .header-action .header-top-navigation:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #69a820;
  width: 100vw;
}
.header .navigation {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .header .navigation {
    flex-direction: row;
  }
}
.header .navigation .menu-item {
  position: relative;
  transition: 0.3s;
  border-bottom: 10px solid transparent;
}
@media (min-width: 1024px) {
  .header .navigation .menu-item {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .header .navigation .menu-item {
    padding: 0 22px;
  }
}
.header .navigation .menu-item:after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #005c99;
  bottom: -10px;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header .navigation .menu-item.active .opener-accordion:after {
  opacity: 0;
  visibility: hidden;
}
.header .navigation .menu-item.active .opener-accordion:before {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .header .navigation .menu-item:hover:after {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .header .navigation .menu-item:hover .drop-holder {
    visibility: visible;
    opacity: 1;
  }
}
.header .navigation .menu-item.active > a {
  position: relative;
  color: #69a820;
}
.header .navigation .menu-item > a {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .header .navigation .menu-item > a {
    padding: 0;
    color: #231f20;
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  .header .navigation .menu-item > a {
    font-size: 18px;
  }
}
.header .navigation .menu-item .drop-holder {
  transition: 0.1s;
  z-index: 5;
}
@media (min-width: 1024px) {
  .header .navigation .menu-item .drop-holder {
    position: static;
    transform: none;
  }
}
.header .navigation .menu-item .drop-holder.drop-accordion {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media (min-width: 1024px) {
  .header .navigation .menu-item .drop-holder.drop-accordion {
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .header .navigation .menu-item .drop-holder {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 29px;
    left: 50%;
    right: 0;
    background: #005c99;
    padding: 35px;
    width: 300px;
    max-width: 300px;
    transform: translateX(-50%);
  }
}
.header .navigation .menu-item .drop-holder a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.header .navigation .menu-item .drop-holder a:hover {
  border-bottom-color: #fff;
}
@media (min-width: 1024px) {
  .header .navigation .menu-item .drop-holder a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .header .navigation .menu-item .drop-holder a {
    font-size: 17px;
  }
}
.header .navigation .menu-item .drop-holder ul .menu-item {
  padding: 0;
}
.header .navigation .menu-item .drop-holder span {
  text-transform: lowercase;
}
.header .navigation .menu-item .drop-holder .active a {
  color: #69a820;
}
.header .opener-accordion {
  width: 35px;
  height: 35px;
  position: absolute;
  right: -5px;
  top: 20px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header .opener-accordion {
    display: none;
  }
}
.header .opener-accordion:after {
  content: "+";
  position: absolute;
  right: 8px;
  transition: 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #69a820;
}
@media (min-width: 1024px) {
  .header .opener-accordion:after {
    content: none;
  }
}
.header .opener-accordion:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transition: 0.3s;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  width: 15px;
  height: 3px;
  background: #69a820;
}
@media (min-width: 1024px) {
  .header .opener-accordion:before {
    content: none;
  }
}
.header .box-navigation {
  position: absolute;
  background-color: #005c99;
  padding: 0 30px;
  padding-bottom: 30px;
  transition: 1s;
  transform: translateY(-9999px);
  width: 100%;
  z-index: 10;
}
@media (min-width: 1024px) {
  .header .box-navigation {
    transition: 0.3s;
    width: 100%;
    background-color: #fff;
    transform: none;
    position: static;
    padding: 0;
    padding-top: 20px;
  }
}
.header .box-navigation .navigation {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .header .box-navigation .navigation {
    margin-bottom: 0;
    justify-content: center;
  }
}
.header .box-navigation .input-search {
  padding: 15px 30px;
  outline: none;
}
.header .box-navigation .input-search::placeholder {
  font-size: 18px;
  font-weight: 400;
}
.header .box-navigation .input-submit {
  font-size: 0;
  outline: none;
  border: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  background-image: url("img/search-icon.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 0;
  transform: translateY(-50%);
}
.header .box-navigation .box-search {
  text-align: center;
  position: relative;
}
.header .box-navigation .box-search .input-search {
  width: 100%;
}
.header .btn {
  background: transparent;
}
.header .box-burger {
  position: absolute;
  right: 30px;
  top: 30px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: bold;
  color: #005c99;
  height: 40px;
  width: 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  .header .box-burger {
    display: none;
  }
}

.header .header-right .search-catalog-form {
  background-color: #005c99;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 30px;
  position: relative;
  display: none;
}
@media (min-width: 1024px) {
  .header .header-right .search-catalog-form {
    display: block;
  }
}
.header .header-right .search-catalog-form fieldset {
  position: relative;
  z-index: 2;
}
.header .header-right .search-catalog-form .input-submit {
  font-size: 0;
  outline: none;
  border: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  background-image: url("img/search-icon.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 0;
  transform: translateY(-50%);
}
.header .header-right .search-catalog-form .input-search {
  padding: 15px 30px;
  outline: none;
  border-color: transparent;
}
@media (min-width: 1024px) {
  .header .header-right .search-catalog-form .input-search {
    width: 305px;
  }
}
.header .header-right .search-catalog-form .input-search::placeholder {
  font-size: 18px;
  font-weight: 400;
}
.header .header-right .search-catalog-form:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #005c99;
  width: 100vw;
}
@media (min-width: 1024px) {
  .header .box-navigation .search-catalog-form {
    display: none;
  }
}

.footer {
  background-color: #ededee;
  padding-top: 60px;
}
.footer .container {
  display: flex;
  flex-direction: column-reverse;
  max-width: 1170px;
}
@media (min-width: 768px) {
  .footer .container {
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .footer .container {
    align-items: center;
  }
}
.footer .footer-logo {
  max-width: 280px;
}
@media (min-width: 1024px) {
  .footer .footer-logo {
    max-width: 430px;
  }
}
.footer .footer-logo a {
  font-size: 0;
}
@media (min-width: 1024px) {
  .footer .footer-left {
    margin-right: 100px;
  }
}
.footer .footer-left .btn {
  background-color: #005c99;
  padding: 10px 25px;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer .footer-left .btn {
    font-size: 18px;
    padding: 15px 40px;
  }
}
.footer .footer-left .footer-links {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.footer .footer-left .footer-links .footer-sitemap-link {
  margin-right: 15px;
}
.footer .footer-left .footer-links .footer-sitemap-link .btn {
  transition: 0.3s;
  border: 1px solid transparent;
}
.footer .footer-left .footer-links .footer-sitemap-link .btn:hover {
  background: transparent;
  color: #005c99;
  border: 1px solid #005c99;
}
.footer .footer-left .social-links {
  display: flex;
  font-size: 22px;
}
@media (min-width: 1024px) {
  .footer .footer-left .social-links {
    font-size: 32px;
  }
}
.footer .footer-left .social-links a {
  color: #005c99;
}
.footer .footer-left .social-links li {
  margin-right: 10px;
  transition: 0.3s;
}
.footer .footer-left .social-links li:last-child {
  margin-right: 0;
}
.footer .footer-left .social-links li:hover a {
  color: #fff;
}
.footer .footer-right {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer .footer-right .footer-contacts {
    display: flex;
  }
}
.footer .footer-right .footer-contacts .contact-item {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .footer .footer-right .footer-contacts .contact-item {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    margin-right: 25px;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .footer .footer-right .footer-contacts .contact-item {
    margin-right: 50px;
  }
}
.footer .footer-right .footer-contacts .contact-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .footer .footer-right .footer-contacts .contact-item:last-child {
    margin-right: 0;
  }
}
.footer .footer-right .footer-contacts .contact-item .title {
  color: #231f20;
  font-size: 16px;
  font-weight: bold;
}
.footer .footer-right .footer-contacts .contact-item .footer-location- {
  margin-bottom: 5px;
}
.footer .footer-right .footer-contacts .contact-item .footer-location- a {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.footer .footer-right .footer-contacts .contact-item .footer-location- a:hover {
  border-bottom-color: #231f20;
}
@media (min-width: 1024px) {
  .footer .footer-right .footer-contacts .contact-item .phone {
    margin-bottom: 3px;
  }
}
.footer .footer-right .footer-contacts .contact-item .phone a {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.footer .footer-right .footer-contacts .contact-item .phone a:hover {
  border-bottom-color: #231f20;
}
.footer .footer-right .footer-contacts .contact-item .btn {
  background-color: #69a820;
  margin-top: 20px;
  padding: 15px 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .footer-right .footer-contacts .contact-item .btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .footer .footer-right .footer-contacts .contact-item .btn {
    max-width: 150px;
  }
}
.footer .footer-right .footer-contacts .contact-item .btn:hover {
  color: #69a820;
  background-color: transparent;
  border-color: #69a820;
}
.footer .footer-bottom {
  background-color: #005c99;
  padding: 25px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.footer .footer-bottom .container {
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer .footer-bottom .container {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.footer .footer-bottom a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-bottom p {
  margin-bottom: 5px;
}
.footer .footer-bottom p:last-child, .footer .footer-bottom p.copyright {
  margin-bottom: 0;
}

.is-menu .opener {
  right: 2px;
}
.is-menu .opener span {
  opacity: 0;
}
.is-menu .opener:before {
  transform: rotate(45deg);
  top: 20px;
  right: 0;
  background-color: #005c99;
}
.is-menu .opener:after {
  background-color: #005c99;
  transform: rotate(-45deg);
  top: 20px;
  right: 0;
}

.opener {
  outline: none;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  z-index: 120;
  right: 0;
  top: 10px;
  background-color: transparent;
  font: inherit;
  color: inherit;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  order: 1;
}
.opener:focus {
  outline: none;
}
@media (min-width: 1024px) {
  .opener {
    display: none;
  }
}

.opener:before,
.opener:after,
.opener span {
  display: inline-block;
  background: #005c99;
  border-radius: 4px;
  position: absolute;
  top: 18px;
  right: 2px;
  height: 3px;
  width: 36px;
  margin-top: -2px;
  transition: all 0.2s linear;
}

.opener:before,
.opener:after {
  content: "";
  top: 11px;
  display: inline-block;
}

.opener:after {
  top: 25px;
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-content-holder {
  display: flex;
  flex-wrap: wrap;
}
.page-content-holder .page-sidebar {
  width: 300px;
}
@media (max-width: 767px) {
  .page-content-holder .page-sidebar {
    width: 100%;
  }
}
.page-content-holder .page-content {
  width: calc(100% - 300px);
  padding: 40px 0 66px 100px;
}
@media (max-width: 1199px) {
  .page-content-holder .page-content {
    padding: 40px 0 40px 40px;
  }
}
@media (max-width: 1023px) {
  .page-content-holder .page-content {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .page-content-holder .page-content {
    width: 100%;
    padding: 20px 0;
  }
}
.page-content-holder .page-sidebar-menu {
  background: #69a820;
  position: relative;
}
.page-content-holder .page-sidebar-menu:after {
  position: absolute;
  top: 0;
  right: 0;
  left: -999px;
  bottom: 0;
  z-index: -1;
  content: "";
  background: #69a820;
}
.page-content-holder .page-sidebar-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #69a820;
}
.page-content-holder .g-content {
  padding: 76px 0;
  color: #231f20;
  font: 300 18px/24px "Roboto", sans-serif;
  letter-spacing: -0.18px;
}
@media (max-width: 1199px) {
  .page-content-holder .g-content {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  .page-content-holder .g-content {
    padding: 30px 0;
  }
}
.page-content-holder .g-content p {
  margin: 0 0 24px;
}
.page-content-holder .g-content p + h2 {
  margin-top: -7px;
}
.page-content-holder .g-content p a {
  color: #0b4e82;
}
.page-content-holder .g-content p a:hover {
  opacity: 0.85;
  text-decoration: underline;
}
.page-content-holder .g-content .accordion-item {
  margin: 0 0 19px;
}
.page-content-holder .g-content .accordion-item.active .accordion-item-head:before {
  opacity: 0;
}
.page-content-holder .g-content .accordion-item .accordion-item-head {
  cursor: pointer;
  background: #0b4e82;
  padding: 20px 64px 20px 24px;
  position: relative;
}
.page-content-holder .g-content .accordion-item .accordion-item-head:after {
  width: 21px;
  height: 3px;
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
}
.page-content-holder .g-content .accordion-item .accordion-item-head:before {
  width: 3px;
  height: 21px;
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  transition: all 0.3s;
}
.page-content-holder .g-content .accordion-item .accordion-item-head h4 {
  color: #fff;
  font: 400 25px/30px "Roboto", sans-serif;
  margin: 0;
}
.page-content-holder .g-content .accordion-item .accordion-item-content {
  background: #f0efef;
  padding: 40px 44px;
}
.page-content-holder h1.title {
  background: #f0efef;
  font: 300 26px "Roboto", sans-serif;
  margin: 0;
  padding-bottom: 24px;
  color: #0b4e82;
  letter-spacing: -1px;
  position: relative;
  padding-top: 25px;
}
@media (min-width: 1024px) {
  .page-content-holder h1.title {
    font: 300 50px/60px "Roboto", sans-serif;
  }
}
.page-content-holder h1.title:after {
  position: absolute;
  bottom: 0;
  left: -120px;
  right: -9999px;
  background: #f0efef;
  content: "";
  height: 150px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .page-content-holder h1.title:after {
    top: 0;
    height: auto;
  }
}
.page-content-holder h2 {
  color: #0b4e82;
  font: 400 30px/1.2 "Roboto", sans-serif;
  margin: 0;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .page-content-holder h2 {
    margin-bottom: 25px;
  }
}
.page-content-holder h3 {
  color: #0b4e82;
  font: 400 25px/30px "Roboto", sans-serif;
  margin: 0;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .page-content-holder h3 {
    margin-bottom: 25px;
  }
}
.page-content-holder .breadcrumbs {
  padding: 16px 0;
  background: #485158;
  color: #fff;
  font: 15px/19px "Roboto", sans-serif;
  position: relative;
}
.page-content-holder .breadcrumbs:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -120px;
  right: -9999px;
  content: "";
  bottom: 0;
  background: #485158;
}
.page-content-holder .breadcrumbs .container {
  padding: 0;
}
.page-content-holder .breadcrumbs a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
.page-content-holder .breadcrumbs a:hover {
  color: #69a820;
}

.box-head .title {
  color: #0b4e82;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .box-head .title {
    font-size: 50px;
  }
}
.box-head .text {
  max-width: 650px;
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto;
  text-align: center;
  color: #231f20;
}
@media (min-width: 1024px) {
  .box-head .text {
    font-size: 18px;
  }
}

.back-link {
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
}
.back-link a {
  text-decoration: none;
  color: #005386;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .back-link {
    display: none;
  }
}

.btn {
  font-size: 18px;
  line-height: inherit;
  border-radius: 0;
  font-weight: inherit;
  background: #000;
  padding: 10px 45px;
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent;
  transition: 0.3s;
}

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible;
  }

  * {
    color: #000 !important;
    background: none !important;
  }

  .search-form,
.navigation,
.navigation-single,
#header,
#footer {
    display: none !important;
  }
}
.resize-active * {
  transition: none !important;
}

/*# sourceMappingURL=style.css.map */