@charset "UTF-8";
@import url("https://web-archive.nli.org.il/National_Library/20161222123739cs_/https://fonts.googleapis.com/css?family=Pacifico");
@import url("/National_Library/20161222123739cs_/http://www.edlio.com/apps/js/polls/polls-pack.css");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "museo-sans", sans-serif;
  font-size: 100%; }

html {
  height: 100%;
  background: white; }
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0; }
    body.index #content_main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
  #header_main,
  #footer_main {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; }
  #content_main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

body {
  color: #4a4a4a;
  background-color: white; }
  body:not(.index) {
    height: auto;
    min-height: 100%;
    background-position: center top;
    background-image: linear-gradient(transparent 40%, white), url("/National_Library/20161222123739oe_/http://www.edlio.com/pics/hero-image-inside.jpg");
    background-repeat: no-repeat;
    background-size: 100%; }

h2 {
  color: #d22630;
  font-size: 2em;
  font-weight: 900; }

h3 {
  color: #4a4a4a;
  font-size: 1.4em;
  font-weight: 900; }

body, #footer_main {
  min-width: 320px; }

#parallax_bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("/National_Library/20161222123739oe_/http://www.edlio.com/pics/hero-image.jpg");
  background-position: center center;
  background-size: cover; }

#header_main {
  z-index: 99;
  background: #d22630; }
  #header_main #header_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    position: relative; }
  @media screen and (min-width: 1024px) {
    #header_main {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; } }

#skip_to_content {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }
  #skip_to_content:focus {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    color: white;
    clip: auto; }

#header_title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0; }
  #header_title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: block;
    overflow: hidden;
    height: 106px;
    width: 300px;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/National_Library/20161222123739oe_/http://www.edlio.com/pics/header.png");
    background-size: contain;
    position: relative; }
  @media screen and (min-width: 768px) {
    #header_title a {
      display: block;
      overflow: hidden;
      height: 123px;
      width: 348px;
      white-space: nowrap;
      text-indent: 200%;
      color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("/National_Library/20161222123739oe_/http://www.edlio.com/pics/header.png"); } }
  @media screen and (min-width: 1024px) {
    #header_title {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin-top: 14px; } }
  @media screen and (min-width: 1200px) {
    #header_title a {
      display: block;
      overflow: hidden;
      height: 134px;
      width: 378px;
      white-space: nowrap;
      text-indent: 200%;
      color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("/National_Library/20161222123739oe_/http://www.edlio.com/pics/header.png"); } }

#topbar_nav {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  #topbar_nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 5px;
    text-decoration: none;
    color: white;
    font-size: 1em;
    font-weight: 500; }
    #topbar_nav a svg {
      fill: white;
      width: 24px;
      height: 24px; }
    #topbar_nav a:hover {
      color: #4a4a4a;
      background: #78d5e1; }
      #topbar_nav a:hover svg {
        fill: #4a4a4a; }
  #topbar_nav a:last-child {
    background: white;
    color: #d22630;
    font-weight: 900; }
    #topbar_nav a:last-child svg {
      fill: #d22630; }
    #topbar_nav a:last-child:hover {
      color: #4a4a4a;
      background: #78d5e1; }
      #topbar_nav a:last-child:hover svg {
        fill: #4a4a4a; }
  @media screen and (max-width: 767px) {
    #topbar_nav {
      width: 320px; } }
  @media screen and (min-width: 768px) {
    #topbar_nav a {
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      width: 200px;
      padding: 7px;
      font-size: 1.25em; } }
  @media screen and (min-width: 1024px) {
    #topbar_nav {
      position: absolute;
      top: 0;
      right: 0; } }

#social_nav {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 280px;
  padding: 5px;
  background: #d22630; }
  #social_nav a {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background-color: transparent; }
    #social_nav a svg {
      display: block;
      width: 18px;
      height: 18px;
      margin: 3px;
      fill: white; }
    #social_nav a:hover svg {
      fill: #fed141; }
  @media screen and (min-width: 1024px) {
    #social_nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: fixed;
      right: 0;
      top: 30%;
      width: 42px;
      padding: 16px 0;
      border-bottom-left-radius: 16px;
      border-top-left-radius: 16px; }
      #social_nav a {
        margin: 10px 0; } }
  @media screen and (max-width: 767px) {
    #social_nav {
      height: 42px; } }

#topnav_holder {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%; }
  #topnav_holder #topnav_mobile_toggle {
    position: absolute;
    display: block;
    height: 4px;
    width: 28px;
    font-size: 0;
    border-top: 14px double white;
    border-bottom: 5px solid white; }
  #topnav_holder #topnav {
    position: absolute;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.8s; }
    #topnav_holder #topnav.open {
      max-height: 2000px; }
  #topnav_holder .nav-menu,
  #topnav_holder .sub-nav-group {
    margin: 0;
    padding: 0;
    list-style: none; }
    #topnav_holder .nav-menu a,
    #topnav_holder .sub-nav-group a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: .5em 10px;
      text-decoration: none; }
  #topnav_holder .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px; }
  #topnav_holder .nav-item {
    position: relative; }
  #topnav_holder .sub-nav {
    display: none; }
    #topnav_holder .sub-nav.open {
      display: block; }
    #topnav_holder .sub-nav a {
      padding-left: 1.5em; }
    #topnav_holder .sub-nav .flyout-group {
      margin: 0;
      padding: 0;
      list-style: none; }
      #topnav_holder .sub-nav .flyout-group a {
        padding-left: 2.5em; }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      position: relative; }
      #topnav_holder #topnav_mobile_toggle {
        display: none; }
      #topnav_holder #topnav {
        position: static;
        max-height: none;
        overflow: visible; }
      #topnav_holder .nav-menu {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        position: relative; }
      #topnav_holder .sub-nav {
        position: absolute; }
        #topnav_holder .sub-nav a {
          width: 11.5em;
          padding-left: .5em; }
        #topnav_holder .sub-nav .flyout-group a {
          width: 10.5em;
          padding-left: 1.5em; }
      #topnav_holder .nav-item:last-child .sub-nav:focus, #topnav_holder .nav-item:last-child .sub-nav.open {
        left: auto;
        right: 0; } }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end;
      width: 70%;
      margin-top: -50px; } }

#topnav_mobile_toggle {
  bottom: 10px;
  left: 10px; }

#topnav {
  background: rgba(210, 38, 48, 0.8); }
  #topnav .nav-item > a {
    height: 60px;
    padding: 0 10px;
    font-size: 1.125em;
    font-weight: 700;
    color: white; }
    #topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
      color: #d22630;
      background: #78d5e1; }
  #topnav .sub-nav a {
    color: white; }
    #topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
      color: #d22630;
      background: #78d5e1; }
  @media screen and (min-width: 1024px) {
    #topnav {
      background: transparent; }
      #topnav .nav-item > a {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        height: 50px;
        padding: 0 12px;
        font-size: 1.13rem;
        font-weight: 400;
        color: white; }
        #topnav .nav-item > a:hover {
          color: #4a4a4a;
          background: #78d5e1; }
      #topnav .sub-nav {
        background: rgba(210, 38, 48, 0.8); } }

/* .pages-left-column-wrapper {
	@include respond-to($vp-mid) {
		margin-left: -350px !important;
	}
}
.pages-left-column {
	@include respond-to($vp-mid) {
		margin-left: 350px !important;
		padding: 0 10px;
	}
}

.pages-right-column {
	@include respond-to($vp-mid) {
		width: 350px !important;
	}
} */
.input-holder-right {
      margin: 1em 0;
      width: 95%; }

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 5%);
  max-width: calc(1200px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px; }
  #content_main .pages-left-column-wrapper {
    overflow: hidden; }
  @media screen and (max-width: 1023px) {
    #content_main table {
      display: block;
      overflow-x: auto; }
    #content_main .bell-schedule {
      display: table; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .85em; }
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      width: auto; }
    #content_main #more-videos {
      display: none; }
    #content_main #staff_list_public .user-info-wrapper span[id*="staff"] {
      display: block; }
    #content_main #staff_list_public .user-info-wrapper .user-position-public {
      display: block;
      margin-left: 0;
      width: 100%; }
    #content_main #staff_list_public .user-info-wrapper p {
      display: block;
      float: left;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    #content_main .news-list article .column {
      width: 100%; }
    #content_main .show-news .attached-images {
      float: none;
      margin: 0 auto 1em; }
    #content_main .single-video #big-video,
    #content_main .below-start #big-video {
      width: 100% !important; }
    #content_main .video-list .thumb_wrap {
      display: block;
      float: none; }
    #content_main .video-list li .description {
      padding-left: 0; }
    #content_main .video-list li .video-list-date {
      padding-left: 0; }
    #content_main .bell-schedule {
      width: 100%; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .7em; }
    #content_main .video-list-top .controls,
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      display: none; }
    #content_main #album_thumbnails table img {
      width: 90%;
      height: 90%;
      position: relative; }
    #content_main #edlio_search_form {
      max-width: 400px;
      width: auto; }
      #content_main #edlio_search_form input {
        width: 200px; }
    #content_main #contact_form {
      width: 100%; }
      #content_main #contact_form table {
        display: table;
        font-size: 12px;
        width: 280px !important; }
      #content_main #contact_form #f_name {
        width: 200px !important; }
      #content_main #contact_form #f_email {
        width: 200px !important; }
      #content_main #contact_form #f_message {
        width: 200px !important; }
    #content_main #calendar_wrapper .right-column {
      float: none;
      width: 100%; }
      #content_main #calendar_wrapper .right-column #calendar_grid table {
        display: table; }
    #content_main .pages-column .page-block-text,
    #content_main .pages-column .page-block-photos {
      width: 100%; }
    #content_main .pages-left-column-wrapper {
      margin-left: 0 !important;
      float: none; }
      #content_main .pages-left-column-wrapper .pages-left-column {
        margin-left: 0 !important; }
    #content_main .pages-right-column {
      float: none;
      width: 100% !important;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .index #content_main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
  #content_main .pages-content-wrapper {
    overflow: visible; }
  #content_main img.sub {
    border: none; }
  .index #content_main {
    background: transparent;
    box-shadow: none; }
  @media screen and (min-width: 1024px) {
    #content_main {
      margin-top: 30px; } }
  @media screen and (min-width: 1024px) {
    #content_main {
      margin-top: 170px; } }

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 3em;
  color: #4a4a4a; }

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #78d5e1; }
  @media screen and (max-width: 767px) {
    .right-column-page-navigation {
      margin: 20px auto; } }
  .right-column-page-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
  .right-column-page-navigation a {
    text-decoration: none;
    color: inherit;
    display: block;
    font-weight: 400;
    padding: .8em 6% .8em 10%;
    width: 84%;
    margin: 0;
    line-height: auto; }
    .right-column-page-navigation a:hover {
      text-decoration: underline; }
    .right-column-page-navigation a .inner {
      text-decoration: none; }
      .right-column-page-navigation a .inner:hover {
        text-decoration: underline; }
  .right-column-page-navigation ul {
    padding: 5px 0; }
  .right-column-page-navigation li a {
    color: #4a4a4a; }
  .right-column-page-navigation li.active a {
    background: #d22630;
    color: white; }

#index_top {
  padding-top: 40%;
  height: 70vh;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#index_intro {
  background: #d22630;
  padding: 1em 0; }
  #index_intro #intro_inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px; }
  @media screen and (min-width: 768px) {
    #index_intro {
      background: rgba(210, 38, 48, 0.8); }
      #index_intro #intro_inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -40px; } }

#index_sangha {
  background: white; }

#index_quicklinks {
  background: url("/National_Library/20161222123739oe_/http://www.edlio.com/pics/internet_pattern.jpg");
  background-size: 100%; }

#index_main {
  background: white; }
  #index_main #index_main_inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 3em auto; }
  @media screen and (min-width: 768px) {
    #index_main #index_main_inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around; } }

#index_testimonials {
  background: linear-gradient(rgba(74, 74, 74, 0.9), rgba(74, 74, 74, 0.9)), url("/National_Library/20161222123739oe_/http://www.edlio.com/pics/testimonial_bg.jpg") center center no-repeat;
  background-size: cover; }
  #index_testimonials .section-title {
    color: white;
    text-align: center; }
  #index_testimonials #testimonials_container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    margin: 3em auto;
    color: white; }
  #index_testimonials .slick-list {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
    #index_testimonials .slick-list .slick-list {
      position: relative;
      overflow: hidden;
      display: block;
      margin: 0 "21px";
      padding: 0; }
      #index_testimonials .slick-list .slick-list:focus {
        outline: none; }
      #index_testimonials .slick-list .slick-list.dragging {
        cursor: pointer;
        cursor: hand; }
    #index_testimonials .slick-list .slick-slider .slick-track,
    #index_testimonials .slick-list .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    #index_testimonials .slick-list .slick-track {
      position: relative;
      left: 0;
      top: 0;
      display: block; }
      #index_testimonials .slick-list .slick-track:before, #index_testimonials .slick-list .slick-track:after {
        content: "";
        display: table; }
      #index_testimonials .slick-list .slick-track:after {
        clear: both; }
      .slick-loading #index_testimonials .slick-list .slick-track {
        visibility: hidden; }
    #index_testimonials .slick-list .slick-slide {
      float: left;
      height: 100%;
      min-height: 1px; }
      [dir="rtl"] #index_testimonials .slick-list .slick-slide {
        float: right; }
      #index_testimonials .slick-list .slick-slide img {
        display: block; }
      #index_testimonials .slick-list .slick-slide.slick-loading img {
        display: none; }
      #index_testimonials .slick-list .slick-slide.dragging img {
        pointer-events: none; }
      .slick-initialized #index_testimonials .slick-list .slick-slide {
        display: block; }
      .slick-loading #index_testimonials .slick-list .slick-slide {
        visibility: hidden; }
      .slick-vertical #index_testimonials .slick-list .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent; }
    #index_testimonials .slick-list .slick-arrow {
      display: block;
      overflow: hidden;
      height: 50px;
      width: 63px;
      white-space: nowrap;
      text-indent: 200%;
      color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      z-index: 99;
      top: calc(50% - 50px/2);
      border: none;
      background-color: transparent;
      background-position: center center;
      background-repeat: no-repeat; }
      #index_testimonials .slick-list .slick-arrow:hover {
        cursor: pointer; }
      #index_testimonials .slick-list .slick-arrow.slick-prev {
        left: 0;
        background-image: url(/National_Library/20161222123739oe_/http://www.edlio.com/pics/button_prev.png); }
      #index_testimonials .slick-list .slick-arrow.slick-next {
        right: 0;
        background-image: url(/National_Library/20161222123739oe_/http://www.edlio.com/pics/button_next.png); }
      #index_testimonials .slick-list .slick-arrow.slick-hidden {
        display: none; }
    @media screen and (min-width: 768px) {
      #index_testimonials .slick-list {
        margin: 0 50px; } }
  #index_testimonials .quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    width: 100%;
    padding: 30px;
    font-size: 1em;
    text-align: center; }
    #index_testimonials .quote p {
      width: 100%; }
    #index_testimonials .quote em {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end;
      width: 100%; }
    @media screen and (min-width: 768px) {
      #index_testimonials .quote {
        font-size: 1.5em; } }
  #index_testimonials .read-more-link {
    display: block;
    width: 215px;
    margin: 1em auto;
    font-size: 1.2em; }
    @media screen and (min-width: 768px) {
      #index_testimonials .read-more-link {
        width: 340px;
        font-size: 1.88em; } }

.content-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: white; }

#left_column {
  width: calc(100% - 2em);
  margin: 0 auto; }

#right_column {
  width: calc(100% - 2em);
  margin: 0 auto; }

.content-container .section-title {
  margin: 0;
  font-weight: 400; }
  .content-container .section-title a {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: inherit; }
    .content-container .section-title a:hover {
      text-decoration: none; }

.content-container .read-more-link {
  text-decoration: none;
  display: inline-block; }
  .content-container .read-more-link:hover {
    text-decoration: underline; }

.content-container .section-title {
  width: 100%;
  color: #d22630;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 900; }

.content-container .read-more-link-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-left: 1em; }

.content-container .read-more-link {
  font-size: 1.88em;
  font-weight: 700;
  margin: 1em 0;
  padding: 10px 30px;
  line-height: 43px;
  color: #4a4a4a;
  background-color: #78d5e1;
  border-radius: 10px;
  box-shadow: 5px 5px 0px #cacaca; }
  .content-container .read-more-link:hover {
    background: #fed141; }

.content-container [class*="-name"] {
  width: 100%;
  margin: 0 0 10px 0; }
  .content-container [class*="-name"] a {
    text-decoration: underline;
    font-size: 1.5rem;
    font-weight: 700;
    color: #4a4a4a; }
    .content-container [class*="-name"] a:hover {
      color: #d22630; }

.content-container a {
  text-decoration: none;
  color: white; }
  .content-container a:hover {
    text-decoration: underline; }

#news_container .news-item-image-holder {
  width: 100%;
  margin-bottom: 15px;
  text-align: center; }

#news_container .news-item-image {
  width: 100%;
  max-width: 500px; }

#news_container .item-text {
  font-size: 1.13em;
  line-height: 32px; }

#news_container .read-more-link {
  font-size: 1.5em; }

@media screen and (min-width: 768px) {
  #news_container .news-item-image-holder {
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
    width: 200px; } }

@media screen and (min-width: 1024px) {
  #news_container .news-item-image-holder {
    width: 250px; } }

#events_container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

#events_container .event-date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

#events_container .event-summary {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

#events_container .event-image-link {
  max-width: 100%; }

#events_container .event-image {
  width: 100%; }

#links_container .links-list {
  margin: 0;
  padding: 0;
  list-style: none; }

#spotlight_container {
  width: calc(100% - 2em);
  margin: 1em auto;
  color: white; }
  #spotlight_container .section-title {
    font-size: 3em;
    color: white; }
  #spotlight_container .item-text {
    width: 100%;
    font-size: 1.25em; }
  @media screen and (min-width: 768px) {
    #spotlight_container {
      width: 40%; } }

#shuffle_container {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 1em 0; }
  #shuffle_container:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 2%;
    left: 10%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 25%;
    box-shadow: 0 20px 30px 30px rgba(0, 0, 0, 0.1); }
  #shuffle_container .laptop {
    width: 100%;
    margin-top: 10px; }
  #shuffle_container #shuffle_container_inner {
    position: absolute;
    top: 8%;
    left: 11%;
    width: 78%; }
  @media screen and (min-width: 768px) {
    #shuffle_container {
      width: 400px;
      max-width: 400px;
      margin: 7em 0 0; } }
  @media screen and (min-width: 1024px) {
    #shuffle_container {
      width: 600px;
      max-width: 600px; } }

#sangha_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 650px;
  padding: 4em 0 2em;
  background: url("/National_Library/20161222123739oe_/http://www.edlio.com/pics/sangha_bg.png") bottom right no-repeat white;
  background-size: 310px 171px; }
  #sangha_container .sangha {
    display: block;
    overflow: hidden;
    height: 41px;
    width: 300px;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/National_Library/20161222123739oe_/http://www.edlio.com/pics/sangha_logo.png");
    background-size: contain; }
  #sangha_container .sangha_content {
    width: calc(100% - 2em);
    margin: 0 auto; }
  #sangha_container .topline {
    width: 100%;
    color: #4a4a4a;
    font-size: 1.88em;
    font-weight: 500; }
  #sangha_container .btmline {
    width: 100%;
    color: #4a4a4a;
    font-size: 1.88em;
    font-weight: 900; }
    #sangha_container .btmline span {
      color: #d22630; }
  #sangha_container .read-more-link {
    font-size: 1.2em; }
    @media screen and (min-width: 768px) {
      #sangha_container .read-more-link {
        font-size: 1.88em; } }
  @media screen and (min-width: 768px) {
    #sangha_container {
      background-size: 500px 276px;
      height: 430px; }
      #sangha_container .sangha {
        display: block;
        overflow: hidden;
        height: 56px;
        width: 411px;
        white-space: nowrap;
        text-indent: 200%;
        color: transparent;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url("/National_Library/20161222123739oe_/http://www.edlio.com/pics/sangha_logo.png");
        background-size: contain; } }
  @media screen and (min-width: 1024px) {
    #sangha_container {
      background-size: 789px 436px;
      height: 520px; } }

#quicklinks_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 3em auto; }
  #quicklinks_container .section-title {
    text-align: center; }
  #quicklinks_container p {
    font-size: 1.5em;
    text-align: center;
    margin: 0 auto;
    width: 90%; }
    @media screen and (min-width: 768px) {
      #quicklinks_container p {
        width: 70%; } }

#quicklinks {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #quicklinks .offerings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 286px;
    width: 300px;
    margin: 25px 10px;
    background: white;
    border-bottom: 15px #d22630 solid;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: #4a4a4a;
    font-size: 1.13rem;
    text-align: center;
    text-decoration: none; }
    #quicklinks .offerings svg {
      fill: #d22630;
      width: 122px;
      height: 122px;
      margin-bottom: 10px; }
    #quicklinks .offerings .firstline {
      width: 100%;
      font-size: 1.7rem;
      font-weight: 900; }
    #quicklinks .offerings span {
      width: 100%; }
  #quicklinks div:first-child, #quicklinks div:nth-child(5) {
    border-color: #fed141; }
    #quicklinks div:first-child svg, #quicklinks div:nth-child(5) svg {
      fill: #fed141; }
  #quicklinks div:nth-child(2), #quicklinks div:nth-child(6) {
    border-color: #78d5e1; }
    #quicklinks div:nth-child(2) svg, #quicklinks div:nth-child(6) svg {
      fill: #78d5e1; }
  #quicklinks div:nth-child(3) {
    border-color: #94cb46; }
    #quicklinks div:nth-child(3) svg {
      fill: #94cb46; }
  #quicklinks div:nth-child(2) svg {
    width: 150px;
    height: 150px; }

#footer_main {
  background: url("/National_Library/20161222123739oe_/http://www.edlio.com/pics/edlio_footer_school.png") no-repeat bottom center #d22630;
  z-index: 9; }

#footer_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 1em auto; }
  @media screen and (min-width: 768px) {
    #footer_inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: calc(100% - 2em); } }

#footer_left {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    #footer_left {
      width: 40%; } }

#footer_right {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    #footer_right {
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      width: 60%; } }
  @media screen and (min-width: 1024px) {
    #footer_right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      height: 240px; } }

#footer_bottom {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: white;
  font-size: 1.25em;
  text-align: center;
  text-transform: capitalzie; }
  #footer_bottom span {
    margin: 0 8px;
    position: relative; }
    @media screen and (min-width: 768px) {
      #footer_bottom span:before {
        content: "";
        position: absolute;
        top: 0;
        left: -8px;
        height: 100%;
        width: 1px;
        background: white; } }
  #footer_bottom p {
    width: 100%; }
  @media screen and (min-width: 768px) {
    #footer_bottom {
      line-height: 48px; } }

#footer_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  line-height: 32px;
  font-size: 1.125em;
  font-weight: 700;
  color: white; }
  #footer_address a {
    color: inherit; }
  #footer_address .footer-info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 5px 0; }
    @media screen and (min-width: 768px) {
      #footer_address .footer-info-block {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start; } }
  #footer_address span:first-child {
    font-size: 2.25rem;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #footer_address span:first-child {
        line-height: 42px; } }
  @media screen and (min-width: 768px) {
    #footer_address {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      text-align: left; } }

.links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 5px 0;
  color: white;
  font-size: 1.25em;
  text-align: center; }
  .links-list header {
    width: 100%;
    font-weight: 900; }
  .links-list a {
    color: white !important;
    margin: 0 3px; }
    .links-list a:focus, .links-list a:hover, .links-list a.open {
      color: #4a4a4a; }
  @media screen and (min-width: 768px) {
    .links-list {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      text-align: right; } }
  @media screen and (min-width: 1024px) {
    .links-list {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      width: 33%;
      text-align: left; } }

#edlio_logo {
  display: block;
  width: 160px;
  height: 60px;
  overflow: hidden;
  background-color: transparent; }
  #edlio_logo svg {
    display: block;
    width: 160px;
    height: 60px;
    margin: 0;
    fill: white; }
  @media screen and (min-width: 1024px) {
    #edlio_logo {
      position: absolute;
      bottom: 0;
      right: 0; } }

#mobile_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #d22630; }
  #mobile_nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .75em;
    text-decoration: none;
    color: white; }
    #mobile_nav a svg {
      width: 28px;
      height: 28px;
      margin-bottom: 5px;
      fill: white; }
    #mobile_nav a:hover {
      color: #78d5e1; }
      #mobile_nav a:hover svg {
        fill: #78d5e1; }
  @media screen and (min-width: 768px) {
    #mobile_nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    #footer_main {
      padding-bottom: 64px; } }

#news_container_inside_full {
  width: 100%;
  /* .items-list {
		@include flex-all($direction: column, $justify: center, $align: center);
		.item {
			@include flex-all($direction: column, $justify: center, $align: flex-start);
			margin: 1em 0;
			padding: 1em 0;
			width: 100%;
			background: rgb(244,244,244);
		}

		.news-item-image-holder {
			width: 100%;
			margin-bottom: 15px;
			text-align: center;
		}

		.news-item-image {
			width: 100%;
		}

		.item-summary {
			width: 100%;
		}

		.item-name {
			text-align: center;
			color: $macy-grey;
			font: {
				size: 1.1em;
				weight: 500;
			}
		}

		.item-text {
			font-size: 1.13em;
			line-height: 32px;
		}

		.read-more-link {
			font-size: 1.5em;
			background: $red-fox;
			color: $jack-white;
			&:hover {
				background: $yellow-ono;
				color: $macy-grey;
			}
		}
	}
	@include respond-to($vp-mid) {
		.items-list {
			.item {
				@include flex-all($direction: row, $justify: space-around, $wrap: wrap);
				padding: 2em 0;
				.news-item-image-holder {
					width: 50%;
				}
				.item-summary {
					width: 38%;
				}
			}
		}
	} */ }
  #news_container_inside_full .section-title {
    color: #d22630;
    font-size: 2em;
    font-weight: 900; }
  #news_container_inside_full #recent_main {
    max-width: 750px;
    margin: 0 auto; }

.news_container_inside {
  width: 100%;
  margin: 2em auto; }
  .news_container_inside .section-title {
    color: #d22630;
    font-size: 2em;
    font-weight: 900; }
  .news_container_inside .items-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .news_container_inside .items-list .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin: 1em 0;
      padding: 1em 0;
      width: 100%;
      background: #f4f4f4; }
    .news_container_inside .items-list .news-item-image-holder {
      width: 100%;
      text-align: center; }
    .news_container_inside .items-list .news-item-image {
      width: 100%; }
    .news_container_inside .items-list .item-summary {
      width: 100%; }
    .news_container_inside .items-list .item-name {
      text-align: center; }
      .news_container_inside .items-list .item-name a {
        color: #4a4a4a;
        text-align: center;
        font-size: 1.1em;
        font-weight: 500; }
    .news_container_inside .items-list .item-text {
      font-size: 1.13em;
      line-height: 32px; }
    .news_container_inside .items-list .read-more-link {
      font-size: 1.5em;
      background: #d22630;
      color: white; }
      .news_container_inside .items-list .read-more-link:hover {
        background: #fed141;
        color: #4a4a4a; }
  @media screen and (min-width: 768px) {
    .news_container_inside .items-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .news_container_inside .items-list .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 48%;
        padding: 2em 0; }
        .news_container_inside .items-list .item .news-item-image-holder {
          width: 90%; }
        .news_container_inside .items-list .item .item-summary {
          width: 90%; } }
