/*
 * Custom Web standard styles
 */

/* =BOOTSTRAP, PANOPOLY & WEBSPARK OVERRIDES
-------------------------------------------------------------- */
/*
html.js {
  font-size: 100%;
}*/

#asu_footer ul {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 0;
}

body #page .region-content {
  padding: 0;
}

#main-wrapper {
  margin-bottom: 0;
  margin-top: 0;
}

#tabs {
  margin-bottom: 0;
}

div.error {
  background-repeat: no-repeat;
}

div.error label {
  padding-left: 2em;
}

/* =GLOBALS
-------------------------------------------------------------- */
html {
	font-size: 100%;
}
body {
	font-size: 1.1em;
  min-width: 320px;
}

p {
  margin: 1em 0;
}

.pane-node-body {
  margin-top: 2.85em;
  margin-bottom: 3em;
}

.page-teaser {
  margin-top: 3em;
  margin-bottom: 3em;
}

div.pane-system-main-menu,
div.pane-menu-tree {
  margin-top: 3em;
}

/*
.tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu.nav-child {
  display: none;
}
*/

.tb-megamenu-item a .caret {
  display: none;
}

#skip_to_content {
    position: absolute;
    left: -9999px;
}

#skip_to_content:focus{
  position:relative;
  left: 0;
}


/* =LINKS & BUTTONS
-------------------------------------------------------------- */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  line-height: 1.44;
  color: #2a2a2a;
  background-color: white;
}

a.big-underline {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
  position: relative;
  display: inline-block;
  transition: opacity 0.2s ease-out;
  z-index: 2;
}

a.big-underline:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #ffc524;
  width: 100%;
  height: 2px;
  z-index: -1;
  transition: height 0.2s ease-out;
}

a.big-underline:hover {
  color: inherit;
  border-bottom: none;
  opacity: 1;
}

a.big-underline:hover:before {
  height: 100%;
}

a,
.ui-widget-content a {
  border-bottom: 1px dotted #8C1D40;
  text-decoration: none;
  color: #8C1D40;
  transition: all 0.25s ease-in-out 0s;
}

a:hover,
.ui-widget-content a:hover {
  color: #d23153;
  text-decoration: none;
  border-bottom: 1px dotted #d23153;
}

#header a,
#asu_footer a {
  border-bottom: none;
}

button, .button, .btn, a.btn, .btn a {
  transition: all 0.25s ease-in-out 0s;
  word-wrap: break-word;
}

a.btn.btn-lg, .btn.btn-lg {
  margin-top: 24px;
}

a.btn, .btn {
  margin-top: 15px;
}

a.btn:hover, .btn a:hover {
  border-bottom: none;
}

a.btn-secondary,
.btn-secondary a,
a.btn-gold,
.btn-gold a {
  color: #2a2a2a;
  border-bottom: none;
}

a.btn-blue,
.btn-blue a,
a.btn-primary,
.btn-primary a {
  color: #fff;
  border-bottom: none;
}
/* WCS-980 */
a.btn-blue:hover,
.btn-blue a:hover,
a.btn-primary:hover,
.btn-primary a:hover {
  color: #fff;
  border-bottom: none;
}

/* =TYPOGRAPHY
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 24px;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.44;
}

h1, .h1 {
  margin-bottom: 48px;
  font-size: 48px;
  line-height: 1.2;
}

h1.page-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  padding-bottom: 12px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 32px;
  font-weight: light;
}

.explore-programs h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 16px;
  font-weight: bold;
}

h6, .h6 {
  font-size: 16px;
  font-style: italic;
}

/* WYSIWYG style -- Lead Paragraph -- WEBSPARK-684 */
.lead-paragraph {
  font-family: inherit;
  font-size: 1.5em;
  font-weight: 200;
  line-height: 1.4;
}

/* =HEADER
-------------------------------------------------------------- */
.header__sitename {
  color: #2a2a2a;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 12px 12px;
  white-space: nowrap;
  overflow: hidden;
}

.header__sitename a {
  color: #2a2a2a;
}

#asu_hdr #asu_universal_nav_new .icn {
  box-sizing: content-box;
}

@media (max-width: 991px) {
  #header .container {
    width: 100%;
  }

  #header > .container .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  #header > .container .row .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
  }

  #header .container-fluid > .row > .col-md-12 {
    width: 100%;
  }

  .header__sitename {
    font-size: 15px;
    padding: 12px 15px;
    color: #FFF;
    background: #505558;
    font-weight: 600;
    line-height: 12px;
  }

  .header__sitename a {
    color: #FFF
  }
}

/* =STICKY NAV BAR
-------------------------------------------------------------- */
#ASUNavMenu.affix {
  position: fixed;
  top: 0;
  width: 100%;
}

/* =IMAGES
-------------------------------------------------------------- */

/* Added from Panopoly Images CSS file (removed in Panopoly 1.21) */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* wysiwyg image spacing */
img.media-element.pull-right {
  margin-left: 20px;
}

img.media-element.pull-left {
  margin-right: 20px;
}

.img-circle,
p.img-circle img {
  border-radius: 50%;
}

.img-rounded,
p.img-rounded img {
  border-radius: 4px;
}

.img-thumbnail,
p.img-thumbnail img {
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  line-height: 1.44;
  max-width: 100%;
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
}

/* =TABLES
-------------------------------------------------------------- */
/* Default table styles */
table {
  background-color: white;
  margin-bottom: 24px;
  max-width: 100%;
  width: 100%;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  border-top: 1px solid #b7b7b7;
  line-height: 1.44;
  padding: 8px;
  vertical-align: top;
}

table > thead > tr > th,
table > thead > tr > td {
  border-bottom: 2px solid #b7b7b7;
  vertical-align: bottom;
  font-weight: bold;
}
table > tbody > tr:nth-child(2n+1) {
	background-color: #F5F5F5;
}

table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0 none;
}

table > tbody + tbody {
  border-top: 2px solid #b7b7b7;
}

/* WYSIWYG Bordered table */
table.bordered {
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
}
table.bordered > thead > tr > th,
table.bordered > thead > tr > td,
table.bordered > tbody > tr > th,
table.bordered > tbody > tr > td,
table.bordered > tfoot > tr > th,
table.bordered > tfoot > tr > td {
  border-right: 1px solid #b7b7b7;
}
table.bordered > tbody > tr:nth-child(2n+1) {
	background-color: #fff;
}
table.bordered > caption + thead > tr:first-child > th,
table.bordered > caption + thead > tr:first-child > td,
table.bordered > colgroup + thead > tr:first-child > th,
table.bordered > colgroup + thead > tr:first-child > td,
table.bordered > thead:first-child > tr:first-child > th,
table.bordered > thead:first-child > tr:first-child > td {
  border-top: 1px solid #b7b7b7;
}


/* =CONTENT CALLOUTS
-------------------------------------------------------------- */
.node-content-callout {
  padding: 80px 0;
}

.node-content-callout .col-md-12 .content-wrapper {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.node-content-callout h2 {
  margin-bottom: 34px;
  font-size: 48px;
}

.node-content-callout .btn {
  margin-top: 18px;
}

.node-content-callout .col-md-6 img,
.node-content-callout .col-md-6 .embedded-video {
  margin-top: 22px;
}

@media (max-width: 768px) {
  .node-content-callout h2 {
    font-size: 38px;
  }
}

/* =PANELS
-------------------------------------------------------------- */
.panel {
  background-color: #fbfbfb;
  border: 1px solid #d7d7d7;
}

.js-darkgraybg .panel,
.js-lightgraybg .panel {
  background-color: #fff;
}

/* =VIDEO
-------------------------------------------------------------- */
/* Generic video */
.embedded-video,
.media-youtube-video,
.media-vimeo-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.embedded-video iframe,
.embedded-video object,
.embedded-video embed,
.media-youtube-video iframe,
.media-youtube-video object,
.media-youtube-video embed,
.media-vimeo-video iframe,
.media-vimeo-video object,
.media-vimeo-video embed {
  position: absolute !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =BREADCRUMBS
-------------------------------------------------------------- */
.easy-breadcrumb {
  background-color: transparent;
  margin: 2em 0;
  padding: 0;
  color: #555;
  font-size: 14px;
}

.easy-breadcrumb .easy-breadcrumb_segment-separator {
  padding: 0 5px;
}

.easy-breadcrumb a {
  border-bottom: 0 none;
}

/* =FLEXSLIDER SLIDESHOWS
-------------------------------------------------------------- */

.flexslider {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 44px;
}

/* =ACCORDIONS
-------------------------------------------------------------- */
.ui-accordion {
  margin: 48px 0;
  color: #2a2a2a;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.44;
}

.ui-accordion .ui-accordion-header {
  margin-top: 0;
}

h4.ui-accordion-header {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
}

h4.ui-accordion-header.ui-corner-all,
h4.ui-accordion-header.ui-corner-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

h4.ui-accordion-header.ui-state-default {
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #e6e6e6;
  color: #909090;
}

h4.ui-accordion-header.ui-state-hover {
  color: #111;
}

h4.ui-accordion-header.ui-state-active {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 3px solid #111;
  border-left: 1px solid #e6e6e6;
  color: #111;
}

h4.ui-accordion-header.ui-state-default:last-of-type {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.ui-accordion .ui-accordion-content {
  top: 0;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 0 none;
  border-left: 1px solid #e6e6e6;
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px;
}

.ui-accordion .ui-accordion-content:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}

.ui-accordion .accordion-content {
  color: #2a2a2a;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.44;
}

.ui-accordion .ui-accordion-header .ui-icon {
  left: auto;
  right: 0.5em;
}

.ui-accordion .ui-state-active .ui-icon,
.ui-accordion .ui-state-default .ui-icon,
.ui-accordion .ui-accordion .ui-state-active .ui-icon {
  background-image: url("/profiles/openasu/themes/innovation/images/accordion-arrows.png");
}

.ui-accordion .ui-icon-triangle-1-e {
  background-position: 0 0;
}

.ui-accordion .ui-state-hover .ui-icon-triangle-1-e,
.ui-accordion .ui-icon-triangle-1-s {
  background-position: 0 -13px;
}

.ui-accordion .ui-icon {
  height: 13px;
  width: 13px;
}
/* =ALERTS
-------------------------------------------------------------- */

.alert {
  margin-top: 30px;
  padding: 20px;
}

.alert a.close {
  font-size: 22px;
  opacity: 1;
  color: #fff;
}

.alert a.close:hover {
  color: #000;
}

.alert-success {
  background-color: #148e4b;
  border-color: #0b4b28;
}

.alert-info {
  background-color: #008ed6;
  border-color: #005b8a;
}

.alert-danger {
  background-color: #ec5937;
  border-color: #c43413;
}

.alert-warning {
  background-color: #bfe319;
  border-color: #859e11;
}

.alert-warning *,
.alert-warning a.close {
  color: #000;
}

.alert-success,
.alert-info,
.alert-danger,
.alert-warning a.close:hover {
  color: #fff;
  margin: 1em 0;
}

.alert > ul > li > [class^=krumo] {
  all: initial;
}

/* =ADMIN UI
-------------------------------------------------------------- */

/* Node edit */

#top-content #tabs .nav-pills {
  padding-top: 1em;
}

#top-content #tabs .nav-pills li a {
  background-color: #f6f6f6;
}

#top-content #tabs .nav-pills li a:hover {
  background-color: #e9e9e9;
  color: #000;
}

#top-content #tabs .nav-pills > li.active > a,
#top-content #tabs .nav-pills > li.active > a:hover,
#top-content #tabs .nav-pills > li.active > a:focus {
  background-color: #8C1D40;
}

/* IPE */
#panels-ipe-control-container a {
  border-bottom: none;
}

/* Ctools Modals */
.ctools-modal-content .btn {
  margin-top: 0.25em;
  padding: 4px 10px;
  font-size: 0.6925em;
}

#modalContent .form-submit.btn {
  margin-bottom: 1em;
  padding: 6px 20px;
  font-size: 1.125em;
}

.ctools-modal-content #edit-settings-spacing {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 15em;
  -moz-column-width: 15em;
  column-width: 15em;
}

.panels-section-column-categories .panels-categories-box {
  margin-bottom: 0.5em;
}

h2.widget-list {
  font-size: 0.9em;
  line-height: 1.4;
  margin: 0 0 0 0.625em;
}
/* LH side categories */
#modalContent .panels-section-column-categories .content-type-button {
  top: 0.5em;
  line-height: 1.1em;
  font-size: 0.75em;
}

#modalContent .panels-section-column-categories .content-type-button div,
#modalContent .panels-section-column-categories .content-type-button span {
  left: 3em;
  position: absolute;
  top: 0.25em;
  width: 80%;
}

#modalContent .panels-section-column-categories .content-type-button > a:hover > img,
#modalContent .panels-section-column-categories .content-type-button > a > img:hover {
  border: 2px solid white;
}

/* Main body of columns with content */
#modalContent .panels-section-columns > .panels-section-column .content-type-button {
  font: normal 0.9rem/1.5em "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 0em;
}

#modalContent .panels-section-columns > .panels-section-column .content-type-button div,
#modalContent .panels-section-columns > .panels-section-column .content-type-button span {
  position: relative;
  top: 0;
  left: 0;
}

ul.help-text {
  background-color: #f6f6f6;
  padding: 0.5em 1em;
}

ul.help-text li {
  list-style: none;
  padding: 0.125em 0;
  line-height: 1.25;
}

ul.help-text li.help-title {
  font-size: 0.875em;
  font-weight: bold;
}

/* =MEDIA QUERIES
-------------------------------------------------------------- */

@media (max-width: 991px) {

  .row .col-sm-6:nth-child(3),
  .row .col-sm-6:nth-child(5),
  .row .col-sm-6:nth-child(7) {
    clear: both;
  }

  .consect div.ft-lft p {
    margin-left: 0 !important;
  }

  .consect .ft-lft {
      border-right: none !important;
  }

  .overlay-desc h1 {
    width: 90% !important;
    font-size: 1.75em !important;
  }

}

@media (max-width: 793px) {

  .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
  }

  .panel-pane.js-lightgraybg,
  .panel-pane.js-darkgraybg,
  .panel-pane.pane-bundle-hero,
  .panel-pane.pane-bundle-banner {
    padding-right: 15px;
    padding-left: 15px;
  }


  .overlay-desc h1 img {
    width: 50px !important;
  }

  .overlay-desc h1 {
    width: 90% !important;
    font-size: 1.75em !important;
  }

  .overlay-desc .txt-sml {
    line-height: 30px !important;
    margin: 25px auto !important;
}

  #flexslider-2 .slidecontainer h1, #flexslider-2 .slidecontainer h2 {
    font-size: 1.75em !important;
    width: 80% !important;
    margin: 0 10% !important;
  }

  #flexslider-2 .flex-control-nav {
    bottom: 10px;
  }

  ul.big-foot-nav.collapse {
    display: block;
  }

  .megafoot .space-bot-md {
    text-align: center;
  }

}

@media (max-width: 480px) {

  table {
    margin: 24px 0 50px 0;
  }

  table.tablefield {
    display: block;
  }

  img.media-element.pull-right {
    float: none !important;
    margin-left: 0;
  }

  img.media-element.pull-left {
    float: none !important;
    margin-right: 0;
  }

  .consect div h3 {
    font-size: 3.5em !important;
}

  .overlay-desc h1 {
    width: 80% !important;
    font-size: 1.33em !important;
    margin-top: 20px !important;
    margin-bottom: 0;
    line-height: 30px !important;
  }

  .overlay-desc h1 img {
    display: none;
  }

  .overlay-desc .txt-sml {
    font-size: .75em !important;
    line-height: 1.25em !important;
    margin: 10px auto !important;
    width: 90% !important;
  }

  #flexslider-2 .slidecontainer h1, #flexslider-2 .slidecontainer h2 {
    font-size: 1.33em !important;
    margin-top: 20px !important;
  }

  #flexslider-2 .flex-control-nav {
    bottom: 10px !important;
  }

  #flexslider-2 .blurbcontainer:before {
    margin-top: 0 !important;
  }
  #flexslider-2 .flex-control-nav {
    display: none !important;
  }

    ul.big-foot-nav.collapse {
    display: block;
  }

  .video-container {
    background-size: 100% 100% !important;
  }

  .about-blk {
    height: 270px !important;
  }

    .megafoot .space-bot-md {
    text-align: center;
  }
}

@media (max-width: 320px) {

  #flexslider-2 .flex-control-nav {
    display: none !important;
  }

  .megafoot .space-bot-md {
    text-align: center;
  }
}

/* =100% width fix for Bootstrap limitation
----------------------------------------------------- */

#header .container {
  padding-left: 0px;
  padding-right: 0px;
}

#header > .container .row .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}

.section > .container,
#footer > .container,
#page-footer > .container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.section > .container .row,
#footer > .container .row,
#page-footer > .container .row {
  max-width: 1170px;
  margin: 0 auto;
}

.section > .container .row-full,
#footer > .container .row-full,
#page-footer > .container .row-full {
  width: 100% !important;
  max-width: none;
}

.section > .container .row-full .col-md-12,
#footer > .container .row-full .col-md-12,
#page-footer > .container .row-full .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.section > .container .row-full [class^="pane-"],
#footer > .container .row-full .content,
#page-footer > .container .row-full .content {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* 100% width issue - override for flexslider; asuflex.css carries the rest after this rule
----------------------------------------------------- */
.section > .container .row-full .pane-bundle-asu-spotlight [class^="pane-"] {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: none !important;
}

.row {
  padding: 0px;
  margin: 0px;
}

#page-footer {
  background-color: #1E1E1E;
  margin-top: 40px;
}
#page-footer #block-asu-brand-asu-brand-footer {
  background-color: #E5E5E5;
}

/** Token browsing modal
----------------------------------------------------- */

.ui-widget-content.ui-dialog.token-browser-container {
  background-color: #fff;
  padding: 0.5em;
  border: 1px solid #ddd;
}
.ui-widget-content.ui-dialog.token-browser-container,
.token-browser-container .ui-dialog-titlebar {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.token-browser-container .ui-dialog-titlebar {
  background-color: #eaeaec;
}
.token-browser-container .ui-dialog-title {
  color: #333;
  padding-left: 1em;
}
.token-browser-container table.treeTable > tbody > tr > td:not(first-child) {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

a:focus,
.ui-widget-content a:focus,
input:focus,
a.btn:focus,
.btn a:focus,
#skip_to_content:focus,
#top-content #tabs .nav-pills > li.active > a:focus {
	 outline:none;
	 border:1px solid #4D90FE;
	 -webkit-box-shadow: 0px 0px 5px  #4D90FE;
	 box-shadow: 0px 0px 5px  #4D90FE;
}

/** UI Tabs **/

/* fixes for stacked tabs */
body #content .ui-tabs .ui-tabs-nav li.ui-state-focus a {
  border-top: none;
}

body #content .ui-tabs .ui-tabs-nav li.ui-state-focus {
  margin-bottom: 0;
}

body #content .ui-tabs .ui-tabs-nav li a {
  margin-left: 0;
  border-bottom: none;
  clear: both;
}

/*
 *  ASU SESE Custom Styling
 */

#flex-banner p {
  margin: 0;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.video-container {
  position: relative;
  background: transparent url('images/Interplanetary-hero-PII-4.jpg');
  background-size:100%;
  min-height: 225px;
}

video {
  height: auto;
  vertical-align: middle;
  width: 100%;
}

#hero-modal .modal-dialog {
  height: 100%;
  width: 100%;
  background-color: transparent;
  margin-top: 0;
  margin-left: 0;
}

#hero-modal .modal-content {
  height: 100%;
  width: 100%;
  box-shadow: none;
  background-color: transparent;
}

#hero-modal .modal-header {
  padding: 0;
  border: none;
  height: 0;
}

#hero-modal button.close {
  font-size: 50px;
  color: white;
  opacity: 0.75;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 5000000000;
}

#hero-modal .modal-body {
  height: 100%;
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
}

#hero-modal .modal-body iframe {
  height: 100%;
  width: 100%;
}

.overlay-desc {
  position: absolute;
  top: -50px; right: 0; bottom: 0; left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.overlay-desc h1 {
  text-align: center;
  width: 80%;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  display: none;
  color: #fff;
  margin-top: -30px;
}

.overlay-desc .txt-sml {
  font-weight: 200;
  font-size: 25px;
  line-height: 39px;
  display: none;
  margin: 40px auto;
  width: 100%;
}

button.play-button {
    border: none;
    position: relative;
    height: 75px;
    width: 70px;
    margin: 0 auto;
    display: block;
    background-color: transparent;
    bottom: -50px;
    transition: all 0.1s ease-in;
}

button.play-button:after {
  content: 'PLAY';
  padding-top: 2px;
  display: inline-block;
}

button.play-button:hover::before {
  transform: scale(1.2);
}

button.play-button:hover p {
  position: relative;
  top: 5px;
}

button.play-button:before {
    content: '';
    height: 50px;
    width: 50px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('images/play-button.png');
}

.ft-rht {
  float: right;
}

.ft-lft {
  float: left;
}

.txt-lg {
  font-size: 1.33em;
}

.txt-xlg {
  font-size: 1.75em;
  line-height: 1.6em;
}

.clear {
  clear: both;
}

#full-width .pane-content {
  max-width: 100%;
  padding: 0;
}

/* Concept */

.page-node-4 h1,
.page-node-6 h1 {
  text-align: center;
}

@media (max-width: 768px) {
  .page-node-4 .js-lightgraybg .pane-content {
    padding: 0 !important;
  }
  .concept-callout .callout-copy {
    height: auto;
  }
}

/* Pilot Project Styling */

.pilot-project .view-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.pilot-project .views-row {
  width: 25%;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  align-items: center;
}

.pilot-project .pilot-grid--image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pilot-project .pilot-grid--image {
  width: 100%;
  padding-top: 400px;
  position: relative;
}

.pilot-project .pilot-grid--title {
  padding: 45px 25px 45px 45px;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
}

.pilot-project .pilot-grid--image a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #ffc524;
  transition: height 0.2s ease-out;
  z-index: 1;
}

.pilot-project .pilot-grid--title h3 a {
  margin-bottom: 40px;
  width: 100%;
  display: block;
  border-bottom: none;
  color: inherit;
  font-weight: bold;
  font-size: 26px;
  position: relative;
  transition: color 0.2s ease-out;
  height: auto;
}

.pilot-project .pilot-grid--title h3 a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
  border-left: 15px solid transparent;
  top: -92px;
  left: 5px;
  z-index: 10;
}

span.pilot-type {
  font-family: "Roboto";
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-top: 6px;
}

.bold {
  font-weight: bold;
}

.node-type-pilot-project .panels-flexible-region-10-sidebar-inside {
  max-width: 262px;
}

.node-type-pilot-project .panels-flexible-region-10-sidebar-inside img {
  width: 262px;
  height: 262px;
}

.node-type-pilot-project .panels-flexible-region-10-sidebar-inside .class-research {
  padding-bottom: 90px;
}

.node-type-pilot-project iframe {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.node-type-pilot-project .panels-flexible-region-10-main_content img {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Pilot grid hover effects */

.pilot-grid:hover .pilot-grid--image a:before {
  height: 9px;
}

.pilot-grid:hover .pilot-grid--title h3 a {
  color: #ffc524;
}

/* Pilot Project page grid styling */

.pane-content-displays-pilot-grid .pane-content {
  max-width: unset !important;
  padding: 0 !important;
}

.pane-content-displays-pilot-grid .pane-content {max-width: unset !important;padding: 0 !important;}

.page-pilot-project-grid {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.page-pilot-project-grid .pilot-column {
  display: flex;
  flex-flow: row wrap;
  width: 50%;
}

.pilot-column:last-of-type .views-row-first {}

.page-pilot-project-grid .pilot-column .views-row {
  width: 50%;
  height: 700px;
}

.page-pilot-project-grid .pilot-column:first-of-type .views-row:nth-child(3n) {
  width: 100%;
  height:  1000px;
}

.page-pilot-project-grid .pilot-column:first-of-type .views-row:nth-child(3n) .pilot-grid--title h3 a {
  font-size: 40px;
  line-height: 44px;
}

.page-pilot-project-grid .pilot-column:last-of-type .views-row-first {
  width: 100%;
  height: 1000px;
}

.pilot-column .pilot-grid {
  width: 100%;
}

.page-pilot-project-grid .pilot-column:first-of-type .views-row:nth-child(3n) .pilot-grid--image {height: 700px;}

.page-pilot-project-grid .pilot-column:first-of-type .views-row:nth-child(3n) .pilot-grid--image img {
  height: 700px;
}

.page-pilot-project-grid .pilot-column:last-of-type .views-row-first .pilot-grid--image {
  height: 700px;
}

.page-pilot-project-grid .pilot-column:last-of-type .views-row-first .pilot-grid--image img {
  height: 700px;
}

.page-pilot-project-grid .pilot-column:last-of-type .views-row-first .pilot-grid--title h3 a {
  font-size: 40px;
  line-height: 44px;
}

/*
#block-system-main {
  text-align: center;
}
*/

.herocontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-bottom: 150px;
}

.herocontainer:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  bottom: 0;
  left: 50%;
  z-index: 200;
}

.herocontainer h1 {
  font-size: 70px;
  font-weight: bold;
  max-width: 60%;
  margin: 0 auto;
  text-shadow: none;
}

.page-node-35 .herocontainer h1 {
  font-size: 50px;
}

.herocontainer .flexslider {
  margin-bottom: 0;
}

.herocontainer .blurbcontainer {
  width: 100% !important;
  margin: 0;
  max-width: unset;
}

.herocontainer .blurbshell {
  margin: 0 !important;
  width: 100%;
}

.node-type-pilot-project .main {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.node-type-pilot-project .panels-flexible-row-first {
  width: 100%;
}

.node-type-pilot-project h2.pane-title {
  font-size: 32px;
  font-weight: 300;
}

.node-type-pilot-project h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.node-type-pilot-project h3 + p {
  margin-top: 0;
}

.node-type-pilot-project hr {
  margin-top: 60px;
  margin-bottom: 50px;
  border-color: #ccc;
}

.node-type-pilot-project .pane-node-body p:first-child {
  margin-top: 0 !important;
}

.node-type-pilot-project .pane-node-body {
  margin-top: 0;
}

.pane-node-field-project-summary {
  margin-bottom: 80px;
}

.pane-node-body.pilot-project-body,
.pane-node-field-key-findings {
  margin-top: 0;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.field-name-field-proj-particip p {
  font-weight: 400;
}

.field-name-field-proj-particip p em {
  display: block;
  font-weight: 200;
}

.pilot-project-body p:first-of-type {
  margin-top: 0;
}

h3.pane-title {
  font-size: 32px;
  font-weight: 200;
  margin-bottom: 50px;
}

.js-lightgraybg,
.lightgraybg {
  background: transparent url('images/pattern.png');
}

#panels-ipe-paneid-27 .panel-pane.js-lightgraybg {
    padding: 0;
}

#panels-ipe-paneid-26 {
  clear: both;
}

h2.pane-title {
  font-size: 60px;
  font-weight: 100;
  display: flex;
  align-items: left;
  justify-content: left;
}

/* Home Page */

#research-panel .pane-title {
  margin-bottom: 35px;
  margin-top: 45px;
}

#research-panel .pane-content {
  max-width: 100%;
}

#research-panel .txt-xlg {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 1.75em;
  line-height: 1.6em;
}

#research-panel .research-diagram {
  display: flex;
  flex-direction: row;
}

#research-panel .research-diagram img {
  height: 100%;
  width: 90%;
  margin: 75px auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* News & Updates */

.news-block-grid {
  margin-top: 50px;
}

.news-title-bar {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}

.news-title-bar h2 {
  font-size: 60px;
  font-weight: 100;
  margin-bottom: 0;
}

.news-title-bar a {
  margin-bottom: 10px;
  font-size: 32px;
}

.news-block-grid .view-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 100px;
}

.news-block-grid .view-content .views-row {
  width: 30%;
  margin-right: 30px;
  margin-bottom: 100px;
}

.news-block-grid .view-content .views-row.views-row-last {
  margin-right: 0;
}

.news-block-grid .views-field-field-basic-image-image {
  margin-bottom: 45px;
  background: url('images/interplanetary-news.gif');
  background-repeat: no-repeat;
  height: 255px;
}

.news-block-grid .views-field-field-basic-image-image img {
  width: 100%;
  height: 255px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-block-grid .views-field-field-basic-image-image a {
  position: relative;
}

.news-block-grid .views-field-field-basic-image-image a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #ffc524;
  transition: height 0.2s ease-out;
  z-index: 1;
}

.news-block-grid .views-field-title {
  margin-bottom: 10px;
}

.news-block-grid .views-field-title a,
.news-block-grid .news-title a {
  border: none;
  color: inherit;
  font-size: 26px;
  font-weight: bold;
  transition: color 0.2s ease-out;
}

.news-block-grid .views-field-created span {
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
}

/* News hover effects */

.news-block-grid .views-row:hover .views-field-field-basic-image-image a:before,
.news-block-grid .views-row:hover .news-title a:before {
  height: 9px;
}

.news-block-grid .views-row:hover .views-field-title a,
.news-block-grid .views-row:hover .news-title a {
  color: #ffc524;
}

/* Events */

.view-display-id-events_teaser_pane .pane-title,
.pane-content-displays-events-pane .pane-title,
.view-display-id-events_teaser_pane .event-title a,
.pane-content-displays-events-pane .event-title a {
  margin-bottom: 85px !important;
  font-size: 22px;
  font-weight: bold;
  border: none;
  color: inherit;
}

.view-display-id-events_teaser_pane .view-content,
.view-display-id-events_pane .view-content {
  display: flex;
  flex-flow: row wrap;
  margin-top: 50px;
}

.view-display-id-events_teaser_pane .views-row,
.view-display-id-events_pane .views-row {
  display: flex;
  width: 31.5%;
  flex-flow: row;
  margin-bottom: 150px;
  margin-right: 30px;
  height: 100px;
}

.view-display-id-events_teaser_pane .views-row:hover .views-field-title a,
.view-display-id-events_pane .views-row:hover .views-field-title a,
.view-display-id-events_teaser_pane .views-row:hover .event-title a,
.view-display-id-events_pane .views-row:hover .event-title a {
  color: #ffc524;
}

.view-display-id-events_teaser_pane .views-row:nth-child(3n+3),
.view-display-id-events_pane .views-row:nth-child(3n+3) {
  margin-right: 0;
}

.view-display-id-events_teaser_pane .views-field-nothing,
.view-display-id-events_pane .views-field-nothing {
  margin-right: 30px;
}

.event-date {
  height: 120px;
  width: 100px;
  border: 1px solid #6a6666;
  display: flex;
  flex-direction: column;
}

.event-date .event-date--month {
  background-color: #6a6666;
  margin: 0;
  height: 47px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.event-date .event-date--day {
  height: 71px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: bold;
  color: #6a6666;
}

.view-display-id-events_teaser_pane .views-field-title a,
.view-display-id-events_pane .views-field-title a,
.view-display-id-events_pane .event-title a{
  font-size: 22px;
  font-weight: bold;
  border: none;
  color: inherit;
}

/* end Events styling */

/* Student Invovlement */

.drop-pos-888 {
  margin-top: 88px;
}

/* Related News Styling */

.pane-content-displays-panel-related-news {
  border-top: 1px solid #ccc;
  margin-top: 75px;
  margin-bottom: 75px;
  padding-top: 50px;
}

.related-news > span {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.related-news--img {
  margin-right: 45px;
}

.related-news--img img {
  height: 140px;
  width: 160px;
  object-fit: fill;
}

.related-news--detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.related-news--detail a {
  font-size: 26px;
  border-bottom: none;
  font-weight: bold;
  color: inherit;
  margin-bottom: 25px;
}

.related-news--detail .created {
  font-size: 16px;
  color: #999;
  font-weight: 500;
}

/* Get Involved */

.herocontainer .flexslider {
  margin-bottom: 0;
}

.not-front .page-title {
  font-size: 60px;
  font-weight: 100;
  border: none;
  padding-bottom: 0;
}

/*.pane-node-body .field-name-body {
  font-size: 32px;
}*/

.get-involved {
  margin-top: 150px;
}

.get-involved .pane-content {
  max-width: 100% !important;
  padding: 0 !important;
}

.get-involved .container {
  margin: 0;
}

.get-involved .large-txt-w-img--txt {
  width: 50%;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 125px 0 90px;
}

.txt-w-img-large .wrapper {
  width: 100%;
  display: flex;
}

.txt-w-img-large .pane-content {
  display: flex;
  flex-flow: row wrap;
}

.get-involved .large-txt-w-img--img {
  width: 50%;
}

.get-involved .large-txt-w-img--img img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
}

.large-txt-w-img--txt h3 {
  font-size: 24px;
}

.large-txt-w-img--txt a {
  border-bottom-color: #a3a3a3;
  border-bottom-style: solid;
  color: inherit;
}

/* Get Involved end */

.mission-ico img {
  display: none;
}

p.mission-ico {
  height: 90px;
}

#mission-callout {
  margin-top: 40px;
}

.mission-action {
  margin-top: 50px;
}

#mission-callout  div {
  display: flex;
  flex-direction: column;
}

#mission-callout img {
  margin-left: 15px;
}

#mission-callout h4 {
  margin-bottom: 0;
}

#mission-callout div > p {
  margin-bottom: 0;
  flex-basis: 100px;
}

#our-approach {
  display: flex;
  flex-flow: row wrap;
  margin-top: 45px;
  margin-bottom: 180px;
}

#our-approach .text {
  margin-right: 65px;
  flex: 1 1;
}

#our-approach .text p:first-of-type {
  margin-top: 0;
}

#about-callout {
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
}

#our-partners {
  margin-top: 110px;
  margin-bottom: 180px;
}

#our-partners .text {
  flex-basis: 50%;
  margin-right: 50px;
}

#our-partners .field-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
  border-bottom: 1px solid #fff;
}

.view-display-id-pilots_tech .views-row,
.view-display-id-pilot_projects .views-row {
  padding-bottom: 100px;
  margin-top: 100px;
  border-bottom: 4px solid #FFC627;
  overflow:auto;
}

.slidecontainer.pilot-project,
.herocontainer.pilot-project {
  height: 500px;
  background: transparent url('images/interplan_pilot_back.png');

}

.slidecontainer.pilot-project h1 {
    color: #242424;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin: 0;
    padding: 0.625rem 0;
    text-shadow: none;
}

.view-display-id-pilots_tech .views-row-last,
.view-display-id-pilot_projects .views-row-last {
  border-bottom: none;
}

.view-display-id-pilots_tech .views-row-odd .ft-lft,
.view-display-id-pilot_projects .views-row-odd .ft-lft {
  float: right;
}

h3.pilot-title {
  font-size: 42px;
  margin-top: 0;
  padding-top: 0;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: .03em;
}

.project-image img,
.concept-callout img {
  width: 100%;
}

.class-research {
  padding: 35px;
  background: transparent url('images/pattern.png');
  margin: 10px 0;
}

.class-research h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
}

.page-node-36 .class-research h4 {
  display: none;
}

.class-research p {
  font-size: 16px;
  font-weight: 500;
}

.project-partic {
  margin-top: 50px;
  margin-bottom: 30px;
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
  -moz-column-fill: auto;
  column-fill: auto;
  font-size: 14px;
}

.project-partic p {
  margin: 0;
}


/* Concept Chart */
.al-rht {
  text-align: right;
}

.al-lft {
  text-align: left;
}

.consect {
  height: 330px;
  margin-top: -6px;
}

.consect div {
  height: 330px;
  display: table;
}

.consect div h3,
.consect div p {
  position: relative;
  transform: perspective(1px) translateY(-50%);
  display: none;
  vertical-align: middle;
}

.consect div h3 {
  font-size: 110px;
  font-weight: 100;
}
@media (max-width: 600px) {
  .consect div h3 {
    font-size: 54px;
  }
}

.c-art div p {
  top: 105px;
}

.c-def div p,
.c-rep div p,
.c-asse div p {
  top: 90px;
}

.c-art div p,
.c-inte div p {
  top: 105px;
}

.c-trak div p {
  top: 118px;
}

.c-impr div p {
  top: 130px;
}

.consect div.ft-lft p {
  margin-left: 50%;
}

@media (max-width: 600px) {
  .c-art div p,
  .c-def div p,
  .c-asse div p,
  .c-inte div p,
  .c-trak div p,
  .c-rep div p,
  .c-impr div p {
    top: unset !important;
  }
}


.consect .ft-lft {
  border-right: 4px solid #FFC627;
}

/*load background images - convert to sprite in next round */

#con-art {
  background: transparent url('images/Articulate.png') left center no-repeat;
}
@media (max-width: 600px) {
  #con-art,
  #con-def,
  #con-asse,
  #con-inte,
  #con-trak,
  #con-rep,
  #con-impr {
    background-size: contain;
  }
  #con-art {
    height: 240px;
  }
  #con-art .sectbox {
    height: 240px;
  }
  #con-def {
    height: 300px;
  }
  #con-def .sectbox {
    height: 300px;
  }
  #con-asse {
    height: 280px;
  }
  #con-asse .sectbox {
    height: 280px;
  }
  #con-inte {
    height: 300px;
  }
  #con-inte .sectbox {
    height: 300px;
  }
  #con-trak {
    height: 300px;
  }
  #con-trak .sectbox {
    height: 300px;
  }
  #con-rep {
    height: 280px;
  }
  #con-rep .sectbox {
    height: 280px;
  }
  #con-impr {
    height: 280px;
  }
  #con-impr .sectbox {
    height: 280px;
  }
}

#con-def {
    background: transparent url('images/Define.png') right center no-repeat;
}

#con-asse {
    background: transparent url('images/Assemble.png') left center no-repeat;
}

#con-inte {
    background: transparent url('images/Integrate.png') right center no-repeat;
}

#con-trak {
    background: transparent url('images/Track.png') left center no-repeat;
}
#con-rep {
    background: transparent url('images/Report.png') right center no-repeat;
}

#con-impr {
    background: transparent url('images/Improve.png') left center no-repeat;
}

/* Concept Callouts */

.concept-callout {
  height: 402px;
}

.concept-callout .col-md-6,
.concept-callout .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.concept-callout .callout-copy {
  height: 400px;
  background: transparent url('images/pattern.png');
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.concept-callout .callout-copy .copy-inner {
  padding: 0 75px;
}
@media (max-width: 600px) {
  .concept-callout .callout-copy .copy-inner {
    padding: 15px 15px 0;
  }
}

/* About */


ul#about-callout {
  list-style: none;
  padding-top: 90px;
  padding-bottom: 42px;
  overflow: overlay;
}

#about-callout p {
  margin: 0;
}

.about-blk {
  background: transparent url('images/pattern.png');
  position: relative;
  height: 225px;

}

.count_tag {
  color: #ffc524;
  text-align: right;
  font-size: 9em;
  font-weight: 100;
  position: absolute;
  top: -90px;
  right: 30px;
}

.about_type {
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 0px;
  padding: 0 30px 30px 30px;
  text-align: left;
}

.blurbshell.mid-center.full-width {
  text-align: center;
}

#panels-ipe-paneid-121 {
  margin-top: -75px;
}

#flexslider-2.flexslider {
  background: #ffc524 url('images/sese-car-a.png') no-repeat;
  background-size: 100%;
  margin-top: 140px;
}

#flexslider-2 .slidecontainer h1,
#flexslider-2 .slidecontainer h2 {
    color: #000;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.15em;
    text-shadow: none;
}

.flexslider .slidecontainer h1,
.flexslider .slidecontainer h2 {
  text-shadow: none !important;
}

#flexslider-2 .blurbcontainer:before {
  content: 'Seek Out Unsolved Problems';
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .07em;
  position: absolute;
  top: 75px;
  width: 100%;
}

@media (max-width: 565px) {
  #flexslider-2 .blurbcontainer:before {
    display: none;
  }
}

@media (max-width: 750px) {
  #flexslider-2 .slidecontainer h1, #flexslider-2 .slidecontainer h2 {
    font-size: 50px;
  }
}
@media (max-width: 650px) {
  #flexslider-2 .flex-control-nav {
    bottom: 10px;
  }
}

#flexslider-2 .flex-control-nav {
    bottom: 50px;
}

#flexslider-2 .flex-control-paging li a {
    background: #fff;
    background: rgba(255,255,255,1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.flex-control-paging li a.flex-active {
    background: #000 !important;
    background: rgba(0,0,0,0.9) !important;
    cursor: default;
}

ul#contact-callout {
  list-style: none;
  padding-top: 90px;
  overflow: hidden;
}

#contact-callout p {
  margin: 0;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  text-align: left;
  padding: 30px;
}

.megafoot {
    padding-top: 40px;
}

.megafoot h2 {
  display: none;
}

.megafoot ul, .megafoot ol {
    margin: 40px 0 0 0;
}

.megafoot .big-foot-nav > li {
    text-align: left;
}

.megafoot .big-foot-nav > li > a {
  margin-top: 17px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border-bottom: none;
}

.megafoot .space-bot-md {
  padding-bottom: 0;
}

.mega-dept-title {
  margin-bottom: 16px;
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
  font-weight: normal;
  margin-top: 20px;
  margin-left: 13px;
  padding-right: 5px
}

.space-top-md {
    clear: both;
}

/* Tabs */


.ui-tabs .ui-tabs-nav {
    text-align: center;
}

.ui-tabs .ui-tabs-nav li {
    float: none !important;
    display: inline-block;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -khtml-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.ui-tabs .ui-tabs-nav li.ui-state-default, .ui-tabs .ui-tabs-nav li.ui-state-hover, .ui-tabs .ui-tabs-nav li.ui-state-active, .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-right: -5px;
}

.remove-margin-top {
  margin-top: 0;
}

/*
 * Responsive Styling
 */

@media (max-width: 1115px) {
  .overlay-desc h1 {
    font-size: 90px;
    margin-bottom: 0;
    margin-top: 25px
  }
  .overlay-desc span.txt-sml {
    margin-top: 15px;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1000px) {
  .pilot-grid--image {
    height: 300px !important;
    padding-top: 300px !important;
  }
  .pilot-grid--title {
    height: 300px !important;
    padding: 25px !important;
  }
  .pilot-grid--title h3.titla a {
    font-size: 22px !important;
  }
  .pilot-grid--title h3.title a:before {
    top: -72px !important;
  }
  .pilot-project .views-row {
    max-height: 600px;
  }
}

@media (max-width: 991px) {
  .overlay-desc h1 {
    margin-bottom: 0;
    font-size: 60px !important;
    line-height: 60px;
    margin-top: 20px;
  }
  .overlay-desc span.txt-sml {
    width: 75%;
  }
  .herocontainer {
    margin-bottom: 50px;
  }
  .pane-node-field-project-summary {
    margin-bottom: 20px;
  }
  .node-type-pilot-project .panels-flexible-region-10-sidebar-inside {
    float: left;
    clear: both;
    max-width: unset !important;
  }
  .node-type-pilot-project .panels-flexible-region-first {
    width: 100%;
  }
  .node-type-pilot-project .panels-flexible-region-last {
    width: 100% !important;
    margin-top: 20px;
  }
  .node-type-pilot-project .main .panels-flexible-region-last .panels-flexible-region-inside-last {
    display: flex;
    padding-left:  0;
  }
  .node-type-pilot-project .panels-flexible-region-last .panels-flexible-region-inside-last .panel-pane.pane-entity-field.pane-node-field-basic-image-image {
    width: 100%;
  }
  .node-type-pilot-project .panels-flexible-region-10-sidebar-inside img {
    width: 100% !important;
    height: 100% !important;
  }
  .node-type-pilot-project .panels-flexible-region-last .panels-flexible-region-inside-last .class-research {
    margin: 0 !important;
  }
}

@media (max-width: 968px) {
  .pilot-project .views-row {
    flex-basis: 50%;
  }
  .news-block-grid .view-content .views-row {
    flex-basis: 49%;
    margin-right: 0;
  }
  .page-pilot-project-grid .pilot-column {
    flex-direction: row;
    width: 100%;
  }
  .page-pilot-project-grid {
    flex-direction: row !important;
    width: 100%;
  }
  .page-pilot-project-grid .pilot-column .views-row {
    width: 100% !important;
    height: 900px !important;
  }
  .page-pilot-project-grid .pilot-column .views-row .pilot-grid .pilot-grid--image {
    height: 600px !important;
    padding-top: 600px !important;
  }
  .page-pilot-project-grid .pilot-column .views-row .pilot-grid .pilot-grid--image img {
    height: 600px !important;
  }
  .page-pilot-project-grid .pilot-column .views-row .pilot-grid .pilot-grid--title {
    height: 300px !important;
  }
  .pilot-project .pilot-grid--title h3 a {
    font-size: 26px !important;
  }
  .view-display-id-events_teaser_pane .views-row, .view-display-id-events_pane .views-row {
    flex-basis: 50% !important;
    width: 50% !important;
    margin-right: 0;
  }
  .view-display-id-events_pane .view-content, .view-display-id-events_pane .view-content {
    justify-content: space-between !important;
  }
  #flexslider-2 .slidecontainer h1, #flexslider-2 .slidecontainer h2 {
    font-size: 50px !important;
  }
  #our-approach {
    flex-direction: column;
  }
  #our-approach .img {
    width: 100% !important;
  }
  #our-approach .img img {
    width: 100% !important;
  }
  #flexslider-2 .blurbcontainer:before {
    display: none;
  }
  #about-callout li {
    margin-bottom: 100px;
  }
  #our-partners {
    margin-top: -100px;
    margin-bottom: 0px;
  }
}

@media (max-width: 900px) {
  .txt-w-img-large .wrapper {
    flex-direction: column;
  }
  .txt-w-img-large .large-txt-w-img--txt,
  .txt-w-img-large .large-txt-w-img--img {
    width: 100%;
    height: 500px
  }
  .txt-w-img-large .large-txt-w-img--img {
    order: 2 !important;
  }
  .txt-w-img-large .large-txt-w-img--txt {
    padding: 0 75px !important;
  }
}

@media (max-width: 860px) {
  .play-button {
    bottom: 0 !important;
  }
}

@media (max-width: 840px) {
  .play-button:before {
    height: 35px !important;
    width: 35px !important;
  }
  .play-button {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .herocontainer h1 {
    font-size: 30px !important;
  }
  #flexslider-2 .slidecontainer h1, #flexslider-2 .slidecontainer h2 {
    font-size: 30px !important;
  }
  .slidecontainer.pilot-project, .herocontainer.pilot-project {
    height: 250px !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 700px) {
  .view-display-id-events_teaser_pane .views-row, .view-display-id-events_pane .views-row {
    flex-basis: 100% !important;
    width: 100% !important;
  }
  .overlay-desc {
    top: -20px;
  }
  .overlay-desc h1 {
    font-size: 40px !important;
    margin-top: -20px;
    line-height: 40px;
  }
  #our-partners .field-item {
    flex-direction: column;
    align-items: flex-start;
  }
  h2.pane-title,
  h1.pane-title {
    font-size: 28px;
  }
  .txt-xlg {
    font-size: 20px !important;
  }
  #research-panel .txt-xlg {
    padding: 0;
  }
  .add-margin-42-above, .add-margin-42-below {
    margin-top: 21px;
    margin-bottom: 21px;
    padding: 0;
  }
  .js-lightgraybg .pane-title {
    margin: 0 0 20px !important;
  }
  #research-panel .research-diagram {
    margin: 0;
  }
  .news-title-bar h2 {
    font-size: 28px;
  }
  .news-title-bar a {
    font-size: 20px;
  }
  .news-block-grid .view-content {
    margin-bottom: 0;
  }
  .news-block-grid {
    margin-top: 20px;
  }
  .node-type-pilot-project .panels-flexible-region-last {
    display: flex;
    justify-content: center;
  }
  .node-type-pilot-project .main .panels-flexible-region-last .panels-flexible-region-inside-last {
    flex-direction: column;
    width: 90%;
  }
}

@media (max-width: 660px) {
  .overlay-desc span.txt-sml {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-top: 10px !important;
  }
  .page-pilot-project-grid .pilot-column .views-row {
    width: 100% !important;
    height: 600px !important;
  }
  .page-pilot-project-grid .pilot-column .views-row .pilot-grid .pilot-grid--image {
    height: 300px !important;
    padding-top: 300px !important;
  }
  .page-pilot-project-grid .pilot-column .views-row .pilot-grid .pilot-grid--image img {
    height: 300px !important;
  }
}

@media (max-width: 650px) {
  .news-block-grid .view-content .views-row {
    flex-basis: 100%;
  }
  .news-block-grid .views-field-field-basic-image-image {
    height: 350px;
    margin-bottom: 45px;
  }
  .news-block-grid .views-field-field-basic-image-image img {
    height: 350px
  }
  .concept-callout .callout-copy {
    margin-bottom: 25px;
    height: auto;
  }
}

@media (max-width: 550px) {
  .overlay-desc {
    top: 0;
  }
  .overlay-desc h1 {
    font-size: 30px !important;
    line-height: 32px;
  }
  button.play-button:after {
    display: none;
  }
}

@media (max-width: 500px) {
  .herocontainer h1 {
    max-width: 100% !important;
  }
  .overlay-desc span.txt-sml {
    font-size: 14px !important;
  }
  .overlay-desc .play-button:before {
    height: 20px !important;
    width: 20px !important;
    margin-bottom: 5px;
  }
  .pilot-project .views-row {
    flex-basis: 100%;
  }
}

@media (max-width: 450px) {
  .overlay-desc {
    top: -50px;
  }
}

@media (max-width: 425px) {
  .front .region-content {
    margin-top: -20px;
  }
}

/************************
 **** OUTREACH STYLING***
 ****-----------------***/

td {
  font-size: .85em;
}

/*
 * for https://dev-interplanetary.ws.asu.edu/community-outreach,
 * AND https://dev-interplanetary.ws.asu.edu/community-outreach-requests
 */

.page-node-57 #views-exposed-form-community-outreach-outreach-speaker-list > div {
   width: 100%;
}

.page-node-57 #views-exposed-form-community-outreach-outreach-speaker-list .views-exposed-form .views-exposed-widgets {
   display: flex;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   justify-content: flex-start;
   margin-bottom: 1.5em;
}

.page-node-57 #views-exposed-form-community-outreach-outreach-speaker-list .views-exposed-widget {
  flex-basis: 100%;
}

.page-node-57 div#edit-field-audiences-value-wrapper {
  flex-basis: 150% !important;
}

.page-node-57 #views-exposed-form-community-outreach-outreach-speaker-list .views-exposed-widget .views-widget select {
  width: 100%;
}

.page-node-57 .news-block-grid {
    margin-top: 0;
    margin-bottom: 2em;
}

.page-node-57 .news-title-bar h2 {
  font-size: 40px;
}

.page-node-57 .news-title-bar a {
  font-size: 24px;
}

.page-node-57 .news-title-bar {
  margin-bottom: 1em;
}

.page-node-57 .view-display-id-news_list .view-content > div {
  margin-bottom: 1em;
}

.page-node-57 .view-display-id-news_list .view-content > div a:first-of-type {
  font-size: 1em;
}

.page-node-57 #views-exposed-form-community-outreach-outreach-speaker-list .views-exposed-widget.views-submit-button, .page-node-57 #views-exposed-form-community-outreach-outreach-speaker-list .views-exposed-widget.views-reset-button {
  flex-basis: auto;
}

.presenter-title {
  font-weight: bold;
}

td .item-list ul,
td ul {
  padding-left: 2em;
  padding-top: .5em;
}

td.views-field.views-field-mail,
.table tbody tr td.views-field-field-email-address-subd {
  padding: 1em;
}

td.views-field.views-field-mail {
  text-align: center;
}

.speaker__admin-links a:first-of-type {
  margin-bottom: 1em;
  display: inline-block;
}

/* for  https://dev-interplanetary.ws.asu.edu/outreach-request-form */

.page-eform-submit-outreach-request-form #block-system-main > .content:before {
  content: '* = required';
  color: red;
  font-size: .85em;
}

/* for https://dev-interplanetar.ws.asu/outreach/educator-signup */

.page-node-add-outreach-educator .pane-node-form-path {
  display: none;
}

.page-node-add-outreach-educator input#edit-title {
  display: block;
  width: 100%;
  height: 31px !important;
  padding: 6px 12px;
  font-size: 12px !important;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  backgorund-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.page-node-add-outreach-educator .panel-pane.pane-node-form-title:before {
  content: 'Full Name';
  font-weight: bold;
}

.page-node-add-outreach-educator .panel-pane.pane-node-form-title {
  margin-top: 2em !important;
  padding-top: 2em !important;
}

.page-node-add-outreach-educator #node-edit .form-item-title {
  margin-top: 5px !important;
}

.page-node-add-outreach-educator #block-system-main #node-edit .section:first-of-type > .container > .row .col-md-8 .panel-panel-inner:first-of-type:before {
    content: '* = required';
    color: red;
    font-size: .85em;
    display: block;
    position: absolute;
    top: 0;
}

.page-node-add-outreach-educator #block-system-main #node-edit .section:first-of-type > .container > .row .panel-panel-inner {
    position: relative;
}

/* for https://dev-interplanetary.ws.asu.edu/amanda-clark (educator profile) */

.node-outreach-educator .field:first-of-type {
  margin-top: 1em;
}

.node-outreach-educator .field {
  margin-bottom: 1em;
}

.page-node-add-outreach-educator .node-outreach_educator-form #node-edit .section .container > .row {
    display: flex;
    flex-direction: column;
}

.page-node-add-outreach-educator .pane-node-form-buttons .form-actions {
  padding: 0;
}

.page-node-add-outreach-educator .pane-node-form-buttons .form-actions input:first-of-type {
    margin-left: 0;
}

/* Events Block - Sidebar (https://dev.interplanetar.ws.asu.edu/community-outreach) */

.view-display-id-news_list.events-block {
  background-color: #efefef;
  padding: 1.5em;
}

.view-display-id-news_list.events-block .events_sidebar-title h2 {
  margin-top: 0;
  font-size: 1.5em;
}

.view-display-id-news_list.events-block .views-field-created {
  font-weight: 800;
  text-transform: uppercase;
  font-size: .85rem;
}

.view-display-id-news_list.events-block .views-field-title a {
  border: none;
  font-weight: bold;
}











