html {
  font-size: 14px;
}

body {
  background: url('/assets/img/bg-body.jpg') top center scroll no-repeat #171414;
  overflow-y: scroll;
}

a {
  color: #db5e00;
}

blockquote {
  background-color: #f7f7f7;
  background-color: rgba(255, 255, 255, 0.4);
  border-left: 3px solid #ff6d00;
}

blockquote p {
  font-size: 16px;
  font-style: italic;
}

hr {
  border-color: #ff6d00;
  width: 80%;
}

ul {
  padding-left: 20px;
}




.alignnone,
.aligncenter,
.alignleft,
.alignright {
  display: block;
  float: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
}

.aligncenter {
  margin-bottom: 5px;
  margin-top: 5px;
}

.alignleft,
.alignright {
  margin-bottom: 5px;
}

@media (min-width: 479px) {
  .alignleft,
  .alignright {
    max-width: 50%;
  }

  .alignleft {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }

  .alignright {
    float: right;
    margin-left: 10px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 80%;
  }
}





img.whitebox {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 4px;
}

a.external-link {
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23db5e00%22%20d%3D%22M1.5%204.518h5.982V10.5H1.5z%22%2F%3E%3Cpath%20d%3D%22M5.765%201H11v5.39L9.427%207.937l-1.31-1.31L5.393%209.35l-2.69-2.688%202.81-2.808L4.2%202.544z%22%20fill%3D%22%23db5e22%22%2F%3E%3Cpath%20d%3D%22M9.995%202.004l.022%204.885L8.2%205.07%205.32%207.95%204.09%206.723l2.882-2.88-1.85-1.852z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  padding-right: 15px;
}

a.no-icon {
  background: 0;
  padding-right: 0;
}

.banner .container {
  background-color: rgba(135, 157, 170, 0.6);
  padding: 10px;
  position: relative;
}

.navbar {
  margin-bottom: 0;
}

.navbar > .container .navbar-brand {
  background: url('/assets/img/logo-notonorthernpass-mobile.png') center center no-repeat;
  height: 59px;
  margin: 0 10px 0 15px;
  text-indent: -9999px;
  width: 237px;
}

.navbar-promo {
  display: none;
}

.navbar-social {
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: right;
}

.navbar-social a {
  display: inline-block;
  margin: 0 5px;
}

.navbar-default {
  background-color: transparent;
  border: none;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #ff6d00
  background-color: rgba(255, 109, 0, 0.5);
  color: #fff;
  font-weight: bold;
}

#header-photo,
#header-rotator {
  padding: 0;
  overflow: hidden;
}
#header-photo img,
#header-rotator img {
  width: 100%;
}

.wrap.container {
  background-color: rgba(135, 157, 170, 0.4);
  padding-top: 10px;
}

.wrap .widget {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ff6d00;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0 10px 10px 10px;
}

.wrap .widget h3 {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ff6d00;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 1em;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
}

.tribe_mini_calendar_widget .tribe-mini-calendar-nav span {
  margin: 0 8%;
}

.sidebar .text-7 {
  padding: 0;
}
.sidebar .text-7 iframe {
  display: block !important;
}

.nnp-panel {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ff6d00;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}


footer.content-info {
  background-color: #171414;
  color: #fff;
  padding: 15px 0 45px;
  text-align: center;
}

footer.content-info .row > div {
  border: 1px solid #fff;
  float: inherit;
  margin: 0 auto;
  padding: 1em 0;
}

footer.content-info.container {
  max-width: 100%;
}

#menu-footer-menu {
  list-style-type: none;
  padding: 0;
}

#menu-footer-menu li a {
  color: #fff;
  text-transform: uppercase;
}

footer.content-info .copyright {
  color: #888;
  margin-bottom: 0;
}
footer.content-info .sitename {
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova",courier,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #035658;
}

h1, h2 {
  color: #454545;
}

h1 {
  font-size: 32px;
}

.hentry {
  margin-bottom: 3em;
}

.page-header,
body.single .hentry header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ff6d00;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0 -15px 20px -15px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.page-header h1,
body.single .hentry h1.entry-title,
h1.home-header,
.tribe-events-list h2.tribe-events-page-title {
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
  margin-top: 0;
  padding-top: 10px;
  text-transform: uppercase;
}

/*
.hentry h2.entry-title,
.tribe-events-list h2.tribe-events-list-event-title,
.single-tribe_events h2.tribe-events-single-event-title,
h2.tribe-events-page-title
*/
h2,
.tribe-events-list .vevent.hentry h2,
#tribe-geo-results h2.tribe-events-map-event-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#tribe-geo-results h2.tribe-events-map-event-title {
  line-height: 1.1em;
}

.hentry h2.entry-title {
  margin-bottom: 2px;
}

.hentry h2.entry-title a,
h2.tribe-events-list-event-title a,
h2.tribe-events-map-event-title a {
  color: #035658;
}

.main h2 {
  margin-bottom: 10px;
}

.entry-meta {
  color: #777;
  margin-bottom: 10px;
}

.pager li > a,
.post-nav a,
.tribe-events-sub-nav li > a,
.tribe-events-back a {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #ddd;
  color: #db5e00;
  display: inline-block;
  line-height: normal;
  padding: 5px 14px;
}
.pager li > a:hover,
.pager li > a:focus,
.post-nav a:hover,
.post-nav a:focus,
.tribe-events-sub-nav li > a:hover,
.tribe-events-sub-nav li > a:focus,
.tribe-events-back a:hover,
.tribe-events-back a:focus {
  background-color: #ff6d00;
  background-color: rgba(255, 109, 0, 0.6);
  color: #fff;
  text-decoration: none;
}

.post-nav {
  line-height: normal;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding-left: 0;
  text-align: center;
}

.post-nav li {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: 48%;
}

.post-nav li.post-nav-previous {
  float: left;
  margin-right: 5px;
  text-align: left;
}

.post-nav li.post-nav-next {
  float: right;
  margin-left: 5px;
  text-align: right;
}

.button,
body .gform_wrapper .gform_footer input[type=submit] {
  background: #ff7109;
  background: -moz-linear-gradient(top, #fea760 0%, #ff7109 70%, #ff730a 100%) #fea760;
  background: -ms-linear-gradient(top, #fea760 0%, #ff7109 70%, #ff730a 100%) #fea760;
  background: -o-linear-gradient(top, #fea760 0%, #ff7109 70%, #ff730a 100%) #fea760;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea760), color-stop(70%,#ff7109), color-stop(100%,#ff730a)) #fea760;
  background: -webkit-linear-gradient(top, #fea760 0%, #ff7109 70%, #ff730a 100%) #fea760;
  background: linear-gradient(to bottom, #fea760 0%, #ff7109 70%, #ff730a 100%) #fea760;
  border-radius: 5px;
  border: 1px solid #fca15b;
  color: #fff;
  font-family: "proxima-nova",courier,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-right: 3px;
  padding: 5px 10px;
  text-shadow: 0 -1px 0px #db792e;
  text-transform: uppercase;
}

.button:hover,
.button:focus,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer input[type=submit]:focus {
  text-decoration: none;
  color: #fff;
  background: #ff7109;
  background: -moz-linear-gradient(top, #ff730a 0%, #ff7109 70%, #fea760 100%) #ff730a;
  background: -ms-linear-gradient(top, #ff730a 0%, #ff7109 70%, #fea760 100%) #ff730a;
  background: -o-linear-gradient(top, #ff730a 0%, #ff7109 70%, #fea760 100%) #ff730a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff730a), color-stop(70%,#fea760), color-stop(100%,#fea760)) #ff730a;
  background: -webkit-linear-gradient(top, #ff730a 0%, #ff7109 70%, #fea760 100%) #ff730a;
  background: linear-gradient(to bottom, #ff730a 0%, #ff7109 70%, #fea760 100%) #ff730a;
}

body .gform_wrapper {
  margin-bottom: 0;
}


body .gform_wrapper .gform_body .gform_fields .gfield {
  margin-top: 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield .textarea {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 3px #ddd;
  -webkit-box-shadow: inset 0 0 3px #ddd;
  box-shadow: inset 0 0 3px #ddd;
  font-size: 14px;
  margin: 5px 0;
  padding: 8px 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex select {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 3px #ddd;
  -webkit-box-shadow: inset 0 0 3px #ddd;
  box-shadow: inset 0 0 3px #ddd;
  margin: 5px 0;
  padding: 6px 5px;
}

body .gform_wrapper li.hidden_label input {
  margin-top: 0;
}

body .gform_wrapper .gform_footer {
  margin-top: 5px;
  padding-top: 10px;
  text-align: right;
}

body #gform_wrapper_1 .gform_footer,
body #gform_wrapper_3 .gform_footer {
  margin: 5px 0 0 0;
  padding: 0;
}

body #gform_wrapper_4 .gform_footer {
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield#field_1_3 .ginput_container,
body #gform_wrapper_3 .gform_body .gform_fields .gfield#field_3_3 .ginput_container {
  margin-top: 10px;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield#field_1_3 .gfield_label,
body #gform_wrapper_3 .gform_body .gform_fields .gfield#field_3_3 .gfield_label {
  display: none;
}

body .gform_wrapper .gform_body .gform_fields #field_1_4.gfield .ginput_complex select#input_1_4_4 {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 3px #ddd;
  -webkit-box-shadow: inset 0 0 3px #ddd;
  box-shadow: inset 0 0 3px #ddd;
  margin: 5px 0;
  padding: 6px 5px;
}
body .gform_wrapper .gform_body .gform_fields #field_1_4.gfield .ginput_complex label#input_1_4_4_label {
  display: none;
}
body .gform_wrapper .gform_body .gform_fields #field_1_3.gfield .gfield_checkbox label {
  font-weight: normal;
  line-height: 1.1;
}

body #gform_confirmation_message_4,
body #gform_confirmation_message_5 {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  border: 1px solid #ff6d00;
  font-size: 115%;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 1em 2em;
  text-align: center;
}

.tribe-events-list-separator-month {
  margin-bottom: .25em;
  margin-top: .25em;
}
.tribe-events-list .vevent.hentry {
  padding-bottom: 1em;
  padding-top: 1em;
}
.tribe-events-list .vevent.hentry.tribe-event-end-month {
  padding-bottom: 1em;
}
.tribe-events-list-separator-month + .vevent.hentry.tribe-events-first {
  padding-top: 1em;
}

.tribe-events-list-separator-month {
  font-family: "proxima-nova",courier,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

#tribe-events-content.tribe-events-list h2.tribe-events-list-event-title a:hover,
#tribe-events-content.tribe-events-list h2.tribe-events-map-event-title a:hover {
  text-decoration: underline;
}

.tribe-events-list .vevent.hentry h2 {
  line-height: 1.1em;
}

.tribe-events-list .tribe-events-venue-details {
  line-height: 1.4em;
}

#tribe-events-content .tribe-events-tooltip h4 {
  line-height: 1.1em;
  text-transform: uppercase;
}

#tribe-events-header .tribe-events-sub-nav,
#tribe-events-footer .tribe-events-sub-nav {
  padding-left: 0;
}

#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
  white-space: inherit;
}

.single-tribe_events .tribe-events-schedule h3 {
  color: #333;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  font-size: 13px;
}

ul.tribe-events-sub-nav a,
.tribe-events-back a {
  font-weight: inherit;
  font-size: inherit;
}

.tribe-mini-calendar-event h2 {
  text-transform: inherit;
}

.tribe-mini-calendar-list-wrapper .hentry {
  margin-bottom: 0;
}

.tribe-mini-calendar-event .tribe-events-divider {
  padding: 0 3px;
}


.tribe-events-adv-list-widget .hentry {
  margin-bottom: 0;
}

.tribe-events-adv-list-widget .hentry h2 {
  margin-bottom: 10px;
}


.main .fve-video-wrapper {
  margin-bottom: 1.5em;
}

body.splash {
  overflow-y: auto;
}

/*
Use possibly for phone usage -- needs more work
body.splash .main {
  padding-left: 8px;
  padding-right: 8px;
}

body.splash .navbar > .container .navbar-brand {
  background-position: center center;
  background-size: contain;
  max-height: 20px;
}

body.splash .nnp-panel {
  padding: 8px;
}

body.splash h2 {
  font-size: 15px;
  margin-top: 0;
}
*/


@media screen and (min-width: 768px) {
  .navbar > .container .navbar-brand {
    background-image: url('/assets/img/logo-notonorthernpass.png');
    height: 100px;
    margin-left: 0;
    width: 154px;
  }

  .navbar-promo {
    border: 1px solid #ff6d00;
    border-radius: 5px;
    display: block;
    line-height: 14px;
    margin-left: 175px;
    padding: 3px 5px 5px;
    position: absolute;
    max-width: 400px;
  }
  .navbar-promo-text {
    color: #ffffff;
    font-family: "proxima-nova",courier,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    text-shadow: -0.5px 0.5px 0 #000;
    text-transform: uppercase;
  }
  .navbar-promo-source {
  }
  .navbar-promo-source a {
    color: #eee;
  }
  .navbar-promo-source a:hover {
    color: #ccc;
  }

  .navbar-social {
    display: block;
    float: right;
    margin: 0;
    text-align: initial;
  }
  .navbar-social a {
    margin: 0;
  }
  .navbar-social a:hover img {
    opacity: 0.75;
  }
  .navbar-nav {
    position: absolute;
    bottom: 10px;
    left: 215px;
  }
  .navbar-nav > li {
    padding: 0 5px;
    border-right: 1px dotted #bbb;
  }
  .navbar-nav > li:last-of-type {
    border-right: none;
  }
  .navbar-default .navbar-nav > li > a {
    border: 1px solid transparent;
    color: #fff;
    font-family: "proxima-nova",courier,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    padding: 5px;
    text-shadow: -.5px .5px 0 #000;
    text-transform: uppercase;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background: #ff7109;
    background: -moz-linear-gradient(top, #fea760 0%, #ff7109 70%, #ff730a 100%) #fea760;
    background: -ms-linear-gradient(top, #fea760 0%, #ff7109 70%, #ff730a 100%) #fea760;
    background: -o-linear-gradient(top, #fea760 0%, #ff7109 70%, #ff730a 100%) #fea760;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea760), color-stop(70%,#ff7109), color-stop(100%,#ff730a)) #fea760;
    background: -webkit-linear-gradient(top, #fea760 0%, #ff7109 70%, #ff730a 100%) #fea760;
    background: linear-gradient(to bottom, #fea760 0%, #ff7109 70%, #ff730a 100%) #fea760;
    border-radius: 5px;
    border: 1px solid #fca15b;
    color: #fff;
    text-shadow: -.5px .5px 0px #863f0a;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background-color: #ffbf90;
    background-color: rgba(255, 109, 0, 0.6);
    border-radius: 5px;
  }

  .wrap .sidebar {
    padding-left: 0;
  }

  #menu-footer-menu {
    display: inline-block;
    line-height: 1em;
    list-style-type: none;
    padding: 0;
  }
  #menu-footer-menu li {
    border-right: 1px dotted #bbb;
    float: left;
    padding: 0 1em;
  }
  #menu-footer-menu li:last-of-type {
    border-right: inherit;
  }


  /*** Hack in place to fix active state rollovers in the menu -- "news" active when in the events section ***/
  body.tribe-filter-live .navbar-nav li.active.menu-news a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
  }
  body.tribe-filter-live .navbar-nav li.active.menu-news a:hover {
    background-color: #ff6d00;
    background-color: rgba(255, 109, 0, 0.6);
    border-radius: 5px;
  }
  body.tribe-filter-live .navbar-nav li.menu-events a {
    background: #ff7109;
    background: -moz-linear-gradient(top, #fea760 0%, #ff7109 70%, #ff730a 100%) #fea760;
    background: -ms-linear-gradient(top, #fea760 0%, #ff7109 70%, #ff730a 100%) #fea760;
    background: -o-linear-gradient(top, #fea760 0%, #ff7109 70%, #ff730a 100%) #fea760;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea760), color-stop(70%,#ff7109), color-stop(100%,#ff730a)) #fea760;
    background: -webkit-linear-gradient(top, #fea760 0%, #ff7109 70%, #ff730a 100%) #fea760;
    background: linear-gradient(to bottom, #fea760 0%, #ff7109 70%, #ff730a 100%) #fea760;
    border: 1px solid #fca15b;
    border-radius: 5px 5px 5px 5px;
    color: #ffffff;
    text-shadow: -0.5px 0.5px 0 #863f0a;
  }
  /*** End hack ***/

}

@media screen and (min-width: 768px) and (max-width: 991px) {

}

@media screen and (min-width: 992px) {
  .navbar-promo {
    line-height: 16px;
    margin-left: 215px;
    max-width: 585px;
    padding: 3px 15px 5px;
  }
  .navbar-promo-text {
    font-size: 16px;
  }

  .navbar-nav {
  }
  .navbar-nav > li {
    padding: 0 10px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

}

@media screen and (min-width: 1200px) {
  .navbar-promo {
    margin-left: 250px;
    max-width: 675px;
  }
  .navbar-nav {
    left: 240px;
  }
  .navbar-nav > li {
    padding: 0 20px;
  }
  #header-photo,
  #header-rotator {
    background-color: #879daa;
    background-color: rgba(135, 157, 170, 0.4);
  }

  .nnp-panel {
    padding-left: 90px;
    padding-right: 90px;
  }

  .page-header, body.single .hentry header {
    margin-left: -90px;
    margin-right: -90px;
  }
}
