/* MOBILE ITINERARY V2 */

body.mobile {
  margin-top: 0;
}

.mobile .slide {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mobile a.down {
  padding-top: 30px;
  display: block;
  position: relative;
  bottom: auto;
}

.mobile .gre-itinerary-item {
  border-top: 1px solid #fff;
  text-align: left;
  padding: 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
}

.mobile .gre-itinerary-item.first {
  border-top: 0;
}

.mobile .gre-itinerary-item h4 {
  padding-left: 20px;
}

.mobile .gre-itinerary-item h4.gre-itinerary-time {
  font-weight: 400;
}

.mobile .gre-itinerary-item .gre-itinerary-time i {
}

.mobile .gre-itinerary-item p {
    font-size: 14px;
}

.mobile .gre-itinerary-item i {
  float: left;
  display: block;
  width: 15px;
  margin-left: -20px;
  margin-top: 1px;
}

/* PROMO VS BANNER SLOT */

.banner-promo {
  display: none; 
  margin-top: 15px;
}

html.promo .banner-promo {
  display: block;
}

html.promo .banner-promo img {
  max-width: 100%;
}

html.promo .banner-bg {
  display: none;
}

html.promo .banner h1 {
  position: relative;
  bottom: auto;
  padding-left: 0;
}

/* SECTION NAV */
.section-navigation i.fa {
  font-size:55%;
}




/*===== ACCOMMODATION =====*/
/* Test viability for main rollout */

.accommodation .page-content > div {
    background: #fff;
    padding: 15px;
    margin: 15px 0 30px 0;
}

/* Adjust for headers */
.accommodation .page-content > h2, .accommodation .page-content > h3,  .accommodation .page-content > h4 {
    padding: 0 15px;
}

.accommodation .page-content > div h2 {
    background: #f6f6f6;
    padding: 30px 15px 15px 15px;
    margin: 15px -15px 30px -15px;
}

.accommodation .page-content > div h2:first-child {
    padding: 0 15px 15px 15px;
    margin: -15px -15px 30px -15px;
}

.accommodation .page-content > div > h3:first-child {
    margin-top: 10px;
}

.accommodation .page-content > div h2:last-child {
    margin: 30px -15px -30px -15px;
}

/* Adjust for modules */

div#pg-similar {
    height: 0;
    padding: 0;
    margin: 0;
}

.page-content > div.module, .hk-page-content > div.module {
    background: transparent;
    padding: 0;
}

/* Unistats */

@media (min-width: 768px){
  .hk-unistats h2 {
      width: 30%;
      float: left;
  }

  .hk-unistats .unistats-boxes {
      width: 70%;
      float: right;
  }
}


/* Readjust for maps */
.page-content > div.pg-course-maps, .hk-page-content > div.pg-course-maps {
    background: #fff;
    padding: 0;
}

.page-content > div.pg-course-maps > h2:first-child {
    margin: 0;
}



.accommodation .quote {
    background: white;
    padding: 15px 30px;
}

.accommodation .quote.big-text blockquote {
    padding: 0;
    font-size: 1.5em;
}

.accommodation blockquote p {
    font-size: inherit;
}

@media (min-width: 992px){
  .accommodation .quote {
      padding: 15px 60px;
  }

  .accommodation .quote.big-text blockquote {
      font-size: 2em;
  }
}


/* JOURNEY BOXES */

div.journey-container, .auto-background .page-content > div.journey-container { /* Standard flex */
    background: 0 0;
    clear: both;
    margin: 0 0 2em;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    width: 100%;               /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1; 

    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;


    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-content: center;
    align-items: stretch;
}

div.journey-container .journey-box {
    width: 100%;
    min-height: initial;
    margin: 15px 0;
//    padding-left: 100px;
//    font-size: .8em; 
    position: relative; //also new
    background: white;
}

@media (min-width: 480px){
 .accreditation .journey-image {
    width: 50%;
    float: left;
 }
 .accreditation .journey-text {
    width: 50%;
    float: left;
 }
}

@media (min-width: 600px){
 div.journey-container .journey-box {
    margin: 1em;
//    padding-left: 15px;
    width: 40%;
    flex-shrink: 0;
    display: flex;
 }
 .accreditation .journey-image {
    width: 100%;
    float: none;
 }
 .accreditation .journey-text {
    width: 100%;
    float: none;
 }

}

@media (min-width: 768px){

}
@media (min-width: 992px){
 div.journey-container .journey-box {
    width: 29%;
    font-size: .8em;
    margin: 15px 1%;
 }
}

.journey-box .journey-image {
    background-color: white;
}

.journey-box .journey-image img {
    width: 100%;
}

.journey-box .journey-text {
    padding:15px;
    background: white;
    height: 120px;
    overflow: hidden;
}

.accreditation .journey-text {
    background: transparent;
    display: inline-block;
}

.journey-box h3, .journey-box h4 {
    font-size:18px;
    margin-top:0;
}

.journey-text:after {
    display: block;
    position: absolute;
    height: 40px;
    bottom: 0;
    left: 0;
    height: 3em;
    width:100%;
    background: -webkit-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: -moz-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: -o-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: -ms-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
}
.journey-box a {
    color: #3e3e3e;
}

.journey-box > a:active, .journey-box > a:hover, .journey-box > a:focus {
    text-decoration:none;
    color: #fff;
    background: #3e3e3e;
}
.journey-box > a:active .journey-text, .journey-box > a:hover .journey-text, .journey-box > a:focus .journey-text {
    background: #3e3e3e;
    text-decoration:none;
    color: #fff;
}

.journey-box > a:active .journey-image img, .journey-box > a:hover .journey-image img, .journey-box > a:focus .journey-image img{
    opacity:.5;
}


div.journey-container.greyed .journey-image img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

div.journey-container.greyed a:active .journey-image img, div.journey-container.greyed a:hover .journey-image img, div.journey-container.greyed a:focus .journey-image img{
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
    opacity:1;}

.journey-box a:active .journey-text:after, .journey-box a:hover .journey-text:after, .journey-box a:focus .journey-text:after {
    background: -webkit-linear-gradient( rgba(62, 62, 62, 0) 0%, rgba(62, 62, 62, 1) 100% );
    background-image: -moz-linear-gradient( rgba(62, 62, 62, 0) 0%, rgba(62, 62, 62, 1) 100% );
    background-image: -o-linear-gradient( rgba(62, 62, 62, 0) 0%, rgba(62, 62, 62, 1) 100% );
    background-image: linear-gradient( rgba(62, 62, 62, 0) 0%, rgba(62, 62, 62, 1) 100% );
    background-image: -ms-linear-gradient( rgba(62, 62, 62, 0) 0%, rgba(62, 62, 62, 1) 100% );
}

/* ASIDES */

div.aside, aside, div.alert, alert {
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0;
    font-size: 90%;
    position: relative;
    padding: 15px;
    min-height:70px;
}


div.aside, .accommodation .page-content > div.aside, .auto-background .page-content > div.aside, aside, div.alert, .accommodation .page-content > div.alert, .auto-background .page-content > div.alert, alert {
    margin: 30px 15px;
}


div.aside, aside {
    border-left: 5px solid #008060;
}

div.alert, alert {
    border-left: 5px solid #0066cb;
}

div.alert:before {
    font-family: FontAwesome;
    content: "\f06a";
    display: block;
    margin: -7.5px 0 0 0;
    font-size: 55px;
    color: #c3c3c3;
    text-align: center;

}

@media (min-width: 632px) {
  div.aside, .accommodation .page-content > div.aside, .auto-background .page-content > div.aside, aside, div.alert, .accommodation .page-content > div.alert, .auto-background .page-content > div.alert, alert {
    padding: 15px 22.5px;
  }

  div.alert, .accommodation .page-content > div.alert, .auto-background .page-content > div.alert, alert {
    padding: 15px 22.5px 22.5px 90px;
  }

  div.alert:before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 30px 15px 0;
  }
}

div.alert.warning, alert.warning {
    border-left: 5px solid #F00F33;
}

div.alert.warning:before, alert.warning:before {
    content: "\f071";
}

div.alert.accessibility:before, alert.accessibility:before {
    content: "\f29a";
}
div.alert.calendar:before, alert.calendar:before {
    content: "\f073";
}


div.alert p:first-child , .alert p:first-child, div.aside p:first-child , .aside p:first-child {
    margin-top: 0;
}

/* HEADER ADJUSTMENT */

/* If h2 is first element of content, push up */

.hk-page-content>div:first-child>h2:first-child {
    margin-top: -30px;
}

/* If h2 is outside of a div, push right */

.hk-page-content>h2 {
    margin-left: 0;
    margin-right: 0;
}

/* ROW ADJUSTMENT (negates first-div hack for bootstrap rows */

.hk-page-content>div.row {
    background: none;
    padding: 0;
    margin: 0 -15px;
}

/*  MOSAIC GENERAL  */

div.tile-container {
  display: inline-block;
  background: none;
  padding: 0;
}

.auto-background .page-content > div.tile-container {
    padding: 15px;
    margin: 0;
    background: none;
}
@media (min-width: 992px) {
  div.tile-container.all-giant {
    margin-left: 7.5%;
  }
  div.tile-container.all-giant .giant-companion {
    width: 25%;
    height: 400px;
  }
}
/* MOSAIC BIG SYMBOL */

.symbol p {
    text-align: center;
    width: 98%;
}

.symbol p.cta {
/*    left: 0;
    padding-right: 0; */
    padding: 0 0.5em;
}

.symbol .fa {
    font-size: 65px;
    display: block;
    width: 100%;
}

.symbol .cta .fa {
    display: inline;
    font-size: 1em;
    width: initial;
}

/* MOSAIC FOR IFRAME */

.image-tile iframe {
    width: 120%;
    height: auto;
}

@media (min-width: 420px){
  .image-tile iframe, .tile iframe {
    height: 219px;
    width: auto;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  .image-tile iframe {
    height: 200px;
    width: 100%
  }
}

/* FORM ADJUSTMENTS */

.sq-form-question {
    padding: 15px 0;
}

.sq-form-question-answer ul {
    list-style-type: none;
    padding: 0;
}

.sq-form-required-field {
    color: red;
}

.sq-form-submit {
    margin: 15px 0 30px 0;
}

legend.sq-form-question-title {
    font-size: inherit;
    font-weight: bold;
    padding: 0 15px;
    width: auto;
}

.sq-form-question-answer label {
    font-weight: normal;
}

/* Mad logo stylez */


.navbar-brand img.logo-lg {
    display: none;
}
.navbar-brand img.logo-sm {
    width: 120px;
    height: auto;
    margin: 11px 0 0 5px;
}

@media (min-width: 480px){
  .navbar-brand img.logo-sm {
    margin: 11px 0 0 15px;
  }
}

@media (min-width: 768px){
  .navbar-brand img.logo-sm {
    margin: 18px 0 0 15px;
  }
}

@media (min-width: 992px){
  .navbar-brand img.logo-sm {
    display: none;
  }
  .navbar-brand img.logo-lg {
    display: block;
    width: 190px;
    height: auto;
    margin: 7.5px 0 0 15px;
  }
}

@media (min-width: 1200px){
  .navbar-brand img.logo-lg {
    margin: 20px 0 0 15px;
  }
  .navbar-nav {
      padding: 12px 0 0 50px;
  }

  li.dropdown>div {
      top: 118px;
  }
}



/* DROPDOWN MAIN MENU (delay) */

.dropdown-menu {
  /** Introduce delay on dropdown (use visibility instead of display) **/
  visibility: hidden;
  transition: 0.2s 0.2s;
  display: block;
}

.dropdown:hover .dropdown-menu {
    visibility: visible;
    transition-delay: 0.1s 0.1s; /* No delay on visible */
}

/* Back end gallery */

.admin .gallery>div {
 display: inline-block;
 float: left;
}

.admin .gallery > div {
 max-width:100%;
 max-width:150px;
}

/* PROTO-LONGFORM */

.proto-longform .banner,
.proto-longform .section-navigation {
    display: none;
}

.proto-longform .page-content {
    width: 100%;
}

.hk-page-content .lf-cover-image {
    width: 100% !important;
    height: 900px;
    position: absolute !important;
    top: 100px;
    left: 0;
    margin: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position-y: 100px !important;
}

.hk-page-content .lf-cover-image div.hero-text {
    bottom: 55%;
}

.hk-page-content .lf-cover-image div.hero-link {
    bottom: 40%;
    width: 27%;
    text-align: left;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    background: #fff;
}

.hk-page-content .lf-cover-image div.hero-link p {
  margin-top: 0;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}

.proto-longform .hk-page-content .lead p:first-child:first-letter { 
    float: left; 
    color: #0066cb;
    font-weight: 400; 
    font-size: 104px; 
    line-height: 60px; 
    padding-top: 14px; 
    padding-right: 8px; 
    padding-left: 3px; 
}

.proto-longform .lf-section-left {
    width: 65%;
}

.proto-longform .lf-section-left blockquote {

    border-top: 2px solid #008060;
    border-bottom: 2px solid #008060;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;

}

.proto-longform .lf-section-left blockquote p {
  font-size: 28px;
  line-height: 1.6em;
}

.proto-longform .lf-image-full {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.proto-longform .lf-image-full img {
  width: 100%;
  margin-bottom: 15px;
}

.proto-longform .lf-image-caption {  
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #fff;
    font-size: 14px;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 30px;
}

.proto-longform .lf-image-full .lf-image-caption { 
    bottom: 15px;
    right: 15px;
}

.proto-longform .lf-image-full {
  padding: 0;
}

.proto-longform .lf-image-full img {
  margin-bottom: 0;
}

.proto-longform .hk-lf-image-full {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}

.proto-longform .hk-lf-image-full img {
  display: none;
}

.proto-longform .lf-image-right {  
  float: right;
  width: 60%;
  margin-right: -30%;
  padding: 15px;
  background: transparent;
  margin-top: -11px;
  position: relative;
}

.proto-longform .lf-image-right img { 
  width: 100%;
}

.proto-longform .lf-transparent {
  background: transparent;
  padding: 0;
}

.proto-longform .lf-buttons i {
  margin-right: 12px;
}

.proto-longform .lf-buttons a {
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .hk-page-content .lf-cover-image div.hero-link {
    width: 37%;
    bottom: 20%;
  }
}

@media screen and (max-width: 1024px) {
  .hk-page-content .lf-cover-image div.hero-link {
    width: 37%;
    bottom: 20%;
  }

  .proto-longform .lf-section-left {
    width: 75%;
  }

  .hk-page-content .lf-cover-image {
    width: auto;
    position: relative !important;
    background-image: none !important;
    height: auto;
    top: 0;
  }

}

@media screen and (max-width: 768px) {
  .proto-longform .lf-section-left {
    width: auto;
  }

  .hk-page-content .lf-cover-image div.hero-link {
    position: relative;
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    margin-bottom: 30px;
  }

  .hk-page-content .lf-cover-image div.hero-link p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .proto-longform .lf-image-right {
    width: 80%;
    margin: auto;
    float: none;
  }

  .proto-longform .hk-page-content .lead p:first-child:first-letter { 
    font-size: 86px;
    padding-top: 6px;
  }
}

@media screen and (max-width: 480px) {
  .proto-longform .lf-image-right {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .proto-longform .lf-section-left blockquote {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .proto-longform .lf-section-left blockquote p {
    font-size: 18px;
  }
}

/* SECONDARY SOCIAL */

.page-content .media-buttons ul {
    padding-left: 0;
    display: inline-block;
}

.page-content .media-buttons li {
    list-style: none;
    float: left;
    margin: 5px;
}

.page-content .media-buttons a {
  width: 50px;
  height: 50px;
  font-size: 25px;
  text-align: center;
  display: block;
  color: #fff;
}

.page-content .secondary-social a {
  background-color: #ccc;
}

.page-content .media-buttons a:hover {
  color: #fff!important;
  background-color: #2a2a2a!important;
  text-decoration: none;
}

.page-content .media-buttons i.fa {
  line-height: 50px;
}

/* COURSE DETAILS */

.course-details .hk-page-content h1 {
  display: none;
}

.course-details .hk-page-content h1.sr-hidden {
  display: block;
}

.course-details ul.arrow {
  display: none;
}


.course-details .hk-page-content>div {
  margin-left: 0 !important;
}

.course-details .section-navigation nav {
  display: none;
}

.course-details .hk-course-details-summary {
  background: #fff;
  padding: 15px;
}

.course-details .hk-course-details-summary p.hk-after-h2 {
  margin: 0;
  padding: 0;
  border: 0;
}

.course-details .hk-course-details-summary h4 {
  color: #008060;
  font-size: 14px;
}

.course-details .hk-course-details-summary p {
  border-bottom: 1px solid #E1E1E1; 
  padding-bottom: 8px;
}

.course-details .hk-course-details-summary p br {
  display: none;
}

.course-details .hk-course-details-summary a.btn-primary {
  background-color: #0066cb;
  color: #fff;
  border: 0;
}

/* RESEARCH CENTRES */

.research-centres hr {
  display: none;
}

.research-centres .panel {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}

/* ASK GREENWICH */

.ask-greenwich hr {
  display: none;
}

.ask-greenwich .arrow {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.ag-email-us,
.hk-page-content>div.ag-email-us {
  padding: 15px;
  background: #fff;
  margin-bottom: 30px;
}

.results .ag-asked {  
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.results .ag-answered {
  background: #fff;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

/*** MICROSITE STYLES ***/

.microsite_parent {
    float: left;
    padding: 15px 30px;
    width: 100%;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    font-size: 0.9em;
}

/**** PROSPECTUS SEARCH ****/
#contextual-navigation h2 {
    background-color: #008060;
}

/**** PROPOSED - FIGURE CAPTIONS ****/

.inline-image figcaption {
    font-style: italic;
    font-size: 0.9em;
    padding: 0 0 0 15px;
    margin: 15px 6px 0 6px;
    border-bottom: #555 2px dotted;
    border-top: #555 2px dotted;
}

/** HACK CLASS TO SPACE UNDER MOSAIC **/

.hk-page-content>div.hackspacer {
    background: none;
    padding: 0;
    margin-bottom: 15px;
}


/**** GATEWAY-TILES ****/

.gateway-container {
    width:100%;
    margin: 0 0 30px 0;
}

.gateway-tile {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 6px 0;
    width: 100%;
    background: 0 0;
    float:left;
}


@media (min-width: 768px){
 .gateway-tile {
    width: 49%;
    margin: 0.5%;
 }
}

@media (min-width: 1200px){
 .no-nav .gateway-tile {
    width: 31%;
 }
}

img.gateway-image {
    width: 100%;
    opacity:.9;
}

.gateway-text p {
    padding: 15px 0;
    margin: 0;
    font-size: 130%;
}

@media (min-width: 420px){
 .gateway-text {
    background-color: transparent;
    margin: 20px auto;
    border-left: 20px solid rgba(0,102,204,.8);
    width: 60%;
    position: absolute;
    bottom: 15%;
    left: 8%;
 }
 .gateway-text.long-title {
    bottom: 10%;
 }
 .gateway-text p {
    padding: 0;
    margin: 20px auto;
    display: inline;
    font-size: 180%;
    background: 0 0;
    background: rgba(0,102,204,.8);
    filter: progid:DXImageTransform.Microsoft.gradient("startColorstr=#b20066cb,endColorstr=#b20066cb");
    color: #fff;
    zoom: 1;
    line-height:normal;
 }
 .gateway-text.long-title p {
    font-size: 150%;
 }

 .gateway-text p span {
    position: relative;
    left: -10px;
 }
}

@media (min-width: 1200px){
 .gateway-text p {
    font-size: 170%;
 }
 .gateway-text.long-title p {
    font-size: 140%;
 }
}
/** Colour shift **/

.gateway-container a:nth-of-type(6n+1) .gateway-text {
    border-left: 20px solid rgba(0,128,96,.8);
}
.gateway-container a:nth-of-type(6n+1) .gateway-text p {
    background: rgba(0,128,96,.8);
    color:#fff;
}
.gateway-container a:nth-of-type(6n+2) .gateway-text {
    border-left: 20px solid rgba(255,255,255,.8);
}
.gateway-container a:nth-of-type(6n+2) .gateway-text p {
    background: rgba(255,255,255,.8);
    color:#0066cb;
}
.gateway-container a:nth-of-type(6n+3) .gateway-text {
    border-left: 20px solid rgba(0,102,203,.8);
}
.gateway-container a:nth-of-type(6n+3) .gateway-text p {
    background: rgba(0,102,203,.8);
    color:#fff;
}
.gateway-container a:nth-of-type(6n+4) .gateway-text {
    border-left: 20px solid rgba(255,255,255,.8);
}
.gateway-container a:nth-of-type(6n+4) .gateway-text p {
    background: rgba(255,255,255,.8);
    color:#008060;
}
.gateway-container a:nth-of-type(6n+5) .gateway-text {
    border-left: 20px solid rgba(42,42,42,.8);
}
.gateway-container a:nth-of-type(6n+5) .gateway-text p {
    background: rgba(42,42,42,.8);
    color:#00cd99;
}
.gateway-container a:nth-of-type(6n+6) .gateway-text {
    border-left: 20px solid rgba(255,255,255,.8);
}
.gateway-container a:nth-of-type(6n+6) .gateway-text p {
    background: rgba(255,255,255,.8);
    color:#3e3e3e;
}
/*** Hover ***/

.gateway-tile:hover .gateway-image {
    opacity:.5;
}
.gateway-container .gateway-tile:hover .gateway-text {
    border-left: 20px solid rgba(42,42,42,.8);
}
.gateway-container .gateway-tile:hover .gateway-text p {
    background: rgba(42,42,42,.8);
    color:#fff;
}

/*** ONWARD JOURNEY PAGES ***/
.journey-page .quote {
    background: white;
    padding: 15px 30px;
}

.journey-page .quote blockquote {
    padding: 0;
    font-size: 1.5em;
}

.journey-page blockquote p {
    font-size: inherit;
}

@media (min-width: 992px){
  .journey-page .quote {
      padding: 15px 60px;
  }

  .journey-page .quote blockquote {
      font-size: 2em;
  }
}