/*
 * @file
 * global.styles
 *
 * 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.
 */

/* Teaser fix in Firefox */
.region-two-50-first .field-type-image img {width: 475px;}

.pane-node-created h2 {display: none;}
.pane-node-created .block-content {font-weight: bold;}

.center {text-align: center; width: 100%; display: block;}

#idIframe iframe {boder: none; min-height: 800px;}

.node-teaser {margin-bottom: 20px;}

#slideshow img {height: auto; width: auto;}

@-moz-document url-prefix() {
    img{
        width: 100%;
        max-width: 100%;
    }

    .block-6 img {width: 30px; height: 30px;}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
     img{
        max-width: 100%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {

    .region-three-25-50-25-first {display: none;}

}




/* =============================================================================
 *   GLOBAL STYLES/STRUCTURE
 * ========================================================================== */

/*.view-id-announcements,
.block-content .webform-client-form,
.view-id-upcoming_events {
  padding: 20px;
}*/

#anchor {
  position:relative;
  padding-top:80px;
}

.quote {padding: 20px; font-style:  italic;}

.node .node-title {
  margin: 20px 0px;
}

#page-title {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body.front {
  background-color:transparent;
}

/*gives the stick mega bar a bit of space above it so you can still see the admin menu bar*/
.spacebar {
  margin-top:66px!important;
}

#admin-menu {
  z-index: 2000000000000000000000000;
}

.file-video {margin-bottom: 30px!important;}

#content .field-type-image,
#content .field-type-media {
  width:100%;
}

#content-wrapper .container {
  margin-top:1%;
}

ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

table {
  padding: 0;
  width: 100%;
  float:none;
}

div.view table {
  border:none;
}

table.sticky-header {
  z-index: 10;
}

table.resources_table {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
}

table.resources_table td {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
}

table,
thead,
tbody,
th,
td {
  border:0;
  vertical-align: top;
}

/*#main-content table tr {
  border-bottom:1px dotted grey;
}*/

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: bold;
  background-color: #e5e5e5;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  /*padding: 5px 7px;*/
}

tr.odd {
  background: #fff;
}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

table.top-align td {
  vertical-align: top!important;
}

#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}

.panel-separator {padding-bottom: 20px;}

/* FIX TO UL PADDING IN CONTENT AREA */

.region-three-25-50-25-second ul, .region-three-25-50-25-second ol {margin-left: 30px;}
.region-two-33-66-second ul, .region-three-25-50-25-second ol {margin-left: 30px;}



.region-sidebar-first .field-label {
    cursor: pointer;
    padding: 5px 10px;
    color: #fff;
    background: #007ac9 url('images/down.svg') no-repeat top right;
}

.region-sidebar-first .block-title {
  font-size:35px;
  line-height: 40px;
}

.region-sidebar-first {}
.region-three-25-50-25-first {}
.region-two-33-66-first {}

/*
 * 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;
}


/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}



.sidebar-list {
  background-color: #ECF0F1;
  margin: 0px;
  padding: 10px 0px;
}

.special-split-menu {
  margin-left:0px!important;
}

.special-split-menu ul li:not(.active) {
  font-weight: normal!important;
}

.special-split-menu ul.menu li.active {
  font-weight:bold;
  margin-left:0!important;
}

.special-split-menu li.expanded:hover {
  color: #000!important;
  background-color: #F9F9F9!important;
}





.front #main-content ol,
.front #main-content ul {
  padding-left:20px;
}

/* =============================================================================
 *   Blocks
 * ========================================================================== */

.block-content .field-name-field-video-credit- li {list-style: none; padding: 0px; margin: 0px;}

.block-content .field-name-field-video-credit- ul {list-style: none; padding: 0px; margin: 0px; margin-top: -40px;}

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block { }

/*
 * Block title
 */
.block-title {
  margin: 0;
}

.block-content ul,
.block-content ol {
  padding: 0;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * "Search form" block
 */
#block-search-form {
  overflow: hidden;
}

#block-search-form input {
  border:none;
  padding:0;
  margin:0;
  height: 50px;
  width:0px;
  background-color: #004672;
}

#block-system-main .node:last-child {
  border-bottom: none;
}

/* =============================================================================
 *   Booklet Styling
 * ========================================================================== */

.booklet-wrapper {}

.booklet-wrapper .views-field-body {
    background-color: #e3e3e3;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 6px;
}

.booklet-wrapper .views-field-field-image-article {}

.booklet-wrapper .views-field-field-image-article img {}
.booklet-wrapper .views-field-field-call-to-action-text {}

.booklet-wrapper .views-field-field-call-to-action-text .field-content {
    color: #fff;
    opacity: 1;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #0079C8;
    margin-bottom: 6px;
}

.booklet-wrapper .views-field-field-call-to-action-text .views-field-body {}

.booklet-wrapper .views-field-field-call-to-action-text .field-content span {
    background-color: none;
    color: #fff;
}

.booklet-wrapper .view-booklet-giving-impact-report .views-field-field-header {
    color: #fff;
    opacity: 1;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px auto;
    background-color: #0079C8;
    text-align: center;
    margin-bottom: 6px;
}

.giving_nav {width: 100%;}

.giving_nav_row {width: 100%; padding: 1% 0px;}
.giving_nav_left {float: left; display: inline-block; width: 32%; }
.giving_nav_middle {float: left; display: inline-block; width: 32%; margin-left: 2%;}
.giving_nav_right {float: right; display: inline-block; width: 32%;}

@media only screen and (min-width: 0px) and (max-width: 480px) {
  .booklet-wrapper .views-field-body {
      background-color: #e3e3e3;
      padding-top: 20px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 0px;
  }

.giving_nav_left {float: left; display: inline-block; width: 100%; }
.giving_nav_middle {float: left; display: inline-block; width: 100%; margin-left: 0%;}
.giving_nav_right {float: right; display: inline-block; width: 100%;}

}

@media only screen and (min-width: 0px) and (max-width: 1226px) {
  .booklet-wrapper .views-field-body {
      background-color: #e3e3e3;
      padding-top: 20px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 0px;
  }
}

/* =============================================================================
 *   Breadcrumb
 * ========================================================================== */
#breadcrumb {
  margin: 20px 0px;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 16px;
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
  background: #BBBBBB;
  padding: 5px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 9px;
  font-size: 0.6rem;
  margin-left:1px;
}

#breadcrumb li.crumb-first {
  background-color: #E6E6E6;
}

#breadcrumb li.crumb-last {
  color:#fff;
  background-color:#0079C8;
}

#breadcrumb li.crumb-last:hover {
  background-color: #006CB3;
}

#breadcrumb a {
  color:#fff;
}

/* =============================================================================
 *   Wordfly Code
 * ========================================================================== */
#content-wrapper #formBox  .hidden_menu {height:0px;display:none;}

#content-wrapper #formBox,
#content-wrapper .formBox  { position:relative; padding: 20px; width: 90%; margin-bottom: 20px;}

#content-wrapper #formBox h2,
#content-wrapper .formBox h2 {
  font-weight:bold;
  margin-bottom: 20px;
  padding:0px;
  font-size: 23px;
  line-height: 22px;
}

#content-wrapper #formBox .description,
#content-wrapper .formBox .description {
  display:block;
  font-size:12px;
  line-height:15px;
}

#content-wrapper #formBox input[type=text],
#content-wrapper #formBox input[type=email],
#content-wrapper #formBox select  {
  display:block;
  margin:5px 0px;
  font-size:14px;
  width: 90%;
  height:25px;
  border-radius: 0px;
  padding: 0px 5px;
}

#content-wrapper #formBox input[disabled=disabled],
#content-wrapper #formBox textarea[disabled=disabled] { background-color:#fff;  cursor:text; }

#content-wrapper #subscribeToList {
  clear:both;
  font-size:14px;
  font-weight:bold;
  padding:5px 10px;
  border:none;
  color:#fff;
  cursor:pointer;
  margin-top:20px;
 }

#content-wrapper #formContainer { width: 100%; float: left; position:relative;}

#content-wrapper #formBox h2 { color:#fff; background:none; width:auto;  }

#content-wrapper #formBox .description { color: #fff; margin-bottom: 10px;}

#content-wrapper #formBox label { color: #fff; font-weight: normal;}

#content-wrapper #formBox { background: #00a651;}

#content-wrapper #formBox .fieldDesc { color:#fff; }

#content-wrapper #subscribeToList { border: solid 2px #fff; color:#fff; background-color: transparent;}

#content-wrapper #formBox .toggler {
  border: none;
  color:#fff;
  background-color: transparent;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top right;
  margin: 20px 0px;
}

#content-wrapper .newsletter_signup .r:active {opacity: 0.5;}

/* TEMP CAMPAYN CODE */
a:link.cmpLnk {font-size: 10px; position: absolute; bottom: 15px; right: 15px;}
/* TEMP CAMPAYN CODE */

/* FOLLOW Navigation Sign Up */

.panels-flexible-154-inside #formBox, .formBox  {}
.panels-flexible-154-inside #formBox h2, .formBox h2 { font-weight:bold; margin:0px; padding:0px;}
.panels-flexible-154-inside .leftblock #formBox h2:hover { cursor:text; }
.panels-flexible-154-inside #formBox .description,
.formBox .description {
  display:block;
  font-size:12px;
  margin:15px 0px;
  line-height:15px;
  color: #fff;
}
.panels-flexible-154-inside #formBox input[type=text],
.panels-flexible-154-inside #formBox select  {
  display:block;
  margin:10px 0px;
  font-size:14px;
  width:250px;
  height:25px;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.panels-flexible-154-inside #formBox input[disabled=disabled],
.panels-flexible-154-inside #formBox textarea[disabled=disabled] {
  background-color:#fff;
  cursor:text;
}


.panels-flexible-154-inside #formContainer input[type=text] { padding:0px; }

.panels-flexible-154-inside #subscribeToList {}

.panels-flexible-154-inside input[type=submit] {
  color:#fff;
  background:transparent;
  border: 2px solid #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  margin: 0px;
}

div.menu-minipanels .panels-flexible-154-inside  h2.pane-title.block-title { margin: 0px; padding: 0px;}

/* =============================================================================
 *   Comments
 * ========================================================================== */
#comments {
  margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  padding-bottom: 10px;
    margin-bottom: 10px;
  border-bottom: solid 1px #0089D6;
}

.comment .author-datetime {font-weight: bold; padding: 0px; margin: 0px;}

.comment .links {padding: 0px; margin-top: 10px; margin-left: 0px;}

.comment .links a:link {
    border: none;
    background: #8d8d8d;
    color: white;
    font-size: 12px;
    text-decoration: none;
    padding: 2px 10px;
}

/*
 * 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 {

}

/*hides the instructions under the comment box of articles*/
#edit-comment-body-und-0-format {
  display:none;
}

/* =============================================================================
 *   Featured
 * ========================================================================== */
#featuredtop {
  background-color: #ECF0F1;
  margin-bottom: 20px;
  padding: 20px 0px;
}

#featuredtop a:link,
#featuredtop a:visited {
  color:#333;
}

#featured-bottom {
  max-width:1440px;
  margin:0 auto 30px ;
}

#featuredtop .views-field-title,
#featured-bottom .views-field-title {
  font-weight: bold;
  color: #384D61;
}

#featured-bottom img {
  margin-bottom:10px;
}

#featuredtop .headerblock {margin-bottom: 0px;}

#featured-bottom .headerblock .block-content {
  background-color: #F9F9F9;
  margin:0px;
  padding:0px;
}
/* =============================================================================
 *   Fields
 * ========================================================================== */
.field-name-post-date .field-items {font-weight: bold; margin-top: -10px;}

.field-label {
  font-size: 1em;
  font-weight: bold;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}
/*
 * Field types (Core)
 */

/*
 * 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;
}

fieldset {
  border: 1px solid #ccc;
}

.field-name-node-link a {
  color: #0079C8;
  text-transform: uppercase;
  font-weight: bold;
  font-size:12px;
  font-size: 0.8rem;
}
.field-name-node-link a:hover {
  text-decoration: underline;
}

.field-items ol,
.field-items ul {padding-left: 40px;}

/* =============================================================================
 *   Field Trip Page
 * ========================================================================== */

.field_trip_content {}

.field_trip_content .field-label-above {margin-top: 10px;}

.field_trip_content .pane-printfriendly {display: none;}

.field_trip_content .block-inner {margin: 0px;}

.field_trip_content .field-items {padding: 0px; margin: 0px;}

.field_trip_content .field-type-taxonomy-term-reference {margin-top: 10px; margin-bottom: 0px; }

.field_trip_content .block-content ul,
.field_trip_content .block-content ol {
    padding: 0px;
    margin: 0px;
}

.field_trip_content .field-name-field-video {padding-top: 20px;}

.field_trip_content .selby-flipped-content-footer .block-content ul,
.field_trip_content .selby-flipped-content-footer .block-content ol,
.field_trip_content .block-content .field-name-body ul,
.field_trip_content .block-content .field-name-body ol {
    padding-left: 30px;
}

.field_trip_content .selby-flipped-content-container-column-container .block-content ul {
    padding-left: 0px;
}

.field_trip_content .block-content h1 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.2;
    max-width: 700px;
    margin: 0px;
    padding: 0px;
}

.field_trip_content .field-name-field-activity-type {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 30px;
}

.field_trip_content .field-name-field-activity-type li {
    display: block;
}

.field_trip_content .selby-flipped-content-container-column-container {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #0079C8;
    color: #fff;
}

.field_trip_content .selby-flipped-content-header .field-name-body {
    background-color: #f0f0f0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
}

.field_trip_content .selby-flipped-content-footer-inner {
    background-color: #f0f0f0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.field_trip_content .field-label {
    text-transform: uppercase;
    font-size: 16px;
}

.field_trip_content .pane-custom {

}
.field_trip_content .pane-custom a:link,
.field_trip_content .pane-custom a:visited,
.field_trip_content .pane-custom a:active,
.field_trip_content .pane-custom a:hover {
    color: #fff;
}

.field_trip_content .pane-custom .block-title {display: none;}

.field_trip_content .pane-custom .top_fieldtrip_nav {}

.field_trip_content .pane-custom .back_button {
    background-color: #333;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.field_trip_content .pane-custom .book_button {
    background-color: #0079C8;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.field_trip_content .pane-custom .book_button:hover,
.field_trip_content .pane-custom .back_button:hover {
    opacity: 0.5;
}

.field_trip_content .selby-flipped-sidebar-inner .pane-block {
    margin-bottom: 10px;
    border: solid 1px #b2d6ef;
    padding: 20px;
}

.field_trip_content .selby-flipped-sidebar-inner {
    margin-top: 177px;
}

.field_trip_content .field-name-field-attachment .field-label {
    width: 100%;
    display: block;
}

.field_trip_content .file a {
    text-size: 0px;
    display: block;
    background-color: #0079C8;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.field_trip_content .file .file-icon {display: none;}

@media only screen and (max-width: 1226px) {
  .field_trip_content .selby-flipped-sidebar-inner {
    margin-top: 0px;
  }
}


/* =============================================================================
 *   Field Trip Filter
 * ========================================================================== */



/*Exposed filter styling */

.field_trip_filter .views-exposed-form {
    margin-top: 30%;
    width: 100%;
}

.field_trip_filter .views-exposed-form .views-widget-per-page select {
    margin-left: 20px;

}

.field_trip_filter .views-exposed-form .views-exposed-widget {
    width: 100%;
    margin-bottom: 20px;
}

.field_trip_filter .views-exposed-form .views-exposed-widget label {
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 10px;
}

.field_trip_filter .views-widget a:link,
.field_trip_filter .views-widget a:active,
.field_trip_filter .views-widget a:visited {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.field_trip_filter .views-exposed-form fieldset {
    border: none;
    margin: 0px;
    padding-bottom: 2px;
}

.field_trip_filter .views-exposed-form .views-exposed-widget select option {
    padding: 5px 15px;
    text-align: center;

}

.field_trip_filter .views-reset-button {background-color: none;}

.field_trip_filter .views-reset-button input {
    background-color: #0079C8;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
}

.field_trip_filter .views-reset-button input:hover {
    opacity: 0.5;
}

.field_trip_filter .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0px;
}

.field_trip_filter .views-exposed-form .views-exposed-widget label {
    background-color: #00aF3F;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

.field_trip_filter .views-exposed-form .views-exposed-widget .views-widget label {
    background-color: transparent;
    width: 100%;
    padding: 10px;
    color: #353535;
    font-weight: bold;
}

.field_trip_filter .views-exposed-widget label.option {font-size: 13px; font-weight: normal;}

.field_trip_filter .views-exposed-widget .fieldset-wrapper {
    padding: 10px 20px;
}

.field_trip_filter .views-exposed-widget .form-type-bef-checkbox,
.field_trip_filter .views-exposed-widget .form-type-radio {
    border-bottom: dashed 1px #b2d6ef;
    padding: 2px 0px;
    margin: 0px 20px;
}

.field_trip_filter .views-exposed-widget input[type="submit"] {width: 100%;}


/*
EXPOSED FILTER STYLE
for field trip filter section
*/

.exposed-filter-style .views-field-field-activity-type ul,
.exposed-filter-style .views-field-field-activity-type li {
    padding: 0px;
    margin-left: 0px;
    list-style: none;
}

.exposed-filter-style .views-row {
    padding: 20px;
    border: solid 1px #b2d6ef;
    position: relative;
}

.exposed-filter-style .views-row a:link,
.exposed-filter-style .views-row a:active,
.exposed-filter-style .views-row a:visited { color: #0079C8; }


.exposed-filter-style .views-field-title {margin-bottom: 10px;}

.exposed-filter-style .views-field-title .field-content {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
}

.exposed-filter-style .views-field-view-node .field-content a:link,
.exposed-filter-style .views-field-view-node .field-content a:visited,
.exposed-filter-style .views-field-view-node .field-content a:active {
    border: solid 2px #0079C8;
    color: #0079C8;
    padding: 10px 20px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-transform: uppercase;
}

.exposed-filter-style .views-field-view-node .field-content a:hover {opacity: 0.5;}

.exposed-filter-style .center-wrapper {
    border-top: dashed 1px #b2d6ef;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.exposed-filter-style .views-field-view-node {padding-top: 10px;}

.exposed-filter-style .views-label {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
}

.exposed-filter-style .views-field {margin-bottom: 10px;}
.exposed-filter-style .view-header {
    color: #fff;
    opacity: 1;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px auto;
    background-color: #0B2265;
    text-align: center;
    margin-bottom: 6px;
}

/* =============================================================================
 *   Flexslider
 * ========================================================================== */
.flexslider {
  border:none;
  box-shadow: none;
  background-color: #000;
  margin-bottom:0;
}

.flexslider img {opacity: 0.5;}

.flex-control-nav {
  bottom:30px;
}

.flex-direction-nav li a {
  margin:170px 20px 0;
}

.flexslider h1.slider-title,
.flexslider .views-field-title a {

  color:#fff;
  font-size:70px;
  font-weight: normal;
}

.flexslider h1.slider-title {
  color:#fff;
  position:absolute;
  z-index:1;
  text-align: center;
  width: 100%;
  padding-top: 4%;
}

.flexslider .views-field-body {
  color:#fff;
  position: absolute;
  z-index:1;
  text-align: center;
  width: 100%;
  padding-top: 4%;
}

.flexslider .views-field-body a:link,
.flexslider .views-field-body a:active,
.flexslider .views-field-body a:visited {
  color:#fff;
  border: solid 2px #fff;
  box-shadow: 0px 2px 1px #000000;
}

.flexslider h1.slider-title {
  text-align: center;
  font-size: 55px;
  line-height: 70px;
  text-shadow: 0px 2px 1px #000000;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
}

.flexslider .views-field-body p {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  width: 50%;
  margin: 0px auto;
  margin-bottom: 10px;
  text-shadow: 0px 2px 1px #000000;
}

ol.flex-control-paging li{
  padding-right: 5px;
}

.flexslider .view-mobile-title {
  background-color: #007ac9;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 40px;
  line-height: 43px;
  font-weight: 700;
  letter-spacing: 2px;
}

.flexslider .view-mobile-body p {
  width: 80%;
  margin: 10px auto;
  font-size: 16px;
  line-height: 20px;
}

.flexslider .view-mobile-body {
  background-color: #007ac9;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.flexslider a {
  background-color: transparent;
  border: solid 2px #fff!important;
  color: #fff!important;
  letter-spacing: 2px;
}
/* =============================================================================
 *   Footer
 * ========================================================================== */
#footer-wrapper {
  padding-top:25px;
}

#footer-wrapper .block-title {
  font-size: 20px;
  font-weight: normal;
}

#footer-wrapper ul li a {
  color:#9C9C9C;
  font-size:14px;
}

#footer-wrapper ul li a:hover {
  color:#fff;
}
#footer-wrapper div.region {
  color:#fff;
  width: 40%;
  margin: 0px auto;
}

#footer-wrapper {
  background-color:#414949;
}

iframe[name=google_conversion_frame] {background-color:#414949; width: 100%;}

#footer-wrapper div.gpanel li{
  list-style: none;
}

/* FOOTER FIX */

#footer-wrapper .block-menu-block {
  width: 50%;
  float: left;
  text-align: center;
}

#footer-wrapper .row-2 {width: 100%; text-align: center;}
#footer-wrapper * {text-align: center;}

/* FOOTER FIX */
/* =============================================================================
 *   Forms
 * ========================================================================== */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: bold;
}

.region-sidebar-second input.email {
  width:100%;
}

.marker,
.form-required {
  color: #c00;
}

input:focus {
  outline:none;
}

input[type=image] {
  width:20px;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

.container-inline div,
.container-inline label {
  display: inline;
}

input[type="text"] {
  width:100%;
}

input.email {
  width:100%;
  max-width:250px;
}

/*
 * 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;
}

/* =============================================================================
 *   FULL WIDTH TEMPLATE
 * ========================================================================== */

.full_width_content {}

.full_width_content .block-inner {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.full_width_content ul {padding: 0px 20px;}

/* =============================================================================
 *   Giving Report View
 * ========================================================================== */

.giving-report-video #content-wrapper h2.pane-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 45px;
  margin: 2% 0px;
  text-shadow: 0px 2px 1px #000000;
}

.giving-report-video #video-container {
  position: absolute;
}
.giving-report-video #video-container {
  height:100%;
  width:100%;
  overflow: hidden;
  z-index: -1;
  background-color: #000;
}
.giving-report-video #video-container video {
  position:absolute;
  z-index:0;
  opacity: 0.6;

}
.giving-report-video #video-container video.fillWidth {
  width: 100%;
}

.giving-report-video .video_header h1 {
  font-size: 90px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 75px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px;
  margin: 0px;
  padding-top: 100px;
  text-shadow: 0px 2px 1px #000000;
}

.giving-report-video .video_description {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 100px;
  max-width: 100%;

}

.giving-report-video .video_description a:link,
.giving-report-video .video_description a:visited,
.giving-report-video .video_description a:active {
  color: #fff;
  border: solid 2px #fff;
  padding: 10px 30px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 30px;
  text-shadow: 0px 2px 1px #000000;
  box-shadow: 0px 2px 1px #000000;
}

@media only screen and (min-width: 0px) and (max-width: 1226px) {
  .giving-report-video #video-container video {display: none;}

  .giving-report-video #video-container {
    background: url('../images/giving_report_video_bg.png') center no-repeat;
  }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
  .giving-report-video .video_description a:link,
  .giving-report-video .video_description a:visited,
  .giving-report-video .video_description a:active {
    font-size: 15px;
  }

  .giving-report-video .video_description {padding-bottom: 50px;}

  .giving-report-video .video_header h1 {
    font-size: 55px;
    line-height: 53px;
    padding-top: 50px;
  }
}

.blurred-image {}

.blurred-image .view-content {
  margin: 20px auto;
}

.blurred-image .views-row {
  width: 31%;
  float: left;
  margin: 1%;
  position: relative;
  padding: 0px;
}

.blurred-image .panel-display {}

.blurred-image .panel-panel {}

.blurred-image .views-row:nth-child(odd),
.blurred-image .views-row:nth-child(even)
{}

.blurred-image .views-field-field-image-article {
  overflow: hidden;
  width: 100%;
}

.blurred-image .views-field-field-image-article a:link img {
  -webkit-filter: blur(1px); /* Chrome, Safari, Opera */
  filter: blur(1px);
  position: relative;
  opacity: 0.5;
}

.blurred-image .views-field-field-image-article a:hover img {
  -webkit-filter: blur(0px); /* Chrome, Safari, Opera */
  filter: blur(0px);
  opacity: 1;

}

.blurred-image .views-field-title {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 80%;

}

.blurred-image .views-field-title a:link,
.blurred-image .views-field-title a:active,
.blurred-image .views-field-title a:visited {
  color: #fff;
  text-shadow: 0px 2px 1px #000000;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
}

.blurred-image .views-field-view-node {
  position: absolute;
  bottom: 22px;
  right: 12px;
}

.blurred-image .views-field-view-node .field-content a:link,
.blurred-image .views-field-view-node .field-content a:active,
.blurred-image .views-field-view-node .field-content a:visited {
  border: solid 2px #fff;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 1px 1px #000000;
  box-shadow: 0px 1px 1px #000000;
}

.blurred-image .views-field-view-node .field-content a:hover {
  color: #353535;
  border: solid 2px #353535;
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 0px 0px 0px #000000;
}

@media only screen and (min-width: 480px) and (max-width: 1226px) {
  .blurred-image .views-row {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
  .blurred-image .views-row {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .blurred-image .views-field-title a:link,
  .blurred-image .views-field-title a:active,
  .blurred-image .views-field-title a:visited {
    font-size: 20px;
    line-height: 22px;
  }

  .blurred-image .views-field-view-node .field-content a:link,
  .blurred-image .views-field-view-node .field-content a:active,
  .blurred-image .views-field-view-node .field-content a:visited {
    font-size: 12px;
  }
}



/* Giving Report Info Graphics */

.infographic {}

.infographic .view-content {
  margin: 20px auto;
}

.infographic .views-row {
  width: 22.5%;
  float: left;
  margin: 1%;
}

@media only screen and (min-width: 870px) and (max-width: 1226px) {
  .infographic .views-row {
    width: 47.5%;
    float: left;
    margin: 1%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 870px) {
  .infographic .views-row {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.infographic .panel-display {}

.infographic .panel-panel {padding: 20px 0px;}

.infographic .views-row:nth-child(odd),
.infographic .views-row:nth-child(even) {
  background-color: #fff;
  border: solid 2px #a7cbe7;
}

.infographic .views-field-field-image-article {
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
}

.infographic .views-field-field-image-article img {}

.infographic .views-field-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  line-height: 42px;
  font-weight: 900;
  color: #3c6788;
  width: 80%;
  margin: 0px auto;
  text-shadow: 0px 2px 1px #000000;
}

.infographic .views-field-body {
  font-size: 20px;
  line-height: 22px;
  color: #3c6788;
  font-weight: normal;
  margin: 0px auto;
  width: 80%;
  text-align: center;
}

/* Giving Report Sub Navigation */

.view-giving-report-sidebar .views-row {
  padding: 0px;
  margin: 2px;
}

.view-giving-report-sidebar .views-row a:link { font-weight: normal;}

#content .menu-block-wrapper {margin-right: 40px;}

.view-giving-report-sidebar .views-row a:link,
.view-giving-report-sidebar .views-row a:active,
.view-giving-report-sidebar .views-row a:visited {
    font-size: 14px;
    line-height: 15px;
    width:auto;
    padding: 2px 10px;
    list-style: none;
    width: 100%;
    display: block;
    color: #333;
}

.view-giving-report-sidebar .views-row a:link {text-transform: capitalize;}

.view-giving-report-sidebar .views-row a:hover {
  color:#fff!important;
  background-color:#000;
  opacity: 0.5;
  -webkit-transition:0.4s ease;
  -moz-transition:0.4s ease;
  -o-transition:0.4s ease;
  -ms-transition:0.4s ease;
  transition:0.4s ease;
}

.view-giving-report-sidebar .views-row a.active {
  color:#fff!important;
  background-color:#000;
  opacity: 0.3;
}


/* =============================================================================
 *   Header
 * ========================================================================== */
#header-wrapper {background-color: #007ac9; padding: 25px 0px;}

#branding {}

#logo {
}

#logo img {
  vertical-align: bottom;
  /*margin-bottom:-130px;*/
  width:210px;
  height:auto;
  margin-top: 16px;
}

#site-name {
  margin: 0;
}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-slogan {
  margin: 0;
}

/* =============================================================================
 *   Header Widgets
 * ========================================================================== */

 /* Styles the hours widget */
.view-hours-of-operation-widget {
  float:right;
  color:#fff;
  clear:both;
  float:right;
  padding-top: 0px;
  text-align: center;
  width: 250px;
}

.view-hours-of-operation-widget a:link.hours_button,
.view-hours-of-operation-widget a:visited.hours_button,
.view-hours-of-operation-widget a:active.hours_button {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #9cd7fd;
}

.view-hours-of-operation-widget a:hover.hours_button {
  opacity: 0.5;
}

.view-hours-of-operation-widget .views-field-nothing {display: block; margin-top: 10px;}

.view-hours-of-operation-widget a:link {
  color:#fff;
}

.view-hours-of-operation-widget .views-field-field-time:before {
  content:"";
}

.view-hours-of-operation-widget .views-field-field-header,
.view-hours-of-operation-widget .views-field-nothing {text-align: center;}

.view-hours-of-operation-widget .views-field-field-header {}

.views-field-field-time {
  display: none;
}

.views-field-field-new-time {
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}

/* Donate Widget */
#block-nodeblock-165 {
  float:right;
  clear:both;
  margin-bottom:0px;
}

#block-nodeblock-165 h2.block-title {
  display:none;
}

#block-nodeblock-165 button {
  width:190px;
}

div#widgets {
  float: right;
  position:relative;
}

#btn-wrapper {
  position:absolute;
  right: 300px;
  width: 340px;
  top: 40px;
}

.tickets-btn,
.donate-btn {display: inline-block;}

.tickets-btn a:link,
.donate-btn a:link,
.tickets-btn a:visited,
.donate-btn a:visited,
.tickets-btn a:active,
.donate-btn a:active {
   background-color: none;
   border: solid 2px #fff;
   letter-spacing: 2px;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   padding: 10px 20px;
   margin: 0px 5px;
}

.tickets-btn a:hover,
.donate-btn a:hover {background-color: #fff; opacity: 0.5; color: #007ac9;}

.tickets-btn {

}


/* =============================================================================
 *   Image Gallery
 * ========================================================================== */
.field-name-field-image-gallery-page figure.field-item,
.field-name-field-image-gallery-page figcaption.field-item,
.field-name-field-image-gallery figure.field-item,
.field-name-field-image-gallery figcaption.field-item {
  max-width:150px;
}

.field-name-field-image-gallery img {
    margin-bottom: 10px;
}

.field-name-field-image-gallery-page figure,
.field-name-field-image-gallery figure {
  display: inline;
}

.field-name-field-image-gallery-page,
.field-name-field-image-gallery {
  -webkit-column-count:4;
  -moz-column-count:4;
  column-count:4;
}

img.image-style-lightbox-thumbnail {
  margin-top:0!important;
}

.block-carousel-block {
  padding:0 20px!important;
}

.region-carousel {
  background-color:#37393d;
}

/* =============================================================================
 *   Left Menu
 * ========================================================================== */

#content .pane-menu-tree .block-title {padding-left: 10px;}

#content .menu-block-wrapper {margin-right: 40px;}

#content .menu-block-wrapper ul li a:link,
#content .menu-block-wrapper ul li a:active,
#content .menu-block-wrapper ul li a:visited {
    font-size: 14px;
    line-height: 15px;
    width:auto;
    padding: 2px 10px;
    list-style: none;
    width: 100%;
    display: block;
    text-transform: capitalize;
    color: #333;
}

#content .menu-block-wrapper ul li ul li a:link {text-transform: capitalize;}

#content .menu-block-wrapper ul li a:hover {
  color:#fff!important;
  background-color:#000;
  opacity: 0.5;
  -webkit-transition:0.4s ease;
  -moz-transition:0.4s ease;
  -o-transition:0.4s ease;
  -ms-transition:0.4s ease;
  transition:0.4s ease;
}

#content .menu-block-wrapper ul li a.active {
  color:#fff!important;
  background-color:#000;
  opacity: 0.3;
}

#content .menu-block-wrapper .expanded .menu {
  padding: 0px 20px;
  margin: 5px 0px;
}

#content .menu-block-wrapper .expanded .nolink {text-transform: uppercase; font-weight: bold;}

#content .menu-block-wrapper ul li li a:link {
    margin: 0px;
    padding-left: 10px;
}

ul li.leaf {
    list-style-image: none;
    list-style-type: none;
}

ul.menu {padding-left: 0px;}

/* =============================================================================
 *   Maintenance
 * ========================================================================== */
.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.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;
}

.mousescroll {
  height:100%;
}

.mousescroll:hover {
  overflow-y:scroll;
  overflow:hidden;
}


/*div.node div.field-name-body {
  max-width: 750px;
}*/

.one-column div.node div.field-name-body {
  max-width: 100%;
}
div.node-page div.field-type-image img {
  margin: 20px 0px;
}
/* =============================================================================
 *   Misc
 * ========================================================================== */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

.book-navigation .page-up {
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}

#admin-menu {
  margin: 0;
  padding: 0;
}

.dev-query {
  background: #eee;
  padding: 30px;
}

#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

.staff_profile .subhead {
  color:#0089D6;
}

.media-vimeo-video,
.media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.media-vimeo-video iframe,
.media-vimeo-video object,
.media-vimeo-video embed,
.media-youtube-video iframe,
.media-youtube-video object,
.media-youtube-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow:hidden;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*hides that annoying typekit badge*/
img.typekit-badge {
  display:none!important;
}
/* =============================================================================
 *   Mobile Nav
 * ========================================================================== */
#drawertoggle {
  display:none;
  margin:0 10px;
  height:100%;
  line-height:300%;
  position:relative;
  font-size: 24px;
  font-size: 1.5rem;
  color:#fff;s
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  }

#mobiledrawer {
  display:none;
  left:-260px;
  width:260px;
  height:100%;
  background-color:#2D2D2D;
  position:absolute;
  top:0;
  z-index:1000000000000;
}

/* Custom Drawer Styles*/
#mobiledrawer div.block-inner {
  margin:0;
}

#mobiledrawer div.region-mobile-drawer {
  margin-top:20%;
}

#mobiledrawer input.form-submit {
  display:none;
}

/* Styles the mobile drawer accordion...resets jquery-ui css. Raaawrrrr */
/* reset on accordion lists*/
.ui-accordion ul {
  margin:0;
}

.ui-accordion-content ul li {
  list-style: none;
}

.ui-accordion {
  font-size: 14px;
}

.ui-accordion-content {
  border-top: 0;
  position: relative;
  overflow: auto;
  display: none;
  zoom: 1;
  background:#504F4F;
}

.ui-accordion ul.menu li a {
  padding: 5px 10px;
  border-bottom: 1px solid #5F5D5D;
  display:block;
}

.ui-accordion li a.active {
  color:#81B1CC;
}

#mobiledrawer a:link,
#mobiledrawer h2 a:visited,
#mobiledrawer ul a:link,
#mobiledrawer ul a:visited {
  color:#EEE;
}

#mobiledrawer h3 {
  color:#fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#mobiledrawer .sub_nav {font-size: 13px; font-weight: normal; text-transform: capitalize;}

#mobiledrawer .nolink {display: none;}

#mobiledrawer ul li ul li ul {display: none;}

#mobiledrawer .ui-accordion .ui-accordion-header a,
.ui-accordion .accordion-header-5 {
  display: none!important;
  padding: 0px!important;
}


.ui-state-default {border: none;}

/* =============================================================================
 *   OMNIMAX View Styling
 * ========================================================================== */

.OMNI-view {}

.OMNI-view h3 {padding-top: 0px; margin-top: 0px;}

.OMNI-view .views-field-field-availability ul,
.OMNI-view .views-field-field-availability li {
    padding: 0px;
    margin-left: 0px;
    list-style: none;
}

.OMNI-view .views-view-grid td {padding-bottom: 20px;}

.OMNI-view .two-brick {
    padding: 20px;
    border: solid 1px #b2d6ef;
}

.OMNI-view .region-two-brick-right-above .region-inner {padding-left: 20px;}

.OMNI-view .views-row a:link,
.OMNI-view .views-row a:active,
.OMNI-view .views-row a:visited { color: #0079C8; }

.OMNI-view .two-brick-top .region-inner {padding-top: 20px;}

.OMNI-view .views-field-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    border-bottom: dashed 1px #b2d6ef;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #0079C8;
}

.OMNI-view .region-two-brick-middle {
    border-top: dashed 1px #b2d6ef;
    padding-top: 5px;

}

.OMNI-view .views-field-view-node .field-content a:link,
.OMNI-view .views-field-view-node .field-content a:visited,
.OMNI-view .views-field-view-node .field-content a:active {
    border: solid 2px #0079C8;
    color: #0079C8;
    padding: 10px 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.OMNI-view .views-field-view-node .field-content a:hover,
.OMNI-view .views-field-view-node .field-content a:hover {opacity: 0.5;}

.OMNI-view .center-wrapper {
    border-top: dashed 1px #b2d6ef;
    padding-top: 10px;
    margin-top: 10px;
}

.OMNI-view .views-field-view-node {padding-top: 10px;}

.OMNI-view .views-label {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
}

.OMNI-view .views-field {margin-bottom: 10px;}


/* =============================================================================
 *   Pager
 * ========================================================================== */
ul.pager {
    clear: both;
    margin: 0;
    text-align: center;

}

.item-list ul.pager li {
    margin: 0;
}

ul.pager li {
    color: #353535;
}

ul.pager li.pager-previous a:link {
    color: #2397e3;
}

ul.pager li.pager-current {}

ul.pager li.pager-next a:link {
    color: #2397e3;
}

.block ul.pager li {
    margin: 0;
}

.item-list-pager {border-top: solid 1px #2397e3; padding: 10px 0px;}

.item-list-pager a:link,
.item-list-pager a:visited,
.item-list-pager a:active {color: #2397e3; font-weight: bold;}

/* 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;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
}

/* =============================================================================
 *   Panels
 * ========================================================================== */
#content .panel-display {
  margin:0!important;
}

.region-three-25-50-25-second .field-name-body {}

/* =============================================================================
 *   Pop Up
 * ========================================================================== */
#popup {
  z-index: 100000;
  bottom:-200px;
  background-color: rgba(0, 0, 0, .8);      
  background-color:#34495e;
  position:fixed;
  width:100%;
  color:#fff;
  height:;
  -webkit-user-select: none;
  -moze-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}

.popup-ui {
  display: inline-block;
  margin: 10px 0 0 10px;
  cursor: pointer;
  user-select:none;

}

.hide-popup {
  width:35px!important;
  background-color:#c0392b!important;
  -webkit-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  -ms-transition: 0.15s ease;
  transition: 0.15s ease;
}

#popup .block-title {display: none;}

#popup .content {
  text-align: center;
  margin:0 auto;
}

#popup .content h2 {
  margin:0;
}

.bubble-icon {
  display:block;
}

.bubble-icon.fui-bubble-24 {
  font-size: 1.2em;
}

/* =============================================================================
 *   Pricing Box Style
 * ========================================================================== */


.pricing_box_blue {
  border: solid 1px #0089D6;
  width: 350px;
  padding: 20px;
  float: left;
  min-height: 270px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.pricing_box_blue h1,
.VIP_box_blue h1,
.pricing_box_blue h2,
.VIP_box_blue h2,
.pricing_box_blue h3,
.VIP_box_blue h3 {
  padding: 0px;
  margin: 0px;
}

@media only screen and (min-width: 0px) and (max-width: 480px) {

  .pricing_box_blue {
  width: 95%;
  padding: 10px;
  min-height: auto;
  margin: 10px 0px;
  }
}

/* =============================================================================
 *   Resources
 * ========================================================================== */

 .resources_search input.gsc-input {
     background-image:none!important;
     border: solid 1px #4f8fed!important;
     background-color: #eff4fc;
     color:#0046ad;
     font-size:14px!important;
     padding-top: 10px!important;
     padding-bottom: 10px!important;
     margin: 0px!important;
     width: 100%!important;
 }

.resources_search h2 {font-size: 15px;}

.section-resources .views-exposed-widgets {margin: 10px 0px;}
.pane-printfriendly-printfriendly .block-title {display: none;}

/* UNITS */

.units .pane-entity-field,
.activity .pane-entity-field {margin: 10px 0px;}

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

.units .level {padding: 0px; margin: 0px;}
.units h2.block-title {
  margin-bottom: 20px;
}
.units .field-label {
  font-size: 1em;
  font-weight: bold;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
}
.units .field-label,
.units .field-label-inline,
.units .field,
.units .field-name-field-activity-type,
.units .field-type-taxonomy-term-reference,
.units .field-item { padding: 0px; margin: 0px;}
.units .field-items { padding: 0px; margin: 0px;}
.units .activity_image {}
.units .activity_type {padding: 0px; margin: 0px;}
.units .activity_length {}
.units .activity_body {padding-bottom: 0px; margin-bottom: 0px;}
.units .activity_materials {padding: 0px; margin: 0px; margin-bottom: 20px;}
.units .activity_materials li, .units .activity_materials ul {padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;}
.units .activity_objective {padding: 0px; margin: 0px; margin-bottom: 20px;}
.units .activity_objective li, .units .activity_objective ul {padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;}
.units .key_questions {padding: 0px; margin: 0px; margin-bottom: 20px;}
.units .key_questions li, .units .key_questions ul {padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;}
.units .extensions {padding: 0px; margin: 0px; margin-bottom: 20px;}
.units .extensions li, .units .extensions ul {padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;}
.units .activity_video {}
.units .activity_tags {}
.units .activity_tags .block-title {display: none;}
.units .activity_tags .field-label {margin-right: 20px;}


/* ACTIVITIES */

.activity h1 {padding-bottom: 0px; margin-bottom: 0px;}

.activity .field-name-field-activity-type {font-size: 23px;}
.activity .field-name-field-activity-type li,
.activity .field-name-field-activity-type ul {padding: 0px; margin: 0px;}

.activity_wrapper .selby-flipped-content-container-column-container {
  background-color: #007ac9;
  padding: 20px;
  color: #fff;
}

.activity_wrapper .selby-flipped-content-footer-inner {
  border: solid 1px #007ac9;
  padding: 20px 20px;
  margin: 0px;
}

.activity_wrapper .block-inner {margin: 0px;}

.activity h2 {text-transform: uppercase; font-size: 20px;}

.activity .field-items ul {padding: 0px 20px; margin: 0px;}
.activity .item-list ul li {margin-bottom: 0px;}
.activity .field-label-above {margin: 15px 0px;}

.activity .field-type-taxonomy-term-reference {padding-bottom: 0px; margin-bottom: 0px;}

.activity .field-type-taxonomy-term-reference ul {padding:0px; margin: 0px;}

.activity .top_fieldtrip_nav {margin-top: 20px;}

.activity .back_button {
    background-color: #333;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.activity .book_button {
    background-color: #0079C8;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.activity .book_button a:link,
.activity .book_button a:active,
.activity .book_button a:visited,
.activity .book_button a:hover,
.activity .back_button a:link,
.activity .back_button a:active,
.activity .back_button a:visited,
.activity .back_button a:hover {color: #fff;}

.activity .book_button:hover,
.activity .back_button:hover {
    opacity: 0.5;
}

.activity .panel-col-first,
.activity .panel-col-last {
  background-color: #0079C8;
  color: #fff;
  min-height: 50px;
}

.activity .field-name-field-resources-objectives .field-label,
.activity .field-name-field-materials .field-label,
.activity .field-name-field-resources-key-questions .field-label,
.activity .field-name-field-resources-extensions .field-label {
  padding-bottom: 25px;
}

/* =============================================================================
 *   NEW ACTIVITIES FILTER
 * ========================================================================== */



/*Exposed filter styling */

.section-resources .region-three-25-50-25-second .views-exposed-form {
    display: none;
}

.section-resources .views-exposed-form .views-widget-per-page select {
    margin-left: 20px;

}

.section-resources .views-exposed-form .views-exposed-widget {
    width: 100%;
    margin-bottom: 20px;
    clear: both;
    display: block;
}

.section-resources .views-exposed-form .views-exposed-widget label {
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 10px;
}

.section-resources .views-widget a:link,
.section-resources .views-widget a:active,
.section-resources .views-widget a:visited {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.section-resources .views-exposed-form fieldset {
    border: none;
    margin: 0px;
    padding-bottom: 2px;
}

.section-resources .views-exposed-form .views-exposed-widget select option {
    padding: 5px 15px;
    text-align: center;
}

.section-resources .views-reset-button {background-color: none;}

.section-resources .views-reset-button input {
    background-color: #0079C8;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
}

.section-resources.views-reset-button input:hover {
    opacity: 0.5;
}

.section-resources .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0px;
}

.section-resources .views-exposed-form .views-exposed-widget label {
    background-color: #00aF3F;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

.section-resources .views-exposed-form .views-exposed-widget .views-widget label {
    background-color: transparent;
    width: 100%;
    padding: 10px;
    color: #353535;
    font-weight: bold;
}

.section-resources .views-exposed-widget label.option {font-size: 13px; font-weight: normal;}

.section-resources .views-exposed-widget .fieldset-wrapper {
    padding: 10px 20px;
}

.section-resources .views-exposed-widget .form-type-bef-checkbox,
.section-resources .views-exposed-widget .form-type-radio {
    border-bottom: dashed 1px #b2d6ef;
    padding: 2px 0px;
    margin: 0px 20px;
}

.section-resources .views-exposed-widget input[type="submit"] {width: 100%;}

.section-resources .pane-resources-topic .block-title {display: none;}

.section-resources .exposed-filter-style .views-field-view-node .field-content a:link,
.section-resources .exposed-filter-style .views-field-view-node .field-content a:visited,
.section-resources .exposed-filter-style .views-field-view-node .field-content a:active {
    border: solid 2px #0079C8;
    color: #0079C8;
    padding: 10px 20px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-transform: uppercase;
}


/* ACTIVITIES FILTER

.activity_filter .form-type-select {max-height: 110px;}
.activity_filter .views-exposed-widget select {max-height: 70px; min-width: 200px;}
.activity_filter .view-filters {padding-bottom: 10px; border-bottom: solid 2px #007ac9; margin-bottom: 15px;}
.activity_filter .comment-add {display: none;}
.activity_filter .clearfix .links {padding-left: 0px; padding-right: 0px; margin-left: 0px; margin-right: 0px; border-top: dashed 1px #0089d6; border-bottom: dashed 1px #0089d6; width: 100%; padding-top: 10px; padding-bottom: 10px;}
.activity_filter .links li {padding-left: 10px;}
.activity_filter .pane-resources-topic .block-title {display: none;}
.activity_filter .views-row {position: relative;}

.activity_filter .Exploration {background-color: #522398;}
.activity_filter .Activity {background-color: #0046ad;}
.activity_filter .Demonstration {background-color: #e00034;}
.activity_filter .Game {background-color: #00aF3F;}
.activity_filter .Make_Take {background-color: #1c453B;}
.activity_filter .Special_Event {background-color: #772432;}

.activity_filter .Air {background-image: url(../images/air.png); background-repeat: none;}
.activity_filter .Chemistry {background-image: url(images/chemistry.png); background-repeat: none;}
.activity_filter .Creatures {background-image: url(images/creatures.png); background-repeat: none;}
.activity_filter .Earth_Science {background-image: url(images/earth_science.png); background-repeat: none;}
.activity_filter .Electricity {background-image: url(images/electricity.png); background-repeat: none;}
.activity_filter .Energy {background-image: url(images/energy.png); background-repeat: none;}
.activity_filter .Forces_Motion {background-image: url(images/motion.png); background-repeat: none;}
.activity_filter .Habitats {background-image: url(images/habitat.png); background-repeat: none;}
.activity_filter .Human_Body {background-image: url(images/body.png); background-repeat: none;}
.activity_filter .Light {background-image: url(images/light.png); background-repeat: none;}
.activity_filter .Math {background-image: url(images/math.png); background-repeat: none;}
.activity_filter .Our_Community {background-image: url(images/community.png); background-repeat: none;}
.activity_filter .Perception_Illusions {background-image: url(images/illusions.png); background-repeat: none;}
.activity_filter .Plants {background-image: url(images/plants.png); background-repeat: none;}
.activity_filter .Science_Process {background-image: url(images/process.png); background-repeat: none;}
.activity_filter .Sound {background-image: url(images/sound.png); background-repeat: none;}
.activity_filter .Space_Science {background-image: url(images/space.png); background-repeat: none;}
.activity_filter .Structures {background-image: url(images/structures.png); background-repeat: none;}
.activity_filter .Water {background-image: url(images/water.png); background-repeat: none;}

.activity_filter .field-name-field-resource-topic {
    position: absolute;
    top: 50px;
    left: 0px;
    font-size: 0px;
    height: 150px;
    width: 30%;
}

.activity_filter .field-name-field-resource-topic img {width: 100px; height: 100px;}
.activity_filter .field-name-node-link {clear: both;}*/

/* =============================================================================
 *   Science of Cocktails TEMPLATE
 * ========================================================================== */

.full_width .SOC_links {margin-top: 10px;}

.SOC_links_sm a:link,
.SOC_links_sm a:visited,
.SOC_links_sm a:active {
  color: #fff;
  border: solid 2px #fff;
  padding: 5px 15px;
  text-transform: uppercase;
}

.VIP_links_sm a:link,
.VIP_links_sm a:visited,
.VIP_links_sm a:active {
  color: #000!important;
  border: solid 2px #000;
  padding: 5px 15px;
  text-transform: uppercase;
}

.video_logo {position: absolute; right: 20px; bottom: 20px;}

img.SOC_logo {}

.SOC_video .pane-title {display: none;}

.full_width_content .sutro-double-column-inner .block-inner,
.full_width_content .sutro-double-middle-inner,
.full_width_content .sutro-double-footer-inner {
  margin-left: 0px;
  margin-right: 0px;
  padding: 20px;
}

.full_width_content .sutro-double-footer-inner .panel-pane {
  padding-bottom: 20px;
  border-bottom: solid 2px #e2c0bf;
  margin-top: 20px;
}

.full_width_content .sutro-double-footer-inner .block-title {color: #9f2d2a;}

.full_width_content .sutro-double-container {margin-bottom: 0px;}
.full_width_content .sutro-double-column-inner {margin-right: 0px;}

.pricing_box {
  border: solid 1px #fff;
  width: 350px;
  padding: 20px;
  float: left;
  min-height: 160px;
  margin: 20px;
  display: inline-block;
}

.VIP_box {
  border: solid 1px #000;
  width: 350px;
  padding: 20px;
  float: left;
  min-height: 160px;
  margin: 20px;
  color: #000;
  display: inline-block;
  background: #f1e767; /* Old browsers */
  background: -moz-linear-gradient(top,  #f1e767 0%, #feb645 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f1e767 0%,#feb645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */

}

.pricing_box h1,
.VIP_box h1,
.pricing_box h2,
.VIP_box h2,
.pricing_box h3,
.VIP_box h3 {
  padding: 0px;
  margin: 0px;
}

.sutro-double-first-column-content {background-color: #9f2d2a; color: #fff;}
.sutro-double-middle-inner {background-color: #e4453d; color: #fff;}
.sutro-double-second-column-content {background-color: #e4453d; color: #fff;}

.sutro-double-first-column-content .field-item a:link,
.sutro-double-first-column-content .field-item a:visited,
.sutro-double-first-column-content .field-item a:active,
.sutro-double-middle-inner .field-item a:link,
.sutro-double-middle-inner .field-item a:visited,
.sutro-double-middle-inner .field-item a:active,
.sutro-double-second-column-content .field-item a:link,
.sutro-double-second-column-content .field-item a:visited,
.sutro-double-second-column-content .field-item a:active {
  color: #fff!important;
  font-weight: bold;
}

.full_width_content .sutro-double-first-column-content .field-item  h1,
.full_width_content .sutro-double-middle-inner .field-item  h1,
.full_width_content .sutro-double-second-column-content .field-item  h1 {font-size: 40px;}

.committee_list h2 {
  font-size: 25px;
  color: #9f2d2a;
  margin: 0px;
  padding: 0px;
  line-height: 25px;
}
.com_column_1 {display: inline-block; width: 24%; vertical-align: top;}
.com_column_2 {display: inline-block; width: 24%; vertical-align: top;}
.com_column_3 {display: inline-block; width: 49%; vertical-align: top;}

.member_col_1 {display: inline-block; width: 24%; vertical-align: top;}
.member_col_2 {display: inline-block; width: 24%; vertical-align: top;}
.member_col_3 {display: inline-block; width: 24%; vertical-align: top;}
.member_col_4 {display: inline-block; width: 24%; vertical-align: top;}

@media only screen and (min-width: 0px) and (max-width: 1226px) {
  .video_header h1 {
    font-size: 70px;
    max-width: 550px;
    line-height: 55px;
    padding-top: 40px;
  }

  .video_description {
    font-size: 20px;
    max-width: 550px;
    padding-bottom: 40px;

  }

  .video_description a:link,
  .video_description a:visited,
  .video_description a:active {
    color: #fff;
    border: solid 2px #fff;
    padding: 5px 20px;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1226px) {
  .video_header h1 {
    font-size: 35px;
    max-width: 400px;
    line-height: 30px;
    padding-top: 0px;
  }

  .video_description {
    font-size: 16px;
    max-width: 400px;
    line-height: 16px;
    padding-bottom: 0px;
  }

  img.SOC_logo {width: 150px;}

  .video_description a:link,
  .video_description a:visited,
  .video_description a:active {
    color: #fff;
    border: solid 1px #fff;
    padding: 2px 10px;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
  }

  .com_column_1 {padding-bottom: 20px; width: 49%;}
  .com_column_2 {padding-bottom: 20px; width: 49%;}
  .com_column_3 {display: inline-block; width: 100%; vertical-align: top;}
  .committee_list h2 {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {

  .pricing_box {
  width: 95%;
  padding: 10px;
  min-height: auto;
  margin: 10px 0px;
  }

  img.SOC_logo {display: none;}

  video {
    display: none;
  }

  #video-container {
    background-color: #000;
  }

  .member_col_1 {width: 49%;}
  .member_col_2 {width: 49%;}
  .member_col_3 {width: 49%;}
  .member_col_4 {width: 49%;}

  .full_width_content .sutro-double-footer-inner img {width: 30%; height: 30%;}

}

/* =============================================================================
 *   Search
 * ========================================================================== */
.search-results {
  margin: 0;
}

#search .form-submit {
  display:none;
}

#search {
  width:340px;
  display:inline-block;
  overflow:hidden;
  font-size:100%;
  margin-top: 15px;
}

.searchicon {
  background: url('../images/search_new.png') center no-repeat;
  position: relative;
  z-index: 1;
  width: 27px;
  height: 37px;
  margin-left: 20px;
  padding-left: 5px;
  float: left;
  background-size: 27px 27px;
  background-color: #fff;
}

.form-item-search-block-form {
  margin-left:65px;
}

input#edit-search-block-form--2 {
  padding-left:20px;
  width:230px;
  font-size: 2em;
  color:#34495E;
  background-color:#ECF0F1;
  margin-left:-80px;
  border-radius:0;
}

#mobiledrawer .form-item-search-block-form {
  margin-left:10px;
}

#mobiledrawer input[type="search"] {
  width:78%;
  background: #FFF url(../images/search-dark.png) 4px 4px no-repeat;
  background-size: 25px 25px;
  padding-left:30px;
}

.gsc-search-box tbody {
    border:0!important;
}



input.gsc-input {
    background-image:none!important;
    border:0!important;
    background-color:#fff;
    color:#0046ad;
    font-size:14px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    margin: 0px!important;
    width: 100%!important;
    content: "search";
}

.gsc-completion-container {
    font-size:20px!important;
}

table.gsc-search-box,
form.gsc-search-box {
    margin:0!important;
    padding:0!important;
}

#mobiledrawer .gsc-control-searchbox-only {
    width:200px;
    margin:auto;
    overflow:hidden;
    height:35px;
    background: #ECF0F1 url(../images/search-dark.png) 4px 4px no-repeat;
    background-size: 25px 25px;
    padding-left:30px;
    margin-top: 21px;
}

#mobiledrawer input.gsc-input {
    font-size:1.2em!important;
    height: 20px;
}

.gsc-control-searchbox-only {
    overflow:hidden;
    height: 100%;
    margin: 0px;
}

.gsc-clear-button {
    display:none;
}

.cse input.gsc-search-button, input.gsc-search-button {
   display: none;
}



/* =============================================================================
 *   Show/Hide Accordion Style
 * ========================================================================== */

.show-hide .ui-accordion-header {
    background:#0079c8;
    margin-bottom: 5px;
}

.show-hide .ui-state-default {
    border: none;
}

.show-hide .ui-accordion ul {
  margin:0;
}

.show-hide .ui-accordion-content ul li {
  list-style: none;
}

.show-hide .ui-accordion {
  font-size:0.8em;
}

.show-hide .ui-accordion-content {
    border: none;
    position: relative;
    overflow: auto;
    display: none;
    zoom: 1;
    background:#0079c8;
    margin-bottom: 5px;
}

.show-hide .ui-accordion ul.menu li a {
  padding:10px 0 10px 10px;
  border-bottom: 1px solid #0079c8;
  display:block;
}

.show-hide .ui-accordion li a.active {
  color:#81B1CC;
}

/* =============================================================================
 *   Slideshow
 * ========================================================================== */
#slideshow {
  display:block;
  background-color: #ECF0F1;
}

#slideshow .block-inner,
#slideshow .block {
  margin:0;
}

/* This overrides fixed width images in slideshow and makes the slideshow responsive*/
.views-slideshow-cycle-main-frame-row,
.views-slideshow-cycle-main-frame {
  width: 100% !important;
}
div.views-slideshow-cycle-main-frame-row-item div.views-field-title a {
  color:#fff;
}
div.views-slideshow-cycle-main-frame-row-item .views-field-body {
  position: absolute;
  font-size: 1.2em;
  color: white;
  margin-top: 250px;
  margin-left: 3%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 35px 0px 35px;
  width: 500px;
}
/* =============================================================================
 *   STYLE Blockheader
 * ========================================================================== */
.blockheader h2.pane-title {}

/*.blockheader .item-list ul li a:link,
.blockheader .item-list ul li a:visited {
  color: #007ac9;
    font-weight: normal;
}

.blockheader .item-list ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.blockheader .item-list ul {padding-top: 20px;}
*/

/*
=============================================================================
 *   STYLE Headerblock
 * ========================================================================== */
.headerblock {margin-bottom: 20px;}

.headerblock .hidden {background: #2c3e50 url('../images/down.svg') no-repeat top right;}
.headerblock.blue .hidden {background: #3498db url('../images/down.svg') no-repeat top right;}
.headerblock.red .hidden {background: #e74c3c url('../images/down.svg') no-repeat top right;}
.headerblock.green .hidden {background: #2ecc71 url('../images/down.svg') no-repeat top right;}
.headerblock.mustard .hidden {background: #f1c40f url('../images/down.svg') no-repeat top right;}
.headerblock.newgreen .hidden {background: #A5D867 url('../images/down.svg') no-repeat top right;}
.headerblock.purple .hidden {background: #7265d6 url('../images/down.svg') no-repeat top right;}
.headerblock.orange .hidden {background: #FF6E00 url('../images/down.svg') no-repeat top right;}

.headerblock h2.block-title {
  width: 100%;
  background-color:#34495E;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-weight: bold;
  font-size:16px;
  font-size:1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.headerblock .heading {
    margin-bottom: 0px;
}

.headerblock .block-content {

  margin: 0px;
  padding: 0px;
}

/*.headerblock .block-content article,
.headerblock .block-content .view-upcoming-events-2 {
  padding-top: 20px;
}*/

.headerblock .views-field-field-image-gallery img {
  display:inline;
  margin:0;
}

.headerblock .arrowdown {
  width: 0;
  height: 0;
  margin-left:20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #34495E;
}

.headerblock img {
  display:block;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:0.5em;
}

.newgreen h2.block-title {
  background-color:#A5D867;
}
.newgreen .arrowdown {
  border-top: 15px solid #A5D867;
}
.red h2.block-title {
  background-color:#E74C3C;
}
.red .arrowdown {
  border-top: 15px solid #E74C3C;
}
.purple h2.block-title {
  background-color:#6459C4;
}
.purple .arrowdown {
  border-top: 15px solid #6459C4;
}
.orange h2.block-title {
  background-color:#FF6E00;
}
.orange .arrowdown {
  border-top: 15px solid #FF6E00;
}
.blue h2.block-title {
  background-color:#3498db;
}
.blue .arrowdown {
  border-top: 15px solid #3498db;
}
.green h2.block-title {
  background-color:#2ecc71;
}
.green .arrowdown {
  border-top: 15px solid #2ecc71;
}
.mustard h2.block-title {
  background-color:#f1c40f;
}
.mustard .arrowdown {
  border-top: 15px solid #f1c40f;
}

.arrow {
  width: 0;
  height: 0;
  margin-left:20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #0079C8;
}

/* =============================================================================
 *   Top Nav
 * ========================================================================== */
#navcontainer {
  margin:auto;
  background-color:#0046ad;
}

#nav-wrapper {

}

#sw-megabar {
  width:100%;
  margin:0 auto;
  z-index: 100000000;
}

#nav-wrapper {
  max-width: 1440px;
  margin:0 auto;

}

#menu-bar {
  float: right;
  z-index: 100000000;
  text-transform: uppercase;
}

#menu-bar ul.menu {
  margin:0;
}

.nav {
  /*clear: both;*/
  margin: 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a:link,
.nav ul.menu li a:link {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav .block {
  margin-bottom: 0;
}
#menu-bar li a:hover {
  text-decoration: none;
}

div#menu-bar ul.menu li a {
  color:#fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  padding: 18px 15px;
}

div#menu-bar ul.menu li a .sub_nav {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
}

div#menu-bar ul.menu li a:hover,
div#menu-bar ul.menu li a:active {
  background-color: #fff;
  opacity: 0.3;
  color: #000;
}

ul.menu ul {

}

ul.menu li {
  margin: 0;
}

.sticky {
  position:fixed;
  width:100%;
  top:0px;
 }

.field-type-taxonomy-term-reference .field-item {
  display: inline; margin-right: 10px;
}

#domelogo {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  float: right;
  margin-right: 20px;
  margin-top: 18px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity:0;
}

.nav-shadow {}

#nav-wrapper table td {
  border-style:none;
}

.purply {
  background-color:#6459C4!important;
}

.mintygreen {
  background-color:#00aF3F!important;
}

.salmon{
  background-color:#E74C3C!important;
}

.orangecream {
  background-color:#ff6e00!important;
}

.bluey {
  background-color:#0046ad!important;
}

.separator hr {
  display:none;
}

#mobilelogo {
  z-index:999999999999999;
  width:130px;
  margin:auto;
  padding-left:20px;
}

#mobilelogo img {
  padding-top:10px;
}

/* DROPDOWNS */



.menu-minipanels .btn {}

.menu-minipanels ul.menu {
  margin:0;
}

.menu-minipanels .block-inner {margin-bottom: 10px;}

.menu-minipanels .menu-block-wrapper ul li a:link {
    font-size: 14px;
    line-height: 15px;
    width:auto;
    padding: 2px 10px;
    list-style: none;
    width: 100%;
    display: block;
}

.menu-minipanels .menu-block-wrapper ul li a:hover {
  color:#000!important;
  background-color:#fff;
  opacity: 0.5;
  -webkit-transition:0.4s ease;
  -moz-transition:0.4s ease;
  -o-transition:0.4s ease;
  -ms-transition:0.4s ease;
  transition:0.4s ease;
}

.purply div.qtip-content {
  background-color:#6459C4!important;
}
.mintygreen div.qtip-content {
  background-color:#00aF3F!important;
}
.salmon div.qtip-content{
  background-color:#E74C3C!important;
}
.orangecream div.qtip-content {
  background-color:#ff6e00!important;
}

.bluey div.qtip-content {
  background-color:#0046ad!important;
}

div.qtip-content,
.qtip-contentWrapper,
.qtip {
 background-color:#0046ad!important;
}

div.qtip {
  margin-top:65px!important;
}

div.qtip li a:link,
div.qtip li a:visited,
div.qtip li a:active {
  color:#fff;
}

div.qtip li a:hover {color: #000;}

.qtip .menu-minipanels {}
.menu-minipanels ul.menu li.last  {}
.menu-minipanels {}

section.pane-main-menu div.menu-block-wrapper ul li {
  list-style:none;
}

div.menu-minipanels h2.pane-title.block-title {
  font-weight: bold;
  margin-left:5px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px;
  font-size: 20px;
  line-height: 22px;
}

div.menu-minipanels .pane-title.block-title a:link,
div.menu-minipanels .pane-title.block-title a:active,
div.menu-minipanels .pane-title.block-title a:visited,
div.menu-minipanels .pane-title.block-title a:hover {
  color: #fff;
  cursor: text;
}

div.menu-minipanels li {
  list-style: none;
  margin-left:0px;
  padding-left:0px;
  color:#fff;
}

.menu-feature .views-field-title {
  position: absolute;
  top: 200px;
  right: 60px;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #000;

}

.menu-feature img {
  max-width: 400px;
}

.menu-feature .views-field-title a:link,
.menu-feature .views-field-title a:visited {
  color:#fff;
}

.list-related {
  background-color: #f9f9f9;
}

.list-related .views-row {
  margin: 10px;
}

.list-border .views-row {
}

.social-block ul li:not(.block-configure) {
  font-size:2em;
  line-height: 0;
  display:inline;
  padding-right:10px;
  color:#fff;
}

.social-block ul li:hover {
  color:#7E7E7E;
}

#subscribeToList {}

/* =============================================================================
 *   Typography
 * ========================================================================== */
html {
  background: #fff;
  font-size:87.6%;
}

body {
  font-family: 'Roboto', sans-serif;
  color:#34495E;
  font-size: 14px;
  line-height: 19px;
}

h1 {
  font-size: 30px;
  line-height: 35px;
  margin-top: 0px;
  padding-top: 0px;
}

h2 {
  font-size: 30px;
  line-height: 35px;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 500;
}



h3 {
  font-size: 18px;
  line-height: 23px;
  margin-top: 0px;
  padding-top: 0px;
}

h4 {
  font-size: 18px;
  line-height: 23px;
  margin-top: 0px;
  padding-top: 0px;
}

h5 {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  margin-top: 0px;
  padding-top: 0px;
}

.btn a:link,
.btn a:visited,
.btn a:active {
  color:#fff;
}

a:link,
a:visited,
a:active {
  color:#0089D6;
  text-decoration: none;
}

a:hover,
li a:hover,
h2 a:hover,
h3 a:hover,
span a:hover {
  color:#007aed;
}

h2 a:link {
  color:#0089D6;
}

.sectionhead {
  font-size: 20px;
  line-height: 25px;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  padding: 20px 0px;
}

.subhead {
  font-weight: 300!important;
}

/* FIX TO VISITED STATE ON LINKS IN CONTENT AREA */

.region-three-25-50-25-first ul a:link,
.region-three-25-50-25-first ul a:visited,
.region-three-25-50-25-first ol a:link,
.region-three-25-50-25-first ol a:visited{color:#333;}

.region-two-33-66-first ul a:link,
.region-two-33-66-first ul a:visited,
.region-two-33-66-first ol a:link,
.region-two-33-66-first ol a:visited{color:#333;}


pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}

a:link.btn,
a:active.btn,
a:visited.btn {background-color: transparent;}

h1.field-content a:link,
h1.field-content a:active,
h1.field-content a:visited {}

.entypo {
  color:#fff;
}

.toggleicon {
  display:table-cell;
  vertical-align: middle;
  font-size:600%;
}

.pictogram {
  font-family:'ModernPictogramsNormal';
  line-height: 0.2em;
  font-size:1.5em;
}

#menu-bar li.menu-depth-1 {}

.field-name-title a:link,
.field-name-title a:visted,
.field-name-title a:active {
  font-size: 27px;
  line-height: 27px;
  color:#475A6D;
  margin-top: 0px;
  padding-top: 0px;
}

.field-name-title h2 {margin-top: 0px;}

.node-full .field-name-title {
  font-size: 64px;
  font-size:4rem;
  line-height: 1.2;
  max-width: 700px;
  margin-bottom: 2rem;
}

body.front h1.node-title a {
  font-size:25px;
  font-size:1.7em;
  line-height: 1.2;
  color:#475A6D;
}

.pane-upcoming-events-for-educators {padding-bottom: 20px;}

h4.capped {
  font-size: 0.95em;
  margin: 1.33em 0;
  text-transform: uppercase;
}

.sectionheader h1 {
  background-color: #0079C8;
  color: #FFF;
  padding: 9px 9px 9px 5%;
  font-size:16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin:0;
  text-transform: uppercase;
}

.hidden h2 {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    background: #007ac9 url('../images/down.svg') no-repeat top right;
}

.hidden .field-items {margin-top: 20px;}
.hidden .field-label {
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

/* =============================================================================
 *   Video Template
 * ========================================================================== */

.header-unit {
  height: 100%;
  position: relative;
  padding: 20px;
}
#video-container {
  position: absolute;
}
#video-container {
  top:0%;
  left:0%;
  height:100%;
  width:100%;
  overflow: hidden;
  z-index: -1;
}
#video-container video {
  position:absolute;
  z-index:0;
}
#video-container video.fillWidth {
  width: 100%;
}

.video_header h1 {
  font-size: 90px;
  color: #fff;
  text-transform: uppercase;
  max-width: 650px;
  line-height: 75px;
  padding: 0px;
  margin: 0px;
  padding-top: 100px;
  text-shadow: 2px 2px 1px #000000;
}

.video_description {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  max-width: 650px;
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 100px;

}

.video_description a:link,
.video_description a:visited,
.video_description a:active {
  color: #fff;
  border: solid 2px #fff;
  padding: 10px 30px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 30px;
}




/* =============================================================================
 *   Views - Catalogue
 * ========================================================================== */

.report-wrapper ul {list-style: none; margin: 0px; padding: 0px;}
.report-wrapper ul li {list-style: none; margin: 0px; padding: 0px;}

.report-wrapper h3 {margin: 0px; padding: 0px;}

.report-wrapper .two-50 .region {width: 48%;}

.featured {
    display: inline-block;
    background-color: cornflowerblue;
    padding: 10px;
    font-size: 20px;
    color: #fff;
}

.view-mode-catalogue .field-item {
  margin-right:20px;
}

/* =============================================================================
 *   Views
 * ========================================================================== */

.views-row {
    /*border-bottom: solid 1px #b6d9f0;*/
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
}

.view-frontpage .views-row {
  border-bottom:1px solid #DFDFDF;
  padding: 20px 0;
}

.view-mode-teaser .field-item {
  margin-right:20px;
}

.views-view-grid td {padding: 0px 5px;}

.views-field-title a:link {
  font-weight: bold;
  font-size:110%;
    color:#333;
}

.views-field-title a:visited {
  color:#333;
}

.field-name-body h2 a:link,
.field-name-body ul li a:link {
  color:#0089D6;
}

.view-frontpage .views-row:last-child {
  border-bottom:0;
}

.readmore-middle-btn a:link {
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}

.readmore-middle-btn{
  margin-left: 38%;
  display: block;
}
