/*
Global Variables

@import this file at the top of each page 
template file to make variables available.
*/
/*
Mixins

Add mixins to any css page using @include

e.g.
.element{
	@include transition( background .2s ease-out )
}
*/
/*
Theme Name: kickoff
Author: Daelen Berg
Author URI: http://arraystudios.com/
Description: A Blank Wordpress Starter Template

kickoff is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
/*--------------------------------------------------------------
	TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Links
# Alignments
# Clearings
# Content
	## Comments
	## Media
	## Captions
	## Galleries
	## Columns
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%; }

body {
  margin: 0;
  height: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  line-height: 0px;
  font-size: 0px; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  line-height: 1.5em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em;
  margin-top: 0px; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

img {
  height: auto;
  max-width: 100%; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #e6e6e6;
  color: black;
  font-size: 16px;
  line-height: 1;
  padding: 10px 30px;
  outline: none; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #afafaf;
  background: #afafaf; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  border-color: #ccc;
  background: #e6e6e6; }

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #afafaf;
  background: #afafaf; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  vertical-align: middle; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
  color: #111;
  outline: 1px solid #b5bdff; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  padding: 5px 10px; }

textarea {
  width: 100%;
  resize: none; }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #1d2172; }

a:hover,
a:focus,
a:active {
  color: #131549; }

a:focus {
  outline: none; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clearfix:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Columns
--------------------------------------------------------------*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  position: relative; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

@media screen and (max-width: 750px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    float: left;
    position: relative; } }
/*
HEADINGS
*/
.primary-heading {
  font-size: 38px;
  line-height: 36px;
  margin-top: 10px;
  color: #323232; }

.secondary-heading {
  font-size: 18px;
  line-height: 22px;
  margin: 5px 0px;
  color: #323232; }

.small-heading {
  font-size: 15px;
  line-height: 26px;
  margin: 0px;
  font-weight: 600; }

.blue-heading {
  font-size: 13px;
  line-height: 18px;
  padding: 11px 0;
  text-transform: uppercase;
  color: #1d2172;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0px;
  border-top: 1px solid #dedede;
  margin: 15px 0; }

/*
FONTS
*/
.basic-font {
  font-size: 15px;
  line-height: 26px;
  font-weight: 300; }

.lead-para {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #323232; }

.blue-font {
  color: #3573b9;
  font-weight: 400;
  font-size: 20px; }

.grey-font {
  color: #b1b1b1;
  font-weight: 400; }

/*
LINKS
*/
.custom-link a {
  color: #3573b9;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  top: -20px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 0.2s ease-out;
  -moz-transition: border 0.2s ease-out;
  -ms-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out; }
  .custom-link a:hover {
    border-bottom: 2px solid #3573b9; }

/*
Navigation Stylesheet

Holding styling for header/footer navigation
and mobile nav.
*/
#navbar {
  background: white;
  position: relative;
  z-index: 99; }
  @media screen and (max-width: 750px) {
    #navbar {
      padding: 0; } }
  #navbar:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0px;
    right: 0px;
    height: 3px;
    width: 100%;
    background: url("/wp-content/themes/nanaimo/images//shell/drop.png") top;
    z-index: 999999; }

.nav-inner {
  max-width: 1084px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .nav-inner {
      padding: 0 20px; } }
  @media screen and (max-width: 750px) {
    .nav-inner {
      padding: 0px; } }
  .nav-inner .top-nav {
    float: right;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0; }
    @media screen and (max-width: 750px) {
      .nav-inner .top-nav {
        display: none; } }
    .nav-inner .top-nav a {
      display: inline-block;
      padding: 0 10px;
      border-right: 1px solid #1d2172;
      color: #1d2172; }
    .nav-inner .top-nav .info-link {
      padding-left: 20px;
      background: url("/wp-content/themes/nanaimo/images//shell/info.png") left center no-repeat; }
    .nav-inner .top-nav .hours {
      background: url("/wp-content/themes/nanaimo/images//shell/clock.png") left center no-repeat;
      padding-left: 20px;
      margin-left: 10px;
      color: #1d2172; }
      .nav-inner .top-nav .hours span {
        color: #b1b1b1; }

#page {
  min-height: 100%;
  margin: 0 auto 0px; }

.nav-content {
  display: none; }

.site-branding {
  display: inline-block;
  float: left;
  line-height: 0px;
  font-size: 0px;
  padding: 20px 0 21px 0; }
  @media screen and (max-width: 900px) {
    .site-branding {
      padding: 15px 0; } }
  @media screen and (max-width: 750px) {
    .site-branding {
      padding: 15px; } }
  .site-branding .site-logo {
    height: 55px; }
    @media screen and (max-width: 750px) {
      .site-branding .site-logo {
        height: 40px; } }

nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

.primary-nav {
  float: right; }
  .primary-nav .facebook-link {
    position: absolute;
    right: 30px;
    bottom: 0px;
    line-height: 52px; }
    @media screen and (max-width: 1024px) {
      .primary-nav .facebook-link {
        right: 20px;
        line-height: 44px; } }
    @media screen and (max-width: 750px) {
      .primary-nav .facebook-link {
        display: none; } }

#header_nav {
  position: absolute;
  right: 50px;
  bottom: 0px; }
  @media screen and (max-width: 1024px) {
    #header_nav {
      right: 35px; } }
  @media screen and (max-width: 750px) {
    #header_nav {
      display: none; } }
  #header_nav li {
    float: left;
    position: relative; }
    @media screen and (max-width: 750px) {
      #header_nav li {
        float: none; } }
    #header_nav li:hover a {
      border-bottom: 3px solid #1d2172; }
    #header_nav li a {
      color: #1d2172;
      text-decoration: none;
      padding: 0 20px;
      display: inline-block;
      line-height: 48px;
      font-size: 12px;
      border-bottom: 3px solid white;
      border-top: 3px solid white;
      text-transform: uppercase;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      @media screen and (max-width: 900px) {
        #header_nav li a {
          padding: 0px 7px;
          line-height: 40px; } }
      @media screen and (max-width: 750px) {
        #header_nav li a {
          display: block;
          width: 100%; } }
    #header_nav li .sub-menu {
      position: absolute;
      top: 54px;
      left: 0px;
      background: white;
      display: none;
      width: 200px;
      padding: 20px 0;
      min-height: 225px; }
      @media screen and (max-width: 1024px) {
        #header_nav li .sub-menu {
          min-height: 0px; } }
      @media screen and (max-width: 900px) {
        #header_nav li .sub-menu {
          top: 40px; } }
      #header_nav li .sub-menu li {
        padding: 0px;
        display: block;
        max-width: 200px;
        float: none;
        position: relative; }
        #header_nav li .sub-menu li a {
          padding: 0px 20px;
          line-height: 24px;
          border: none;
          display: block; }
          #header_nav li .sub-menu li a:hover {
            background: #ececef; }
  @media screen and (max-width: 750px) {
    #header_nav #header_nav,
    #header_nav .menu ul {
      display: none; } }

.sub-content {
  background: #ececef;
  position: absolute;
  left: -400px;
  top: 0px;
  bottom: 0px;
  right: 200px;
  padding: 25px;
  display: table;
  width: 400px;
  min-height: 225px; }
  .sub-content .sub-content-inner {
    display: table-cell;
    vertical-align: middle; }
  @media screen and (max-width: 1024px) {
    .sub-content {
      display: none; } }
  .sub-content h4 {
    color: #1d2172;
    font-size: 16px;
    line-height: 18px;
    margin: 0px 0 3px 0; }
  .sub-content h5 {
    font-size: 13px;
    line-height: 22px;
    color: #b1b1b1;
    margin: 0px;
    font-weight: 400; }
  .sub-content p {
    margin-bottom: 0px; }
  .sub-content a {
    padding: 0px !important;
    line-height: 22px !important;
    color: #3573b9 !important;
    color: #1d2172;
    text-decoration: none;
    border: none !important; }

/* Footer Navigation. */
.site-footer {
  background: #ececef;
  clear: both; }
  .site-footer .footer-bottom {
    clear: both;
    padding-top: 25px; }
  .site-footer .footer-social {
    float: right;
    font-size: 13px;
    color: #747474;
    line-height: 40px;
    height: 40px; }
    .site-footer .footer-social span {
      position: relative;
      top: -10px;
      left: -10px; }
    .site-footer .footer-social img {
      display: inline;
      padding: 5px; }
  .site-footer .copyright {
    border-top: 1px solid #dedede;
    clear: both;
    font-size: 11px;
    color: #747474;
    padding: 15px 0; }
    .site-footer .copyright a {
      color: #747474; }
    .site-footer .copyright span {
      float: right; }
  .site-footer .funders a {
    float: left;
    border-left: 1px solid #e0e0e3;
    padding: 0px 10px;
    font-size: 0px;
    line-height: 0px;
    height: 23px; }
    .site-footer .funders a:first-child {
      border: none;
      padding-left: 0px; }
  .site-footer .footer-logo {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede; }

.footer-inner {
  padding: 35px 30px 0 30px;
  max-width: 1084px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .footer-inner {
      padding: 30px 20px 0 20px; } }

.footer-branding {
  display: inline-block;
  float: left; }
  @media screen and (max-width: 980px) {
    .footer-branding {
      display: block;
      float: none;
      text-align: center;
      margin-bottom: 20px; } }
  .footer-branding .footer-phone {
    display: block;
    width: 140px;
    text-align: center;
    color: #1d2172;
    padding-top: 10px;
    font-weight: 700; }
    @media screen and (max-width: 980px) {
      .footer-branding .footer-phone {
        margin: 0 auto;
        padding-top: 5px; } }

#footer_nav {
  float: right;
  line-height: 21px; }
  @media screen and (max-width: 980px) {
    #footer_nav {
      float: none; } }
  @media screen and (max-width: 980px) {
    #footer_nav > li {
      margin-bottom: 15px; } }
  #footer_nav li {
    float: left;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 750px) {
      #footer_nav li {
        float: none;
        display: none; } }
    #footer_nav li a {
      color: #1d2172;
      text-decoration: none;
      padding: 0 20px;
      font-size: 13px;
      display: inline-block;
      font-weight: 600;
      -webkit-transition: background 0.2s ease-out;
      -moz-transition: background 0.2s ease-out;
      -ms-transition: background 0.2s ease-out;
      -o-transition: background 0.2s ease-out;
      transition: background 0.2s ease-out; }
      #footer_nav li a:hover {
        color: #131549; }
      @media screen and (max-width: 750px) {
        #footer_nav li a {
          display: block;
          width: 100%; } }
    #footer_nav li .sub-menu li {
      float: none; }
      #footer_nav li .sub-menu li a {
        color: #747474;
        font-weight: 400; }
        #footer_nav li .sub-menu li a:hover {
          color: #1d2172; }
      #footer_nav li .sub-menu li .sub-menu {
        padding-left: 15px; }
  #footer_nav .single-link {
    float: none;
    position: relative;
    top: 15px;
    z-index: 1; }
    @media screen and (max-width: 980px) {
      #footer_nav .single-link {
        top: 0px; } }

/* Mobile Navigation. */
#page.nav-open .site-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px; }

#page.nav-open {
  margin-top: 70px; }

.mobile-wrap {
  display: none;
  clear: both;
  position: fixed;
  top: 70px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #1d2172;
  z-index: 999;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden; }
  .mobile-wrap .mobile-inner {
    clear: both;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: scroll; }
  .mobile-wrap .mobile-contact {
    padding: 10px 20px 16px 20px; }
    .mobile-wrap .mobile-contact a {
      display: block;
      color: white; }
      .mobile-wrap .mobile-contact a img {
        height: 22px;
        position: relative;
        top: 5px;
        padding-right: 10px; }
  .mobile-wrap .mobile-social {
    padding: 20px 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .mobile-wrap .mobile-social a {
      display: inline-block;
      width: 38px;
      height: 30px; }
      .mobile-wrap .mobile-social a img {
        display: block;
        margin: 0 auto; }

#mobile_nav li a {
  display: block;
  background: #1d2172 url("/wp-content/themes/nanaimo/images//shell/arrow-down.png") right 20px center no-repeat;
  color: white;
  text-decoration: none;
  font-weight: 300;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
#mobile_nav li.open-nav a {
  background: #1d2172 url("/wp-content/themes/nanaimo/images//shell/arrow-up.png") right 20px center no-repeat; }
#mobile_nav .sub-menu {
  display: none;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 0; }
  #mobile_nav .sub-menu:after {
    content: "";
    display: table;
    clear: both; }
  #mobile_nav .sub-menu:before {
    content: "";
    display: table;
    clear: both; }
  #mobile_nav .sub-menu li {
    width: 50%;
    float: left;
    padding-left: 15px; }
    #mobile_nav .sub-menu li:nth-child(2n+1) {
      clear: both; }
    #mobile_nav .sub-menu li a {
      padding: 10px 5px;
      background: none;
      border: none;
      font-size: 14px;
      line-height: 18px; }

.nav-toggle {
  display: none;
  float: right;
  padding: 20px 18px 21px 18px;
  background: none;
  border: none;
  border-radius: 0px;
  border-left: 1px solid #dedede; }
  .nav-toggle:active {
    background: none;
    border-left: 1px solid #dedede; }
  .nav-toggle:focus {
    background: none;
    border-left: 1px solid #dedede; }
  .nav-toggle:hover {
    background: none;
    border-left: 1px solid #dedede; }
  @media screen and (max-width: 750px) {
    .nav-toggle {
      display: block; } }

.nav-toggle span {
  height: 3px;
  width: 30px;
  display: block;
  background: #1d2172;
  margin: 5px 0; }

/*
Layout Stylesheet

Contains sitewide layout styling.
*/
body {
  color: #323232;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 26px; }

.site-content {
  position: relative;
  z-index: 2; }

p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 300; }

a {
  text-decoration: none;
  color: #3573b9;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
  a:hover {
    color: #2a5a91; }

img {
  font-size: 0px;
  line-height: 0px; }

.em-booking a {
  display: none; }

.content-area {
  max-width: 1084px;
  margin: 0 auto;
  padding: 25px 30px 50px 30px; }
  @media screen and (max-width: 1024px) {
    .content-area {
      padding: 10px 20px 30px 20px; } }

.col-wrap {
  margin-right: -20px; }
  @media screen and (max-width: 900px) {
    .col-wrap {
      margin-right: 0px; } }

.col-primary {
  padding-right: 20px; }
  @media screen and (max-width: 900px) {
    .col-primary {
      width: 100%;
      padding: 0px; } }

.col-secondary {
  padding-right: 20px; }
  @media screen and (max-width: 900px) {
    .col-secondary {
      width: 100%;
      padding: 0px; } }

.col-text {
  padding-right: 30px; }
  @media screen and (max-width: 900px) {
    .col-text {
      padding: 0px; } }

.more {
  color: #3573b9;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  display: block;
  max-width: 85px;
  color: #3573b9;
  border-bottom: 2px solid white;
  -webkit-transition: border 0.2s ease-out;
  -moz-transition: border 0.2s ease-out;
  -ms-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out; }
  .more:hover {
    border-bottom: 2px solid #3573b9; }

.pay-block {
  color: white;
  background: url("/wp-content/themes/nanaimo/images//support/pay-bg.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 55px 30px 25px 30px; }
  .pay-block .primary-heading {
    margin: 0px 0 5px 0;
    font-size: 30px;
    color: white; }
  .pay-block a {
    background: #ffc43a;
    padding: 10px;
    min-width: 170px;
    display: inline-block;
    line-height: 0px;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out; }
    .pay-block a:hover {
      background: #ffda84; }
  .pay-block p {
    margin: 0px; }

.mobile-banner-wrap {
  width: 100%;
  display: none; }
  @media screen and (max-width: 1024px) {
    .mobile-banner-wrap {
      display: block; } }
  .mobile-banner-wrap .mobile-banner {
    width: 100%;
    height: 210px;
    color: white;
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    @media screen and (max-width: 750px) {
      .mobile-banner-wrap .mobile-banner {
        height: 150px; } }
    .mobile-banner-wrap .mobile-banner:before {
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background: rgba(54, 116, 186, 0.4); }

.banner-wrap {
  width: 3072px;
  position: relative;
  height: 210px;
  left: -100%;
  background: #3573b9; }
  @media screen and (max-width: 1024px) {
    .banner-wrap {
      display: none; } }
  .banner-wrap:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 1024px;
    background: rgba(243, 243, 243, 0.8);
    z-index: 999; }
  .banner-wrap:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 1024px;
    background: rgba(243, 243, 243, 0.8);
    z-index: 999; }

.blue-flat {
  margin-bottom: 0px; }

.banner-heading {
  position: absolute;
  left: 30px;
  bottom: -2px;
  z-index: 999;
  color: white;
  font-size: 114px;
  line-height: 88px;
  margin: 0px;
  letter-spacing: -7px;
  display: block; }
  @media screen and (max-width: 1024px) {
    .banner-heading {
      font-size: 80px;
      line-height: 80px;
      max-width: 100%;
      margin: 0px;
      letter-spacing: -3px;
      padding: 35px 200px 35px 35px;
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0px; } }
  @media screen and (max-width: 750px) {
    .banner-heading {
      padding: 20px 20px 20px 20px;
      font-size: 70px;
      line-height: 60px;
      left: 0px; } }
  @media screen and (max-width: 600px) {
    .banner-heading {
      font-size: 50px;
      line-height: 45px; } }

.top-overflow {
  overflow: hidden; }

.page-top {
  width: 1024px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .page-top {
      width: 100%; } }

.banner {
  width: 1024px;
  height: auto;
  min-height: 210px;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  position: relative;
  white-space: normal;
  vertical-align: top;
  position: relative; }
  .banner .banner-inner {
    position: relative;
    width: 1024px;
    height: 210px; }
    .banner .banner-inner:after {
      background: #3573b9;
      width: 1024px;
      min-height: 210px;
      content: '';
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      opacity: 0.25; }

.divider {
  height: 1px;
  background: #dedede;
  margin-top: 15px; }

.form-wrap.subscribe-form {
  padding: 10px 50px; }
  @media screen and (max-width: 700px) {
    .form-wrap.subscribe-form {
      padding: 0px; } }

.form-wrap {
  background: #ececef;
  padding: 50px 50px 60px 50px; }
  @media screen and (max-width: 900px) {
    .form-wrap {
      padding: 30px; } }
  @media screen and (max-width: 500px) {
    .form-wrap {
      padding: 20px; } }
  .form-wrap #mc-embedded-subscribe {
    position: relative;
    right: 5px; }
  .form-wrap h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300; }
  @media screen and (max-width: 400px) {
    .form-wrap .wpcf7-recaptcha {
      position: relative;
      left: -10px;
      display: block;
      margin: 0 auto;
      -ms-transform: scale(0.8);
      /* IE 9 */
      -webkit-transform: scale(0.8);
      /* Chrome, Safari, Opera */
      transform: scale(0.8); } }
  .form-wrap form {
    max-width: 760px;
    margin: 0 auto;
    text-align: left; }
    .form-wrap form:after {
      content: "";
      display: table;
      clear: both; }
    .form-wrap form p {
      margin-bottom: 5px;
      padding-right: 5px;
      float: left;
      width: 50%;
      position: relative; }
      @media screen and (max-width: 800px) {
        .form-wrap form p {
          width: 100%;
          padding-right: 0px; } }
    .form-wrap form .gift {
      padding-left: 40px;
      background: url("/wp-content/themes/nanaimo/images//support/gift.png") left top 5px no-repeat;
      line-height: 19px;
      margin: 10px 0 15px 0; }
    .form-wrap form .wide {
      width: 100%; }
    .form-wrap form .description {
      width: 100%;
      text-align: left; }
    .form-wrap form .checkbox-intro {
      float: left;
      margin: 0 15px 15px 0; }
    .form-wrap form .captcha-form {
      clear: both;
      float: left;
      width: 50%; }
    .form-wrap form input {
      border: 1px solid #dedede;
      padding: 7px 10px; }
    .form-wrap form textarea {
      padding: 7px 10px;
      height: 110px;
      border: 1px solid #dedede; }
    .form-wrap form .wpcf7-submit {
      float: right;
      color: white;
      background: #1d2172;
      border: none;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 400;
      padding: 14px 35px;
      -webkit-transition: background 0.2s ease-out;
      -moz-transition: background 0.2s ease-out;
      -ms-transition: background 0.2s ease-out;
      -o-transition: background 0.2s ease-out;
      transition: background 0.2s ease-out; }
      .form-wrap form .wpcf7-submit:hover {
        background: #3573b9; }
    .form-wrap form .wpcf7-response-output {
      clear: both;
      padding: 15px 0 0 0px;
      margin: 0px;
      border: none; }
    .form-wrap form .wpcf7-not-valid-tip {
      position: absolute;
      right: 10px;
      top: -2px; }
    .form-wrap form .form-top p:nth-child(2n+1) {
      clear: both; }
    .form-wrap form .wpcf7-checkbox {
      text-align: left;
      float: left; }
    .form-wrap form .select-wrap {
      width: 100%; }
    .form-wrap form .drop-wrap {
      color: #666;
      width: 260px;
      overflow: hidden;
      display: block;
      margin: 0 auto 15px auto;
      border: 1px solid #dedede;
      background: url("/wp-content/themes/nanaimo/images//shell/down.png") no-repeat right 20px center white;
      -webkit-transition: background-color 0.2s ease-out;
      -moz-transition: background-color 0.2s ease-out;
      -ms-transition: background-color 0.2s ease-out;
      -o-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out; }
      @media screen and (max-width: 800px) {
        .form-wrap form .drop-wrap {
          width: 100%;
          margin: 2px 0; } }
      .form-wrap form .drop-wrap .wpcf7-not-valid-tip {
        right: 30px; }
      .form-wrap form .drop-wrap:hover {
        background-color: #f4f4f4; }
      .form-wrap form .drop-wrap select {
        cursor: pointer;
        background: transparent;
        width: 282px;
        padding: 5px 20px;
        font-size: 14px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 50px;
        color: #666;
        -webkit-appearance: none; }
        @media screen and (max-width: 550px) {
          .form-wrap form .drop-wrap select {
            width: 110%; } }
        .form-wrap form .drop-wrap select option {
          padding: 10px; }
        .form-wrap form .drop-wrap select:focus {
          outline: none; }
        .form-wrap form .drop-wrap select:active {
          outline: none; }

@media screen and (max-width: 700px) {
  .get-involved {
    margin-right: -20px; } }
.get-involved h3 {
  margin-right: 20px; }
.get-involved .flex-content {
  padding-right: 20px; }
  @media screen and (max-width: 700px) {
    .get-involved .flex-content {
      width: 50%; } }
  @media screen and (max-width: 400px) {
    .get-involved .flex-content {
      width: 100%; } }
  .get-involved .flex-content .flex-img {
    height: 173px;
    margin-bottom: 20px;
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    @media screen and (max-width: 400px) {
      .get-involved .flex-content .flex-img {
        height: 130px; } }
.get-involved .more-links {
  padding-left: 20px; }
  @media screen and (max-width: 700px) {
    .get-involved .more-links {
      width: 100%;
      padding-left: 0px; } }
  .get-involved .more-links .primary-heading {
    margin: 0 0 10px 0; }
  .get-involved .more-links ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    .get-involved .more-links ul a {
      font-size: 18px;
      line-height: 30px;
      padding: 0 15px 0 0;
      background: url("/wp-content/themes/nanaimo/images//shell/arrow-blue.png") right center no-repeat; }

@media screen and (max-width: 600px) {
  ul {
    margin-left: 0px; } }

.back {
  color: #3573b9;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  display: block;
  padding-left: 15px;
  background: url("/wp-content/themes/nanaimo/images//shell/arrow-blue-left.png") left center no-repeat; }
  @media screen and (max-width: 900px) {
    .back {
      padding: 15px; } }

.exhibit-wrap {
  margin-right: -20px; }
  .exhibit-wrap h3 {
    margin-bottom: 0px;
    margin-right: 20px; }
  .exhibit-wrap h5 {
    margin: 3px 0 0 0px;
    color: #b1b1b1;
    font-size: 15px; }
  .exhibit-wrap .exhibit {
    padding-right: 20px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .exhibit-wrap .exhibit {
        margin-bottom: 25px; } }
    @media screen and (max-width: 700px) {
      .exhibit-wrap .exhibit {
        width: 50%; } }
    @media screen and (max-width: 400px) {
      .exhibit-wrap .exhibit {
        width: 100%; } }
    @media screen and (max-width: 700px) {
      .exhibit-wrap .exhibit:nth-child(2n+1) {
        clear: both; } }
    .exhibit-wrap .exhibit:nth-child(4n+1) {
      clear: both; }
    .exhibit-wrap .exhibit .exhibit-image {
      background: center center no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      height: 180px;
      position: relative;
      margin-bottom: 10px;
      display: block;
      overflow: hidden; }
      @media screen and (max-width: 400px) {
        .exhibit-wrap .exhibit .exhibit-image {
          height: 130px; } }
      .exhibit-wrap .exhibit .exhibit-image:after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: -1;
        background: url("/wp-content/themes/nanaimo/images//shell/wave-grey.jpg") center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }

.portals {
  position: relative; }
  @media screen and (max-width: 900px) {
    .portals {
      width: 100%;
      overflow: hidden; } }
  .portals .port-wrap {
    overflow: hidden;
    margin-bottom: 20px; }
  .portals a {
    position: relative;
    color: white;
    height: 180px;
    font-size: 38px;
    line-height: 31px;
    padding: 20px;
    font-weight: 600;
    display: table;
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden; }
    @media screen and (max-width: 400px) {
      .portals a {
        font-size: 31px; } }
    .portals a:last-child {
      margin-bottom: 0px; }
    .portals a .portal-bg {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      z-index: -1;
      background: url("/wp-content/themes/nanaimo/images//exhibit/wave-grey.jpg") center center no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .portals a:hover .portal-bg {
      top: -20px;
      right: -20px;
      bottom: -20px;
      left: -20px; }
    .portals a .hour-inner {
      display: table-cell;
      vertical-align: bottom; }
    .portals a span {
      color: #3573b9; }
  .portals .location-link .portal-bg {
    content: '';
    background: url("/wp-content/themes/nanaimo/images//home/location.png") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .portals .location-link:hover .portal-bg {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px; }
  .portals .bastion-link .portal-bg {
    content: '';
    background: url("/wp-content/themes/nanaimo/images//shell/portal-bastion.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .portals .train-link .portal-bg {
    content: '';
    background: url("/wp-content/themes/nanaimo/images//shell/portal-train.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .portals .train-link:hover .portal-bg {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px; }
  .portals .cottage-link .portal-bg {
    content: '';
    background: url("/wp-content/themes/nanaimo/images//shell/portal-cottage.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .portals .donate-link span {
    display: block; }

/*# sourceMappingURL=styles.css.map */
