/* -------------------------------------------------- */
/* Reset - http://purecss.io/base
/* -------------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section, main{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}.hide{display:none;}html{box-sizing: border-box;}*,*:before,*:after{box-sizing:inherit;}.clear{font-size:0px;clear: both;height: 0px;}*:focus{outline: none;}strong{font-weight:bold;}em{font-style:italic;}input:invalid{box-shadow: none;}button{border:none;background:none;padding:0;margin: 0;}button::-moz-focus-inner{border:0;}input,button{border-radius:0;border-radius:none;}
/* -------------------------------------------------- */
/* Common
/* -------------------------------------------------- */
body{
  background: #f2f7fb;
  position: relative;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #121212;
}
a, a:visited{
  color: #006EA6;
}
a:hover, a:active{
  color: #006EA6;
  text-decoration: none;
}
strong{
  font-weight: 700;
}
sup{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
p{
  line-height: 1.6em;
  margin-bottom: 21px;
}
p.nomarg{
  margin-bottom: 0;
}
.center{
  text-align: center;
}
.section{
  padding: 54px 0;
}
.callout{
  font-family: 'Vollkorn', Georgia, serif;
  font-size: 27px;
  text-align: center;
}
hr{
  height: 1px;
  margin: 0 0 36px 0;
  padding: 15px 0 0 0;
  border: 0;
  border-bottom: 1px solid #efefef;
}
/* -------------------------------------------------- */
/* Headers
/* -------------------------------------------------- */
h1, h2, h3, h4{
  font-family: 'Vollkorn', Georgia, serif;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 21px;
  text-align: center;
  color: #121212;
}
h1{
  font-size: 30px;
}
h2{
  font-size: 24px;
}
h3{
  font-size: 21px;
}
h2 a, h2 a:visited, h2 a:hover,
h3 a, h3 a:visited, h3 a:hover{
  color: inherit;
  text-decoration: none;
}
.wbar{
  text-align: center;
}
.wbar span{
  display: block;
  background: url('/assets/images/hd-bar.svg') no-repeat center bottom;
  width: 48px;
  height: 6px;
  margin: 0 auto;
  padding-top: 18px;
  line-height: 0;
}
/* -------------------------------------------------- */
/* Containers
/* -------------------------------------------------- */
.page{
  position: relative;
  max-width: 1366px;
  overflow: hidden;
  margin: 0 auto;
  background: #96262C;
  box-shadow: 0 0 36px rgba(0,58,112,.2);
}
.page-pane{
  position: relative;
  left: 0;
  -webkit-transition: left .25s; /* Safari */
  transition: left .25s;
  background: #fff;
  box-shadow: 0 0 36px rgba(0,0,0,.3);
}
.page-pane.show{
  left: -236px;
}
.container,
.container-sm,
.container-lrg{
  max-width: 936px;
  padding: 0 18px;
  margin: 0 auto;
}
.container-sm{
  max-width: 720px;
}
.container-lrg{
  max-width: 1080px;
}

/* -------------------------------------------------- */
/* Header + Navigation
/* -------------------------------------------------- */
header{
  padding: 18px;
  position: relative;
}
.logo{
  display: block;
  background: url('/assets/images/rni-logo.svg');
  background-size: 310px 132px;
  width: 310px;
  height: 132px;
  margin: 0 auto;
}
.nav-btn{
  position: absolute;
  top: 60px;
  right: 18px;
  background: url('/assets/images/menu.svg');
  width: 48px;
  height: 48px;
}
.nav-btn:hover{
  cursor: pointer;
}
.prime-nav{
  position: absolute;
  top: 0; right: 0;
  width: 236px;
  padding: 18px;
}
.prime-nav li{
  border-bottom: 4px solid rgba(0,0,0,.1);
}
.prime-nav li:last-child{
  border: none;
}
.prime-nav a{
  display: block;
  padding: 18px 0;
  color: #fff;
  text-decoration: none;
}
.prime-nav a:hover,
.prime-nav .active a{
  text-decoration: underline;
}

/* -------------------------------------------------- */
/* Hero
/* -------------------------------------------------- */
.hero{
  line-height: 0;
}
.hero img{
  width: 100%;
  height: auto;
}

/* -------------------------------------------------- */
/* Tagline
/* -------------------------------------------------- */
.tagline{
  background: url('/assets/images/flag-bg.jpg') center;
  background-size: cover;
}
.tagline p{
  color: #fff;
  font-family: 'Vollkorn', Georgia, serif;
  font-size: 48px;
  line-height: 1.4em;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  text-align: center;
}

/* -------------------------------------------------- */
/* Columns
/* -------------------------------------------------- */
.cols{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -18px;
  padding: 27px 0;
}
.col{
  width: 33.33333333333333%;
  padding: 18px;
}
.cols.cols-2 .col{
  width: 50%;
}
.col.center{
  text-align: center;
}
/* -------------------------------------------------- */
/* Cards
/* -------------------------------------------------- */
.cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 15px;
  margin: -12px;
}
.card{
  width: 33.33333333333333%;
  position: relative;
  padding: 12px;
}
.cards.cards-2 .card{
  width: 50%;
}
.card-bg{
  background: #fff;
  box-shadow: 1px 1px 1px #dbe7f3;
  height: 100%;
}
.card-pad{
  padding: 27px;
}
.card img{
  width: 100%;
  height: auto;
}
.card h2,
.in-main .card h2{
  font-size: 21px;
  margin-bottom: 9px;
  text-align: left;
}
.card time{
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #96262C;
  margin-bottom: 9px;
  font-weight: 600;
}
.card p{
  font-size: 15px;
  margin-bottom: 9px;
}

/* -------------------------------------------------- */
/* Pagination
/* -------------------------------------------------- */
.pagination{
  display: flex;
  justify-content: center;
  margin: -3px;
  padding-top: 54px;
}
.pagination a,
.pagination span{
  display: inline-block;
  background: #003a70 no-repeat center;
  margin: 3px;
  height: 36px;
  width: 36px;
  font-size: 0;
  line-height: 0;
}
.pagination .next{
  background-image: url('/assets/images/arrow-right.svg');
}
.pagination .prev{
  background-image: url('/assets/images/arrow-left.svg');
}
.pagination span{
  background-color: #dce7f3;
}

/* -------------------------------------------------- */
/* Spot: Intros
/* -------------------------------------------------- */
.spot-intro .cols{
  margin: -18px;
  padding: 0;
}
.spot-intro .col{
  padding: 45px;
}

/* -------------------------------------------------- */
/* Spot: News
/* -------------------------------------------------- */
.spot-news{
  background: #f2f7fb;
  border-top: 1px solid #dbe7f3;
}
.section.spot-news{
  padding-bottom: 81px;
}

/* -------------------------------------------------- */
/* Footer: Quote
/* -------------------------------------------------- */
.quote{
  padding: 36px 0;
  background: #006EA6;
  color: #CFE7FF;
}
.quote p{
  font-size: 33px;
  text-align: center;
}
.cite{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -6px;
}
.cite img{
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.cite img,
.cite span{
  margin: 6px;
}

/* -------------------------------------------------- */
/* Button
/* -------------------------------------------------- */
p.button{
  padding: 21px 0 21px 0;
  text-align: center;
}
p.button a{
  background: #003a70;
  display: inline-block;
  padding: 12px 48px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
p.button a:hover{
  text-decoration: underline;
}

/* -------------------------------------------------- */
/* Crumb navigation
/* -------------------------------------------------- */
.crumbs{
  margin-bottom: 21px;
  font-size: 12px;
  text-align: center;
  color: #ccc;
}

/* -------------------------------------------------- */
/* Main article
/* -------------------------------------------------- */
.in-main{
  padding: 36px 0 81px 0;
  border-top: 1px solid #efefef;
}

.in-main h2,
.in-main h3,
.in-main p{
  margin-bottom: 18px;
}

.in-main img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
figure.right{
  width: 40%;
  float: right;
  margin: .3em 0 18px 18px;
}
.in-main figure{
  margin-bottom: 21px;
}
.in-main figcaption{
  padding-top: 9px;
  font-size: 13px;
  opacity: .6;
  font-style: italic;
}
.article-date{
  margin-top: -3px;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #98242a;
  margin-bottom: 21px;
}

.in-main ul{
  margin-bottom: 21px;
}
.in-main li{
  line-height: 1.4em;
  margin-bottom: 9px;
  background: url('/assets/images/bullet.svg') no-repeat left .5em;
  padding-left: 16px;
}

/* -------------------------------------------------- */
/* Footer: Companies
/* -------------------------------------------------- */
.companies p{
  text-align: center;
  margin-bottom: 36px;
}
.companies ul{
  display: flex;
  flex-wrap: wrap;
  margin: -27px;
  justify-content: center;
  align-items: center;
}
.companies li{
  padding: 27px;
}
.companies img{
  height: auto;
}

/* -------------------------------------------------- */
/* Footer: close
/* -------------------------------------------------- */
.closing{
  background: #f2f7fb;
  border-top: 1px solid #dbe7f3;
  font-size: 13px;
  color: #7E898F;
  text-align: center;
}
.closing p{
  margin-bottom: 12px;
}
.text-sm{
  font-size: 11px;
}
.text-sm a,
.text-sm a:hover{
  color: #7E898F;
}

/* -------------------------------------------------- */
/* Responsive video
/* -------------------------------------------------- */
.video { 
  position: relative; 
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
} 
.video iframe, .video object, .video embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* -------------------------------------------------- */
/* CMS edit button
/* -------------------------------------------------- */
.edit-btn{
  display: inline-block;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  background: #000000;
}
.edit-btn svg{
  fill: #ffffff;
}
.edit-btn:hover{
  background: #000000;
}

/* -------------------------------------------------- */
/* Breakpoints
/* -------------------------------------------------- */
@media screen and (max-width: 1100px) {
  .section.tagline,
  .section.quote{
    padding: 36px 0;
  }
  .tagline p{
    font-size: 36px;
  }
  .quote p{
    font-size: 27px;
  }
}
@media screen and (max-width: 1080px) {
  .card,
  .col{
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .card,
  .cards.cards-2 .card,
  .col,
  .cols.cols-2 .col{
    width: 100%;
  }
  .spot-intro .col{
    padding: 18px;
  }

}
@media screen and (max-width: 550px) {
  .logo{
    height: 112px;
    margin: 0;
  }
  .nav-btn{
    top: 50px;
  }
}
@media screen and (max-width: 440px) {
  .logo{
    background-size: 250px 106px;
    background-position: -70px 0;
    height: 48px;
    width: 110px;
  }
  .nav-btn{
    top: 23px;
  }
}