html {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fx-container {
  max-width: 1140px;
  margin: 0 auto; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham.woff2") format("woff2"), url("../fonts/Gotham.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  font-family: "Gotham", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  header nav {
    width: 100%;
    padding: 0;
    margin: 0; }
    header nav ul {
      width: 100%;
      padding: 24px;
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-line-pack: end;
      align-content: flex-end; }
      @media screen and (min-width: 48em) {
        header nav ul {
          padding: 15px; } }
      header nav ul li {
        padding: 0;
        margin: 0 0 0 30px; }
        header nav ul li a {
          display: inline-block;
          font-size: 16px;
          text-decoration: none;
          color: #333333;
          padding-bottom: 6px;
          border-bottom: 1px solid transparent;
          -webkit-transition: border-color .2s ease-in-out, padding-bottom .2s ease-in-out;
          -o-transition: border-color .2s ease-in-out, padding-bottom .2s ease-in-out;
          transition: border-color .2s ease-in-out, padding-bottom .2s ease-in-out; }
          header nav ul li a:hover {
            border-color: #333333;
            padding-bottom: 0; }
        header nav ul li:first-child {
          margin-left: 0; }

#content-wrapper {
  padding: 25px 0 0px; }
  @media screen and (min-width: 48em) {
    #content-wrapper {
  padding: 25px 0 0px; } }
 }

.landing-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px; }
  @media screen and (min-width: 48em) {
    .landing-search {
      margin-top: 0px;
      margin-bottom: 15px; } }
  .landing-search .logo {
    margin-bottom: 7px; }
    .landing-search .logo img {
      display: block;
      max-width: 230px;
      margin: 0 auto; }
      @media screen and (min-width: 48em) {
        .landing-search .logo img {
          max-width: 500px; } }
  .landing-search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px; }
    .landing-search .search-form .form-field {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; }
    .landing-search .search-form input[type="search"] {
      border: 3px solid #cccccc;
      color: #333333;
      padding: 15px 72px 13px 24px;
      font-size: 18px;
      width: 85%;
      border-radius: 60px; }
      @media screen and (min-width: 48em) {
        .landing-search .search-form input[type="search"] {
          width: 70%; } }
    .landing-search .search-form .search-button {
      position: absolute;
      top: -4px;
      right: calc(7.5% - 3px);
      background-color: #2faaed;
      height: 64px;
      width: 64px;
      border: 0;
      border-radius: 300px;
      cursor: pointer;
      -webkit-transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
      transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
      -o-transition: transform .2s ease-in-out, background-color .2s ease-in-out;
      transition: transform .2s ease-in-out, background-color .2s ease-in-out;
      transition: transform .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out; }
      @media screen and (min-width: 48em) {
        .landing-search .search-form .search-button {
          right: calc(15% - 3px); } }
      .landing-search .search-form .search-button img {
        position: relative;
        width: 39px;
        height: 39px;
        display: block;
        margin: 0 auto; }
      .landing-search .search-form .search-button:hover {
        background-color: #2c97cf;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
  .landing-search .slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .landing-search .slogan .emblem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0 15px; }
      @media screen and (min-width: 48em) {
        .landing-search .slogan .emblem {
          margin: 0 45px; } }
      .landing-search .slogan .emblem img {
        height: 60px;
        width: 60px;
        border: 3px solid #2faaed;
        border-radius: 300px;
        display: block;
        margin: 0 0 15px; }
        @media screen and (min-width: 48em) {
          .landing-search .slogan .emblem img {
            height: 48px;
            width: 48px;
            margin: 0; } }
      .landing-search .slogan .emblem.israel {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
        @media screen and (min-width: 48em) {
          .landing-search .slogan .emblem.israel {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end; } }
      .landing-search .slogan .emblem.world {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
        @media screen and (min-width: 48em) {
          .landing-search .slogan .emblem.world {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
    .landing-search .slogan .slogan-text {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: 80%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      @media screen and (min-width: 48em) {
        .landing-search .slogan .slogan-text {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          width: auto; } }
      .landing-search .slogan .slogan-text h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        color: #000000;
        margin: 0;
        text-align: center; }
        .landing-search .slogan .slogan-text h3 .highlight {
          color: #2c97cf; }
        @media screen and (min-width: 48em) {
          .landing-search .slogan .slogan-text h3 {
            font-size: 24px;
            line-height: 42px; } }
  h3.top-slogan {
    font-size: 125% !important;
  }
#landing-links {
  position: relative; }
  #landing-links .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/israel-background.jpg);
    background-position: center;
    background-size: cover;
    z-index: -1; }
    #landing-links .background:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #ccdeff;
      opacity: .6; }
  #landing-links .content {
    padding: 75px 0; }
    @media screen and (min-width: 48em) {
      #landing-links .content {
        padding: 60px 0 75px; } }
    #landing-links .content .link-collective {
      width: 100%; }
      @media screen and (min-width: 48em) {
        #landing-links .content .link-collective {
          width: 90%;
          margin: 0 auto; } }
      @media screen and (min-width: 65rem) {
        #landing-links .content .link-collective {
          width: 100%; } }
      #landing-links .content .link-collective .col-xs-12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      #landing-links .content .link-collective .link-card {
        background-color: #ffffff;
        border-radius: 9px;
        margin-bottom: 30px;
        margin-left: 1rem;
        padding: 15px 24px;
        height: 111px;
        width: 80%;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
        @media screen and (min-width: 48em) {
          #landing-links .content .link-collective .link-card {
            margin-bottom: 45px;
            margin-left: 0;
            padding: 15px;
            width: 100%; } }
        @media screen and (min-width: 64em) {
          #landing-links .content .link-collective .link-card {
            height: 120px; } }
        @media screen and (min-width: 75em) {
          #landing-links .content .link-collective .link-card {
            height: 111px;
            padding: 15px 18px; } }
        @media screen and (min-width: 64em) {
          #landing-links .content .link-collective .link-card:hover {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05); } }
        #landing-links .content .link-collective .link-card a {
          outline: none;
          text-decoration: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          height: 100%; }
        #landing-links .content .link-collective .link-card .link-logo {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 100%;
          width: 35%;
          padding-right: 10px;
          -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
          @media screen and (min-width: 64em) {
            #landing-links .content .link-collective .link-card .link-logo {
              padding-right: 10px; } }
          @media screen and (min-width: 75em) {
            #landing-links .content .link-collective .link-card .link-logo {
              padding-right: 10px; } }
          #landing-links .content .link-collective .link-card .link-logo img {
            display: inline-block;
            width: 100%;
            max-width: 120px; }
          #landing-links .content .link-collective .link-card .link-logo:after {
            content: '';
            position: absolute;
            top: 15%;
            right: 0;
            height: 70%;
            width: 1px;
            background-color: #2faaed; }
          #landing-links .content .link-collective .link-card .link-logo.kni img {
            width: 60px; }
          #landing-links .content .link-collective .link-card .link-logo.israel-101 img {
            width: 72px; }
        #landing-links .content .link-collective .link-card .link-title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 100%;
          width: 50%;
          padding-left: 8px;
          font-size: 18px;
          color: #000;
          font-weight: bold;
          margin-top: 3px;
          -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          text-align: center; }
          @media screen and (min-width: 64em) {
            #landing-links .content .link-collective .link-card .link-title {
              text-align: left; } }
          @media screen and (min-width: 75em) {
            #landing-links .content .link-collective .link-card .link-title {
              padding-left: 10px; } }
          #landing-links .content .link-collective .link-card .link-title.small {
            font-size: 10px; }
          /* Mobile: push title down and shrink badge */
          @media screen and (max-width: 47.99em) {
            #landing-links .content .link-collective .link-card .link-title {
              margin-top: 20px; }
            #landing-links .content .link-collective .link-card > a > span:first-child {
              font-size: 11px !important;
              padding: 2px 6px !important; } }
  .small {
    font-size: 90%;
  }
  .very-small {
    font-size: 75%;
  }

footer {
  padding: 30px 0 30px;
  background-color: #0d1f35;
  color: #fff;
}

footer a {
  color: #2a97cf;
}

#language-row {
  padding: 25px 0;
  background-color: #2a97cf !important;
  color: #fff;
}

#language-row a {
  color: #fff;
}

#language-row a:hover {
  color: #0d1f35;
}

.donate-button {
  background-color: #0d1f35;
  color: #fff;
  font-weight: 500;
}

a.donate-button {
  background-color: #0d1f35;
  color: #fff;
  font-weight: bold;
  padding: 10px 10px;
  font-size: 120%;
  text-decoration: none;
}

a.donate-button:hover {
  background-color: #0d1f35;
  text-decoration: underline;
}

.disabled-card {
  background-color: #ddd !important
}

.title-disabled {
  color: #555 !important;
}
