/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base and Typography
 * ========================================================================== */
@font-face {
  font-family: GothamBook;
  src: url('../fonts/Gotham-Book.otf');
}

@font-face {
  font-family: GothamBold;
  src: url('../fonts/Gotham-Bold.otf');
  font-weight: bold;
}

html {
  background: #fff;
}

body {
  font-family: GothamBook, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #1c1c53;
}

button, input, select, textarea {
  font-family: GothamBook, Arial, sans-serif;
}

strong, b {
  font-family: GothamBold, Arial, sans-serif;
}

/* the main page title (h1) */
h1,
h1#page-title {
  font-family: GothamBold, Arial, sans-serif;
  font-size: 40px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #F05244;
  margin-left: 20px;
  margin-top: 30px;
}

h2 {
  font-family: GothamBold, Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.06;
  color: #1C1C53;
}

h3 {
  font-family: GothamBold, Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.07;
  color: #1C1C53;
}

.big-body {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #043746;
}

.big-body-white {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
}


h4 {
  font-family: GothamBold, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #1C1C53;
  text-transform: uppercase;
}

.white {
  font-size: 16px;
  line-height: 1.13;
  color: #ffffff;
}


.blue-green {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #043746;
}

.tiny-text {
  font-size: 14px;
  color: #043746;
}

/*links*/
a {
  text-decoration: none;
  color: #1c1c53;
}

.field-name-body a,
.paragraphs-item-text-component a{
  color: #E22412;
}

a:link,
a:visited {}

a:active,
a.active {}

a:hover {
  text-decoration: underline;
}

a:focus {
  text-decoration: none;
}

div.ncsf-intro {
  font-size: 20px;
  color: #043746;
  border-bottom: 2px solid #4B9CD3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

p {
  margin: 20px 0;
}

ul, ol {
  margin: 0 0 20px 0;
}

/* =============================================================================
 *   Regions, general layout and spacing
 * ========================================================================== */

#page {
  padding: 0px;
  background-color: #FFF;
}

#main {
  margin: 0 10px;
}

#columns .sidebar {
  padding-top: 20px;
}

#main-content #content {
  margin: 0 20px;
}

body.front #main-content #content {
  margin: 0;
}

#main-outer {
  margin-top: 0px;
}

.region {
  padding-top: 10px;
}

.region-banner .block-inner,
.region-banner .block {
  margin: 0;
}

.region-banner {
  padding-top: 0;
}

/*Make full width wrappers have max-width*/
#page-top,
#leaderboard-wrapper,
#header-wrapper,
#nav-wrapper,
#secondary-content-wrapper,
#content-wrapper,
#footer-wrapper,
#tertiary-content-wrapper{
  max-width: 1180px;
  margin: 0 auto;
}

.container {
  max-width: 1080px;
}

#nav-wrapper  {
  margin-top: -100px;
}

body.front #secondary-content-wrapper {
  margin-top: -50px;
}



/* =============================================================================
 *   Leaderboard with saved events
 * ========================================================================== */

#leaderboard-wrapper .container {
  max-width: 1280px;
}

#leaderboard-wrapper .my-list-top {
  background-color: #333;
  opacity: .9;
  color: #fff;
  text-align: center;
  padding: 12px 0;
}

#leaderboard-wrapper .block-inner,
#leaderboard-wrapper .region,
#leaderboard-wrapper .block,
#leaderboard-wrapper .block-content{
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

a.my-events-link {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  background-color: #c1d641;
  text-align: center;
  color: #043746;
  padding: 0 20px;
  border-bottom: 2px solid #b4c83c;
  margin-left: 5px;
}

a.my-events-link:hover {
  text-decoration: none;
  background-color:#1C1C53;
  border-bottom: 2px solid #1C1C53;
  color: #fff;
}

/* test */
#leaderboard-wrapper {
  position: fixed;
  max-width: 100%;
  width: 100%;
  bottom: 0;
  z-index: 1000;
}

#leaderboard-wrapper .container {
  max-width: 100%;
}

#leaderboard-wrapper .my-list-top {

}

/* =============================================================================
 *   Header
 * ========================================================================== */

#header #branding {
  float: left;
  max-width: 260px;
  margin: 0;
}

#header .region-header {
  position: relative;
  margin-left: 220px;
}

#header #logo {
  position: relative;
  z-index: 3;
}

#header #logo img {
  max-width: 200px;
  padding: 15px 0 0 0;
}

#block-block-1 {
  float: right;
  text-align: right;
  margin: 20px -20px 0 0;
  font-size: 13px;
}

#block-block-7 {
  font-family: GothamBold, Arial, sans-serif;
   float: left;
   font-size: 13px;
   padding-top: 25px;
   margin-bottom: -15px;
   font-weight: bold;
   color: #1c1c53;
 }

#block-block-7 .morehead-intro {
  font-size: 10px;
  margin: 0 0 5px 0;
  color: #1c1c53;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#block-search-form {
   float: right;
   width: 200px;
   text-align: right;
   margin-bottom: 0;
   padding-top: 15px;
}

#block-block-16 {
  float: right;
  margin: 5px 0 0 10px;
  clear: right;
  width: auto;
  padding: 0;
}

#block-block-16 .block-content,
#block-block-16 .block-inner, {
  padding: 0;
  margin: 0;
}

#block-search-form .block-content {
  padding-bottom: 10px;
}

#block-search-form .form-item input {
  font-size: 12px;
  width: 150px;
  line-height: 32px;
  height: 32px;
  border-radius: 7px;
  border: 1px solid #1c1c53;
  color: #043746;
  padding: 0 0 0 10px;
}

/* user menu */
#block-system-user-menu {
  float: right;
  clear: none;
  width: 180px;
  background-color: #FEBC15;
  padding: 5px;
  border-radius: 7px;
  color: #fff;
}

#block-system-user-menu h2.block-title {
  font-size: 16px;
  color: #1c1c53;
  padding: 0;
  margin-bottom: 0px;
}

#block-system-user-menu ul,
#block-system-user-menu ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#block-system-user-menu ul li {
  display: inline;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #1c1c53;
  font-size: 11px;
}

#block-system-user-menu ul li.last {
  border-right: 0;
}

#block-system-user-menu ul li a {
  color: #1c1c53;
}


/* actual search page */
.search-form input {
  max-width: 90%;
  margin-bottom: 10px;
}

ol.search-results {
  padding-left: 10px;
}

#block-search-form #edit-actions,
#block-search-form #edit-actions--2 {
  display: none;
}
a.top-link {
   padding-left: 10px;
}


/* =============================================================================
 *   Footer
 * ========================================================================== */

#footer-wrapper{
  background-color: #4B9CD3;
  margin-top: 20px;

}

#footer-wrapper-inner {

}

#footer #block-block-2 {
  margin-left: 20px;
  padding-bottom: 30px;
}

.footer-right,
.footer-left {
  float: left;
  clear: left;
  width: 450px;
  margin-top: 0px;
}

.footer-right {
  clear: none;
  width: 230px;
}

.footer-menu-1,
.footer-menu-2 {
  float: left;
  width: 45%;
}

.footer-menu-1 {
  margin-left: 30px;
}

.footer-logo {
  margin: 0 0 20px 0;
  width: 230px;
  float: left;
}

.footer-logo img {
  max-width: 200px;
}

.footer-social {
  margin-left: 260px;
  background: url('images/scienceforall2023.png') top right no-repeat;
  background-size: 150px auto;
  min-height: 150px;
}

.footer-bottom {
  clear: both;
  padding-top: 20px;
  margin-left: 30px;
}

#footer ul,
#footer ul li {
  list-style-type: none;
  list-style-image: none;
}

#footer ul li {
  padding: 0 0 3px 0;
}

#footer h2 {
  color: #fff;
  margin: 25px 0 5px 0;
  padding-top: 10px;
}

.footer-social-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 1px;
  text-indent: -9999px;
  margin-right: 5px;
}

a#social_twitter {
  background: url('images/twitter2.png') center left no-repeat;
  background-size: 32px auto;
}

a#social_facebook {
  background: url('images/facebook2.png') center left no-repeat;
  background-size: 32px auto;
}

a#social_google {
  background: url('images/gplus2.png') center left no-repeat;
}

a#social_youtube {
  background: url('images/youtube2.png') center left no-repeat;
  background-size: 32px auto;
}

a#social_instagram {
  background: url('images/instagram.png') center left no-repeat;
  background-size: 32px auto;
}

a#social_flickr {
  background: url('images/flikr.png') center left no-repeat;
  background-size: 32px auto;
}

.social-media-links {
  margin-bottom: 45px;
}

#footer .sponsor-name {

}

#footer .sponsor-type {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Oswald, sans-serif;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

#footer .sponsor-link {
  margin-top: 20px;
}

#footer .sponsor-link a {
  font-family: GothamBold, Arial, sans-serif;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

.node-unpublished {
  background-color: #fff;
}

/* =============================================================================
 *   Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with #main-menu or div[id$="menu-bar"]
 */
#menu-bar {
  margin: 0px 0px 0px 0px;
  float: right;
}

#menu-bar .block {
  margin: 0;
}

#menu-bar ul.sf-menu {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

#menu-bar ul.sf-menu li {
  display: inline-block;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0px;
}

#menu-bar ul.sf-menu li a {
  font-family: GothamBold, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 40px;
  color: #1c1c53;
  display: block;
  white-space: nowrap;
  padding: 0 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 7px;
}

#menu-bar ul.sf-menu li.sf-item-6 a {

}

#menu-bar ul.sf-menu li a.menuparent {

}

#menu-bar ul.sf-menu li a:hover,
#menu-bar ul.sf-menu li a:focus,
#menu-bar ul.sf-menu li a.active-trail,
#menu-bar ul.sf-menu li.sfHover a.sf-depth-1 {
  text-decoration: none;
  background-color: #FEBC15;
  background-image: none;
  outline: none;
}

#menu-bar ul.sf-menu li:hover {
  background-image: none;
}

#menu-bar .block {
  margin-bottom: 0;
}

/* Superfish */
#menu-bar ul.sf-menu li ul {
  background-color: #1c1c53;
  padding: 10px 10px 10px 20px;
  margin: 3px 0 0 0;
  text-align: left;
  border-radius: 7px;
}

#menu-bar ul.sf-menu li ul li {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

#menu-bar ul.sf-menu li ul li a {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 2em;
  text-transform: none;
  font-family: GothamBook, Arial, sans-serif;
  font-weight: normal;
}

#menu-bar ul.sf-menu li ul li a:hover,
#menu-bar ul.sf-menu li ul li a:focus,
#menu-bar ul.sf-menu li ul li a.active-trail {
  text-decoration: none;
  background-color: transparent;
  color: #FEBC15;
}

.sf-menu ul {
  top: 0px;
}

.find-events-mobile a,
.sf-accordion-toggle a {
  display: inline-block;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  background-color: #febc15;
  color: #043746;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.find-events-mobile a:hover,
.sf-accordion-toggle a:hover,
.sf-accordion-toggle a#superfish-1-toggle.sf-expanded {
  background-color: #176AA7;
  text-decoration: none;
}

.sf-accordion-toggle a {
  background: #febc15 url('images/hamburger.png') 10px 50% no-repeat;
  padding-left: 40px;
}

.sf-accordion-toggle a#superfish-1-toggle.sf-expanded {
  background: #176AA7;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}


.sf-accordion-toggle a#superfish-1-toggle.sf-expanded:hover {
  color: #febc15;
}

  /* hide some menu items */
#menu-bar ul.sf-menu li#menu-650-1,
#menu-bar ul.sf-menu li#menu-651-1,
#menu-bar ul.sf-menu li#menu-652-1,
#menu-bar ul.sf-menu li#menu-653-1,
#menu-bar ul.sf-menu li#menu-1072-1 {
  display: none;
}

/* accordion */

#menu-bar ul#superfish-1-accordion {
  text-align: left;
  margin-top: 10px;
  background-color: #fff;
}

#menu-bar ul#superfish-1-accordion li {
  display: block;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0px;
  width: 100%;
}

#menu-bar ul#superfish-1-accordion li a {
  display: inline-block;
  font-size: 18px;
  padding: 0 15px;
  line-height: 40px;
  width: 90%;
}

#menu-bar ul#superfish-1-accordion li#menu-650-1 a,
#menu-bar ul#superfish-1-accordion li#menu-651-1 a,
#menu-bar ul#superfish-1-accordion li#menu-652-1 a,
#menu-bar ul#superfish-1-accordion li#menu-653-1 a {
  font-size: 18px;
  font-family: GothamBook, Arial, sans-serif;
  line-height: 32px;
  text-transform: none;
  white-space: normal;
}

#menu-bar ul#superfish-1-accordion li#menu-653-1 a {
  margin-bottom: 60px;
}

#menu-bar ul#superfish-1-accordion li#menu-650-1 {
  margin-top: 10px;
}

#menu-bar ul#superfish-1-accordion li a.menuparent {
  background: url('images/menu-arrow-green_new.png') center right no-repeat;
  margin-right: 5px;
}

#menu-bar ul#superfish-1-accordion li.sf-expanded li a.menuparent,
#menu-bar ul#superfish-1-accordion li li a.menuparent {
  background-image: none;
}

#menu-bar ul#superfish-1-accordion li.sf-expanded a.menuparent {
  background: url('images/menu-arrow-teal_new.png') center right no-repeat;
}

#menu-bar ul#superfish-1-accordion li a:hover,
#menu-bar ul#superfish-1-accordion li a:focus,
#menu-bar ul#superfish-1-accordion li.sfHover a.sf-depth-1 {
  background-color: #fff;
  border-radius: 0px;
  color: #176AA7;
}

/* second level */
#menu-bar ul#superfish-1-accordion li ul {
  background-color: #1C1C53;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  border-radius: 0px;
}

#menu-bar ul#superfish-1-accordion li ul li {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

#menu-bar ul#superfish-1-accordion li ul li a {
  color: #fff;
  padding: 0 0 0 15px;
  margin: 0;
  font-size: 18px;
  line-height: 2em;
  text-transform: none;
  background-image: none;
}

#menu-bar ul#superfish-1-accordion li ul li a:hover,
#menu-bar ul#superfish-1-accordion li ul li a:focus,
#menu-bar ul#superfish-1-accordion li ul li a.active-trail {
  text-decoration: none;
  background-color: transparent;
  color: #febc15;
}

/* hide extra find events link block */
#block-block-10 {
display: none;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */

.node .field {
  margin-bottom: 10px;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
  margin-top: 0
}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * General
 */
.block {
  margin-bottom: 10px;
}

h2.block-title {
  margin: 0;
  padding: 0;
}

.block-content {
   margin: 0;
   padding: 0;
}

.block-content ul,
.block-content ol {
  padding: 0 0 0 0px;
  margin: 5px 0;
}

.block-content li {
  margin: 0;
  padding: 0 0 .3em 0;
}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
}

.node .node-title {
  margin: 0;
}

.node ul.links.inline {
   padding: 5px 10px;
  border-radius: 3px;
}

.node ul.links.inline li {
   font-size: 90%;
   padding-right: 15px;
}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

form input.form-submit {
  border: 0px;
  color: #555;
  border-radius: 5px;
  margin-right: 10px;
  background-color: #1C1C53;
  color: #fff;
  padding: 7px 20px;
}

form input.form-submit:hover {
  background-image: none;
}

/* Typography, background, borders, padding for form fields */
.form-item input,
.form-item select,
.form-item textarea {
  padding: 5px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody tr {
  border-top: 1px solid #ccc;
}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}


/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin: 0px 0px 0px 0px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}
 
/* =============================================================================
 *   Views
 * ========================================================================== */

.view-display-id-page .views-row {
  margin-bottom: 15px;
}

.view-display-id-block .views-row {
  margin-bottom: 10px;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
  box-shadow: 0 2px 3px #000000;
}


/* Hide contextual links in dropdown */
nav#rm-removed .contextual-links-wrapper {
  display: none;
}

/* MISC */

/*hide user menu block title which is quirky with AT */
#block-system-user-menu h2.block-title {

}

/* =============================================================================
 *   Buttons
 * ========================================================================== */
.pager--infinite-scroll a,
.primary-button {
  display: inline-block;
  border-radius: 4px;
  padding: 7px 15px;
  text-align: center;
  color: #1c1c53;
  font-size: 16px;
  font-family: GothamBold, Arial, sans-serif;
}

.secondary-button {
  padding: 5px 15px;
  border-radius: 4px;
  background-color: #febc15;
  color: #1c1c53;
  font-size: 16px;
  font-weight: normal;
}

.secondary-button:hover,
.primary-button:hover {
  text-decoration: none;
  background-color: #1C1C53;
  color: #fff;
}

.pager--infinite-scroll a,
.primary-green,
.secondary-green{
  background-color: #febc15;
  border-bottom: 2px solid #EDAF15;
}

.pager--infinite-scroll a:hover,
.primary-green:hover,
.secondary-green:hover{
  background-color: #EDAF15;

}

.primary-jade,
.secondary-jade {
  background-color: #176AA7;
  color: #fff;
  border-bottom: 4px solid #16588A;
}

.primary-jade:hover,
.secondary-jade:hover{
  background-color: #16588A;
}

.primary-blue{
  background-color: #1C1C53;
  color: #fff;
  border-bottom: 2px solid #1A1A4A;
}

.primary-blue:hover {
  background-color: #1A1A4A;
}

.secondary-white {
  background-color: #ffffff;
  border: solid 1px #1c1c53;
  color: #1c1c53;
}

/* buttons from drupal */
.pager--infinite-scroll a {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 25px;
}

/* =============================================================================
 *   Home pages, during festival and offseason
 * ========================================================================== */
/* During festival only */

body.page-node-27 .home-blue-box {
  max-width: 400px;
  border-radius: 7px;
  background-color: #00B695;
  padding: 20px 40px 40px 40px;
  opacity: .95;
  margin-left: -60px;
  text-align: center;
}

body.page-node-27 .home-blue-box p {
  font-size: 150%;
  font-weight: 600;
  margin-bottom: 20px;
  color: #101044 !important;
}

body.page-node-27 .home-blue-box .secondary-button {
  font-weight: bold;
  font-size: 120%;
  text-transform: uppercase;
  padding: 10px 30px;
  margin-bottom: 20px;
  border-radius: 9px;
}

body.page-node-27 .region-secondary-content {
  padding: 160px 0px;
  background: url('images/NCSF2024.jpg') bottom left no-repeat; 
  background-size: 100% auto;
  margin-left: 60px;
}

body.page-node-27 #secondary-content-wrapper .container {
  max-width: 1280px;
}

body.page-node-27 #block-ncsf-custom-find-events .search-text {
  font-family: GothamBold, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.13;
  font-weight: bold;
  color: #1c1c53;
  margin-bottom: 32px;
}

body.page-node-27 #block-ncsf-custom-find-events {
  padding-bottom: 0px;
  margin-bottom: 0;
}

#block-ncsf-custom-find-events .form-submit,
#block-ncsf-custom-find-events .form-item {
  float: none;
  display: inline-block;
}

#block-ncsf-custom-find-events .form-item input {
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border: 0px solid #fff;
  border-radius: 7px 0 0 7px;
  padding: 0 0 0 15px;
  margin: 0;
  width: 200px;
}

#block-ncsf-custom-find-events .form-submit {
  width: 125px;
  height: 42px;
  line-height: 42px;
  border-radius: 0 7px 7px 0;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 0px 20px 0px 0px;
  margin-left: -5px;
}

#block-ncsf-custom-find-events .form-submit:hover {
  text-decoration: underline;
}

#block-ncsf-custom-find-events .description {
  clear: both;
  padding-top: 3px;
  padding-left: 5px;
  font-size: 85%;
}

body.not-front .scroll-link {
  display: none;
}

#block-ncsf-custom-find-events .secondary-button {
  border: 1px solid #1C1C53;
  color: #101044;
}

#block-ncsf-custom-find-events .secondary-button:hover {
  color: #ffffff !important;
}


/* offseason only */
body.page-node-480 .region-secondary-content {
  background: url('images/NCSF2023b.jpg') top left no-repeat;
  background-size: 100% auto;
}

body.page-node-480 #block-block-1 a,
body.page-node-480 #block-block-7 div,
body.page-node-480 #block-block-7 a {

}

body.page-node-480 .scroll-link {
  display: block;
}

#block-block-11 {
  min-height: 550px;
  text-align: center;
}

#block-block-11 .graphic-only {
  font-size: 1px;
  color: transparent;
}

#block-block-11 .offseason-home-button {
  display: inline-block;
  margin: 0 10px 10px 10px;
}

#block-block-11 .offseason-home-button a {
  background-color: #F05244;
  border-bottom: 0px;
  color: #fff;
  width: auto;
  text-align: center;
}

#block-block-11 .offseason-home-button a:hover {
  background-color: #4B9CD3;
}

body.page-node-480 #block-search-form .form-item input {
  background-color: #d3e6ec;
}

body.page-node-480 #block-block-6 {
  margin-bottom: 30px;
}

#block-block-11 h2 {
  font-family: GothamBold, Arial, sans-serif;
  font-size: 280%;
  font-weight: bold;
  line-height: 130%;
  color: #fff;
  background-color: #F05244;
  padding: 10px;
  margin: 80px 80px 40px 80px;
  opacity: .9;
  text-shadow: 1px 1px 1px #000;
}

body.page-node-480 .scroll-link {
  padding-top: 220px;
}


/* both versions home page */
body.page-node-27 h1#page-title,
body.page-node-480 h1#page-title {
  display: none;
}


/* Second section, Main node components */
/*join us*/
.join-us {
  padding: 50px 0px 0px 0px;
  float: left;
  width: 40%;
}
.join-us img {
  width: auto;
  max-width: 90%;
  margin-left: 45px;
}

.join-us h2 {
  font-weight: 800;
  font-size: 40px;
  color: #1C1C53;
  max-width: 300px;
  margin: -70px 0 15px 45px;
}

.join-us p {
  margin: 0 80px 0 45px;
}

/* festival facts */
.festival-facts-wrapper {
  float: left;
  width: 40%;
  margin-left: 15px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.festival-facts-label {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #1C1C53;
  text-transform: uppercase;
  margin: 30px 0 5px 0;
  letter-spacing: 1px;
}

.festival-facts {
  font-family: GothamBold, Arial, sans-serif;
  line-height: 36px;
  font-weight: 800;
  font-size: 36px;
  color: #4B9CD3;
  margin: 0;
}

/*kelvin club */
.kelvin-club-outer {
  float: right;
  width: 20%;
  padding-top: 24px;
  background: url('images/redtriangle.png') 100px 0px no-repeat;
  margin: 170px 15px 0 0;
  max-width: 200px;
}

.kelvin-club {
  border-radius: 7px;
  background-color: #E22412;

  color: #fff;
  padding: 10px 0;
}

.kelvin-club p {
  font-size: 20px;
  margin: 10px 15px;
}

.kelvin-club p a {
  font-family: GothamBold, Arial, sans-serif;
  color: #fff;
}

body.page-node-27 #content-wrapper,
body.page-node-480 #content-wrapper {
  
}

body.page-node-27 #tertiary-content-wrapper .container,
body.page-node-27 #content-wrapper .container,
body.page-node-480 #tertiary-content-wrapper .container,
body.page-node-480 #content-wrapper .container {
  max-width: 1280px;
}

body.page-node-27 #tertiary-content-wrapper .container,
body.page-node-480 #tertiary-content-wrapper .container {
  width: 100%;
}

body.page-node-27 #tertiary-content-wrapper .block-inner,
body.page-node-480 #tertiary-content-wrapper .block-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 25px;
}

/*sponsors block */
#block-block-6 {
  background-color: #FEBC15;
  color: #043746;
  margin: 0;
  padding: 20px 0;
}

.sponsors-left {
  padding-top: 20px;
}

.sponsors-right h3 {
  color: #043746;
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 22px;
}

#block-block-6 .home-sponsors {
  clear: both;
}

#block-block-6 .primary-button {
  padding: 7px 25px;
  display: block;
}

#block-block-6 .home-sponsor {
  display: inline-block;
  width: 155px;
  font-size: 12px;
  margin: 0 20px 20px 0;
  vertical-align: center;
  text-align: center;
}

#block-block-6 .home-sponsor img {
  max-width: 135px;
}

#block-block-6 .home-sponsor.gsk {
  width: 140px;
}

#block-block-6 .home-sponsor.duke img {
  padding-bottom: 10px;
}

#block-block-6 .home-sponsor.burroughs img {
  width: 130px;
}

#block-block-6 .home-sponsor.gsk img  {
  width: 110px;
}

#block-block-6 .home-sponsor img {
  padding-bottom: 5px;
}

#block-block-6 .all-sponsors {
  text-align: right;
  padding: 10px 50px 30px 0;
  font-size: 20px;
}

/* why a festival */
.why-festival-right {
  float: right;
  width: 50%;
  margin: 50px 0 20px 0;
  max-width: 600px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 55.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
}

.video-wrapper iframe {
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#block-block-5 {
  padding-bottom: 20px;
  margin-top: 30px;
}

.why-festival-left {
  float: left;
  width: 49%;
}

.why-festival-left h2 {
  margin: 0 0 15px 0;
  font-size: 36px;
  color: #4b9cd3;
}

.why-festival-left p {
  margin-right: 20px;
}

.why-festival-left img {
  margin-right: 15px;
}

.why-festival-mobile {
  display: none;
}

.why-festival-link {
  padding-top: 5px;
}

.why-festival-link a {
  color: #E22412;
  font-size: 20px;
}

/* special features */
body.front #tertiary-content-wrapper #block-block-3 {
  margin-bottom: 20px;
}

.special-features-wrapper {
  width: auto;
  margin: 0 auto;
}

.special-features {
  width: 27%;
  float: left;
  margin-right: 5px;
  height: 240px;
  padding: 20px 20px 0px 20px;
}

.sf-description {
  border-radius: 7px 0 0 7px;
  background-color: #107696;
  color: #fff;
}

.sf-description h2 {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 30px;
  font-family: GothamBold, Arial, sans-serif;
}

.special-features-wrapper .sf-1,
.special-features-wrapper .sf-2{
  background: url('images/BrianCox.jpg') top left no-repeat;
  background-size: 100% auto;
  vertical-align: bottom;
  display: table;
  font-size: 18px;
  line-height: 120%;
  position: relative;
  text-align: center;
}

.special-features-wrapper .sf-2 {
  background: url('images/car.png') top left no-repeat;
  background-size: 100% auto;
}

.special-features-wrapper .sf-2 a,
.special-features-wrapper .sf-1 a {
  color: #fff;
  display: block;
  background-color: #111;
  padding: 5px 10px;
  margin-top: 150px;
  opacity: .8;
  border-radius: 3px;
  /* display: table-cell; */
  /* vertical-align: bottom;*/
}

.special-features-wrapper a .sf-info {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  line-height: 18px;
}

/* Get involved*/
#tertiary-content-wrapper #block-block-4 .block-inner {
  max-width: 100%;
  padding-top: 45px;
}

.get-involved-left {
  width: 65%;
  float: left;
  background-color: #FEBC15;
  padding-top: 10px;
}

.get-involved-left h2 {
  margin: 20px 40px 10px 40px;
  font-family: GothamBold, Arial, sans-serif;
  font-size: 30px;
}

.get-involved-left p {
  margin: 10px 40px 20px 40px;
  color: #043746;
  font-size: 120%;
}

.get-involved-left img {
  width: 100%;
}

.get-involved-image {
  margin-bottom: -10px;
}

.get-involved-right {
  margin-left: 69%;
  padding-right: 15px;
  padding-top: 25px;
}
.get-involved-right p {
  margin-bottom: 10px;
}

.get-involved-item {
  padding: 5px 0;
}

.get-involved-right h3 {
  margin: 0 0 10px 0;
  color: #4b9cd3;
}

.get-involved-right a.primary-button {
  width: 220px;
  max-width: 90%;
  margin-bottom: 20px;
}



  /* =============================================================================
   *   Event nodes
   * ========================================================================== */

body.node-type-event h1#page-title {
  display: none;
}

article.node-event {
  max-width: 880px;
  margin: 0 auto;
}

.back-link {
  margin: 20px 0 10px 0;
}

.back-link a {
  color: #176AA7;
  text-decoration: underline;
}

article.node-event .extra-info-small {
  display: none;
}

/*Event top section*/
#event-top {
  width: 100%;
  background-color: #176AA7;
  color: #fff;
  border-radius: 7px;
  height: 260px;
}

#event-top.no-photo {
  height: auto;
}

#event-top.no-photo .event-image-big,
#event-top.no-photo .event-image-small {
  display: none;
}

#event-top .event-image-small {
  display: none;
}

#event-top .event-image-big {
  margin: 0 0 0 20px;
  float: right;
  overflow: hidden;
}

#event-top .event-image-big img {
  border-radius: 0 7px 7px 0;
  height: 260px;
}

.event-top-info {
  padding: 20px 0 20px 20px;
}

#event-top h1.event-title {
  font-weight: 800;
  color: #fff;
  font-size: 28px;
  padding-bottom: 10px;
  border-bottom: 2px solid #febc15;
  margin: 10px 15px 15px 0;
  overflow: hidden;
}

.event-category {
  font-size: 15px;
  line-height: 1.3;
  margin-right: 20px;
  margin-bottom: 10px;
}

.event-category-label {
}

.event-category .field-name-field-event-type,
.event-category .field-name-field-event-type ul,
.event-category .field-name-field-content-area,
.event-category .field-name-field-content-area ul {
  display: inline;
}

.event-category .clearfix::after {
  clear: none;
}

.event-category-label {
  font-family: GothamBold, Arial, sans-serif;
}

.no-photo .event-category,
.no-photo .event-category-type {
  font-size: 16px;
}

/* event sidebar*/
#event-side {
  float: left;
  clear: left;
  max-width: 220px;
  padding: 25px 0;
  line-height: 135%;
  margin-top: -15px;
}

.event-website,
#event-main .field,
#event-side .field {
  margin-bottom: 15px;
}


#event-main .field-name-field-target-audience,
#event-main .field-name-field-special-audiences,
#event-side .field-name-field-target-audience,
#event-side .field-name-field-special-audiences {
  margin-bottom: 0;
  word-wrap: normal;
}

#event-side ul.links li {
  display: inline-block;
}

.date-time .date {
  padding-left: 30px;
  line-height: 21px;
  background: url('images/calendar.png') top left no-repeat;
  background-size: 21px 21px;
}

.map-it,
.addtocalendar {
  margin-bottom: 15px;
}

#event-main .field-name-field-event-venue-or-facility-na,
#event-main .field-name-field-event-address,
#event-side .field-name-field-event-venue-or-facility-na,
#event-side .field-name-field-event-address {
  margin-bottom: 0px;
}

#event-main nav a,
.map-it a {
  color: #176AA7;
  text-decoration: underline;
}

.field-name-field-photo-credit h2.field-label {
  font-weight: normal;
}
#event-main h2,
#event-side h2,
#event-main h3,
#event-side h3 {
  margin: 5px 0;
  font-family: GothamBold, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #1c1c53;
}

#event-side h3 {
  margin-top: 20px;
}

/* event main content */
#event-main {
  margin-left: 245px;
  padding-top: 25px;
}

#event-main .field-name-field-event-description {

}

.event-website a,
#event-main .field-name-field-event-description a {
  color: #176AA7;
  text-decoration: underline;
}

#event-main .field-name-field-target-audience {
  clear: none;
}

#event-main .print-link {
  float: left;
  width: 180px;
  margin-top: 10px;
  margin-bottom: 30px;
}

#event-main nav {
  clear: none;
  font-size: 18px;
}

.field-name-field-photo-credit {
  float: right;
  padding-bottom: 15px;
}

#event-main .field-name-field-photo-credit h2.field-label,
.field-name-field-photo-credit {
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
  font-family: GothamBook, Arial, sans-serif;
  text-transform: none;
  margin:0;
}


  /* =============================================================================
   *   Shared for event search and nodes
   * ========================================================================== */

/* any bg*/
.event-top-info .signature,
.event-top-info .expo,
.event-top-info .favorite,
.event-top-info .kelvin,
.event-top-info .adults,
span.views-field-field-featured-event,
span.views-field-field-official-expo,
span.views-field-field-festival-favorite,
span.views-field-field-kelvin-s-choice,
span.views-field-field-adults-only {
  display: inline-block;
  padding: 0px 10px 0 40px;
  height: 32px;
  line-height: 32px;
  border-radius: 100px;
  color: #043746;
  margin: 5px 10px 5px 0;
  background-color: #d7dfe1;
}

/* icons */
.event-top-info .signature,
span.views-field-field-featured-event {
  background: #d7dfe1 url('images/signature_new.png') center left no-repeat;
  background-size: 32px auto;
}
.event-top-info .expo,
span.views-field-field-official-expo {
  background: #f3f7d9 url('images/expo_new.png') center left no-repeat;
  background-size: 32px auto;
}
.event-top-info .favorite,
span.views-field-field-festival-favorite {
  background: #deecf5 url('images/favorite_new.png') center left no-repeat;
  background-size: 32px auto;
}
.event-top-info .kelvin,
span.views-field-field-kelvin-s-choice {
  background: #f3f7d9 url('images/kelvin-icon_new.png') center left no-repeat;
  background-size: 32px auto;
}
.event-top-info .adults,
span.views-field-field-adults-only {
  background: #f9d7d9 url('images/adults_new.png') center left no-repeat;
  background-size: 32px auto;
}

/* teal bg */
.event-top-info .signature,
.event-top-info .expo,
.event-top-info .favorite,
.event-top-info .kelvin,
.event-top-info .adults,
.views-row.Signature span.views-field-field-featured-event,
.views-row.Official span.views-field-field-featured-event,
.views-row.Signature span.views-field-field-official-expo,
.views-row.Official span.views-field-field-official-expo,
.views-row.Signature span.views-field-field-festival-favorite,
.views-row.Official span.views-field-field-festival-favorite,
.views-row.Signature span.views-field-field-kelvin-s-choice,
.views-row.Official span.views-field-field-kelvin-s-choice,
.views-row.Signature span.views-field-field-adults-only,
.views-row.Official span.views-field-field-adults-only,
.views-row.Kelvins span.views-field-field-featured-event,
.views-row.Festival span.views-field-field-featured-event,
.views-row.Kelvins span.views-field-field-official-expo,
.views-row.Festival span.views-field-field-official-expo,
.views-row.Kelvins span.views-field-field-festival-favorite,
.views-row.Festival span.views-field-field-festival-favorite,
.views-row.Kelvins span.views-field-field-kelvin-s-choice,
.views-row.Festival span.views-field-field-kelvin-s-choice,
.views-row.Kelvins span.views-field-field-adults-only,
.views-row.Festival span.views-field-field-adults-only{
  background-color: #1c1c53;
  color: #fff;
}

/* white bg*/
/* =============================================================================
 *   Event search page and search box on home page
 * ========================================================================== */
body.page-find-events-map h1#page-title,
body.page-find-events h1#page-title {
  display: none;
}

body.page-find-events-map #secondary-content-wrapper,
body.page-find-events #secondary-content-wrapper {
  background: #4b9cd3;
  color: #1c1c53;
  margin-top: -30px;
  padding-top: 40px;
  z-index: 0;
  position: relative;
  padding-bottom: 30px;
  border-radius: 7px;
  margin: -30px 20px 0 20px;
}

body.not-front #block-ncsf-custom-find-events .form-item input {
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  border: 0px;
  border-radius: 4px 0 0 4px;
  padding-left: 15px;
  margin: 0;
  width: 300px;
}

body.not-front #block-ncsf-custom-find-events .form-submit {
  width: 120px;
  line-height: 48px;
  height: 48px;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 16px;
  background: #1c1c53 url('images/search.png') 90% 50% no-repeat;
  font-weight: normal;
  display: inline-block;
}

body.not-front #block-ncsf-custom-find-events .description {
  margin-top: 0px;
  font-size: 100%;
}

body.front #block-ncsf-custom-find-events h2.block-title {
  display: none;
}

body.not-front .home-logo,
body.not-front #block-ncsf-custom-find-events .search-text {
  display: none;
}

body.not-front #block-ncsf-custom-find-events h2.block-title {
  float: left;
  width: 50%;
  font-size: 40px;
  color: #1c1c53;
  font-weight: 800;
  padding-left: 20px;
}

body.not-front #block-ncsf-custom-find-events .block-content {
  float: left;
  padding-top: 0px;
  margin-left: 30px;
  margin-top: -10px;
}

#menu-bar {
  position: relative;
  z-index: 2;
}

/* New online filter */
#views-exposed-form-find-events-page .event-online {
  margin-left: 20px;
  margin-top: -15px;
}

#edit-field-in-person-online-value {
  display: inline;
}

#edit-field-in-person-online-value .form-item {
  display: inline-block;
  padding: 0 10px;
  margin-top: 15px;
}

#edit-field-in-person-online-value input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

#edit-field-in-person-online-value label {
  display: inline-block;
  background-color: #176AA7;
  background-color: #ddd;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 9px;
  color: #1C1C53;
}

#edit-field-in-person-online-value input[type="radio"]:checked + label {
  background-color:#FEBC15;
  color: #1C1C53;
  text-decoration: underline;
}

#edit-field-in-person-online-value input[type="radio"]:focus + label {

}

#edit-field-in-person-online-value label:hover {
  background-color:#FEBC15;
  color: #1C1C53;
  cursor: pointer;
  text-decoration: underline;
}

/* map fix */
.ui-dialog {
  z-index: 1000;
}

  /* new keyword search */
.event-keyword {
  margin: 25px 0 15px 20px;
}
.event-keyword label,
.event-keyword div {
  display: inline-block;
}

.event-keyword input#edit-keys {
  width: 250px;
}

.event-keyword input.form-submit {
  padding: 6px 15px;
  background-color: #1c1c53;
}

.event-keyword input.form-submit:hover {
  text-decoration: underline;
}

.filter-options-wrapper label,
.filter-options-wrapper .views-widget,
.filter-options-wrapper .views-widget .form-item {
  display: inline-block;
}

.filter-options-wrapper a {
  text-decoration: underline;
}

.filter-options-wrapper select::-ms-expand {
  display: none;
}

.filter-options-wrapper select,
.filter-options-wrapper select:focus {
  color: #176aa7;
  background-image: none;
  border: 0px;
  /* styling */
  background-color: white;
  display: inline-block;;
  line-height: 1.5em;
  padding: 5px;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: underline;
}

.filter-options-wrapper select option {
  padding: 2px;
  font-size: 16px;
  color #333;
}

.filter-options-wrapper select option:selected {
  color: #176aa7;
}

.location-filter a {
  color: #176aa7;
}

input#edit-field-event-date-value-value-datepicker-popup-0 {
  border: 0px;
  color: #176aa7;
  text-decoration: underline;
}

a#opener:hover,
.filter-options-wrapper select:hover,
input#edit-field-event-date-value-value-datepicker-popup-0:hover {
  cursor:pointer;
  text-decoration: none;
}

.proximity-search {
  width: 100%;
  padding: 10px;
  background-color: #eee;
}

.extra-options {
  padding: 10px;
  text-align: right;
}

.extra-options a {
  color: #176aa7;
  text-decoration: underline;
}

.filter-options-wrapper h2 {
  color: #1C1C53;
  font-size: 32px;
  margin: 30px 0;
}

.filter-options-wrapper .form-item-field-event-date-value-value-date .description {
  display: none;
}

.filter-options-wrapper {
  min-height: 200px;
  clear: both;
  margin-top: 20px 0;
  font-size: 120%;
}

.filter-options-wrapper .views-exposed-widget {
  float: left;
  clear: left;
  margin: 5px 20px;
}

.filter-options-wrapper .views-exposed-widgets {
  margin-bottom: 0;
}

.filter-options1,
.filter-options2 {
  float: left;
  width: 50%;
}

/* placeholder text used for date filter */
input#edit-field-event-date-value-value-datepicker-popup-0::-webkit-input-placeholder {
  opacity: 1;
  color: #176aa7;
  text-decoration: underline;
}

input#edit-search-block-form--2::-webkit-input-placeholder {
  opacity: 1;
  color: #1c1c53;
}

input#edit-field-event-date-value-value-datepicker-popup-0::-moz-placeholder {  /* Firefox 19+ */
  opacity: 1;
}

input#edit-search-block-form--2::-moz-placeholder {
  opacity: 1;
  color: #1c1c53;
}

input#edit-field-event-date-value-value-datepicker-popup-0:-moz-placeholder {  /* Firefox 19+ */
   opacity: 1;
 }

input#edit-search-block-form--2:-moz-placeholder {
  opacity: 1;
  color: #176aa7;
}

input#edit-field-event-date-value-value-datepicker-popup-0:-ms-input-placeholder {
  opacity: 1;
  color: #176aa7;
}

input#edit-search-block-form--2:-ms-input-placeholder {
  opacity: 1;
  color: #176aa7;
}

.hidden-widgets {
  display: none;
}

.extra-options {
  float: right;
  padding-bottom: 25px;
}

.extra-options div,
.extra-options label,
.extra-options select {
  display: inline;
}

.views-exposed-form .extra-options .views-exposed-widget .form-submit {
  margin-top: 0;
  background-color: #fff;
  color: #1c1c53;
  text-decoration: underline;
  font-weight: normal;
  padding: 0;
}

/* icons */
.views-exposed-form .date-filter {
  padding-left: 40px;
  background: url('images/calendar_new.png') 0px 10px no-repeat;
  background-size: 28px auto;
}

.views-exposed-form .location-filter {
  padding-left: 40px;
  background: url('images/map_new.png') 5px 5px no-repeat;
  background-size: 23px auto;
}

.views-exposed-form #edit-field-event-type-tid-wrapper {
  padding-left: 40px;
  background: url('images/list_new.png') 0px 17px no-repeat;
  background-size: 30px auto;
}

.views-exposed-form #edit-field-content-area-tid-wrapper {
  padding-left: 40px;
  background: url('images/book_new.png') 0px 17px no-repeat;
  background-size: 25px auto;
}

.views-exposed-form #edit-field-target-audience-tid-wrapper {
  padding-left: 40px;
  background: url('images/people_new.png')  0px 17px no-repeat;
  background-size: 30px auto;
}

.views-exposed-form #edit-field-event-cost-value-wrapper {
  padding-left: 40px;
  background: url('images/dollar_new.png') 0px 17px no-repeat;
  background-size: 30px auto;
}

input#edit-reset {
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 4px;
  background-color: #1c1c53;
  color: #fff;
  margin: 0;
}

input#edit-reset:hover {
  text-decoration: underline;
}

a.list-switch {
  display: inline-block;
  padding-left: 22px;
  background: url('images/list-sm.png') center left no-repeat;
  color: #555;
  margin-left: 15px;
}

a.map-switch {
  display: inline-block;
  padding-left: 15px;
  background: url('images/map-sm.png') center left no-repeat;
  color: #555;
  padding-right: 10px;
}

/* modal*/
.ui-dialog .ui-widget-header {
  border: 0px;
  background: none;
}

.ui-dialog .ui-widget-header .ui-button {
  width: 40px;
  height: 40px;
  border: 0px;
  background-color: #febc15;
  background-image: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-state-default:hover,
.ui-dialog .ui-widget-header .ui-button:hover {
  background-color: #176AA7;
  border: 0px;
}

.ui-dialog .ui-state-default .ui-icon {
  background-image: url('images/close-x2.png');
  background-position: 2px 2px;
}

.ui-dialog .ui-widget-content {
  font-family: GothamBook, Arial, sans-serif;
  font-size: 100%;
  color: #1c1c53;
}

.ui-dialog h2 {
  margin: 10px 0;
  font-size: 28px;
  color: #1c1c53;
}

.ui-dialog .distance-location-fields {
  margin-top: 10px;
  border-radius: 7px;
  background-color: #d3e6ec;
  padding: 25px;
}

.ui-dialog input#anywhere,
.ui-dialog input#near-location {
  font-size: 14px;
  margin-bottom: 10px;
}

.ui-dialog #slider {
  margin-bottom: 15px;
  margin-top: 5px;
}
.ui-dialog select#enter-distance {
  margin-top: 15px;
}

.ui-dialog .description {
  font-size: 14px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: GothamBook, Arial, sans-serif;
  font-size: 100%;
  color: #043746;
}

.ui-widget input#enter-location {
  border: 0px;
  padding: 5px 10px;
  width: 90%;
  border-radius: 7px;
  margin: 5px 0;
}

.ui-dialog .ui-dialog-buttonpane {
  border: 0px;
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 5px auto;
  cursor: pointer;
}

.ui-dialog .ui-dialog-buttonpane .ui-state-default{
  padding: 2px 40px;
  border-radius: 4px;
  background-color: #febc15;
  background-image: none;
  font-family: GothamBold, Arial, sans-serif;
  color: #1c1c53;
  border-bottom: 2px solid #febc15;
}

.ui-dialog .ui-dialog-buttonpane .ui-state-default:hover {
  color: #fff;
  background-color: #176AA7;
  border-bottom: 2px solid #176AA7;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}

/* RESULTS LIST ITEMS */
.view-find-events .view-header h3 {
  margin-top: -10px;
  font-size: 22px;
  color: #1C1C53;
}

.view-find-events .view-empty,
.view-find-events .view-header {
  clear: both;
  padding-top: 10px;
  border-top: 0px solid #eee;
  font-size: 1.2em;
}

.view-find-events .views-row {
  padding: 0px;
  clear: left;
  margin-bottom: 25px;
}

.view-find-events .views-row {
  background-color: #f2f2f2;
  border-radius: 7px;
  min-height: 250px;
}

.views-row.Kelvins,
.views-row.Festival,
.views-row.Signature,
.views-row.Official {
  background-color: #176aa7;
  color: #fff;
  border-radius: 7px;
  min-height: 250px;
}

.views-row.Signature img,
.views-row.Official img {
  border-radius: 0;
}



.views-row.Kelvins img,
.views-row.Festival img {
  border-radius: 0;
}

.views-row.Kelvins a,
.views-row.Festival a,
.views-row.Signature a,
.views-row.Official a {
  color: #fff;
}

.view-find-events .views-field-field-event-image {
  float: left;
  margin-right: 20px;
  max-width: 300px;
}

.view-find-events .event-search-fields {
  padding: 20px 25px;
}

.views-field-field-event-description {
  margin: 10px 0;
}
.views-field-field-event-description p {
  margin-bottom: 10px;
}

.views-field-view-node,
.views-field-ops {
  display: inline-block;
  margin-right: 15px;
}

.views-field-view-node a {
  font-family: GothamBold, Arial, sans-serif;
  text-decoration: underline;
  font-weight: bold;
  color: #176aa7;
}

.views-field-ops a {
  text-decoration: underline;
  color: #176aa7;
}

.views-row.Kelvins .views-field-view-node a,
.views-row.Festival .views-field-view-node a,
.views-row.Kelvins .views-field-ops a,
.views-row.Festival .views-field-ops a,
.views-row.Kelvins .views-field-title a,
.views-row.Festival .views-field-title a,
.views-row.Signature .views-field-view-node a,
.views-row.Official .views-field-view-node a,
.views-row.Signature .views-field-ops a,
.views-row.Official .views-field-ops a,
.views-row.Signature .views-field-title a,
.views-row.Official .views-field-title a {
  color: #fff;
}

/* hide button at full size */

.mobile-options.hidden {
  display: none;
}

.mobile-options {
  width: 100%;
  clear: left;
  text-align: center;
  padding: 25px 0;
}

a.filter-toggle-link {
  display: inline-block;
  padding: 5px 40px;
  width: 250px;
  text-align: center;
  border-radius: 4px;
  background: #4b9cd3 url('images/open-close.png') 80% 50% no-repeat;
  color: #1c1c53;
  text-decoration: none;
}

a.filter-toggle-link:hover {
  text-decoration: underline;
}

a.filter-toggle-link:hover {
  cursor: pointer;
}

/*hide slider on touch*/
.hide-slider {
  display: none;
}

/* INDIVIDUAL EVENTS LISTED IN SEARCH RESULTS */

/* hide small and medium photo */
.views-field-field-event-image-1,
.views-field-field-event-image-2 {
  display: none;
}

.views-field-field-event-image-2 {
  float: left;
  margin: 0 15px 15px 0;
}

.views-row .views-field-field-event-image-2 img {
  border-radius: 0;
}

.view-find-events .views-field-title {
  margin-right: 15px;
  overflow: hidden;
}
.view-find-events .views-field-title a {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #1C1C53;
  padding: 5px 0;
  border-bottom: 2px solid #febc15;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 110%;
}

.views-field-nothing-2,
.view-find-events .views-field-field-event-date,
.view-find-events .views-field-field-event-date-1,
.view-find-events .views-field-field-event-address-locality {
  display: inline-block;
  padding-left: 35px;
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
}

.views-field-nothing-2 {
  padding-left: 25px;
}

.view-find-events .views-field-field-event-address-locality {
  padding-left: 25px;
}

.view-find-events .views-field-field-event-date {
  background: url('images/date1.png') center left no-repeat;
  background-size: 25px auto;
}

.view-find-events .views-field-field-event-date-1 {
  background: url('images/time1.png') center left no-repeat;
  background-size: 25px auto;
}

.views-field-nothing-2,
.view-find-events .views-field-field-event-address-locality {
  background: url('images/location1.png') center left no-repeat;
  background-size: 20px auto;
}

/* teal background */
.view-find-events .views-row.Official  .views-field-field-event-date,
.view-find-events .views-row.Signature .views-field-field-event-date {
  background: url('images/date1_new.png') center left no-repeat;
  background-size: 25px auto;
}
.view-find-events .views-row.Official  .views-field-field-event-date-1,
.view-find-events .views-row.Signature .views-field-field-event-date-1 {
  background: url('images/time1_new.png') center left no-repeat;
  background-size: 25px auto;
}
.view-find-events .views-row.Official  .views-field-field-event-address-locality,
.view-find-events .views-row.Signature .views-field-field-event-address-locality {
  background: url('images/location1_new.png') center left no-repeat;
  background-size: 20px auto;
}

  /* =============================================================================
   *   My Events
   * ========================================================================== */

#block-views-flagged-events-block-1 {
  float: right;
  text-align: right;
  clear: right;
}

/* list page */
body.page-my-events h2 {
  font-size: 28px;
  margin: 5px 0;
}

body.page-my-events h2 a {
  color: #107696;
}

body.page-my-events h3 {
  margin: 15px 0 0 0;
  font-family: GothamBold, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #444;
}

body.page-my-events .views-row {
  margin-bottom: 30px;
}

body.page-my-events .view-header {
  float: right;
  width: 300px;
  text-align: right;
  margin-top: -50px;
}

body.page-my-events .views-field-ops a,
body.page-my-events .views-field-field-event-description a,
body.page-my-events .views-field-view-node a {

  font-weight: normal;
}

  /* =============================================================================
   *   News
   * ========================================================================== */

/* Blocks */
.sidebar #block-block-8 {
  background-color: #b5d8fa;
  border: 0px;
  border-radius: 7px;
  margin-bottom: 15px;
}

.sidebar #block-block-8 .block-inner {
  padding: 15px;
}

.sidebar #block-block-8 h2.block-title {
  margin:  0 0 10px 0;
  font-family: GothamBold, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 0 0 0;
}

.sidebar #block-block-8 .block-content {
  margin: 0;
}

.sidebar #block-block-8 p {
  margin: 0 0 3px 0;
}

.sidebar #block-block-9 {
  border: 0px;
  border-radius: 7px;
  padding-top: 80px;
  background: #febc15 url('images/kelvin-upside-down.png')top center no-repeat;
  background-size: 90px auto;
  color: #043746;
  line-height: 1.5;
}

.sidebar #block-block-9 .block-inner {
  padding: 15px;
}

.enews-link {
  text-align: center;
  margin-bottom: 15px;
}

.enews-link a{
  padding: 5px 0;
  width: 100%;
  text-align: center;
}

/* news items in list and taxonomy term pages */
.view-taxonomy-term {
  margin-bottom: 50px;
}

.view-taxonomy-term .views-row {
  clear: left;
}
.views-field-field-news-image {
  float: left;
  margin: 10px 15px 5px 0;
}

.views-field-field-publication-date .field-content {
  display: inline;
}
.views-field-field-publication-date{
  margin-bottom: 10px;
}
.view-taxonomy-term .views-field-title,
.view-news-releases .views-field-title {
  font-weight: 800;
  font-size: 28px;
  color: #1C1C53;
  border-bottom: 2px solid #3d93cc;
  overflow: hidden;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.view-news-releases .views-field-view-node {
  margin-top: 10px;
}
.view-news-releases .views-field-view-node a {
  font-family: GothamBook, Arial, sans-serif;
  color: #E22412;
}

.view-news-releases .views-row {
  margin-bottom: 20px;
}

.page-taxonomy a.feed-icon {
  display: none;
}
/* single news post*/
.field-name-field-publication-date,
.field-name-field-publication-date div,
.field-name-field-news-type,
.field-name-field-news-type ul.links {
  display: inline;
}

.news-item-info {
  font-family: GothamBold, Arial, sans-serif;
  color: #043746;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #3d93cc;
}

.field-name-field-news-image {
  float: left;
  margin: 0 15px 5px 0;
}

h4.share-news {
  margin: 10px 0 5px 0;
}

.field-type-taxonomy-term-reference a {
  text-decoration: underline;
}

/* =============================================================================
 *   Components - Person
 * ========================================================================== */
.paragraphs-item-person-component {
  border-radius: 7px;
  background-color: #176AA7;
  height: auto;
  margin-bottom: 25px;
  clear: both;
  min-height: 225px;
  padding-bottom: 15px;
}

.paragraphs-item-person-component .field-name-field-person-photo {
  float: left;
}

.group-left-column {
  padding-top: 2px;
}

.group-left-column .field-name-field-person-name {
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  color: #fff;
  margin: 15px 15px 0px 20px;
}

.field-name-field-person-title {
  margin: 0 15px 20px 20px;
  color: #fff;
}

.group-hist-figure {
  float: right;
  width: 150px;
  margin-left: 25px;
  margin-right: 10px;
  margin-top: 5px;
}
.group-hist-figure h3 {
margin: 0;
}

.field-name-field-historical-figure-image {
  float: left;
  margin: 10px 15px 0px 20px;
}

.node .field-name-field-historical-figure-image {
  margin-bottom: 0px;
}

.field-name-field-historical-figure-image img {
  border-radius: 50px;
  border-color: #1c1c53;
}

.field-name-field-favorite-historical-scienc h2 {
  clear: left;
  color: #febc15;
  font-familY: GothamBook, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 0 0;
}

.field-name-field-favorite-historical-scienc .field-items {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 32px;
}

.paragraphs-item-person-component .field-name-field-person-photo img {
   margin: 20px;
  max-width: 90%;
}
.paragraphs-item-person-component .field-name-field-person-description .field-items {
  color: #fff;
  margin: 20px 25px 0 20px;
}

.paragraphs-item-person-component .field-name-field-person-description .field-items p {
  margin-bottom: 0px;
  font-size: 90%;
}


/* =============================================================================
 *   Core search
 * ========================================================================== */

.search-result p.search-info {
  display: none;
}

.search-result strong {
  color: #E22412;
}

/* =============================================================================
 *   Sponsors page
 * ========================================================================== */

body.page-node-40 #content-wrapper .container {
  max-width: 1280px;
  margin: 0 auto;
}

body.page-node-40 #main-content,
body.page-node-40 #main-content #content {
  margin: 0;
}

body.page-node-40 .paragraphs-item-text-component .content {
  margin: 0 30px;
}

body.page-node-40 #main-content h1#page-title {
  margin: 20px 0 20px 30px;
}

body.page-node-40 .paragraphs-item-sponsor-level .content,
body.page-node-40 #content-wrapper .container #main-content-header,
body.page-node-40 #content-wrapper .container .paragraphs-item-text-component {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

body.page-node-40 article.node-sponsor header {
  display: none;
}

body.page-node-40 .node .field {
  margin-bottom: 0;
}

body.page-node-40 .field-group-format-wrapper {
   float: left;
   width: 30%;
   clear: left;
 }

body.page-node-40 .field-group-format-wrapper .field-name-field-par-sponsor-level {
  font-size: 34px;
  line-height: 40px;
  font-weight: 800;
  margin: 0 0 15px 0;
}

body.page-node-40 .field-name-field-sponsors {
  margin-left: 35%;
  padding-top: 30px;
}

body.page-node-40 .field-name-field-sponsors .field-item {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
}

div.presenting-sponsor,
div.platinum-sponsor,
div.diamond-sponsor,
div.gold-sponsor,
div.silver-sponsor,
div.bronze-sponsor,
div.supporter {
  padding: 20px 40px 20px 40px;
  clear: left;
  min-height: 280px;
}

div.presenting-sponsor p,
div.platinum-sponsor p,
div.diamond-sponsor p,
div.gold-sponsor p,
div.silver-sponsor p,
div.bronze-sponsor p,
div.supporter p{
  margin-bottom: 0;
}

div.presenting-sponsor {
  background-color: #1C1C53;
  color: #fff;
}

div.presenting-sponsor img {
   max-width: 140px;
}

div.platinum-sponsor {
  background-color: #4B9CD3;
  color: #fff;
}

div.platinum-sponsor img {
  max-width: 150px;
}

div.platinum-sponsor .field-name-field-sponsors .field-item {
  padding: 10px 30px !important;
}

div.diamond-sponsor {
  background-color: #176aa7;
  color: #fff;
}

div.diamond-sponsor img {
  max-width: 160px;
}

div.gold-sponsor {
  background-color: #a4cbe7;
  color: #043746;
}

div.gold-sponsor img {
  max-height: 140px;
}

div.silver-sponsor {
  background-color: #bbd7eb;
  color: #043746;
}

div.silver-sponsor img {
  max-height: 80px;
}


div.bronze-sponsor {
  background-color: #C7E4F9;
  color: #043746;
}

.field-item.even div.bronze-sponsor {
   background-color: #e5f4f9;
  display: block;
}

div.bronze-sponsor .field-name-field-sponsors {

}

div.bronze-sponsor img {
  max-width: 250px;
}

div.supporter {
  color: #043746;
}

div.supporter .node-content a {
  color: #E22412;
  text-decoration: underline;
}

.paragraphs-item-sponsor-level a {

  text-decoration: underline;
}

div.diamond-sponsor a,
.paragraphs-item-sponsor-level.presenting-sponsor a {
  color: #97c9da;
}

.paragraphs-item-sponsor-level.platinum-sponsor a {
}


/*top of page */
.sponsors-left {
  float: left;
  font-size: 20px;
  line-height: 30px;
  margin: 0 20px 30px 0;
  width: calc(100% - 280px);
}

.sponsors-right {
  float: right;
  margin-right: 20px;
  width: 240px;
  text-align: center;
  margin-bottom: 30px;
}

.sponsors-right h3 {
  margin-top: 0;
}

.sponsors-right .sponsor-button a.primary-green {
  padding: 7px 30px;
  color: #043746;
}

  /* =============================================================================
   *   Share
   * ========================================================================== */
.st_facebook_custom {
    background: transparent url('images/fbshare.png') no-repeat scroll 0 0 !important;
    height: 26px;
    width: 26px;
    display: inline-block;
    margin-right: 10px;
  }
.st_twitter_custom {
  background: transparent url('images/twittershare.png') no-repeat scroll 0 0 !important;
  height: 26px;
  width: 26px;
  display: inline-block;
}

.st_facebook_custom:hover,
.st_twitter_custom:hover {
  cursor: pointer;
}

#block-sharethis-sharethis-block h2.block-title {
  display: inline;
  font-family: GothamBold, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
#block-sharethis-sharethis-block .block-content {
  display: inline;
}
/* =============================================================================
 *   Add to Calendar
 * ========================================================================== */

.addtocalendar var{
  display: none;
}

.addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent!important;
}

.atcb-link {
  display: block;
  outline: none!important;
  cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
  visibility:visible;
}

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900;
}

.atcb-list,
.atcb-item
{
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.atcb-item {
  float: none;
  text-align: left;
}

.atcb-item-link
{
  text-decoration: none;
  outline: none;
  display: block;
}

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

/* Blue */

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
  margin: 0;
  padding: 0;
  color: #107696;
  text-decoration: underline;
  outline: none;
  text-transform: lowercase;
}

.atc-style-blue .atcb-list {
  width: 170px;
  border: 1px solid rgb(186,186,186);
  border-radius: 2px;
  box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
  background: #fff;
  color: #000;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
  color: #000;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  padding: 5px 15px;
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
  color: #fff;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
  background: rgb(66,129,244);
}

/* Gallery components */

.paragraphs-item-media-gallery-component figure {
  float: left;
  margin: 0 30px 30px 0;
}

.paragraphs-item-media-gallery-component figure img {
  border: 10px solid #fff;
  box-shadow: 2px 2px 4px #aaa;
}

/* =============================================================================
 *   Event add/edit form
 * ========================================================================== */

body.page-node-add-event #page-title {
  display: none;
}

body.page-node-edit.node-type-event #edit-actions,
body.page-node-add-event #edit-actions {
  margin: 15px 0 25px 0;
  padding: 25px 0;
  text-align: center;
  background-color: #176aa7;
  border-radius: 9px;
}

body.page-node-edit.node-type-event input#edit-submit,
body.page-node-add-event input#edit-submit {
  padding: 7px 70px;
  font-size: 120%;
  text-transform: uppercase;
  background-color: #febc15;
  color: #1c1c53;
  font-weight: 700;
}

body.page-node-edit.node-type-event input#edit-submit:hover,
body.page-node-add-event input#edit-submit:hover {
  background-color: #1c1c53;
  color: #fff;
}

/* hide stuff on edit */
body.page-node-edit.node-type-event  {

}

.event-form-section {
  margin: 15px 0;
  padding: 20px 30px;
  background-color: #cde2f2;
  border-radius: 9px;
}

.event-form-section h3 {
  font-size: 200%;
}

.event-form-section .form-item input {
  border: 0px;
  border-radius: 7px;
}

.event-form-section .form-item input.form-file {
  background-color: #fff;
}

.event-form-section label {
  font-size: 110%;
}

.event-form-section .form-type-checkbox label {
  font-size: 100%;
  font-weight: 500;
}

.event-form-section .form-type-checkbox {
  padding-left: 20px;
}

.event-form-section .description {
  font-style: italic;
  color: #4b4b4b;
  padding: 5px 0;
}

.event-form-section .filter-wrapper {
  padding: 1.5em 0 0 0;
}

/* dates */
#edit-field-event-date table {
  border-color: #B5D2E7;
  border: 0px;
}
#edit-field-event-date table thead {
  display: none;
}

#edit-field-event-date table tbody,
#edit-field-event-date table tr.even,
#edit-field-event-date table tr.odd {
  background-color: #B5D2E7;
  border: 0px;
}

#edit-field-event-date table tr fieldset {
  border: 0px;
}

#edit-field-event-date table tr fieldset legend,

#edit-field-event-date .tabledrag-toggle-weight-wrapper {
  display: none;
}

#edit-field-event-date table tr .fieldset-wrapper {
  background-color: #B5D2E7;
  border-radius: 9px;
  padding: 10px 30px;
}


.event-form-section #addressfield-wrapper .fieldset-wrapper {
  border: 0px;
  background-color: #B5D2E7;
  border-radius: 9px;
  padding: 10px 30px;
  margin-top: 5px;
}

.event-form-section #addressfield-wrapper fieldset {
  border: 0px;
  padding: 0;
}

.event-form-section #addressfield-wrapper fieldset legend {
  margin-top: 0px;
  font-size: 110%;
  font-weight: 700;
}

.event-form-section .group-star-party {
  background-color: #B5D2E7;
  border-radius: 9px;
  padding: 10px 30px;
  margin: 25px 0 10px 0;
}

.event-form-section .group-star-party .description {
  color: #4b9cd3;
}

.event-form-section .group-star-party h3,
.event-form-section .group-adultsonly h3 {
  font-family: GothamBook, Arial, sans-serif;
  font-weight: 700;
  color: #444;
  font-size: 100%;
}

.event-form-section .group-star-party h3 {
  font-size: 130%;
}

.event-form-section [type="checkbox"]:not(:checked),
.event-form-section [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.event-form-section [type="checkbox"]:not(:checked) + label,
.event-form-section [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}


/* checkbox aspect */
.event-form-section [type="checkbox"]:not(:checked) + label:before,
.event-form-section [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1em; height: 1em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.event-form-section [type="checkbox"]:not(:checked) + label:after,
.event-form-section [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em; left: .3em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #1C1C53;
  transition: all .2s;
}
/* checked mark aspect changes */
.event-form-section [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.event-form-section [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.event-form-section [type="checkbox"]:disabled:not(:checked) + label:before,
.event-form-section [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.event-form-section [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.event-form-section [type="checkbox"]:disabled + label {
  color: #aaa;
}

/* =============================================================================
 *   User login registration stuff
 * ========================================================================== */

#block-user-login .block-inner {
  background-color: #d3e6ec;
  padding: 15px;
  border-radius: 9px;
}

#user-login-form .item-list ul li.first {
  display: none;
}

#user-login-form .item-list ul,
#user-login-form .item-list ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#user-login-form .item-list ul li a {
  font-size: 90%;
  color: #E22412;
}

#user-login-form input.form-submit {
  background-color: #107696;
  color: #fff;
  border-bottom: 2px solid #176AA7;
  color: #fff;
  margin-right: 0px;
  padding: 10px 20px;
  font-size: 120%;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

#user-login-form input.form-submit:hover {
  background-color: #176AA7;
}

#block-user-login input#edit-name,
#block-user-login input#edit-pass {
  border: 0px;
  border-radius: 5px;
}

body.page-user-register #tasks {
  display: none;
}

#user-register-form fieldset {
  padding: 0;
  border: 0;
  min-width: 0;
  width: 100%;
}

#user-register-form fieldset legend {
  color: #043746;
  font-size: 140%;
  font-weight: 800;
  line-height: 1.06;
  padding-bottom: 5px;
}

#user-register-form .required-fields,
#user-register-form #edit-account,
#user-register-form fieldset .fieldset-wrapper {
  background-color: #CDE2F2;
  padding: 15px;
  border-radius: 9px;
  margin-bottom: 25px;
}

#user-register-form fieldset .fieldset-wrapper {

}

#user-register-form fieldset fieldset .fieldset-wrapper {
  background-color: #B5D2E7 ;
}

#user-register-form #edit-account input,
#user-register-form fieldset .fieldset-wrapper input {
  border: 0px;
  border-radius: 5px;
  max-width: 90%;
}

#user-register-form #edit-actions {
  margin: 15px 0 25px 0;
  padding: 25px 0;
  text-align: center;
  background-color: #176AA7;
  border-radius: 9px;
}

#user-register-form #edit-actions input#edit-submit {
  padding: 7px 70px;
  font-size: 120%;
  text-transform: uppercase;
  background-color: #FEBC15;
  color: #104346;
  font-weight: 700;
}

#user-register-form #edit-actions input#edit-submit:hover {
  background-color: #1C1C53;
  color: #fff;
}


@media only screen and (max-width: 950px) {
  #block-system-user-menu{
    position: absolute;
    right: 10px;
    top: 15px;
  }

  #block-system-user-menu h2.block-title {

  }
}

@media only screen and (max-width: 800px) {
  #block-system-user-menu{
    display: none;
  }
}

/* event preview info */
#block-block-12 .block-inner {
  background-color: #eee;
  margin: 15px;
  border-radius: 9px;
  padding: 15px;
}

#block-block-12 h2.block-title {
  font-size: 24px;
  margin-bottom: 10px;
}

/* edit tabs */
ul.primary li a {
  border-radius: 9px 9px 0 0;
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  font-size: 120%;
  font-weight: 700;
  margin-right: 1px;
  padding: 0px 30px;
}

/* User account page */

#user-profile-form div.required-fields {
  margin-bottom: 30px;
  background-color: #D3E6EC;
  border-color: #D3E6EC;
  border-radius: 9px;
  padding: 10px 20px 20px 20px;
}

#user-profile-form .form-actions {
  margin: 15px 0 25px 0;
  padding: 25px 0;
  text-align: center;
  background-color: #0f7695;
  border-radius: 9px;
}

#user-profile-form .form-actions #edit-submit {
  padding: 7px 70px;
  font-size: 120%;
  text-transform: uppercase;
  background-color: #c2d641;
  color: #104346;
  font-weight: 700;
}

#user-profile-form .form-actions #edit-submit:hover {
  background-color: #104346;
  color: #fff;
}


body.page-user-edit #block-views-user-account-page-info-block,
body.page-user-edit #block-views-user-account-page-info-block-1 {
  display: none;
}

.group-your-profile,
#block-views-user-account-page-info-block-1,
#block-views-user-account-page-info-block {
  background-color: #B5D2E7;
  border-radius: 9px;
  margin: 25px 0px;
  padding: 15px 25px;
}

.group-your-profile {
  background-color: #B5D2E7;
}

.group-your-profile h3,
#block-views-user-account-page-info-block-1 h2.block-title,
#block-views-user-account-page-info-block h2.block-title {
  margin: 0 0 10px 0;
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #10484b;
}

#block-views-user-account-page-info-block .views-field {
  font-size: 90%;
}

#block-views-user-account-page-info-block-1 .views-field  {
  font-size: 85%;
}


#block-views-user-account-page-info-block-1 .views-field a,
#block-views-user-account-page-info-block .views-field a {
  color: #107696;
  text-decoration: none;
  font-weight: 500;
}

#block-views-user-account-page-info-block .views-field-title {
  margin-left: 0;
  margin-bottom: 5px;
}

#block-views-user-account-page-info-block-1 .views-field-title  {
  margin-left: 0;
  margin-bottom: 0px;
}

#block-views-user-account-page-info-block .views-field-title a {
  font-size: 200%;
  color: #107696;
  margin-left: 0;
  font-weight: 700;
}

#block-views-user-account-page-info-block-1 .views-field-title a {
  font-size: 140%;
  line-height: 120%;
  color: #107696;
  margin-left: 0;
  font-weight: 700;
}

#block-views-user-account-page-info-block-1 .views-row {
  margin-bottom: 7px;
} 
#block-views-user-account-page-info-block .views-row {
  margin-bottom: 30px;
}

#block-views-user-account-page-info-block .views-row-last {
  border-bottom: 0;
}

#block-views-user-account-page-info-block .views-label {
  font-weight: 700;
}

#block-views-user-account-page-info-block span.views-field-view-node a,
#block-views-user-account-page-info-block span.views-field-edit-node a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  background-color: #1C1C53;
  padding: 7px 12px;
  border-radius: 5px;
  margin-top: 15px;
}

#block-views-user-account-page-info-block span.views-field-view-node a:hover,
#block-views-user-account-page-info-block span.views-field-edit-node a:hover {
  background-color: #176AA7;
}

#block-views-user-account-page-info-block .views-row ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#block-views-user-account-page-info-block h4 {
  font-size: 100%;
  margin-bottom: 3px;
}

#block-views-user-account-page-info-block .views-field-field-star-party,
#block-views-user-account-page-info-block .views-field-field-event-plans,
#block-views-user-account-page-info-block .views-field-field-telescopes,
#block-views-user-account-page-info-block .views-field-field-community-partners,
#block-views-user-account-page-info-block .views-field-field-anything-else-,
#block-views-user-account-page-info-block .views-field-field-previous-skywatching-exper {
  background-color: #ABD0D9;
  padding: 5px 10px;
}

/* =============================================================================
 *   Webforms
 * ========================================================================== */

.node-webform fieldset {
  margin: 15px 0;
  background-color: #B5D2E7;
  border-radius: 9px;
  border: 0px;
  padding: 0;
  min-width: 0;
  width: 100%;

}

.node-webform .fieldset-wrapper {
  padding: 10px 10px 20px 40px;
}

.node-webform fieldset legend {
  display: none;
}

.node-webform fieldset .form-item {
  max-width: 95%;
}

.node-webform fieldset fieldset {
  background-color: #ADCBE0;
  max-width: 95%;
}

.node-webform fieldset fieldset h3 {
  font-family: GothamBold, Arial, sans-serif;
  color: #444;
  font-size: 110%;
}

.node-webform fieldset .form-item input {
  border: 0px;
  border-radius: 7px;
  max-width: 80%;
}

.node-webform label.option {
  font-weight: 500;
}

.node-webform .form-actions {
  margin: 15px 0 25px 0;
  padding: 25px 0;
  text-align: center;
  background-color: #1c1c53;
  border-radius: 9px;
}

.node-webform .form-actions .webform-submit {
  padding: 7px 70px;
  font-size: 120%;
  text-transform: uppercase;
  background-color: #febc15;
  color: #1c1c53;
  font-weight: 700;
}

.node-webform .form-actions .webform-submit:hover {
  background-color: #4B9CD3;
  color: #fff;
}

/* =============================================================================
 *   misc
 * ========================================================================== */
.blue-feature-box, .green-feature-box{
  float: left;
  width: 45%;
  margin: 15px 2%;
  border-radius: 9px;
  background-color: #febc15;
  min-height: 270px;
}

.blue-feature-box {
  background-color: #B5D2E7;
}

.blue-feature-box h3,
.green-feature-box h3 {
  margin: 25px 15px 15px 15px;
  color: #104346;
  text-align: center;
  font-size: 160%;
}

.blue-feature-box img,
.green-feature-box img {
  width: 40%;
  float: left;
  margin: 5px 15px 10px 15px;
}

.blue-feature-box img {
  width: 50%;
}

.blue-feature-box p,
.green-feature-box p {
  margin: 15px 25px 15px 15px;
}

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

  .blue-feature-box, .green-feature-box{
    float: none;
    width: auto;
    margin: 15px;
    min-height: 300px;
    clear: left;
    padding: 5px 0;
  }

  .blue-feature-box h3,
  .green-feature-box h3 {
    margin: 25px;
    font-size: 200%;
  }

  .blue-feature-box p,
  .green-feature-box p {
    font-size: 120%;
  }

  .blue-feature-box img,
  .green-feature-box img {
    width: 200px;
    float: left;
    margin: 0 15px 15px 15px;
  }

}

/* fix sideways sliding on mobile */
body.page-node-27 #block-block-7 {
  margin: 0;
  max-width: 90%;
}

body.page-node-27 #block-block-7 .block-inner {
  margin: 0 10px;
}


/* alert */
.region-page-top {
  padding-top: 0;
}
.alert {
  padding: 15px 40px;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert p {
  margin-left: 50px;
}

.alert a {
  color: #fff;
  text-decoration: underline;
}

.alert button.close {
  float: left;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #4b9cd3;
  border-color: #4b9cd3;
  color: #fff;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}


/*Online activities*/

.view-online-activities .view-content {
  display: flex;
  flex-wrap: wrap;
}
.activity-tile {
  width: 45%;
  margin: 20px 40px 20px 0;
  vertical-align: top;
}

.views-row-even.activity-tile {
  margin-right: 0;
}

@media only screen and (max-width: 950px) {
  .activity-tile {
    width: 100%;
    max-width: 500px;
  }
  .views-row-odd.activity-tile {
    margin-right: 0;
  }
}



.activity-tile a {
   display: block;
   box-shadow: 0px 0px 8px #ccc;
   height: 180px;
   color: #1c1c53;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.activity-tile a:hover {
  text-decoration: none;
  background-color: #1C1C53;
  color: #fff;
}

.activity-tile img {
  float: left;
  background-color: #fff;
  height: 180px;
  width: 180px;
  margin-right: 20px;
}

@media only screen and (max-width: 500px) {
  .activity-tile a {
    height: auto;
  }
  .activity-tile img {
    float: left;
    height: 140px;
    width: 140px;
    margin-right: 20px;
  }

  .activity-tile .activity-title {
    font-size: 16px;
    line-height: 120%;
    padding: 5px 15px 5px 0;
  }
}

.activity-tile a {

}

.activity-tile .activity-title {
  display: block;
  font-size: 20px;
  line-height: 120%;
  font-family: GothamBold, Arial, sans-serif;
  color: #4B9CD3;
  font-weight: 800;
  padding: 15px 15px 5px 0;
}

.activity-tile .activity-description {
  display: block;
  font-size: 90%;
  padding: 0 15px 0 0;
}

@media only screen and (max-width: 500px) {
  .activity-tile a {
    height: auto;
    text-align: center;
    padding: 15px;
    max-width: 300px;
  }
  .activity-tile img {
    float: none;

  }

  .activity-tile .activity-title {
    font-size: 18px;
    line-height: 120%;
    padding: 5px 15px 5px 0;
  }

  .activity-tile .activity-description {

  }
}

.view-videos .view-content {
  display: flex;
  flex-wrap: wrap;
}

.video-item {
  width: 30%;
  margin: 20px 10px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 8px #ccc;
}

@media only screen and (max-width: 900px) {
  .video-item {
    width: 45%;
  }
}

@media only screen and (max-width: 650px) {
  .video-item {
    width: 90%;
    margin: 20px auto;
  }
}

.video-item .views-field-title {
  font-family: GothamBold, Arial, sans-serif;
  font-size: 18px;
  margin: 10px 15px;
  line-height: 140%;
  color: #4B9CD3;
}

.video-item .views-field-field-online-short-desc {
  font-size: 85%;
  line-height: 135%;
  margin: 0 15px 15px 15px;
}

.video-item .views-field-colorbox a {
  display: block;
  position: relative;
}

.video-item .views-field-colorbox a::after {
  position:absolute;
  top:40%;
  left:40%;
  content:'';
  width: 60px;
  height: 60px;
  background: url("images/play.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 60px 60px;
  z-index: 9999;
}

/* live virtual events component and page */
.paragraphs-item-virtual-event-group .field-name-field-day {
  font-size: 28px;
  font-family: GothamBold, Arial, sans-serif;
  font-weight: 700;
  color: #4B9CD3;
}

.paragraphs-item-virtual-event-group .field {
  margin-bottom: 5px;
}

.paragraphs-item-virtual-event {
  margin: 30px 0;
  min-height: 130px;
  clear: left;
}

.field-name-field-virtual-event-image {
  float: left;
  margin-right: 20px;
}

.field-name-field-virtual-event-title {
  font-size: 18px;
  font-family: GothamBold, Arial, sans-serif;
  font-weight: 700;
}

.field-name-field-details {
  font-size: 90%;
  line-height: 130%;
}

/*Virtual events page */
.view-virtual-events .views-row {
  background-color: #fff;
  margin: 20px 0;
  padding: 10px 15px;
  border-radius: 15px;
  min-height: 190px;
}

.view-virtual-events .views-field-field-online-image {
  float: left;
  margin: 0 15px 15px 0;
}

.view-virtual-events .views-field-title {
  margin-right: 15px;
  overflow: hidden;
}
.view-virtual-events .views-field-title
{
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #1C1C53;
  padding: 5px 0;
  border-bottom: 2px solid #febc15;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 110%;

}

.view-virtual-events .views-field-title a {
  text-decoration: none;
  color: #1C1C53;
}

.view-virtual-events .views-field-field-date-and-time  {
  padding-left: 35px;
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
}

.view-virtual-events .subjects {

}

.view-virtual-events .views-field-field-date-and-time,
.view-virtual-events .views-field-field-date-and-time-2 {
  background: url('images/date1.png') center left no-repeat;
  background-size: 25px auto;
  padding-left: 35px;
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

.view-virtual-events .views-field-field-date-and-time-2 {
  background: url('images/time1.png') center left no-repeat;
  background-size: 25px auto;
}

.view-virtual-events .views-field-field-subjects {
  display: inline-block;

  padding-right: 30px;
}

.view-virtual-events .views-label {
  font-weight: 700;
}

.view-virtual-events .views-field-field-online-short-desc {
  margin-bottom: 10px;
  margin-top: 10px;
}

@media only screen and (max-width: 500px) {
  .view-virtual-events .views-field-field-online-short-desc {
    clear: left;
  }
}

.view-virtual-events h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}

.view-virtual-events a {
  text-decoration: underline;
  color: #176aa7;
  font-weight: 700;
}

/*online activity nodes */
body.node-type-online-activity h1#page-title {
  display: none;
}

body.node-type-online-activity #event-top {
  margin-top: 30px;
  height: 200px;
}

body.node-type-online-activity #event-main {
  margin-left: 30px;
  padding-top: 25px;
}

body.node-type-online-activity #event-top .event-image-big img {
  border-radius: 0 7px 7px 0;
  height: 200px;
}

body.node-type-online-activity  .field-name-field-age-groups,
body.node-type-online-activity .field-name-field-age-groups div,
body.node-type-online-activity .field-name-field-age-groups ul,
body.node-type-online-activity  .field-name-field-subjects,
body.node-type-online-activity .field-name-field-subjects div,
body.node-type-online-activity .field-name-field-subjects ul,
body.node-type-online-activity  .field-name-field-date-and-time,
body.node-type-online-activity .field-name-field-date-and-time div {
  display: inline;
}

body.node-type-online-activity  .field-name-field-date-and-time {
  font-size: 100%;
  margin-bottom: 15px;
}

body.node-type-online-activity #event-main a {
  color: #176AA7;
  text-decoration: underline;
}

/* Misc updates */
body.page-find-events-map .event-online {
  display: none;
}

.covid-message {
  clear: both;
  margin: 0 0 35px 0;
  background-color: #f2f2f2;
  padding: 10px 15px;
  font-weight: 600;
}

/* Special page with own design for lift off nc */

body.page-node-1055 #header-wrapper,
body.page-node-1055 #nav-wrapper,
body.page-node-1055 #footer-wrapper {
  display: none;
}

body.page-node-1055 #page-top {
  background-image: none;
  background-color: #1C1C53;
}

body.page-node-1055 #secondary-content-wrapper .container {
  max-width: 100%;
}

body.page-node-1055 #secondary-content-wrapper .block {
  margin: -10px 0 20px 30px;
}

body.page-node-1055 #secondary-content-wrapper .block h1 {
  color: #F89923;
  padding-top: 40px;
  padding-left: 30px;
  font-size: 350%;
}

body.page-node-1055 #page-title {
  display: none;
}

body.page-node-1055 .lift-off-event {
  margin-bottom: 30px;
}

body.page-node-1055 .lift-off-event a{
  color: #4F97D0;
}

body.page-node-1055 .lift-off-event h3 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid #F89923;
}

body.page-node-1055 .lift-off-subtitle,
body.page-node-1055 .lift-off-date,
body.page-node-1055 .lift-off-time {
  font-size: 120%;
}


/* Special page with own design for SC Stem */

body.page-node-2301 #header-wrapper,
body.page-node-2301 #nav-wrapper,
body.page-node-2301 #footer-wrapper,
body.page-node-2277 #header-wrapper,
body.page-node-2277 #nav-wrapper,
body.page-node-2277 #footer-wrapper,
body.page-node-2278 #header-wrapper,
body.page-node-2278 #nav-wrapper,
body.page-node-2278 #footer-wrapper {
  display: none;
}

body.page-node-2301 #secondary-content-wrapper .block h1,
body.page-node-2278 #secondary-content-wrapper .block h1,
body.page-node-2277 #secondary-content-wrapper .block h1 {
  color: #1378b9;
  font-size: 40px;
}

body.page-node-2301 #page-title,
body.page-node-2278 #page-title,
body.page-node-2277 #page-title {
  font-size: 30px;
  color: #444;
}


/* 2023 updates */
#event-main .field-name-field-registration-required {
  margin-top: 15px;
  font-weight: bold;
}

#event-main .field-name-field-name-or-organization {
  margin-bottom: 0;
}

.small-h3 h3 span {
 font-size: 18px;
font-family: GothamBook, Arial, sans-serif;
}

/* header updates */
#block-block-17 {
  display: none;
}