/*! normalize.css v8.0.1 | 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; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

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

h1 {
  font-size: 2em;
  margin: 0.3em 0 0.45em 0;
  font-weight: 600;
  letter-spacing: -0.02rem;
  color: #2a2a2a; }

strong {
  font-weight: 600; }

h3 {
  font-size: 1.5rem;
  display: block;
  margin: 30px 0 20px 0; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

img {
  display: block; }

ul {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

body {
  font-family: source-sans-pro, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #efefef;
  color: #2a2a2a; }

.wrap {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 45px; }

@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 25px; } }
main .wrap {
  padding: 25px 45px 0 45px;
  background: #fff;
  padding-top: 200px; }
  main .wrap.sticky {
    padding-top: 198px; }

.header {
  background: white;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0px;
  opacity: 1;
  transition: all 350ms ease-in-out; }

header.sticky {
  position: fixed;
  transform: translate(0, -143px);
  opacity: 1; }

.header__contact {
  display: flex;
  flex-direction: column;
  max-width: 280px;
  overflow: hidden;
  position: absolute;
  right: 2%;
  top: 1.4rem; }
  .header__contact img {
    width: 100%;
    height: auto; }

.logo {
  height: auto;
  width: 50%;
  max-width: 500px;
  padding: 1.75rem 0 0 2%; }
  .logo img {
    width: 100%;
    height: 100%; }
  .logo .mobile-logo {
    display: none;
    max-width: 220px;
    width: 220px;
    height: 100%;
    min-height: 50px; }

.header__nav {
  height: 40px;
  background: #2a2a2a;
  position: relative; }
  .header__nav nav ul a li {
    white-space: nowrap; }
  .header__nav .wrap {
    display: flex;
    padding: 0 0 0 45px;
    justify-content: space-between;
    align-items: center; }

.sm_logos ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 130px;
  margin: 20px 0 0 auto; }
  .sm_logos ul a {
    flex: 1 0 auto;
    max-width: 30px; }

.search-form {
  width: 40%;
  height: 65px;
  max-height: 0;
  position: absolute;
  right: 0;
  top: 100%;
  background: white;
  transition: all ease-in-out 0.25s;
  overflow: hidden; }
  .search-form.open {
    max-height: 65px;
    box-shadow: 0px 2px 31px -2px rgba(0, 0, 0, 0.2); }

.search-form__form {
  height: 100%;
  width: 100%;
  display: flex; }

.search-form__input {
  width: 75%;
  height: 100%;
  border: none;
  padding: 5px 1rem;
  background: none;
  color: #444;
  font-size: 1.25rem; }
  .search-form__input::placeholder {
    color: #888; }

.search-form__submit {
  height: 100%;
  border: none;
  flex-grow: 1;
  background: #006440;
  font-size: 1.5rem;
  font-weight: 600; }
  .search-form__submit:hover {
    opacity: 0.8;
    cursor: pointer; }

@media screen and (max-width: 1024px) {
  header.sticky {
    transform: translate(0, -126px); }

  .search-form {
    display: none; }

  main .wrap {
    padding-top: 18vw; } }
@media screen and (max-width: 768px) {
  .header__contact {
    display: none; }

  .logo {
    padding: 14px;
    max-width: 400px;
    margin: 0 auto;
    width: 100%; }

  main .wrap {
    padding: 153px 25px 0px 25px;
    padding-top: 153px; }

  .home_left_col {
    flex: 1 0 100%; }

  header.sticky {
    transform: translate(0, -94px); } }
nav ul {
  display: flex;
  color: white;
  width: 100%;
  justify-content: space-between;
  font-family: open-sans, arial, sans-serif;
  text-transform: uppercase;
  padding: 0 3%;
  line-height: 36px;
  font-weight: 700;
  margin-top: 20px; }
  nav ul li:hover {
    color: #006440; }

.mobile-menu__btn {
  height: 20px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer; }
  .mobile-menu__btn:hover {
    opacity: 0.9; }
  .mobile-menu__btn .bar {
    background: #006440;
    height: 4px;
    width: 30px; }

.mobile-menu__container {
  max-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  overflow: hidden;
  transition: max-height ease 0.45s; }
  .mobile-menu__container .menu-main-menu-container {
    padding: 2rem 1rem; }
  .mobile-menu__container .menu {
    text-align: center;
    font-size: 1.5rem; }
    .mobile-menu__container .menu li {
      margin: 0.5rem 0; }

.mobile-menu__container--open {
  max-height: 400px;
  display: flex; }

@media screen and (max-width: 1200px) {
  .mobile-menu__container--open {
    display: none; } }
@media screen and (max-width: 1024px) {
  .header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center; }

  .nav__list {
    display: none; }

  .mobile-menu__btn {
    margin-right: 25px;
    display: flex; }

  .mobile-menu__container {
    display: flex; } }
@media screen and (max-width: 768px) {
  /*  main .wrap {
      padding: 1.25rem $padding-m;
    }*/ }
footer {
  background: #006440; }
  footer h4 {
    color: #f3f3f3;
    font-weight: 500;
    display: block;
    margin: 15px 0 6px 0;
    font-size: 1.2rem; }
  footer li {
    color: #f3f3f3;
    font-size: 0.9rem;
    line-height: 1.3rem; }
    footer li a:hover {
      text-decoration: underline; }

.footer_wrap {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 2.8%;
  color: #f3f3f3; }

.footer_col4 {
  flex-basis: 27%;
  padding-right: 2%; }
  .footer_col4 li {
    margin-bottom: 13px; }

.footer_tel {
  font-size: 1.4rem;
  margin: 17px 0;
  margin-bottom: 17px; }

@media screen and (max-width: 768px) {
  .footer_col3, .footer_col1 {
    display: none; }

  .footer_col2 {
    width: 100%;
    flex-basis: 100%;
    text-align: center; }

  .footer_col4 {
    width: 100%;
    flex-basis: 100%;
    text-align: center; } }
.home_content {
  margin-top: 10px; }

.home_content-flex {
  display: flex; }

.home_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3% 0; }
  .home_btns a {
    flex: 1 0 29%;
    background-color: #2a2a2a;
    padding: 3%;
    margin-right: 3%;
    position: relative;
    min-width: 170px;
    margin-bottom: 3%;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out; }
    .home_btns a:hover {
      opacity: 0.8; }
    .home_btns a p {
      color: #f3f3f3;
      text-align: center;
      display: block;
      text-transform: uppercase;
      font-size: 1.35rem;
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      font-weight: 600;
      bottom: 6%;
      border-top: 1px solid #444;
      padding-top: 3%; }
    .home_btns a img {
      margin: 0px auto 18%;
      max-width: 25%; }

.home_left_col {
  flex: 1 0 100%; }

.home_right_col {
  flex: 1 0 26.3%;
  border-left: 1px solid #efefef;
  padding: 0 0 0 2%; }
  .home_right_col h2 {
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    display: block;
    background: #2a2a2a;
    padding: 7px 12px;
    color: white;
    font-size: 22px; }
  .home_right_col img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out; }
  .home_right_col a img:hover {
    opacity: 0.8; }

.home_images ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -1%; }
  .home_images ul a {
    flex: 1 0 23%;
    margin: 0 1% 2% 0;
    min-width: 250px; }
    .home_images ul a:hover {
      opacity: 1; }
  .home_images ul li {
    position: relative;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out; }
    .home_images ul li:hover {
      opacity: 0.8; }
    .home_images ul li span {
      position: absolute;
      bottom: 0;
      display: block;
      padding: 3%;
      background: rgba(0, 0, 0, 0.7);
      width: 100%;
      color: white;
      font-size: 18px;
      pointer-events: none; }
  .home_images ul img {
    width: 100%;
    height: 14vw;
    max-height: 220px;
    object-fit: cover; }

.home_news_title {
  margin-bottom: 10px; }

.home_news {
  margin-bottom: 30px; }

.home_news_list li {
  font-weight: 600;
  line-height: 1.3rem;
  font-size: 18px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .home_news_list li a {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #5285b5; }
    .home_news_list li a:hover {
      text-decoration: underline; }

.news_date {
  font-weight: 300;
  display: block;
  font-size: 14px; }

.news_excerpt {
  font-size: 15px;
  font-weight: 300;
  margin: 2px 0; }

.intro_content {
  margin-right: 3%; }
  .intro_content p {
    line-height: 1.8rem; }
  .intro_content a {
    color: #5285b5; }
    .intro_content a:hover {
      text-decoration: underline; }

.parent_pay {
  background: #009dde;
  padding: 4%;
  margin-bottom: 6%;
  opacity: 1;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out; }
  .parent_pay:hover {
    opacity: 0.8; }
  .parent_pay img {
    max-width: 90%;
    height: auto;
    margin: 0 auto; }

@media screen and (max-width: 768px) {
  .home_left_col {
    flex: 1 0 100%; }

  .intro_content {
    margin-right: 0%; }

  .home_images {
    margin-right: -3%; }

  .home_right_col {
    flex: 1 0 100%;
    border-left: 0px solid #efefef;
    padding: 0 0 0 0%; } }
.general_content {
  display: flex; }

.page_main_col {
  flex: 1 0 70%; }

.breadcrumbs {
  margin: 15px 3% 30px;
  font-size: 14px;
  color: #666; }

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

.page_content h2 {
  margin: 25px 0 10px 0;
  font-weight: 600;
  color: #2a2a2a; }

.page_left_col {
  flex: 1 0 20%;
  border-right: 1px solid #efefef;
  padding: 0 2% 2.5% 0; }
  .page_left_col h2 {
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    display: block;
    background: #2a2a2a;
    padding: 7px 12px;
    color: white;
    font-size: 22px; }
  .page_left_col img {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out; }
  .page_left_col a img:hover {
    opacity: 0.8; }

.page_left_col .parent_pay {
  margin-bottom: 0; }

.page_content {
  margin-left: 3%;
  margin-bottom: 3%; }
  .page_content td {
    padding: 10px 0; }
  .page_content ul {
    list-style: disc;
    margin: 0 0 0 18px;
    line-height: 1.6rem; }
    .page_content ul li {
      margin-bottom: 10px; }
  .page_content p {
    line-height: 1.8rem;
    margin-bottom: 1rem; }
  .page_content a {
    color: #5285b5; }
    .page_content a:hover {
      text-decoration: underline; }

.page_sidebar {
  margin-bottom: 30px; }
  .page_sidebar h2 {
    margin-bottom: 30px; }

.submenu li {
  font-weight: 600;
  line-height: 1.3rem;
  font-size: 16px; }
  .submenu li a {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
    color: #888;
    border-bottom: 1px solid #efefef;
    padding-bottom: 18px;
    text-transform: none; }
    .submenu li a:hover {
      text-decoration: underline; }

.pdf {
  display: block;
  background-image: url("/wp-content/themes/cfs-theme/images/pdf.svg");
  background-repeat: no-repeat;
  padding-left: 40px; }

@media screen and (max-width: 480px) {
  .page_left_col {
    flex: 1 0 100%;
    border-right: none; }
    .page_left_col .page_sidebar h2 {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .page_left_col .page_sidebar h2 .dropdown-toggle {
        height: 25px;
        width: 25px;
        position: relative; }
        .page_left_col .page_sidebar h2 .dropdown-toggle .bar {
          width: 25px;
          height: 3px;
          position: absolute;
          top: 11px;
          background: #006440; }
          .page_left_col .page_sidebar h2 .dropdown-toggle .bar:not(:first-of-type) {
            transform: rotate(90deg); }
    .page_left_col .page_sidebar .submenu {
      max-height: 0;
      overflow: hidden;
      transition: max-height ease 0.25s; }
      .page_left_col .page_sidebar .submenu.open {
        max-height: 850px; } }
.posts__container .breadcrumbs {
  margin: 15px 0% 40px 0px;
  width: 100%; }

.posts__img {
  overflow: hidden; }
  .posts__img img {
    width: 100%;
    position: relative;
    height: 15vw;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
    .posts__img img:hover {
      transform: scale(1.02);
      opacity: 0.8; }

.single-post .sidebar {
  flex: 1 0 20%;
  border-right: 1px solid #efefef;
  padding: 0 2% 2.5% 0;
  margin-top: 10px; }

.news-sub-menu img {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

.news-sub-menu {
  margin-top: 4px;
  border-bottom: 1px solid #eee;
  padding-bottom: 13px;
  font-weight: 300;
  font-size: 16px;
  color: #353434; }

.news_date_list {
  font-size: 14px;
  margin-top: 10px;
  color: #888; }

.news-sub-menu:hover {
  text-decoration: underline; }

.content-page .wrap {
  display: flex;
  flex-flow: row wrap; }

.news_li a {
  font-size: 20px; }

.single-post p {
  line-height: 1.8rem;
  margin-bottom: 1rem; }
  .single-post p a {
    color: #587ca0; }
    .single-post p a:hover {
      text-decoration: underline; }

.single-post p a:hover {
  text-decoration: underline; }

.single-post .breadcrumbs {
  margin: 15px 0% 30px; }

.single-post .news_date {
  margin-bottom: 20px; }

.single-post p {
  line-height: 1.8rem;
  margin-bottom: 1rem; }

.sidebar h2 {
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
  display: block;
  background: #2a2a2a;
  padding: 7px 12px;
  color: white;
  font-size: 22px; }

.post_wrap {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  max-width: 100%;
  flex-wrap: wrap; }

.post_wrap--news .individual_post:first-child {
  flex: 1 0 28%; }
  .post_wrap--news .individual_post:first-child img {
    height: 15vw; }

.single-post .primary__content {
  max-width: 1012px;
  width: 69vw;
  padding: 0 2rem;
  margin-top: 10px; }
  .single-post .primary__content ul {
    list-style-type: disc;
    margin-left: 1rem; }
    .single-post .primary__content ul li {
      margin-bottom: 5px; }

.post_image {
  max-width: 100%;
  height: auto;
  margin: 0px 0px 25px 0px; }

.news_list {
  display: flex; }
  .news_list h1 {
    font-size: 2em;
    margin: 0.3em 0 1em 0;
    font-weight: 600;
    letter-spacing: -0.02rem;
    color: #2a2a2a;
    width: 100%; }

.news_content h1 {
  font-size: 34px;
  margin: 0px 0 20px 0; }

.individual_post {
  flex: 1 0 28%;
  margin-right: 2%;
  padding: 2%;
  border: 1px solid #efefef;
  margin-bottom: 2%;
  min-width: 200px;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.04); }

.individual_post:first-child {
  flex-basis: calc(61% + 4px); }
  .individual_post:first-child img {
    height: 24vw;
    max-height: 350px; }

.posts__title {
  margin: 13px 0;
  font-size: 24px;
  font-weight: 400; }

.posts__link {
  margin: 15px 0 0 0;
  display: inline-block;
  background: #000;
  color: whitesmoke;
  padding: 8px 15px; }
  .posts__link:hover {
    opacity: 0.8; }

.posts__excerpt {
  line-height: 1.5rem; }

.ghost {
  visibility: hidden; }

.pagination {
  width: 98%;
  padding: 1rem;
  background: #efefef;
  font-size: 1.1rem; }
  .pagination .current {
    font-weight: bold; }
  .pagination .page-numbers {
    margin: 0 2px; }
  .pagination .next {
    margin-left: 1.25rem; }
  .pagination .prev {
    margin-right: 1.25rem; }

@media screen and (max-width: 1024px) {
  .news_list .focus {
    display: none; }

  .posts__container {
    margin-left: 0%;
    max-width: 100%; }

  .news_list {
    margin-right: -4%; }

  .posts__img img {
    height: 15vw; }

  .individual_post:first-child img {
    height: 220px;
    max-height: 220px; } }
@media screen and (max-width: 768px) {
  .individual_post {
    margin-right: 0%;
    padding: 3.5%; }

  .posts__img img {
    height: 40vw; }

  .news_list {
    margin: 0 5%; }

  .pagination {
    width: 100%; } }

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