/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */

/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */

html,
body {
  font-family: 'Roboto', sans-serif;
  color: #111;
  font-size: 15px;
}

p {
  width: 100%;
}

img {
  height: auto !important;
}

#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("/path/to/boxsizing.htc");
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
}

/* Containers for grid items and flow items. */
#header,
#main,
#footer {
  *position: relative;
  *zoom: 1;
}
#header:before,
#header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#header:after,
#main:after,
#footer:after {
  clear: both;
}

#header {
  background: #fff;
  padding: 10px 0;
}

#site-slogan {
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.2em;
  visibility: hidden;
}

#content {
  max-width: 1042px;
  margin: 0 auto;
}

#mobile-logo {
  width: 50%;
  position: absolute;
  top: 0;
  right: 25%;
  display: block;
}

.mean-container .mean-bar {
  /* background: #00087d url('/sites/all/themes/fosterfocus/logo-white.png') center .75em no-repeat; */
  background: #97233f url('/sites/all/themes/fosterfocus/logo-white.png') center .75em no-repeat;
  background-size: 50% auto;
}

.mean-container .mean-nav {
  /* background: #00087d; */
  background: #97233f;
}

.views-field-title a {
  font-weight: 500;
  text-decoration: none;
}

.views-field-field-writer {
  font-weight: 500;
  color: #999;
  font-size: 0.8em;
}

.view-issue-highlights .views-row {
  background: #f3f3f3;
  padding: .5em;
  margin: .25em 0;
  min-height: 64px;
}

.view-issue-highlights.view-display-id-panel_pane_2 .views-row {
  background: transparent;
}

.view-issue-highlights .views-field-field-headshot,
.view-issue-highlights .views-field-field-column-image {
  float: left;
  margin-right: 1em;
}

.view-issue-highlights .views-field-field-headshot .field-content img,
.view-issue-highlights .views-field-field-column-image .field-content img {
  max-height: 50px;
}

.view-issue-highlights .views-field-field-image .item-list ul {
  list-style: none;
  float: left;
  margin: 0 1em 0 0;
  padding-left: 0;
}

.view-issue-highlights .views-field-field-image .item-list ul li {
  margin: 0;
}

.view-issue-highlights .views-field-field-image .item-list ul li img {
  width: 3em;
}

.view-issue-highlights .views-field-title,
.view-issue-highlights .views-field-field-writer {
  margin-left: 65px;
}

.view-latest-news .views-row {
  padding: .5em 0;
}

.view-latest-news .views-field-timestamp {
  font-size: .9em;
}

.region-bottom {
  width: 100%;
  background: #444;
  color: #fff;
}

#block-block-1 {
  width: 100%;
  max-width: 1042px;
  margin: 0 auto;
  padding: 1em 15px;
  font-size: .9em;
}

#block-block-1 p {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

#block-block-1 a {
  color: #eee;
}

#block-block-6 {
  max-width: 100%;
  height: 250px;
}

#block-search-form {
  display: none;
}

#page-title {
  text-align: center;
  /* color: #00087d; */
  color: #97233f;
  text-transform: uppercase;
  font-size: 200%;
}

.view-issue-archive h3 {
  clear: both;
  float: left;
  /* background-color: #00087d; */
  background-color: #97233f;
  color: #fff;
  padding: 7px 10px;
  width: 100%;
}

.view-issue-archive .views-row {
  float: left;
  padding: 1.75em 0.75em;
}

.view-issue-archive .views-row .views-field-field-cover img {
  border: #eaeaea 1px solid;
}

.view-issue-archive .views-row .views-field-title {
  padding-top: 0.5em;
}

.view-issue-archive .views-row .views-field-title a {
  color: #111;
}

.view-issue-archive .views-row .views-field-field-paypal-form {
}

.view-issue-archive .views-row .views-field-field-paypal-form table {
  margin: 0;
  border: none !important;
}

.view-issue-archive .views-row .views-field-field-paypal-form table tr {
  border: none !important;
}

.view-issue-archive .views-row .views-field-field-paypal-form table td {
  font-size: 85%;
  text-align: left;
  border: none !important;
}

.view-issue-archive .views-row .views-field-field-paypal-form input[type=image] {
  margin-top: 2px;
}

.pane-node-links, #content .links {
  float: left;
  clear: both;
}

.node-type-issue .pane-issue-highlights-panel-pane-2 {
  float: left;
  clear: both;
  width: 100%;
}

#footer .block-simpleads {
  text-align: center;
}

#footer .block-simpleads .block-title {
  font-size: .9em;
  font-weight: 300;
  text-transform: uppercase;
}

#footer .block-simpleads .simplead-container {
  display: inline-block;
  width: auto;
  padding: 0 10px;
}

#footer .block-simpleads .simplead-container img {
  height: 86px;
  border: #efefef 1px solid;
  padding: 2px;
}

.photo-sidebar {
  max-width: 325px;
  text-align: center;
  float: right;
  margin-left: 60px;
}

.photo-sidebar img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
  margin: 0 auto 15px;
}

.sharethis-buttons {
  max-width: 1042px;
  margin: 10px auto;
}

.node-195 ol li {
  margin-bottom: 10px;
}

.page-node-196 #content {
  max-width: 100%;
}

.node-196 h2 {
  background: #999;
  color: #fff;
  text-transform: uppercase;
}

.node-196 .field-name-body ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
}

.node-196 .field-name-body ul li {
  display: inline-block;
  text-align: left;
  padding: 10px;
}

.node-196 .field-name-body ul li img {
  height: 265px;
  width: auto;
  margin-bottom: 6px;
}

.page-node-187 #content {
  max-width: 100%;
}

.node-187 h2 {
  background: #999;
  color: #fff;
  text-transform: uppercase;
}

.node-187 .field-name-body ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
}

.node-187 .field-name-body ul li {
  display: inline-block;
  text-align: left;
  padding: 10px;
}

.node-187 .field-name-body ul li img {
  margin-bottom: 15px;
}

.image-grid {
  list-style: none;
  text-align: center;
  padding-left: 0;
}

.image-grid li {
  display: inline-block;
  text-align: left;
  padding: 10px;
}

.image-grid li img {
  margin-bottom: 6px;
}

#subscribe-block {
  display: table;
  width: 100%;
}

#subscribe-block-left, #subscribe-block-right, #subscribe-block-separator {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#subscribe-block-separator {
  width: 20%;
  font-size: 1.6em;
}

#subscribe-block-left, #subscribe-block-right {
  background-color: #eee;
  border-radius: 40px;
  width: 40%;
}

#subscribe-billed {
  background-color: #eee;
  border-radius: 40px;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  padding: 30px;
}

#payment-options h2 {
  line-height: 1.3em;
  margin-bottom: 0;
}

#payment-options h3 {
  margin: 5px auto 10px;
}

#payment-options form + p {
  margin: 5px auto;
}

.page-node-189 #share-title {
  font-size: 2em;
  /* color: #00087d; */
  color: #97233f;
  margin-bottom: 15px;
}

.page-node-189 .sharethis-buttons {
  text-align: center;
  margin-bottom: 30px;
}

#webform-client-form-198 .form-item br {
  display: none;
}

#webform-client-form-198 .form-item label {
  display: inline-block;
  width: 35%;
  text-align: right;
}

#webform-client-form-198 .form-item .form-text, #webform-client-form-198 .form-item .form-select {
  display: inline-block;
  width: 55%;
}

#webform-client-form-198 > div > p {
  display: none;
}

#webform-client-form-198 .form-actions, #webform-client-form-198 .webform-component-markup {
  text-align: center;
}

#block-webform-client-block-198 h2.block-title {
  text-align: center;
  /* color: #00087d; */
  color: #97233f;
  text-transform: uppercase;
  margin-top: 10px;
}

#block-views-latest-issue-block-1 {
  text-align: right;
}

#block-views-latest-issue-block-1 img {
  max-width: 300px;
}

#subscribe-bulk {
  background: transparent url('/sites/default/files/cover-collage.png') center bottom no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 800px;
  padding: 0 20% 408px 20%;
  margin: 0 auto 20px;
}

#subscribe-banner {
  display: none;
}

#block-menu-menu-features {
  display: none;
}

#block-menu-menu-features .menu {
  margin: 0;
  padding: 0;
  display: flex;
}

#block-menu-menu-features .menu .menu__item.is-leaf {
  list-style: none;
  display: flex;
  text-align: center;
  align-items: center;
  width: 33%;
  border-left: #ccc 1px solid;
  padding: 10px 40px;
}

#block-menu-menu-features .menu .menu__item.is-leaf.first {
  border-left: none;
}

#block-menu-menu-features .menu .menu__item a {
  font-weight: bolder;
  /* color: #00087d; */
  color: #97233f;
  text-decoration: none;
  font-size: 115%;
  text-transform: uppercase;
  line-height: 1.2em;
}

input[type=submit] {
  /* background: #00087d; */
  background: #97233f;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}

#edit-search-block-form--2 {
  border-radius: 0;
  border: none;
  -moz-box-shadow:    inset 0 0 3px #999;
   -webkit-box-shadow: inset 0 0 3px #999;
   box-shadow:         inset 0 0 3px #999;
  padding: 2px;
}

.field-slideshow-wrapper {
  display: block;
  width: auto;
}

.field-slideshow-controls a {
  width: 49%;
  display: inline-block;
}

.field-slideshow-controls .prev {
  text-align: left;
}

.field-slideshow-controls .next {
  text-align: right;
}

#block-block-3 {
  display: none;
}

#podcasts {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#podcasts li {
  margin-left: 0;
  padding-left: 0;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: #efefef 1px solid;
}

/*
.view-writer-s-marketplace .views-row-odd,
.view-writer-s-marketplace .views-row-even {
  padding: 30px 0;
  float: left;
  background: #fafafa;
}

.view-writer-s-marketplace .view-footer {
  width: 100%;
  float: left;
  clear: both;
}

.view-writer-s-marketplace .views-field-title h3 {
  font-size: 1.4em;
}

.views-field-field-marketplace-book-cover {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

.view-writer-s-marketplace .views-field-field-headshot {
  width: 30%;
  text-align: left;
  float: left;
  padding-top: 20px;
}

.views-field-field-marketplace-bio {
  width: 70%;
  float: left;
  text-align: left;
  font-size: 0.9em;
  font-style: italic
}

.views-field-field-marketplace-profile {
  width: 59%;
  display: inline-block;
}

.views-field-field-marketplace-profile .field-content p:first-child {
  margin-top: 0;
}

.view-writer-s-marketplace .views-field-field-link {
  width: 70%;
  float: left;
  text-align: right;
}

.views-field-field-marketplace-book-link {
  float: left;
  width: 30%;
  text-align: left;
}

.views-field-field-marketplace-book-link a {
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  background: #97233f;
  text-decoration: none;
}
*/

.view-writer-s-marketplace .row > div {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.view-writer-s-marketplace .views-field-field-marketplace-book-cover {
  margin-bottom: 0.5rem;
}

#block-views-article-writer-block .views-row {
  margin-bottom: 2em;
}

/* Contributors Page */

.page-contributors .pane-title {
  font-size: 1.8em;
  margin-bottom: 1em;
}

.view-writers .panel-display {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: #cecece 1px dotted;
}

.view-writers .panel-display .panel-col-first {
  width: 25%;
}

.view-writers .panel-display .views-field-field-headshot img {
  width: 100%;
  max-width: 100%;
}

.view-writers .panel-display .panel-col-last {
  width: 75%;
  padding-left: 2em;
}

.view-writers .panel-display .views-field-title h3 {
  margin: 0;
  font-size: 1.4em;
}

.view-id-latest_issue.view-display-id-panel_pane_1 .view-footer {
  font-size: 12px;
  color: #fff;
  /* background-color: #00087d; */
  background-color: #97233f;
  padding: 1px 15px;
  margin-top: 15px;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 3em;
    position: relative;
  }
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    border-top: #545454 1px solid;
    border-bottom: #222 2px solid;
    padding: 8px 0;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
  }
}

/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 959px) {

  /**
   * The layout when there is only one sidebar, the left one.
   */

  /* Span 2 columns, starting in 2nd column from left. */
  .sidebar-first #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }

  /* Span 1 column, starting in 1st column from left. */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */

  /* Span 2 columns, starting in 1st column from left. */
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }

  /* Span 1 column, starting in 3rd column from left. */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */

  /* Span 2 columns, starting in 2nd column from left. */
  .two-sidebars #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }

  /* Span 1 column, starting in 1st column from left. */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }

  /* Start a new row and span all 3 columns. */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
  }

  /* Apply the shared properties of grid items in a single, efficient ruleset. */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("/path/to/boxsizing.htc");
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
  }

  /* Span 1 column, starting in the 1st column from left. */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }

  /* Span 1 column, starting in the 2nd column from left. */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }

  /* Span 1 column, starting in the 3rd column from left. */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}

/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {

  /**
   * The layout when there is only one sidebar, the left one.
   */

  /* Span 4 columns, starting in 2nd column from left. */
  .sidebar-first #content {
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
  }

  /* Span 1 column, starting in 1st column from left. */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */

  /* Span 4 columns, starting in 1st column from left. */
  .sidebar-second #content {
    float: left;
    width: 60%;
    margin-left: 10%;
    margin-right: -90%;
    padding-right: 30px;
  }

  /* Span 1 column, starting in 5th column from left. */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 20%;
    margin-top: 2em;
    margin-left: 70%;
    margin-right: -100%;
    border-left: #efefef 1px solid;
    padding-left: 30px;
    padding-right: 30px;
  }

  /**
   * The layout when there are two sidebars.
   */

  /* Span 3 columns, starting in 2nd column from left. */
  .two-sidebars #content {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }

  /* Span 1 column, starting in 1st column from left. */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }

  /* Span 1 column, starting in 5th column from left. */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }

  #header {
    /* background: #00087D; */
    background: #97233f;
  }

  #content {
    margin: 2em auto 1em;
  }

  #page-title {
    font-size: 275%;
  }

  .region-bottom-inner {
    max-width: 1042px;
    margin: 0 auto;
  }

  #block-block-1 {
    padding: 2em 15px 2em 0;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }

  #block-block-2 {
    padding: 2em 15px 2em 0;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }

  #block-block-2 p {
    margin: 0.5em 0;
  }

  #block-search-form {
    float: right;
    margin: -36px 30px 0 0;
    display: block;
  }

  #block-block-3 {
    float: right;
    margin: -38px 281px 0 0;
    display: block;
  }

  #block-block-3 p {
    margin: 0;
  }

  #block-block-3 a {
    color: #fff;
  }

  #block-block-3 i {
    margin: 0 6px;
  }

  #block-block-6 {
    max-width: 1040px;
    height: 150px;
    margin: 30px auto;
  }

  .view-latest-news .views-row {
    width: calc(50% - 15px);
    float: left;
    padding: 10px 0 10px 0;
    border-bottom: #ccc 1px dotted;
  }

  .view-latest-news .views-row-odd {
    clear: left;
    margin-right: 30px;
  }

  .view-latest-news .views-row-even {
    clear: right;
  }

  #block-menu-menu-features {
    display: flex;
    background: #fcfcfc;
    background-size: contain;
    border: #ccc 1px solid;
  }

  #block-menu-menu-features h2.block-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    /* background-color: #00087D; */
    background-color: #97233f;
    text-transform: uppercase;
    font-size: 95%;
    text-align: center;
    padding: 6px 0;
  }

  /* Wrapper for website name and slogan. */
  .header__name-and-slogan {
    display: block !important;
    float: left;
    margin-left: 15px;
  }

  .front .pane-latest-issue-panel-pane-1,
  .node-type-issue .pane-node-field-cover,
  .front .pane-latest-issue-panel-pane-5 {
    width: 60%;
    float: left;
    margin-right: 5%;
  }

  .front .pane-custom.pane-1 {
    margin-top: 0.5rem;
  }

  .front .pane-custom.pane-1 p {
    margin: 0;
    padding: 0;
  }

  .front .pane-latest-issue-panel-pane-2,
  .front .pane-latest-issue-panel-pane-3,
  .front .pane-latest-issue-panel-pane-4,
  .node-type-issue .pane-issue-highlights-panel-pane-1,
  .node-type-issue .pane-issue-highlights-panel-pane-5 {
    width: 35%;
    float: left;
  }

  .front .pane-latest-news-panel-pane-1 {
    float: left;
    clear: both;
    width: 100%;
    padding: 15px 15px 15px 30px;
    border: #ddd 1px solid;
    margin-top: 30px;
  }

  .front .pane-latest-issue-panel-pane-2 h2.pane-title {
    margin-top: 0;
  }

  .front .pane-latest-issue-panel-pane-3 {
    margin-top: 1em;
  }

  @media screen and (min-width: 960px) {
    .front .pane-latest-issue-panel-pane-4 {
      margin-top: 0;
    }
  }

  .front .pane-latest-issue-panel-pane-5 {
 
  }

  .view-issue-archive .views-row {
    width: 25%;
    text-align: center;
  }

  .view-issue-highlights.view-display-id-panel_pane_2 {
    float: left;
    clear: both;
    width: 100%;
  }

  .view-issue-highlights.view-display-id-panel_pane_2 .views-row {
    width: 33%;
    float: left;
    padding: 15px;
  }

  .view-issue-highlights.view-display-id-panel_pane_2 .views-row-4, .view-issue-highlights.view-display-id-panel_pane_2 .views-row-7, .view-issue-highlights.view-display-id-panel_pane_2 .views-row-10 {
    clear: left;
  }

  .link-group {
    float: left;
    width: 33%;
    min-height: 470px;
  }

  .page-node-186 #content p {
    float: left;
    clear: both;
  }

  .node-type-article .field-name-field-writer a {
    font-weight: bold;
  }

  .node-type-article .field-name-field-image {
    float: right;
    margin-left: 30px;
    text-align: center;
  }

  .node-type-article .field-name-field-image .field-item {
    margin-bottom: 15px;
  }

  .view-writer-s-marketplace .views-row-odd {
    clear: left;
  }

  .view-writer-s-marketplace .views-row-odd,
  .view-writer-s-marketplace .views-row-even {
    padding: 0 30px 30px;
    margin: 15px;
    width: calc(50% - 60px);
  }

  .image-field-caption {
    width: 480px;
    text-align: center;
    font-style: italic;
  }

  .node-187 .field-name-body ul li img {
    height: 600px !important;
    width: auto;
  }

  .image-grid li img {

  }
}

@media all and (min-width: 1374px) {
  #subscribe-banner {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 145px;
  }

  #block-search-form {
    margin: -36px 149px 0 0;
  }

  #block-block-3 {
    margin: -38px 400px 0 0;
  }
}

@media all and (max-width: 768px) {
  #block-block-6 {
    display: none;
  }
}

#views_slideshow_cycle_teaser_section_cover_slideshow-default_1 {
  width: 100% !important;
}

#views_slideshow_cycle_teaser_section_cover_slideshow-default_1 .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  max-height: 480px;
}

#views_slideshow_cycle_teaser_section_cover_slideshow-default_1 .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item {
  width: 33%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #content {
    margin-top: 1rem;
  }

  #views_slideshow_cycle_teaser_section_cover_slideshow-default_1 {
    max-height: 44vw;
  }

  #views_slideshow_cycle_teaser_section_cover_slideshow-default_1 .views-slideshow-cycle-main-frame-row {
    max-height: 50vw;
  }

  #views_slideshow_cycle_teaser_section_cover_slideshow-default_1 .views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item {
    width: 32%;
  }
}

.field-name-field-slideshow .field-item {
    text-align: center;
    padding: 1rem 0;
}