.persona-nav-container {
  background:#000!important;
}

.mag-banner {
  position:absolute;
  top:95px;
  left:0; right:0;
  height:100px;
  z-index:1111;
  background:#fff;
}

.mag-banner img {
  width:285px;
  margin:0 auto;
  display:block;
}

.subsite-section {
  top:195px;
  height:auto!important;
}
.subsite-section-title {
  width:100%;
  text-transform:uppercase;
  display:block;
  text-align:center;
}

.carousel-caption {
  display:none;
}

.desktop-sectiontitle {
  color:#fff;
  
}

/* Page content */


/* Remove menu */
nav.subsite-nav {
  display:none;
}

/* Reduce header height */
header.carousel {
  height:90vh;
  min-height:778px;
}

.carousel-inner .slide1 {
  margin-top:225px;
}


h1, h2, h3 {
  font-family:'ProximaNovaA-Regular', 'Century Gothic', AppleGothic, Arial, sans-serif;
} 

h1 {
  font-size:50px;
}

h2 {
  font-size:24px;
}
h3 {
  font-size:36px;
  text-align:left;
}

p.category {
  font-size:14px!important;
  color:#D72E3A;
  text-transform: uppercase;
  text-align:left;
}

.story-box {
  background:#fff;
  padding:25px;
  text-align:left;
  color:#2d2d2d;
  max-width:550px;
  margin-top:100px;
  float:right;
}
.story-box h2 {
  font-size:46px;
  line-height:1.2;
}
.story-box p {
  font-size:20px;
  line-height:1.4;
}

.story-box a {
  font-size:16px;
  color:#fff;
  background:#D72E3A;
  padding:15px 60px;
}
.story-box a:hover,
.story-box a:focus {
  background:#bd202b
}
.front-page .row {
  margin:0 -15px;
}

.front-page p.category {
  text-align:left;
  margin-bottom:0;
  margin-top:-5px;
  font-size:12px;
}

.front-page h2 {
  font-size:36px;
  margin-bottom:37px;
}

.front-page h3 {
  font-size:22px;
  line-height:29px;
  margin:5px 0 10px;
}
.front-page h3 a {
  color:#2d2d2d;
}
.front-page h3 a:hover {
  text-decoration: underline;
  
}
.front-page p {
  font-size:16px;
  line-height:24px;
}

.featured-articles img {
  width:100%;
  margin-bottom:25px;
}

.featured-articles .row {
  margin-bottom:30px;
}

@media only screen and (min-width: 992px) {
  .featured-articles-right {
    padding-left:25px;
  }
}



.in-this-issue h2 {
  margin-top:40px;
}

/* Fix spacing between rows */
.in-this-issue p {
  margin-bottom:0;
}
.in-this-issue img {
  margin-bottom:62px;
}
/* Headlines without images */
.no-image {
  padding-bottom:30px;
  border-bottom:1px solid #707070;
  margin-bottom:30px!important;
}

.BriefInfoAndLinks p {
  font-size:16px;
}

.BriefInfoAndLinks h2 {
  font-size:46px;
  font-family:'ProximaNovaA-Regular', 'Century Gothic', AppleGothic, Arial, sans-serif;
  
}

.BriefInfoAndLinks a {
  color:#fff;
}


.BriefInfoAndLinks ul.recruitlnk li {
  background:#D72E3A;
  border:0;
}

.BriefInfoAndLinks ul.recruitlnk li:hover {
  background:#bd202b
}

/* CTA module styles */
/* Set CTA to bkgrcolour5 */
.bkgrcolour5 {
  background-color:#f4f4f4;
  padding-top:50px;
  padding-bottom:50px;
}
.bkgrcolour5 h2 {
  font-size:50px;
}
.bkgrcolour5 a {
  margin-top:20px;
  display:inline-block;
  background:#D72E3A;
  color:#fff;
  padding:15px 75px;
}
.bkgrcolour5 a:hover,
.bkgrcolour5 a:focus {
  background:#bd202b
}
.bkgrcolour5 img {
  filter: drop-shadow(30px 30px 0px #555555);
}

@media screen and (max-width:768px) {
  .carousel-inner .slide1 {
    margin-top:115px;
  }
  .carousel .item {
    height: 100%;
    background-color: #fff;
    background-size: 100%;
    background-position: initial;
    background-repeat: no-repeat;
  }
  .story-box {
    float:none;
    margin:280px auto 0 ;
    width:100%;
    text-align:center!important;
  }
  .story-box p {
    font-size:16px;
  }
  .story-box p.category {
    text-align:center!important;
  }
  .story-box h2 {
    font-size:36px;
    padding-top:0;
    margin-bottom:20px;
  }
  .in-this-issue img {
    margin-bottom:30px;
    margin-top:40px;
  }
  .no-image {
    margin-left:0!important;
    margin-right:0!important;
  }
  .in-this-issue-right {
    margin-top:60px;
  }
  .featured-articles-right .row .col-lg-5 {
    
  }
  .in-this-issue h2 {
    text-align:center;
    margin-bottom:0;
  }
  .bkgrcolour5 {
    text-align:center;
    padding-top:0;
  }
  .bkgrcolour5 h2 {
    font-size:42px!important;
  }
  .bkgrcolour5 a {
    padding:10px 45px!important;
  }
  
}

/* Header on small screens  */
@media screen and (max-width:768px) {
  .persona-nav-container {
    display:block!important;
  }
  .container.persona-nav {
    display:block!important;
  }
  .subsite-right-persona {
    float:right;
  }
  .subsite-right-persona li {
    display:inline-block;
  }
  .navbar-right .btn-sm {
    display:none;
  }
  .mag-banner {
    height:60px;
  }
  .mag-banner img {
      width:180px;
  }
    header.carousel {
     height:auto;
     min-height:auto;
    }
    .homelink img {
      margin-top: 15px!important;
     width: 120px;
    }
}



