/*
 * responsive.custom.css is for custom media queries that are not set via the
 * theme settings, such as cascading media queries.
 *
 * By default all the other responsive stylesheets used in Adaptivetheme use a
 * "stacking method", however cascading media queries use a waterfall method so
 * you can leverage the cascade and inheritance for all browsers that support
 * media queries.
 *
 * @SEE http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack
 *
 * NOTE: this file loads by default, to disable go to your theme settings and
 * look under the "CSS" settings tab.
 */

@media only screen and (max-width: 1200px) {
  /* home page */
  .join-us {
    width: 47%;
  }
  .join-us img {
    max-width: 85%;
  }
  .join-us h2 {
    font-size: 36px;
    max-width: 90%;
    margin: 0px 10px 20px 40px;
  }
  .why-festival-right {
    width: 49%;
  }
  .video-wrapper {
    padding-right: 15px;
  }

  body.page-node-480 #tertiary-content-wrapper .block-inner,
  body.page-node-27 #tertiary-content-wrapper .block-inner {
    margin: 0 25px;
  }
}

/*
 * 1080 px and below (where main content starts to collapse
 */
@media only screen and (max-width: 1080px) {

  /* header and main nav */

  /* on season or all */
  #header #logo img {
    max-width: 160px;
    padding: 15px 15px 0 15px;
  }
  #header .region-header {
    margin-left: 170px;
  }
  #block-block-7 {
    padding: 0;
    margin: 5px 0 0 20px;
  }
  .header-links {
    font-size: 13px;
  }

  #menu-bar ul.sf-menu li a {
    font-size: 12px;
    line-height: 40px;
    padding: 0 17px;
  }

  #nav-wrapper {
    margin-top: -70px;
    margin-left: 170px;
  }

  #menu-bar {
    float: left;
  }

  body.front #secondary-content-wrapper {
    margin-top: 10px;
  }

  body.page-node-27 .region-secondary-content {

    padding: 100px 0px;
    background: url('images/2023home.png') bottom right no-repeat;
    background-size: auto;
    background-size: 100% auto;
    margin-left: 60px;

  }


  /*footer*/
  #footer .region-inner {
    margin-left: 30px;
  }
  /*sidebar */
  .region-sidebar-second .region-inner {
    margin-right: 15px;
  }
  /* home */
  body.page-node-480 #tertiary-content-wrapper .block-inner,
  body.page-node-27 #tertiary-content-wrapper .block-inner {
    margin: 0 30px;
  }
  .why-festival-right {
    width: 55%;
    margin: 70px 0 20px 0;
  }
  .why-festival-left img {
    width: 100px;
  }
  .why-festival-left {
    width: 44%;
  }

}

/*
 * Landscape table (1024px) and below
 */
@media only screen and (max-width: 1024px) {

  /* main menu*/
  #header #logo img {
    max-width: 140px;
    padding: 20px 0 0 20px;
  }
  #nav-wrapper {
    margin-top: -90px;
    margin-left: 170px;
    padding-left: 20px;
  }
  #menu-bar {
    float: none;
    width: auto;
    background-color: transparent;
    margin-bottom: 0px;
  }
  #menu-bar ul.sf-menu li#menu-650-1,
  #menu-bar ul.sf-menu li#menu-651-1,
  #menu-bar ul.sf-menu li#menu-652-1,
  #menu-bar ul.sf-menu li#menu-653-1,
  #menu-bar ul.sf-menu li#menu-1072-1 {
    display: block;
  }
  #menu-bar #block-superfish-1 {
    margin: 30px 0 0 10px;
  }

  #menu-bar #block-superfish-1 #superfish-1-accordion {
    margin-left: -170px;
    margin-top: 25px;
      width: calc(100% + 150px);
  }
  #menu-bar #block-block-10 {
    display: block;
    width: auto;
    position: absolute;
    top: 0px;
    left: 140px;
  }

  /* header */
  div.region-header .block {
    clear: none;
  }

  #block-block-16,
  #block-search-form,
  #block-block-1 {
    display: none;
  }


  /*home page*/
  body.page-node-27 .region-secondary-content {
    margin-left: 0;
  }

  body.page-node-27 .home-blue-box {
    max-width: 370px;
    padding: 50px 20px 20px 20px;
    margin-left: 15px;
  }

  .join-us {
    width: 50%;
  }
  .festival-facts-wrapper {
    margin-left: 20px;
  }
  .festival-facts {
    font-size: 32px;
  }
  .sf-description h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
  }
  .special-features {
    width: 27%;
    height: 250px;
    padding: 20px 20px 0px 20px;
  }
  .special-features-wrapper .sf-2 a, .special-features-wrapper .sf-1 a {
    margin-top: 160px;
  }

  /* Event search page */
  body.not-front #block-ncsf-custom-find-events .form-item input {
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    padding-left: 15px;
    width: 250px;
  }
  body.not-front #block-ncsf-custom-find-events .form-submit {
    width: 100px;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
  }
  body.not-front #block-ncsf-custom-find-events h2.block-title {
    float: left;
    width: 40%;
    font-size: 32px;
    margin: 20px;
  }
  /* hide small and medium photo */
  .views-field-field-event-image{
    display: none;
  }
  .views-field-field-event-image-2{
    display: block;
  }
  .views-row.signature-event, .views-row.official-expo {
    height: auto;
    padding: 10px;
  }


}

/*
 * 950px and below
 */
@media only screen and (max-width: 950px) {

  #block-block-1 {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
  }

  /*event search*/
  .filter-options1 {
    width: 45%;
  }
  .filter-options2 {
    width: 55%;
  }
  .filter-options-wrapper .views-exposed-widget {
    margin-right: 0;
  }

  /* home page */

  body.page-node-480 #block-block-11 h2 {
    padding: 10px;
    font-size: 250%;
  }

  body.page-node-480 .scroll-link {
    padding-top: 50px;
  }

  body.page-node-480 #block-block-11 {
    min-height: 500px;
  }

  body.page-node-480 .scroll-link {
    padding-bottom: 45px;
  }

  body.page-node-480 #content-wrapper,
  body.page-node-27 #content-wrapper {
    background-size: 150px auto;
  }

  body.page-node-480 #main-content,
  body.page-node-27 #main-content {
    margin: 0;
  }
  .join-us {
    float: left;
    width: 35%;
    padding: 0px;
  }
  .join-us img {
    width: 90%;
    max-width: 511px;
    padding-top: 15px;
  }
  .join-us-text {
    padding-top: 15px;
  }
  .join-us-text h2,
  .join-us-text p {
    margin-left: 70px;
  }
  .festival-facts-wrapper {
    float: none;
    margin-left: 40%;
    padding-top: 20px;
  }
  .festival-facts-label {
    margin-top: 15px;
  }
  .festival-facts-label,
  .festival-facts {
    margin-left: 70px;
  }
  .kelvin-club-wrapper {
    float: right;
    width: 45%;
    margin-top: 45px;
    background: url('images/kelvin-side.png') top right no-repeat;
  }
  /*kelvin club */
  .kelvin-club-outer {
    float: right;
    width: 200px;
    padding-right: 24px;
    background: url('images/redtriangle2.png') center right no-repeat;
    margin: 15px 160px 0 0;
  }
  .why-festival-right {
    width: 100%;
    float: none;
    margin: 20px 0 0px 0;
  }
  .why-festival-left img {
    width: auto;
  }
  .why-festival-left {
    width: 100%;
    float: none;
  }
  .why-festival-images,
  .why-festival-link {
    display: inline-block;
  }

  .get-involved-left {
    width: auto;
    float: none;
    padding-top: 5px;
    border-radius: 7px;
  }
  .get-involved-left img {
    border-radius: 0 0 7px 7px;
    margin-bottom: -10px;
  }
  .get-involved-right {
    margin-left: 0;
    padding-top: 30px;
  }
  .get-involved-right h3 {
    font-size: 30px;
  }
  .get-involved-right a.primary-button {
    margin-bottom: 15px;
  }
  body.page-node-480 #tertiary-content-wrapper #block-block-5 .block-inner,
  body.page-node-27 #tertiary-content-wrapper #block-block-5 .block-inner {
    padding-top: 0px;
  }

  .special-features-wrapper {
    background-color: #107696;
    padding: 10px 20px;
    width: auto;
    border-radius: 7px;
    margin: 0;
  }
  .sf-description {
    width: auto;
    height: auto;
    padding: 0px;
    border-radius: 0px;
    margin: 15px 15px 0 15px;
    font-size: 16px;
  }
  .special-features-wrapper .sf-1,
  .special-features-wrapper .sf-2{
    width: 35%;
    margin: 0 10px 15px 10px;
    height: 200px;
    padding-bottom: 10px;
  }
  .special-features-wrapper .sf-1 {
    margin-left: 7%;
  }
  .special-features-wrapper h2 {
     font-size: 30px;
  }
  .special-features-wrapper .sf-2 a,
  .special-features-wrapper .sf-1 a {
    margin-top: 120px;
    font-size: 16px;
  }

  /*Person component*/
  .paragraphs-item-person-component {
    min-height: none;
  }
  .group-hist-figure {
    display: none;
  }
  .group-left-column {
    padding-bottom: 15px;
  }

  /* sponsors */
  body.page-node-40 .field-group-format-wrapper {
    width: 40%;
    margin-right: 30px;
  }

}

/*
 * 850 px and below
 */
@media only screen and (max-width: 850px) {
  /* event nodes */
  #event-top {
    height: auto;
  }
  #event-top .event-image-small {
    display: block;
    float: left;
    margin: 0 15px 0 0;
  }
  #event-top .event-image-small img {
    max-width: 170px;
    padding-bottom: 10px;
  }
  #event-top .event-image-big {
    display: none;
  }
  .photo .event-category .clearfix::after {
    clear: none;
  }
  .photo .event-category {
    float: none;
    width: auto;
    margin-right: 10px;
  }
  .photo .event-category-type {
    float: none;
    width: auto;
    clear: none;
  }

  #block-block-6 .home-sponsor {
    max-width: 150px;
    margin: 0 60px 30px 0;
  }

  #block-block-6 .home-sponsors {
    text-align: center;
  }
  .sponsors-left {
    margin-bottom: 15px;
  }


}

/*
 * 800 px and below
 */
@media only screen and (max-width: 800px) {
  /*main menu*/
  #menu-bar  ul.sf-menu li a {
    font-size: 12px;
    padding: 0 10px 0 5px;
  }

  #footer {
    background: url('images/scienceforall.png') 95% 30px no-repeat;
    background-size: 100px auto;
  }

  /*footer*/
  .footer-left {
    width: 300px;
  }

  .footer-menu-1,
  .footer-menu-2 {
    width: 50%;
    margin-left: 30px;
  }
  .footer-logo {
    width: 200px;
  }
  .footer-logo img {
    max-width: 190px;
  }
  .footer-social {
    background-image: none;
    width: auto;
    margin-left: 240px;
  }


}


/*
 * Tablet and down (768px), now hamburger menu
 */
@media only screen and (max-width: 768px) {

  body.page-node-480 #content-wrapper,
  body.page-node-27 #content-wrapper {
    background-image: none;
  }

  body.page-node-480 #block-block-11 h2 {
    padding: 10px;
  }

  body.page-node-480 #block-block-11 {
    min-height: 400px;
  }

  body.page-node-27 #secondary-content-wrapper .region{
    background-color: #00B695;
    background-image: none;
    padding: 30px 0;
  }
  body.page-node-27 #block-ncsf-custom-find-events {
    padding: 0px;
    background-color: transparent;
    padding-bottom: 15px;
    margin: 0 auto;
  }
  body.page-node-27 .home-blue-box {
    max-width: 100%;
    border-radius: 0px;
    padding: 0px 15px;
    margin: 0px;
    background-color: transparent;
    text-align: center;
  }
  body.page-node-27 #block-ncsf-custom-find-events .search-text {
    text-align: center;
    margin: 20px;
  }
  .scroll-link {
    display: none;
  }

  .join-us {
    margin-top: 15px;
  }
  .join-us-text h2,
  .join-us-text p {
    margin: 0 30px;
  }
  .join-us-text p{
    line-height: 1.5;
    margin-top: 15px;
    font-size: 18px;
  }
  .festival-facts-wrapper {
    float: none;
    width: auto;
    padding-top: 20px;
  }
  .festival-facts-label,
  .festival-facts {
    margin-left: 30px;
  }
  .kelvin-club-wrapper {
    float: none;
    width:auto;
    min-height: 200px;
    margin-top: 25px;
    background: url('images/kelvin-side2.png') top left no-repeat;
  }
  /*kelvin club */
  .kelvin-club-outer {
    float: left;
    width: 180px;
    margin: 15px 0 0 140px;
    padding: 0 0 0 24px;
    background: url('images/redtriangle3.png') center left no-repeat;
  }
  #block-block-6 .home-sponsors {
    text-align: center;
    width: 100%;
  }

  #block-block-6 h2.block-title {
    margin-left: 20px;
  }

  #block-block-6 .sponsors-right,
  #block-block-6 .sponsors-left,
.sponsors-right,
.sponsors-left {
    float: none;
    margin: 20px;
    width: auto;
  }

body.page-node-40  .sponsors-left {
    margin: 0 0 20px 0;
}


  #block-block-6 .sponsors-right,
.sponsors-right {
    width: 240px;
    margin: 15px auto 30px auto;
  }
  .special-features-wrapper .sf-1,
  .special-features-wrapper .sf-2{
    width: 38%;
    margin: 15px;
    height: 150px;
    padding-bottom: 10px;
  }

  /* Event search page */
  .extra-options .views-toggle-link {
    display: none;
  }
  body.not-front #block-ncsf-custom-find-events .block-content {
    float: none;
    width: 100%;
    text-align: center;
  }
  body.not-front #block-ncsf-custom-find-events .form-item input {
    line-height: 44px;
    height: 44px;
  }
  body.not-front #block-ncsf-custom-find-events .form-submit {
    width: 100px;
    line-height: 44px;
    height: 44px;
  }
  body.not-front #block-ncsf-custom-find-events h2.block-title {
    float: none;
    width: 90%;
    text-align: center;
    margin: 0px 30px;
    padding: 0;
  }
  body.page-find-events-map #secondary-content-wrapper,
  body.page-find-events #secondary-content-wrapper {
    margin-top: -15px;
    padding-top: 30px;
  }
  body.page-find-events-map #secondary-content-wrapper,
  body.page-find-events #secondary-content-wrapper {

  }

  /*news*/
  .views-field-field-news-image {
    float: none;
  }
  .views-field-field-news-image img{
    max-width: 135px;
    max-height: 135px;
  }
  .view-news-releases .views-field-title {
    padding-bottom: 0px;
    border-bottom: 0px;
  }
  .view-news-releases .views-row {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #3d93cc;
  }
  .region-sidebar-second .region-inner {
    margin: 0 15px;
  }

  /*Person component*/
  .paragraphs-item-person-component .field-name-field-person-photo {
    width: auto;
    float: none;
    margin-left: 20px;
  }

  .field-name-field-favorite-historical-scienc h2 {
    margin: 0;
    padding-top: 5px;
  }
  .group-left-column {
    float: none;
    width: auto;
    margin: 0 20px 20px 20px;
  }
  .paragraphs-item-person-component .field-name-field-person-photo img,
  .paragraphs-item-person-component .field-name-field-person-photo {
    margin-bottom: 0;
  }

  .group-left-column .field-name-field-person-name {
    margin-top: 15px;
  }

  /* sponsors */
  body.page-node-40 .field-group-format-wrapper {
    float: none;
    width: auto;
  }
  body.page-node-40 .field-name-field-sponsors {
    margin-left: 0px;
    padding-top: 10px;
  }
}

/*
 * 700 px and below
 */
@media only screen and (max-width: 700px) {

  .join-us {
    display: none;
  }

  .festival-facts-wrapper {
    float: none;
    margin-left: 15px;
    padding-top: 20px;
  }


  body.page-node-480 #block-block-11 h2 {
    padding: 10px 20px;
    font-size: 140%;
  }

  /* event nodes */
  #event-side {
    max-width: 180px;
  }
  #event-main {
    margin-left: 200px;
  }
  #event-main .print-link {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  /* footer */
  .footer-right,
  .footer-left {
    width: 100%;
    float: none;
    clear: left;
  }
  .footer-logo {
    margin-top: 20px;
  }
  .footer-right {
    padding-top: 20px;
    margin-left: 30px;
  }
  .footer-logo img {

  }
  .footer-social {
     clear: left;
    margin-left: 20px;
  }
  .footer-menu-1,
  .footer-menu-2 {
    max-width: 200px;
  }
  #footer h2 {
    margin: 20px 0 10px 0;
  }
  .social-media-links {
    margin-bottom: 20px;
  }
  #footer .copyright {

  }

  .why-festival-desktop {
    display: none;
  }
  .why-festival-mobile {
    display: block;
    margin-top: 15px;
  }

  .special-features-wrapper {

  }

  .special-features-wrapper .sf-1,
  .special-features-wrapper .sf-2{
    float: none;
    width: 250px;
    height: 150px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .special-features-wrapper .sf-2{
    margin-top: 20px;
  }
  .sf-description {
    margin-bottom: 0;
  }

  /*event search */
  .filter-options-wrapper h2 {
    font-size: 26px;
    margin: 20px;
  }

  .filter-options-wrapper .event-keyword {
    margin: 15px 20px;
  }

  .filter-options-wrapper .event-keyword label {
    display: block;
    font-size: 95%;
  }


}

/*
 * 600 px and below
 */
@media only screen and (max-width: 600px) {

  .find-events-mobile a {
    padding: 0 20px;
  }


  #footer {

  }

  #footer .region-inner {
    margin-left: 5px;
  }

  body.page-node-480 .region-secondary-content {
    background: url('images/thankyou2023.jpg') top left no-repeat;
    background-size: auto 100%;
    padding-bottom: 0px;
  }

  body.page-node-480 #block-block-11 {
    min-height: 300px;
  }

  body.page-node-480 #block-block-11 .graphic-only {
    display: none;
  }
}

/*
 * Smalltouch sizes (480px and below)
 */
@media only screen and (max-width: 480px) {

  #footer {
    background-image: none;
  }
  /* all blocks */
  .region[class*="float-blocks"] .block {
    float: none;
    width: 100%;
  }

  /* Menus */
  #nav-wrapper {
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 20px;
  }

  #menu-bar #block-superfish-1 #superfish-1-accordion {
    margin-left: 0px;
      width: 95%;
  }
  .find-events-mobile a,
  .sf-accordion-toggle a {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
  }
  #menu-bar #block-superfish-1 {
    margin: 20px 0 0 5px;
  }
  #menu-bar #block-block-10 {
    left: 150px;
  }

  body.page-node-480 #header #branding #logo img,
  body.not-front #header #branding #logo img {
    width: 100%;
  }
  body.page-node-480 #block-block-7 .block-content{
    text-align: center;
    padding-left: 5px;
  }

  body.page-node-480 .region-secondary-content {
    background: url('images/thankyou2023.jpg') top left no-repeat;
    background-size: 100% auto;
    padding-bottom: 0px;
  }

  body.page-node-480 #block-block-11 {
    min-height: 200px;
  }

  #block-block-11 h2 {
    margin: 10px 20px 160px 20px;
  }

  body.page-node-480 #block-block-11 .graphic-only {
    display: none;
  }

  /* home page */
  body.page-node-27 #block-ncsf-custom-find-events {
    margin: 0;
  }
  body.not-front #block-ncsf-custom-find-events .form-submit,
  #block-ncsf-custom-find-events .form-submit {
    width: 50px;
    text-indent: -9999px;
    background: #2f3f47 url('images/search.png') 50% 50% no-repeat;
  }

  body.page-node-27  #block-ncsf-custom-find-events .search-text {
    font-size: 24px;
    line-height: 140%;
    margin: 5px auto;
  }
  #block-ncsf-custom-find-events .description {
    display: none;
  }
  .special-features-wrapper .sf-1,
  .special-features-wrapper .sf-2{
    width: 80%;

    height: auto;
  }
  .special-features-wrapper .sf-2 a, .special-features-wrapper .sf-1 a {
    margin-top: 150px;
  }
  .special-features-wrapper .sf-2 {
    margin-bottom: 0;
  }
  .special-features-wrapper {
    padding: 20px 20px 0 20px;
  }
  .sf-description {
    margin: 0;
  }
  .get-involved-right a.primary-button {
    width: 95%;
  }
  .join-us img {
    margin-left: 0;
  }
  #block-block-6 .home-sponsor {
    display: block;
    width: 60%;
    max-width: 60%;
    margin: 0 auto 30px auto;
    font-size: 16px;
  }

  #block-block-6 .home-sponsor img {
  }

    /*event search results */
  .views-field-field-event-image-2 {
    display: none;
  }
  .views-field-field-event-image-1 {
    display: block;
    float: left;
    margin: 0 15px 15px 0;
  }
  .views-row.signature-event img, .views-row.official-expo img {
    border-radius: 0;
  }
  .views-field-field-event-image {
    display: none;
  }
  .view-find-events .views-field-field-event-date,
  .view-find-events .views-field-field-event-date-1,
  .view-find-events .views-field-field-event-address-locality {
    display: block;
    float: left;
  }
  .view-find-events .views-field-field-event-date-1{
    max-width: 100px;
    line-height: 120%;
  }
  .views-field-field-event-description {
    padding-top: 10px;
    clear: left;
  }
  /*event search filters */
  .filter-options1,
  .filter-options2{
    float: none;
    width: 100%;
  }

  .extra-options {
    float: none;
    width: auto;
  }
  .extra-options div, .extra-options label, .extra-options select {
    display: block;
  }
  .extra-options .views-reset-button,
  .extra-options .views-widget-sort-by,
  .extra-options .view-past-events{
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }

  .event-keyword input#edit-keys {
    width: 200px;
  }

  .filter-options-wrapper .event-keyword {
    margin: 5px 5px 10px 15px;
  }

  .filter-options-wrapper h2 {
    margin: 15px 10px 10px 15px;
  }

  /*event node*/
  article.node-event .extra-info-small {
    display: block;
  }
  article.node-event .extra-info-large {
    display: none;
  }
  .no-photo .event-category,
  .event-category {
    float: none;
    width: 100%;
  }
  #event-side {
    float: none;
    width: 100%;
    max-width: 700px;
    padding: 25px 0 0 0;
  }
  #event-main {
    margin-left: 0;
    padding-top: 10px;
  }
  #event-main .field-name-field-event-description {
    font-size: 16px;
    line-height: 1.7;
  }
  #event-main nav,
  #event-main .print-link {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
  #event-top .event-image-small {
    float: none;
    width: auto;
    text-align: center;
  }
  #event-top .event-image-small img {
    max-width: 95%;
    margin: 10px auto;
  }

  /*news*/
  .field-name-field-news-image {
    float: none;
    margin:0 0 15px 0;
  }

  /*people*/
  .paragraphs-item-person-component .field-name-field-person-photo {
    text-align: center;
    margin: 0;
    padding: 20px 0 0 0;
  }
  .paragraphs-item-person-component .field-name-field-person-photo img {
    width: 90%;
    margin: 0;
    padding: 0;
  }
  .field-name-field-favorite-historical-scienc h2 {
    padding-top: 0px;
  }

  /* footer */

  .footer-bottom {

  }
}


/*
 * Supersmall (400px and below)
 */
@media only screen and (max-width: 400px) {
  body.not-front #block-ncsf-custom-find-events h2.block-title {
    font-size: 28px;
  }

  body.not-front #block-ncsf-custom-find-events .form-item input {
    width: 200px;
  }
  .find-events-mobile a, .sf-accordion-toggle a {
    padding: 0 15px;
    font-size: 14px;
  }
  #menu-bar #block-block-10 {
    left: 115px;
  }
  .sf-accordion-toggle a {
    padding-left: 35px;
  }
  body.page-node-27 #menu-bar #block-superfish-1 {
    margin-left: 0;
  }
  .special-features-wrapper .sf-2 a,
  .special-features-wrapper .sf-1 a {
    margin-top: 140px;
  }
}

/*
 * Supersmall (350px and below)
 */
@media only screen and (max-width: 350px) {
  .special-features-wrapper .sf-2 a,
  .special-features-wrapper .sf-1 a {
    margin-top: 120px;
  }

}
