body {
  background-image: none;
}

.page-title,
.breadcrumbs,
.main-nav .home-btn {
  display: none;
}

/* Hide the home link - Not required on the homepage */

.home-link {
  pointer-events: none;
}

@-webkit-keyframes dot-grow {
  0% {
    transform: scale(1)
  }
  10% {
    transform: scale(2.1)
  }
  20% {
    transform: scale(1)
  }
  100% {
    transform: scale(1)
  }
}

@-moz-keyframes dot-grow {
  0% {
    transform: scale(1)
  }
  10% {
    transform: scale(2.1)
  }
  20% {
    transform: scale(1)
  }
  100% {
    transform: scale(1)
  }
}

@keyframes dot-grow {
  0% {
    transform: scale(1)
  }
  10% {
    transform: scale(2.1)
  }
  20% {
    transform: scale(1)
  }
  100% {
    transform: scale(1)
  }
}

@-webkit-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@-moz-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

/* Welcome message
==================*/

.welcome-message {
  color: #fff;
  line-height: 1;
}

.welcome-message span,
.welcome-message h2 {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.78);
}

.welcome-message span {
  display: block;
}

.welcome-message p {
  font-family: 'Indie Flower', cursive;
  margin-top: 20px;
  line-height: 1.2;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.78);
}

/* Scrolling banner
===================*/

.banner-wrap {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  height: 42px;
  z-index: 101;
}

.scrolling-banner {
  line-height: 42px;
  color: #fff;
  font-size: 1.8rem;
}

/* Twitter
========== */

.twitter {
  line-height: 1.5;
  background: #fff;
  box-shadow: 1.286px 1.532px 10px 0px rgba(0, 0, 0, 0.54);
  border-radius: 20px;
}

.twitter h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.4rem;
  text-transform: uppercase;
}

.twitter h2::before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\0051';
  margin-right: 10px;
  font-size: 2.6rem;
}

.tweet {
  padding: 25px 0;
  font-size: 1.6rem;
}

.tweet-time,
.tweet-join {
  font-style: italic;
}

.twitter .button {
  border-color: #343957;
  width: 245px;
}

.twitter .button a {
  color: #000!important;
  justify-content: center;
  padding: 8px 0;
}

.tweet-all {
  display: block;
}

.tweet-join {
  position: relative;
}

.tweet-text {
  font-size: 1.6rem;
  text-align: left;
}

.twitter a:focus,
.twitter a:hover {
  color: #a0001a;
}

.tweet ul {
  list-style-type: none;
}

.tweet-avatar {
  display: none;
}

.tweet-avatar img {
  border-radius: 17%;
}

/* GLOBAL SWIPER BUTTONS
  ================*/

.swiper-btn {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  cursor: pointer;
}

.swiper-btn:focus {
  border: 0;
  padding: 0;
  outline: none;
}

/* DOT navigation
  =================*/

.cp-controls {
  position: relative;
}

.swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 100%;
  background: #acacac;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background: #e5b92e;
}

/* Vertical Arrows
  ===================*/

.vertical-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  width: 50px;
  margin-bottom: 107px;
}

.vertical-arrow .swiper-btn {
  border-radius: 100%;
}

.vertical-arrow .swiper-btn span {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.2rem;
  color: #343957;
}

.vertical-arrow .swiper-btn.swiper-button-disabled {
  opacity: 0.5;
}

/* Block Alpha
============*/

.block-alpha {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.block-alpha .swiper-container {
  margin: 0;
}

.block-alpha .swipe-content {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 8px 11px 0px rgba(201, 200, 202, 0.56);
  height: 270px;
}

.block-alpha .swipe-content::after {
  position: absolute;
  bottom: -23px;
  right: 50%;
  transform: translateX(50%);
  content: '';
  width: 100%;
  max-width: 320px;
  height: 60px;
  background: url(grass.svg) center center no-repeat;
  background-size: cover;
}

.block-alpha .news-feed-image {
  display: block;
  width: 100%;
  height: 180px;
  background: #fff url(school-logo.png) center top no-repeat;
  background-size: contain;
  z-index: 0!important;
  transition: ease 0.2s opacity;
}

.block-alpha .news-feed-image:focus,
.block-alpha .news-feed-image:hover {
  opacity: 0.7;
}

.block-alpha .ps_activity_compact-title,
.block-alpha .ps_activity_compact-date {
  position: relative;
  display: block;
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 1;
}

.block-alpha .swipe-content:nth-child(odd),
.block-alpha .swipe-content:nth-child(odd) a {
  color: #fff;
}

.block-alpha .swipe-content:nth-child(even),
.block-alpha .swipe-content:nth-child(even) a {
  color: #000;
}

.block-alpha .ps_activity_compact-title {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.block-alpha .ps_activity_compact-title a {
  max-width: 280px;
  font-size: 1.6rem;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.block-alpha .ps_activity_compact-title a:focus,
.block-alpha .ps_activity_compact-title a:hover {
  text-decoration: underline;
}

.block-alpha .ps_activity_compact-title::after {
  content: '\0041';
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block-alpha .ps_activity_compact-date {
  font-size: 1.4rem;
  margin-top: 7px;
}

.block-alpha h2 {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #343957;
}

.news-read-more {
  border-color: #9ea0af;
}

.block-alpha .swipe-content {
  display: flex;
  flex-direction: column;
}

.block-alpha .news-feed-image {
  order: 1;
}

.block-alpha .ps_activity_compact-title {
  order: 2;
}

.block-alpha .ps_activity_compact-date {
  order: 3;
}

.ps_activity_compact-author {
  order: 4;
}

/* BLOCK BRAVO
==============*/

.block-bravo {
  position: relative;
}

.info-heading {
  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #343957;
  font-size: 3.6rem;
  line-height: 1;
}

.block-bravo .info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 10px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}

.block-bravo .swipe-content:nth-child(odd) .info-block {
  color: #fff;
}

.block-bravo .swipe-content:nth-child(even) .info-block {
  color: #000;
}

.block-bravo .info-block .cp-font-icon {
  font-size: 4.2rem;
  margin-bottom: 15px;
}

.block-bravo .info-block .info-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.block-bravo .info-block .info-value {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  height: 25px;
  line-height: 25px;
  font-size: 1.8rem;
}

/* BLOCK INDIA
==============*/

.block-india {
  position: relative;
}

.block-india .links-block {
  display: flex;
  align-items: center;
  height: 90px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}

.block-india .links-block {
  color: #fff!important;
  border-radius: 10px;
  transition: ease 0.2s opacity;
  line-height: 1;
}

.block-india .links-block:focus,
.block-india .links-block:hover {
  opacity: 0.8;
}

.block-india .links-block .link-icon {
  font-size: 4.2rem;
  color: #343957;
  background: #fff;
  padding: 13px;
  border-radius: 10px;
  margin-right: 15px;
}

.block-india .links-block .link-text span {
  display: block;
}

.block-india .links-block .link-text span:first-child {
  font-size: 2.4rem;
  font-weight: 700;
}

.block-india .links-block .link-text span:last-child {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 5px;
}

.block-india .links-block .link-arrow {
  margin-left: auto;
  font-size: 1.2rem;
}

/* BLOCK DELTA
============*/

.block-delta {
  position: relative;
  background: url(bg-pattern.png) center center repeat;
  box-sizing: border-box;
  overflow: hidden;
  margin: 30px 0;
}

/* Noticeboard / Calendar Dates
=============================== */

.block-delta .info-heading {
  text-align: left;
}

.block-delta .info-heading a {
  color: #343957;
  display: inline-block;
}

.block-delta .info-heading a:focus,
.block-delta .info-heading a:hover {
  color: #a0001a;
}

.updates-area {
  color: #575559;
  font-size: 1.4rem;
  margin-top: 5px;
}

.updates-area h2 {
  padding-bottom: 5px;
}

.updates-area h2 a {
  display: block;
  text-align: center;
}

.updates-area ul {
  list-style: none;
  list-style-position: outside;
}

.updates-area li {
  position: relative;
  text-align: center;
}

.updates-area li::before {
  display: block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\0044';
  font-size: 6.5rem;
  color: #343957;
  margin-bottom: 15px;
}

.updates-area a {
  display: block;
  line-height: 1.7;
}

.updates-area li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  font-weight: 600;
  color: #343957;
}

.updates-area li a:focus,
.updates-area li a:hover {
  color: #a0001a;
}

.ps_activity_compact-author {
  display: none;
}

.ps_activity_compact-date,
.ps_date {
  display: block;
  padding-bottom: 8px;
  line-height: 1.3;
}

.ps_event {
  position: relative;
  min-height: 1px;
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
}

.block-delta .read-more-wrap .button {
  border-color: #9ea0af;
}

/* Latest Tweets
  ================*/

.content-container {
  background: url(illustration-gradient.png) left bottom repeat-x;
}

.cloud-one {
  -webkit-animation: animateCloud 30s linear infinite;
  -moz-animation: animateCloud 30s linear infinite;
  animation: animateCloud 30s linear infinite;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.cloud-two {
  -webkit-animation: animateCloud 40s linear infinite;
  -moz-animation: animateCloud 40s linear infinite;
  animation: animateCloud 40s linear infinite;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}

.cloud-three {
  -webkit-animation: animateCloud 50s linear infinite;
  -moz-animation: animateCloud 50s linear infinite;
  animation: animateCloud 50s linear infinite;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.background-wrap {
  width: 100%;
  height: calc(100% - 152px);
  position: absolute;
  overflow: hidden;
}

/* OBJECTS */

.background-container {
  position: relative;
  height: 100%;
  max-width: 1588px;
  width: 95%;
  display: flex;
  align-items: flex-end;
}

.background-container img {
  width: 100%;
  margin-left: -9%;
}

.cloud {
  background: #fff;
  border-radius: 100px;
  height: 61px;
  position: relative;
  width: 307px;
  margin-top: 60px;
}

.cloud span:nth-of-type(1) {
  background: #FFF;
  display: block;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  position: absolute;
  top: -65px;
  left: -35px;
}

.cloud span:nth-of-type(2) {
  background: #FFF;
  display: block;
  width: 184px;
  height: 184px;
  border-radius: 50%;
  position: absolute;
  top: -130px;
  left: 50px;
}

.cloud span:nth-of-type(3) {
  background: #FFF;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: 30px;
}

.cloud-two {
  position: relative;
  top: 60px;
  left: 300px;
}

.cloud-two-main {
  position: relative;
}

.cloud-two span {
  background: #fff;
  border-radius: 50%;
  position: absolute;
  display: block;
}

.cloud-two span:nth-of-type(1) {
  width: 16px;
  height: 16px;
}

.cloud-two span:nth-of-type(2) {
  width: 31px;
  height: 31px;
  left: 40px;
  top: -8px;
}

.cloud-two span:nth-of-type(3) {
  width: 53px;
  height: 53px;
  left: 90px;
  top: -20px
}

.cloud-two span:nth-of-type(4) {
  width: 75px;
  height: 75px;
  left: 110px;
  top: -30px;
}

.cloud-two span:nth-of-type(5) {
  width: 72px;
  height: 72px;
  left: 135px;
  top: -10px;
}

.cloud-two span:nth-of-type(6) {
  width: 107px;
  height: 107px;
  left: 150px;
  top: -60px;
}

.cloud-two span:nth-of-type(7) {
  width: 61px;
  height: 61px;
  left: 186px;
  top: -10px;
}

.cloud-two span:nth-of-type(8) {
  width: 61px;
  height: 61px;
  left: 215px;
  top: -20px
}

.cloud-three {
  position: relative;
  top: 200px;
  left: 300px;
}

.cloud-three-main {
  position: relative;
}

.cloud-three span {
  background: #fff;
  border-radius: 50%;
  position: absolute;
  display: block;
}

.cloud-three span:nth-of-type(1) {
  width: 39px;
  height: 39px;
}

.cloud-three span:nth-of-type(2) {
  width: 63px;
  height: 63px;
  left: 25px;
  top: -30px;
}

.cloud-three span:nth-of-type(3) {
  width: 49px;
  height: 49px;
  left: 26px;
}

.cloud-three span:nth-of-type(4) {
  width: 43px;
  height: 43px;
  left: 64px;
  top: -23px;
}

.cloud-three span:nth-of-type(5) {
  width: 54px;
  height: 54px;
  left: 50px;
}

.cloud-three span:nth-of-type(6) {
  width: 65px;
  height: 65px;
  left: 70px;
  top: -13px;
}

.cloud-three span:nth-of-type(7) {
  width: 39px;
  height: 39px;
  left: 110px;
}

.cloud-three span:nth-of-type(8) {
  width: 24px;
  height: 24px;
  left: 170px;
  top: 8px;
}

.inner-container {
  background:#54dff4;
}

@media (min-width: 981px) {
  
  .inner-container {
    padding: 0;
    overflow: hidden;
  }
  
  .content-container {
    min-height: 0;
    width: 100%;
    margin-left: 0;
    height: 72vh;
  }
  
  .updates-area {
    min-width:500px;
  }
  
  /* Slideshow
  ============ */
  
  .img-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: calc(100vh - 150px);
    box-sizing: border-box;
    padding: 0 0 4.4% 80px;
  }
  
  .img-wrap::before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  
  .home-full-width-slideshow {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  
  
  /* Twitter
  ========== */
  
  .twitter {
    position: absolute;
    top: 72px;
    right: 92px;
    width: 478px;
    box-sizing: border-box;
    padding: 30px;
  }
  
  /* Scrolling banner
  ===================*/
  .banner-wrap {
    position: absolute;
    top: 20px;
    left: 0;
    width: calc(100% - 346px);
  }
  
  /* Welcome message
	==================*/
  
  .welcome-message {
    position: relative;
    z-index: 20;
  }
  
  .welcome-message span {
    font-size: 5.2rem;
  }
  
  .welcome-message h2 {
    font-size: 6rem;
  }
  
  .welcome-message p {
    font-size: 3rem;
    max-width: 600px;
  }
  
  /* Trust badge
  ==============*/
  
  .trust-badge {
    position: relative;
    z-index: 10;
    margin-top: 11.5%;
    transition: ease 0.2s opacity;
    width: 275px;
  }

  .trust-badge:focus,.trust-badge:hover {
      opacity: 0.6;
  }
  
  .trust-badge p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.78);
    margin-left: 10px;
  }

p {}
  
  .trust-badge img {
    width: 263px;
    margin-bottom: 10px;
  }
  
  /* Scroll Anchor
  ================*/
  
  .scroll-anchor {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 22;
  }
  
  .scroll-anchor p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    color: #fff;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.78);
    display: block;
    margin-bottom: 10px;
  }
  
  .scroll-anchor .dot-element {
    position: relative;
    height: 82px;
  }
  
  .scroll-anchor .outer-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 100%;
  }
  
  .scroll-anchor .inner-dot {
    width: 17px;
    height: 17px;
    background: #fff;
    display: block;
    border-radius: 100%;
    -webkit-animation: dot-grow 5s linear infinite;
    -moz-animation: dot-grow 5s linear infinite;
    animation: dot-grow 5s linear infinite;
    transform-origin: 50% 50%;
    transition: ease 0.2s background-color;
  }
  
  .scroll-anchor .dot-element::before {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    display: block;
    content: '';
    width: 2px;
    height: 45px;
    background: #fff;
  }
  
  /* Block Alpha
  ============*/
  
  .block-alpha .swiper-container {
    margin: 0 64px;
  }
  
  .block-alpha .read-more-wrap,
  .block-alpha .swiper-container,
  .block-alpha h2 span {
    width: 1350px;
  }
  
  .block-alpha h2 span {
    display: block;
    margin: 0 auto;
  }
  
  .block-alpha h2 {
    font-size: 3.6rem;
    padding: 50px 0;
  }

.block-alpha h2 a {
    position: relative;
    z-index: 30;
}
  
  .block-alpha .read-more-wrap {
    position: absolute;
    right: 50%;
    top: 40px;
    display: flex;
    justify-content: flex-end;
    transform: translateX(50%);
  }
  
  .block-alpha .news-read-more {
    position: relative;
    z-index: 25;
  }
  
  /* BLOCK BRAVO
  ==============*/
  
  .block-bravo {
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
    height: 467px;
    box-sizing: border-box;
    padding-right: 42px;
    float: left;
  }
  
  .block-bravo .swiper-container {
    border-radius: 10px;
    height: calc(100% - 10px);
    width: 413px;
    background: #fff;
    box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.24);
    margin: 0;
  }
  
  .block-bravo .attendance-graphic {
    width: 355px;
    height: 380px;
    margin-right: -100px;
  }
  
  .block-bravo .attendance-graphic .child-svg {
    width: 100%;
    height: 100%;
  }
  
  .info-heading {
    padding: 32px 0;
  }
  
  .block-bravo .swiper-wrapper {
    height: 320px;
  }
  
  .block-bravo .swipe-content {
    box-sizing: border-box;
    padding: 0 27px;
    height: 150px;
  }
  
  .block-bravo .swiper-pagination {
    height: 20px;
  }
  
  .block-bravo .vertical-arrow {
    position: absolute;
    top: 20px;
    z-index: 10;
    width: 40px;
  }
  
  .block-bravo .prev-arrow {
    right: 87px;
  }
  
  .block-bravo .next-arrow {
    right: 47px;
  }
  
  /* BLOCK INDIA
  ==============*/
  
  .block-india {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
    height: 467px;
    box-sizing: border-box;
    padding-right: 42px;
    float: right;
    margin-bottom: 15px;
    padding-left: 42px;
  }
  
  .block-india .swiper-container {
    border-radius: 10px;
    height: calc(100% - 10px);
    width: 413px;
    background: #fff;
    box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.24);
    margin: 0;
  }
  
  .block-india .quicklinks-graphic {
    width: 300px;
    height: 274px;
    margin-left: -80px;
  }
  
  .block-india .quicklinks-graphic .child-svg {
    width: 100%;
    height: 100%;
  }
  
  .info-heading {
    padding: 32px 0;
  }
  
  .block-india .swiper-wrapper {
    height: 320px;
  }
  
  .block-india .swipe-content {
    box-sizing: border-box;
    padding: 0 27px;
    height: auto;
  }
  
  .block-india .swiper-pagination {
    height: 20px;
  }
  
  .block-india .vertical-arrow {
    position: absolute;
    top: 20px;
    z-index: 10;
    width: 40px;
  }
  
  .block-india .prev-arrow {
    right: 87px;
  }
  
  .block-india .next-arrow {
    right: 47px;
  }
  
  /* BLOCK DELTA
  ============*/
  
  .block-delta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 90px;
    clear: both;
  }
  
  .block-delta::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 90px;
    background: url(calendar-top.png) center top repeat-x;
    z-index: 10;
  }
  
  .block-delta h2 {
    height: 57px;
    margin-bottom: 40px;
    padding: 0;
  }
  
  .block-delta ul li {
    width: 250px;
    height: 160px;
    display: inline-block;
    vertical-align: top;
  }
  
  .block-delta ul li:nth-child(2) {
    margin: 0 50px;
  }
  
  /* Tree graphics
  ================*/
  
  .tree-graphic {
    height: 100%;
    width: 20%;
    margin-top: -90px;
  }
  
  .tree-graphic img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  
  /* Read More
  ============*/
  
  .block-delta .read-more-wrap {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .block-delta .read-more-wrap .button a {
    padding: 6px 22px;
  }
  
}

@media(min-width:981px) and (max-height: 700px),
(min-width:981px) and (max-width:2000px) {
  
  .welcome-message span {
    font-size: 3.2rem;
  }
  
  .welcome-message h2 {
    font-size: 4rem;
  }
  
  .welcome-message p {
    font-size: 2rem;
    max-width: 410px;
  }
  
  .img-wrap {
    padding: 0 0 3.4% 30px;
  }
  
  .trust-badge {
    margin-top: 6.5%;
  }
  
  .twitter {
    top: 24px;
    right: 20px;
  }
  
  .tweet {
    padding: 10px 0;
    font-size: 1.4rem;
  }
  
  .tweet-text {
    font-size: 1.4rem;
  }
  
  .twitter h2 {
    font-size: 1.8rem;
  }
  
  .twitter h2::before {
    font-size: 2rem;
  }
  
  .button .btn-text {
    font-size: 1.4rem;
  }
  
}

@media(min-width:981px) and (max-width:1600px) {
  
  .block-alpha .read-more-wrap,
  .block-alpha .swiper-container,
  .block-alpha h2 span {
    width: 980px;
  }
  
}

@media(min-width:918px) and (max-width:1500px) {
  
  .left-tree {
    margin-left: -100px;
  }
  
  .right-tree {
    margin-right: -100px;
  }
  
}

@media(min-width:981px) and (max-width: 1450px) {
  
  .block-bravo .swiper-container {
    width: 320px;
  }
  
  .block-bravo .attendance-graphic {
    height: 250px;
    margin-right: -120px;
  }
  
  .block-bravo .info-block .cp-font-icon {
    font-size: 3.6rem;
  }
  
  .block-bravo .info-block .info-title {
    font-size: 1.7rem;
  }
  
  .block-bravo .info-block .info-value {
    font-size: 1.5rem;
  }
  
  .block-india .swiper-container {
    width: 320px;
  }
  
  .block-india .quicklinks-graphic {
    height: 250px;
    margin-left: -100px;
  }
  
  .block-india .links-block .link-icon {
    font-size: 3rem;
    padding: 8px;
    border-radius: 10px;
    margin-right: 10px;
  }
  
  .block-india .links-block .link-text span:first-child {
    font-size: 1.8rem;
  }
  
  .block-india .links-block .link-text span:last-child {
    font-size: 1.4rem;
  }
  
}

@media(min-width:981px) and (max-width: 1200px) {
  
  .child-graphic {
    display: none;
  }
  
  .tree-graphic {
    margin-top: -30px;
  }
  
  .left-tree {
    margin-left: -150px;
  }
  
  .right-tree {
    margin-right: -150px;
  }
  
  .updates-area li::before {
    font-size: 4.5rem;
  }
  
}

@media(min-width:981px) and (max-width:1250px) {
  
  .block-alpha h2 {
    padding: 35px 0;
  }
  
  .block-alpha .read-more-wrap,
  .block-alpha .swiper-container,
  .block-alpha h2 span {
    width: 800px;
  }
  
  .block-alpha .read-more-wrap {
    top: 28px;
  }
  
  .block-alpha .swiper-container {
    margin: 0 20px;
  }
  
}

@media (max-width: 980px) {
  
  /* Slideshow */
  
  .img-wrap {
    display: block;
    text-align: center;
  }
  
  .content-container {
    height: auto;
    padding: 10px 0;
  }
  
  .twitter {
    position: relative;
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding: 10px;
    margin: 20px auto;
  }
  
  /* Block Alpha
  ============*/
  
  .block-alpha .swiper-container {
    margin: 0;
    width: calc(100% - 100px);
  }
  
  .block-alpha h2 {
    padding: 20px 50px;
  }
  
  .block-alpha h2 span {
    font-size: 3.6rem;
  }
  
  .swiper-pagination {
    height: 50px;
  }
  
  /* BLOCK BRAVO
  ==============*/
  
  .block-bravo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .block-bravo .info-heading {
    text-transform: uppercase;
    padding: 40px 0;
    text-align: left;
  }
  
  .block-bravo .vertical-arrow {
    box-sizing: border-box;
    padding-top: 70px;
    height: 100%;
    margin: 0;
  }
  
  .block-bravo .swiper-container {
    margin: 0;
    width: calc(100% - 100px);
  }
  
  .block-bravo .swipe-content {
    height: 160px;
  }
  
  .block-bravo .swiper-wrapper {
    height: 340px;
  }
  
  /* BLOCK INDIA
  ==============*/
  
  .block-india {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .block-india .info-heading {
    text-transform: uppercase;
    padding: 40px 0;
    text-align: left;
  }
  
  .block-india .vertical-arrow {
    box-sizing: border-box;
    padding-top: 70px;
    height: 100%;
    margin: 0;
  }
  
  .block-india .swiper-container {
    margin: 0;
    width: calc(100% - 100px);
  }
  
  .block-india .swipe-content {
    height: auto;
    margin-bottom: 10px;
  }
  
  .block-india .swiper-wrapper {
    height: auto;
  }
  
  .block-bravo .vertical-arrow,
  .block-india .vertical-arrow,
  .block-india .cp-controls,
  .block-bravo .cp-controls {
    display: none;
  }
  
  /* BLOCK DELTA
  ============*/
  
  .block-delta {
    display: flex;
    flex-wrap: wrap;
  }
  
  .block-delta .info-heading {
    margin-bottom: 50px;
  }
  
  .block-delta .swiper-container {
    margin: 0;
    width: calc(100% - 100px);
  }
  
  .block-delta .swiper-wrapper {
    height: 150px;
  }
  
  .block-delta .read-more-wrap {
    width: 100%;
    text-align: center;
  }
  
  .block-delta .read-more-wrap .button {
    margin: 0 auto;
  }
  
  .block-delta .vertical-arrow {
    margin: 0;
  }
  
  /* Welcome Message 
  ===================*/
  
  .welcome-message {
    background: #343957;
    box-sizing: border-box;
    padding: 50px 36px;
  }
  
  .welcome-message span {
    font-size: 3rem;
  }
  
  .welcome-message h2 {
    font-size: 5rem;
  }
  
  .welcome-message p {
    font-size: 2.4rem;
    max-width: 490px;
    margin: 20px auto 0;
  }
  
  /* Scrolling Banner
  ==================*/
  
  .banner-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #343957;
    border-top: 2px solid #fff;
    z-index: 165;
  }
  
  .main-footer {
    padding-bottom: 50px;
  }
  
  .background-wrap {
    display: none;
  }

  .background-container {
    position: relative;
    height: 50%;
    width: 100%;
    display:  block;
  }

  .background-container img {
    width: 100%;
    margin: 0 auto;
  }

}

@media(max-width: 640px) {
  
  /* Welcome Message 
  ===================*/
  
  .welcome-message {
    padding: 25px 19px;
  }
  
  .welcome-message span {
    font-size: 1.9rem;
    margin-bottom: 5px;
  }
  
  .welcome-message h2 {
    font-size: 2.5rem;
  }
  
  .welcome-message p {
    font-size: 1.6rem;
    max-width: 290px;
  }
  
  /* Block Alpha
  ============*/
  
  .block-alpha .swiper-container {
    padding-bottom: 52px;
  }
  
  .block-alpha h2 {
    order: 1;
    padding: 20px;
  }
  
  .block-alpha h2 span {
    font-size: 3rem;
  }
  
  .block-alpha .swiper-container {
    margin: 0;
    width: calc(100% - 40px);
    order: 2;
  }
  
  .block-alpha .prev-arrow {
    order: 3;
  }
  
  .block-alpha .next-arrow {
    order: 4;
  }
  
  .block-alpha .read-more-wrap {
    order: 5;
  }
  
  .vertical-arrow {
    box-sizing: border-box;
    margin-bottom: 0;
    margin-top: -52px;
    padding-top: 0;
    padding-bottom: 0;
    width: 50%;
  }
  
  .swiper-btn {
    z-index: 10;
  }
  
  .prev-arrow {
    justify-content: flex-start;
    padding-left: 20px;
  }
  
  .next-arrow {
    justify-content: flex-end;
    padding-right: 20px;
  }
  
  .block-alpha .cp-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
  
  .block-alpha .swiper-pagination {
    height: 52px;
  }
  
  /* BLOCK BRAVO
  ==============*/
  
  .block-bravo {
    flex-wrap: wrap;
  }
  
  .info-heading {
    font-size: 3rem;
  }

  .block-bravo .cp-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
  
  .block-bravo .swiper-pagination {
    height: 52px;
  }
  
  .block-bravo .swiper-container {
    margin: 0;
    width: calc(100% - 40px);
    order: 2;
  }
  
  .block-bravo .prev-arrow {
    order: 3;
  }
  
  .block-bravo .next-arrow {
    order: 4;
  }
  
  .block-bravo .vertical-arrow {
    padding-top: 0;
    margin-top: -52px;
  }
  
  .block-bravo .info-block {
    box-sizing: border-box;
    padding: 0 10px;
  }
  
  .block-bravo .info-block .cp-font-icon {
    font-size: 3rem;
  }
  
  .block-bravo .info-block .info-title {
    font-size: 1.5rem;
    text-align: center;
  }
  
  .block-bravo .info-block .info-value {
    font-size: 1.4rem;
  }
  
  /* BLOCK INDIA
  ==============*/
  
  .block-india {
    flex-wrap: wrap;
  }
  
  .info-heading {
    font-size: 3rem;
  }

  .block-india .cp-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
  
  .block-india .swiper-pagination {
    height: 52px;
  }
  
  .block-india .swiper-container {
    margin: 0;
    width: calc(100% - 40px);
    order: 2;
  }
  
  .block-india .prev-arrow {
    order: 3;
  }
  
  .block-india .next-arrow {
    order: 4;
  }
  
  .block-india .vertical-arrow {
    padding-top: 0;
    margin-top: -52px;
  }
  
  .block-india .links-block .link-icon {
    font-size: 2.5rem;
    padding: 8px;
    margin-right: 10px;
  }
  
  .block-india .links-block .link-text span:first-child {
    font-size: 1.8rem;
  }
  
  .block-india .links-block .link-text span:last-child {
    font-size: 1.4rem;
  }
  
  /* BLOCK DELTA
  ============*/
  
  .block-delta .cp-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
  
  .block-delta .swiper-pagination {
    height: 52px;
  }
  
  .block-delta .left-tree {
    order: 1;
  }
  
  .block-delta .swiper-container {
    margin: 0 auto;
    width: calc(100% - 40px);
    order: 2;
    padding-bottom: 52px;
  }
  
  .block-delta .swiper-wrapper {
    height: calc(100% - 60px);
  }
  
  .block-delta .vertical-arrow {
    margin-top: -62px;
  }
  
  .block-delta .prev-arrow {
    order: 3;
  }
  
  .block-delta .next-arrow {
    order: 4;
  }
  
  .block-delta .read-more-wrap {
    order: 5;
  }
  
  .block-delta .right-tree {
    order: 6;
  }
  
  .tweet {
    padding: 10px 0;
  }
  
}