@charset "utf-8";
/*
NWRC Green (dk):    #2F5547   47, 85, 71 
NWRC Green (lt):    #C4D655   196, 214, 85 
NWRC Gray (dk):     #5A5A5A   82, 82, 82
NWRC Gray (lt):     #A1A1A1   161, 161, 161
NWRC Blue (dk):     #2E4274   46, 66, 116
NWRC Blue (lt):     #6AA7D8   106, 167, 216
*/
.sidebarSection {
  margin: 0 0 36px 0;
  border-left: 1px solid #CCC;
  padding: 0 0 0 18px;
  overflow: hidden;
}
.sidebarSection h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 2px 0 2px 26px;
  margin: 0 0 12px 0;
  color: #2F5547;
  background-image: url('/media/static/images/NWRC-icon-2c.svg');
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
  -ms-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  background-position: left;
  background-repeat: no-repeat;
}
.sidebarLink a {
  display: block;
  padding: 5px 4px 5px 9px;
  border-bottom: 1px solid #EFEFEF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebarLink a:hover, .sidebarLink a:focus {
  text-decoration: none;
  background: rgba(106, 167, 216, .2);
}
.sidebarSection p {
  padding: 0 0 0 9px;
  margin: 0 0 12px 0;
}
.sectionTitle {
  margin: 24px 0 4px 0;
  padding: 0 0 4px 0;
  color: #2F5547;
  border-bottom: 1px solid #CCC;
}
#faqs {
  background-color: #6AA7D8;
  background-image: url('/media/static/images/NWRC-icon-1c-black05.svg');
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  -ms-background-size: 50%;
  -o-background-size: 50%;
  background-size: 50%;
  background-position: 90% 10%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 48px 0 48px 0;
}
#faqs h2 {
  color: #FFF;
  text-align: center;
  margin: 0 0 18px 0;
  font-size: 3rem;
  line-height: 3.1rem;
  font-family: 'Bebas Neue', cursive;
}
.subscribe {
  display: block;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background: #2F5547;
  text-align: center;
  padding: 18px 0 18px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.subscribe:hover, .subscribe:focus {
  color: #FFF;
  background: #5A5A5A;
  text-decoration: none;
}
.subscribe span {
  font-size: 1.2rem;
}
.reg_opt_box {
  display: none;
}
.formDiv {
  color: #FFF;
  background-color: #2F5547;
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 72px 0 60px 0;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-align: center;
}
.formDiv h2 {
  color: #FFF;
  margin: 0 0 24px 0;
  font-size: 2.8rem;
  line-height: 3.0rem;
  text-transform: uppercase;
  font-weight: 100;
}
.formDiv p {
  text-align: center;
}
.formDiv fieldset {
  margin: 12px;
  background: #FFF;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, .2);
}
.publicForm {
  width: 70%;
  margin: 0 auto 12px auto;
}
.publicForm input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(60, 193, 205, .02);
  border-bottom: 1px solid rgba(60, 193, 205, 1);
  border-bottom: 1px solid #CCC;
  margin: 0 0 18px 0;
}
.publicForm textarea {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(60, 193, 205, .02);
  border-bottom: 1px solid rgba(60, 193, 205, 1);
  border-bottom: 1px solid #CCC;
  margin: 0 0 18px 0;
}
.publicForm select {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(60, 193, 205, .02);
  border-bottom: 1px solid rgba(60, 193, 205, 1);
  border-bottom: 1px solid #CCC;
  margin: 0 0 18px 0;
}
.publicForm button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  width: 40%;
  padding: 10px 0 10px 0;
  font-size: 1rem;
  color: #FFF;
  border: none;
  background: #2F5547;
  text-transform: uppercase;
}
.publicForm button:hover, .publicForm button:focus {
  background: rgba(0, 0, 0, .7);
  color: #FFF;
  text-decoration: none;
}
#pageImages {
  text-align: center;
  background-color: #5A5A5A;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-attachment: fixed;
  padding: 24px 0 12px 0;
}
#pageImages img {
  width: 80%;
  margin: 0 0 6px 0;
}
#pageImages a {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #FFF;
}
#pageImages a:hover, #pageImages a:focus {
  text-decoration: none;
  -webkit-transform: scale(.99);
  -moz-transform: scale(.99);
  -ms-transform: scale(.99);
  -o-transform: scale(.99);
  transform: scale(.99);
  color: #FFF;
}
.carousel-wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}
.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot:focus span {
  background: #5A5A5A;
}
.item div {
  width: 100%;
  height: 400px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 6px 0;
}
.item a {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  color: #FFF;
}
.item a:hover, .item a:focus {
  text-decoration: none;
  -webkit-transform: scale(.98);
  -moz-transform: scale(.98);
  -ms-transform: scale(.98);
  -o-transform: scale(.98);
  transform: scale(.98);
  color: #FFF;
}
.owl-carousel .nav-btn {
  height: 36px;
  position: absolute;
  width: 18px;
  cursor: pointer;
  top: 200px !important;
}
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.owl-carousel .prev-slide {
  background: url(/media/static/images/chevron-left.svg) no-repeat scroll 0 0;
  left: -33px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.owl-carousel .next-slide {
  background: url(/media/static/images/chevron-right.svg) no-repeat scroll 0 0;
  right: -33px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.owl-carousel .prev-slide:hover {
  opacity: .5;
}
.owl-carousel .next-slide:hover {
  opacity: .5;
}
span.img-text {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2rem;
  display: block;
  color: #FFF;
}
span.img-text:hover {
  color: #FFF;
}
#googleMap {
  height: 400px;
}
.resolutionTable {
  width: 100%;
}
.resolutionTable th {
  text-transform: uppercase;
  font-size: .9rem;
  border-bottom: 1px solid #BBB;
  text-align: left;
}
.resolutionTable td {
  padding: 4px;
}
.clickable-row {
  cursor: pointer;
  border-bottom: 1px solid #EFEFEF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.clickable-row:hover {
  text-decoration: none;
  background: rgba(106, 167, 216, .2);
}
#resources {
  padding: 60px 0 48px 0;
  background-color: #2F5547;
  background-image: url('/media/static/images/default-bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
#resources a {
  display: inline-block;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  width: 12%;
  margin: 0 1% 24px 1%;
  font-size: 1.1vw;
  line-height: 1.3vw;
  vertical-align: top;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #2F5547;
}
#resources a:hover, #resources a:focus {
  -webkit-transform: scale(.96);
  -moz-transform: scale(.96);
  -ms-transform: scale(.96);
  -o-transform: scale(.96);
  transform: scale(.96);
  text-decoration: none;
}
#resources a div {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 90%;
}
#resources a p {
  min-height: 50px;
  margin: 0 12px 12px 12px;
}
@media only screen and (max-width: 749px) {
  .publicForm {
    width: 100%;
  }
  .carousel-wrap {
    width: 80%;
  }
  .item div {
    width: 100%;
    height: 240px;
  }
  .owl-carousel .nav-btn {
    height: 36px;
    top: 120px !important;
  }
  #resources a {
    width: 30%;
    margin: 0 1% 24px 1%;
    font-size: 3.1vw;
    line-height: 3.6vw;
  }
}