@media (max-width: 1400px) {
  /* body{background-color: white} */
}

/*---------------------------------------------------------------------------------------------------*/

@media (max-width: 1299px) {
  /* body{background-color: blue} */
}

/*---------------------------------------------------------------------------------------------------*/

@media (max-width: 1100px) {
  /* body{background-color: red} */
}

/*---------------------------------------------------------------------------------------------------*/

@media (max-width: 991px) {
  /* body{background-color: yellow} */

  .boxinner {
    display: block;
  }

  .newsbox {
    width: 100%;
    padding-bottom: 2rem;
  }

  .newsbox h2 {
    bottom: 4rem;
  }

  .newsbox img {
    display: block;
    height: 300px;
    object-fit: cover;
  }

  .tabrow {
    padding: 0;
  }

  .tabrow img {
    width: 100%;
  }

  .tabCol {
    width: 100%;
    margin: 0 auto;
  }

  .tabCol img {
    width: 100%;
  }

  div[class*="tabcol"] {
    padding: 0;
  }

  .tabcol3:first-child,
  .tabcol3:last-child,
  .tabcol2:first-child,
  .tabcol2:last-child {
    padding: 0;
  }

  .layoutGrid.itemsPerRow_3,
  .layoutGrid.itemsPerRow_4,
  .layoutGrid.itemsPerRow_5 {
    grid-template-columns: 2fr;
  }
}

/*---------------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {
  .logo {
    background-size: contain;
    margin-top: -100px;
    background-repeat: no-repeat;
    background-position: top;
    height: 100px;
    width: 100px;
}

  h2 {
    margin-bottom: 30px;
  }

  .sticky .topright {
    transition: 0.3s;
    margin: 20px 0;
  }

  .menu-primary-container {
    display: none;
  }

  #site-navigation .menu-primary-container {
    display: block;
  }

  .mainNav {
    background-color: #fff;
  }

  .topright {
    margin: 12px 0;
  }

  .searchbox {
    right: 0;
  }

  .mainmenu{display:none}

  .slide-menu-open {
    display: block;
    margin: 10px 0 0 0;
    z-index: 9999999;
    position: relative;
  }

  .slide-menu-open img {
    filter: invert(1);
  }

  .side-menu-wrapper ul .sub-menu li:hover a {
      text-transform: none;
  }

  #stdlogo {
    display: none;
  }

  #stickylogo {
    display: block;
  }

  .sticky,
  .topright {
    position: unset;
  }

  .sticky .topright {
    transition: 0.3s;
    margin: 20px 0;
  }

  .mainNav {
    background-color: #fff;
  }

  .topright {
    margin: 12px 0;
  }

  .searchbox {
    right: 0;
  }


  .mainNav {
    margin-right: 0;
  }

  .mainNav ul {
    padding-left: 0;
  }

  .slideArea .carousel-item {
      height: 100vh;
  }
  #myVideo{
    height:100vh;
  }

  .bannercap h2 {
      font-size: 32px;
  }

  .bannercap h3 {
      font-size: 14px;
      margin: 10px 0 15px 0;
  }

  .mobileCap {
      display: block;
      justify-content: center;
      flex-flow: wrap;
      width: 100% !important;
      position: absolute;
      bottom: 0;
      background-color: var(--primary-background);
  }

  .mobileCap > .solid_btn {
      font-size: .75rem;
  }

  .mobileCap h2 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 20px;
  }

  .mobileCap h3 {
      font-size: .75rem;
      margin: 0;
  }


   
  .capinne h4 {
    margin-top: 20px;
  }

  .visitproject {
    padding: 0 10px;
  }

  .greenbtn,
  .bluebtn {
    display: block;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 20px;
  }

  .newsbtn_desktop {
    display: none;
  }

  .newsbtn_mobile {
    display: block;
  }

  .topright {
    float: unset;
  }

  .pagebannertitle h1{
  font-size: 24px;
  }
  
  .subpageBanner {
    margin-bottom: 0;
    height: 250px;
    padding-top: 10px;
  }

  .followus ul li {
    display: inline;
  }

  .desktop_videoVersion {
    display: none;
  }

  .mobile_videoVersion {
    display: block;
  }

  .bluelily_menu {
    top: 90px;
  }

  .menuBlock {}

  .menuBlock ul {
    columns: unset;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .menuBlock ul li {
    display: block;
    list-style: none;
    background: unset;
    text-align: left;
    line-height: 30px;
    text-align: left;
    margin: 0;
  }

  .menuBlock ul li a:hover {
    color: #009edb;
  }

  div[class*="tabcol"] {
    padding: 0;
    margin-bottom: 2rem;
  }

  .tabcol2:first-child {
    padding: 0;
  }

  .tabcol2:last-child {
    padding: 0;
  }

  .tabcol3:first-child {
    padding: 0;
  }

  .tabcol3:last-child {
    padding: 0;
  }

  .storysec {
    padding: 20px 0;
  }

  .imgcol {
    overflow: hidden;
    margin: 20px 0 0;
  }

  h4:after {
    width: unset !important;
    margin: unset !important;
    background-position-x: center;
    background-repeat-x: no-repeat;
  }

  .parallax-static,
  .parallax-dynamic {
    background-attachment: unset;
  }

  .pccol a:hover .showdetisls {
    display: none;
  }

  .showdetislsinner ul li {
    display: none;
  }

  footer {
    text-align: center;
  }

  footer span {
    display: none;
  }

  .footcol {
    margin: 0 0 25px;
  }

  .contentarea h2 {
    font-size: 26px;
  }

  .capinne {
    padding: 0 10px;
  }

  .capinne h2 {
    font-size: 24px;
  }

  .protitlearea h2 {
    font-size: 26px;
    width: 100%;
    padding: 2% 4%;
  }

  .tabrow {
    padding: 0;
  }

  .tabrow img {
    width: 100%;
  }

  .tabCol {
    width: 100%;
    margin: 0 auto;
  }

  .tabCol img {
    width: 100%;
  }

  .tabCol .nav {
    justify-content: center;
  }

  .flexcontent {
    display: block;
  }

  .bluetitle {
    width: 100%;
  }

  .flexcontent .pscontent {
    width: 100%;
  }

  .tabCol button {
    font-size: 12px;
    padding: 5px 8px;
  }

  .tabinnerTopContent {
    width: 100%;
  }

  .tabInner {
    padding: 20px 0;
  }

  .searchbox {
    right: 14px;
    top: 28px;
  }

  .sticky .searchbox {
    right: 0;
    top: 7px;
  }

  .followus ul {
    display: inline-block;
  }

  .layoutGrid {
    grid-template-columns: unset;
    grid-auto-rows: auto;
  }

  .layoutGrid.itemsPerRow_2,
  .layoutGrid.itemsPerRow_3,
  .layoutGrid.itemsPerRow_4,
  .layoutGrid.itemsPerRow_5 {
    grid-template-columns: unset;
  }

  .timeline-container:before {
    left: 8px;
    width: 2px;
  }

  .timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .timeline-block-right {
    float: none;
  }

  .timeline-block-left {
    float: none;
    direction: ltr;
  }

  .intro__content-text {
    width: unset !important;
  }

  .cookie-disclaimer {
    padding: 1em;
    font-size: 0.8em;
  }

  .media__object--left,
  .media__object--right {
    margin: 0;
  }

  .media__object--left {
    order: 2;
  }

  .singlepage.staff_role {
    width: 50% !important;
  }

  .cs_tick-marker-2 {
    left: 5%;
    height: 11vw;
    width: 10vw;
    top: 40px;
    position: absolute;
  }

  .leftColBlock .col-lg-6.tabcol1 {
    order: 1;
  }

  .leftColBlock .col-lg-6.tabcol2 {
    order: 2;
  }

  .rightColBlock .col-lg-6.tabcol1 {
    order: 2;
  }

  .rightColBlock .col-lg-6.tabcol2 {
    order: 1;
  }

  .leftColBlock .tabcol2 img,
  .rightColBlock .tabcol1 img {
    height: 300px;
  }

  .col-lg-6.tabcol1,
  .col-lg-6.tabcol2 {
    flex-basis: 100%;
  }



  #footer3colsBlock .tabFull .tabcol3, #footer3colsBlock .tabFull .tabcol3:first-child, #footer3colsBlock .tabFull .tabcol3:last-child {
    max-width: 100%;
    width: 100%;
  }

  #footerLogoImage img{
    width:unset;
  }

  /*------------------------------------ Block Customisation ------------------------*/

  #mediaContact {
    min-height: 500px;
  }

  #mediaContact h2 {
    font-family: var(--h2-ff);
    font-size: 32px;
    line-height: 35px;
  }

  #mediaContact p {}

  #mediaContact .tabFull {
    min-width: 100%;
  }

  /*-------------------------------*/

  /*----------------------- END  (max-width:480px) ----------------------------------------------*/
}
