/*
 * 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: 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;
}

#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,
.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; original too big */
  font-size: 28px;
  line-height: 1.2;
}

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

h2, .h2 {
  /* font-size: 36px; CEL */
  font-size: 28px;
}

h3, .h3 {
  font-size: 24px;
}

.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;
}

.thumbnail--175-x-175-{
  border-radius:15px;
}

/* 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;
  }

}

@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;
  }

}

@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;
  }

}

/* =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;
}
#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;
}

/** Footer **/
#block-mega-footer-mega-footer {
    background-color: #1e1e1e;

}

.megafoot .row {
    max-width: 1170px;
    margin: auto;
}

.megafoot-description {
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
}

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

.megafoot h2 {
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: normal;
    color: #fff;
}

.megafoot address {
    color: #fff;
    margin-bottom: 0;
    font-weight: 200;
    font-style: normal;
    line-height: 1.44;
}

.megafoot .phone-link {
    color: #fff;
    border-bottom: 0;
    font-weight: normal;
}

.megafoot .big-foot-nav > li > a {
    color: #ccc;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

.megafoot .big-foot-nav > li > a:hover,
.megafoot .big-foot-nav > li > a:focus {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.megafoot ul > li, .megafoot ol > li {
    position: relative;
    display: block;
}

.megafoot ul, .megafoot ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.megafoot .contact-link {
    color: #a9a9a9;
    border-bottom: 1px dotted #a9a9a9;
}

.megafoot ul:before, .megafoot ul:after, .megafoot ol:before, .megafoot ol:after {
    content: " ";
    display: table;
}

.megafoot .btn {
    margin-bottom: 30px;
}

.megafoot ul:after, .megafoot ol:after {
    clear: both;
}

.megafoot .social-media {
    margin-bottom: 30px;
}

.megafoot .social-media > li > a {
    margin-right: 10px;
    font-size: 38px;
    color: #a9a9a9;
    border-bottom: 0;
}

.megafoot ul > li > a, .megafoot ol > li > a {
    position: relative;
    text-decoration: none;
}

.megafoot .social-media > li {
    float: left;
}

.megafoot .fa:hover {
    color: white;
}

.megafoot .little-foot {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #e5e5e5;
    width: 100%;
}

.little-foot-nav > li > a {
    margin-right: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    border-bottom: 0;
    float: left;
}

.little-foot-nav > li > a:hover,
.little-foot-nav > li > a:focus {
    color: #595959;
}

.collapse.in {
    display: block;
}

.megafoot {
    padding-top: 20px;

}

.megafoot .big-foot-nav > li {
    margin-bottom: 12px;
}

.big-foot-head .caret {
    float: right;
    margin-right: 30px;
    margin-top: 15px;
    display: none;
}

#block-mega-footer-mega-footer .content {
    padding: 0 !important;
}

#block-asu-brand-asu-brand-footer .content {
    padding: 0 !important;
}

@media (max-width: 991px) {
    .megafoot h2 {
        cursor: pointer;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .big-foot-head .caret {
        cursor: pointer;
        margin-top: 10px;
        display: inline-block;
    }

    .megafoot .row .space-bot-md {
        border-bottom: 1px solid #383d3e;
    }

}

/* [KM 12-5-16] Added stronger focus styles for keyboard accessibility */
.megafoot a:focus,
.megafoot .big-foot-nav > li > a:focus,
.little-foot-nav > li > a:focus {
   outline:none; 
   border-top: 2px solid #4D90FE;
   border-right: 2px solid #4D90FE;
   border-bottom: 2px solid #4D90FE;
   border-left: 2px solid #4D90FE;
   -webkit-box-shadow: 0px 0px 5px  #4D90FE;
   box-shadow: 0px 0px 5px  #4D90FE;
}




/** GBCI Custom CSS classes, IDs, and media queries
----------------------------------------------------- */

#cel-main-top-hero {
 background:url(/sites/all/themes/innovationcustom/images/cel_main_hero.jpg) no-repeat 50% 10% #000000;  min-height:235px;  background-size:cover;
}

#cel-main-top-hero-alt {
 background:url(/sites/all/themes/innovationcustom/images/cel-hero-collage.jpg) no-repeat 50% 10% #000000;  min-height:235px;  background-size:cover;
}

#cel-main-top-hero-alt2 {
 background:url(/sites/all/themes/innovationcustom/images/cel-hero-network.jpg) no-repeat 50% 10% #000000;  min-height:235px;  background-size:cover;
}

#cel-main-top-hero-alt3 {
 background:url(/sites/all/themes/innovationcustom/images/cel-hero-network2.jpg) no-repeat 50% 10% #000000;  min-height:150px;  background-size:cover;
}

#lrdd-main-top-hero {
 background:url(/sites/all/themes/innovationcustom/images/lrdd-hero-nyc.jpg) no-repeat 50% 10% #000000;  min-height:250px;  background-size:cover;
}

.links .blog_usernames_blog {
  display:none;
}

#gbci-main-top-hero {
  background:url(/sites/all/themes/innovationcustom/images/gbci_main_hero.jpg) no-repeat 50% 10% #000000;  min-height:435px;  background-size:cover;
}

#gbci-main-top-hero-alt {
  background:url(/sites/all/themes/innovationcustom/images/gbci_main_hero_alt.jpg) no-repeat 50% 10% #000000;  min-height:435px;  background-size:cover;
}

#gbci-main-top-hero-alt2 {
  background:url(/sites/all/themes/innovationcustom/images/gbci_main_hero_alt2.jpg) no-repeat 50% 10% #000000;  min-height:435px;  background-size:cover;
}

#gbci-main-top-hero-alt3 {
  background:url(/sites/all/themes/innovationcustom/images/gbci_main_hero_alt3.jpg) no-repeat 50% 10% #000000;  min-height:435px;  background-size:cover;
}

#gbci-main-top-hero-alt4 {
  background:url(/sites/all/themes/innovationcustom/images/gbci_main_hero_alt4.jpg) no-repeat 50% 10% #000000;  min-height:435px;  background-size:cover;
}

#cbie-main-top-hero {
  background:url(/sites/all/themes/innovationcustom/images/cbie_main_hero.jpg) no-repeat 50% 10% #000000;  min-height:435px;  background-size:cover;
}

#cbie-main-top-hero2 {
  background:url(/sites/all/themes/innovationcustom/images/cbie_main_hero2.jpg) no-repeat 50% 10% #000000;  min-height:435px;  background-size:cover;
}
#cbie-main-top-hero3 {
  background:url(/sites/all/themes/innovationcustom/images/cbie/cbie_main_hero3.jpg) no-repeat 50% 10% #000000;  min-height:435px;  background-size:cover;
}

#csdc-main-top-hero {
  background:url(/sites/all/themes/innovationcustom/images/csdc/csdc_main_hero.jpg) no-repeat 50% 55% #000000;  min-height:435px;  background-size:cover;
}

#csdc-main-top-hero2 {
  background:url(/sites/all/themes/innovationcustom/images/csdc/csdc_main_hero2.jpg) no-repeat 50% 10% #000000;  min-height:435px;  background-size:cover;
}

#csdc-main-top-hero3 {
  background:url(/sites/all/themes/innovationcustom/images/csdc/csdc_main_hero3.jpg) no-repeat 50% 30% #000000;  min-height:435px;  background-size:cover;
}

#csrg-hero {
  background:url(/sites/all/themes/innovationcustom/images/csrg/csrg_hero.jpg) no-repeat 50% 30% #000000;  min-height:435px;  background-size:cover;
  border-bottom:10px solid #00A3E0;
}

#csrg-projects {
  background:url(/sites/all/themes/innovationcustom/images/csrg/project-banner.jpg) no-repeat 50% 30% #000000;  min-height:135px;  background-size:cover;
}

#csrg-outcomes {
  background:url(/sites/all/themes/innovationcustom/images/csrg/outcomes-banner.jpg) no-repeat 50% 30% #000000;  min-height:135px;  background-size:cover;
}

#csrg-people {
  background:url(/sites/all/themes/innovationcustom/images/csrg/people-banner.jpg) no-repeat 50% 30% #000000;  min-height:135px;  background-size:cover;
}

#csrg-vmg-bk {
  background: rgb(22,70,120);
  background: linear-gradient(290deg, rgba(10,26,58,1) 0%, rgba(37,94,147,1) 47%, rgba(22,70,120,.35) 100%);
  background: -moz-linear-gradient(290deg, rgba(10,26,58,1) 0%, rgba(37,94,147,1) 47%, rgba(22,70,120,.35) 100%);
  background: -webkit-linear-gradient(290deg, rgba(10,26,58,1) 0%, rgba(37,94,147,1) 47%, rgba(22,70,120,.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#164678",endColorstr="#0a1a3a",GradientType=1);
}

.csrg-bullets {
  content: "\2022";
  color:white;
}

.main-top-hero h2 {
  border-bottom:none;
  color:#ededed;
  font-size:48px;
  font-weight:500;
  line-height:1;
  margin:0 0 10px 0;
  text-shadow:0 0 5px rgba(0,0,0,0.5);
  background-color: rgba(0,0,0,0.5);
  display:inline-block;
  /*padding:10px 20px;*/
  padding: 5px;
}

.main-top-hero h4 {
  border-bottom:none;
  color:#ededed;
  font-size:30px;
  font-weight:500;
  line-height:1;
  margin:0 0 10px 0;
  text-shadow:0 0 5px rgba(0,0,0,0.5);
  background-color: rgba(0,0,0,0.5);
  display:inline-block;
  /*padding:10px 20px;*/
  padding: 5px;
}

.main-top-hero h1 {
  border-bottom:none;
  color:#ededed;
  font-size:48px;
  font-weight:500;
  line-height:1.2;
  margin:0 0 10px 0;
  text-shadow:0 0 5px rgba(0,0,0,0.5);
  background:rgba(0,0,0,0.5);
  display:inline-block;
  padding:10px 20px;
}

.main-top-hero h2 strong{color:#ffc627;}

.main-top-hero h4 strong{color:#ffc627;}

.project-float-left {
  float:left;
  margin-right:15px;
}

#gbci-video-spotlight {
  float:right;
  margin-top:10px;
  margin-right: 150px;
  text-align: center;
}

#gbci-video-title {
  background-color: rgba(0,0,0,0.5);
  color: white;
  padding: 3px 6px;
  margin-bottom:5px;
}

#gbci-video-spotlight img {
  margin-bottom: 5px;
}

#gbci-video-spotlight span {
  color: #ffc627;
}

#gbci-video-spotlight a{
  border-bottom: none;
}

#gbci-video-spotlight a.btn {
  margin-top: 5px;
}

#gbci-teaser{
  background: url(/sites/all/themes/innovationcustom/images/gbci-header-bk.jpg) repeat #353535;
  color: #ffffff;
  margin:0;
  padding:10px 0;
  border-top: #0099ff solid 5px;
  text-align:center;
  font-size:20px;
}

.field-items .row {
  padding: 20px 0;
  max-width: 1170px;
  margin:0 auto;
  box-sizing: border-box;
}

.field-items h2.section-header {
  font-size:48px;
  font-weight: 200;
  color: #ffffff;
  margin:0;
}

.field-items h2.section-header:before {
  content: "";
  position: absolute;
  left: 26%;
  bottom: 0;
  height: 1px;
  width: 50%;
  border-bottom: #0099ff solid 1px;
}

#gbci-teaser a {
  border-color: #ffc627;
  color:#ffc627;
}

#gbci-teaser a:hover{
  color:#fff;
  border-color:#fff;
}

.gbci-numbers {
  text-align: center;
}

.gbci-numbers h2 {
  color: #ffc627;
  font-size:90px;
  font-weight: 900;
  line-height:1;
}

.gbci-numbers p {
  color: black;
  font-size:18px;
  font-weight: 700;
  line-height:24px;
}

.view-rc-grid {
  margin-top:1em;
}
.view-rc-grid img {
  width: 100%;
  border: 2px solid #eee;
  padding: 3px;
  border-radius: 5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.view-rc-grid img:hover {
  border-color: #ddd;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* don't need - but keep for future ref
.view-rc-grid  p {
  position: relative;
  bottom: 60px;
  left:6px;
  color:#fff;
  padding: 0.5em 0.7em;
  background: rgba(17,17,17,.5);
  display: inline;
}
*/

.view-rc-grid a {
  border-bottom: none;
}
.view-rc-grid a:hover {
  opacity:.7;
}


/* Research Network Page **/

#init-head{margin:47px 0 0;font-size:36px;font-weight:400;}
#institutes-initiatives p {margin-top:0;padding-top:20px;font-weight:400;-webkit-font-smoothing:antialiased;}
div#institutes-initiatives .main-section {border-top:2px solid #FFC627;padding-top:50px;margin-top:26px;position: relative; padding:23px 0 75px; float: left;}
.subCol-stories { width: 53%; float: left; margin: 0 20px 0 0;}
.col-stories-left h2 { font-size:18px;line-height:1.3;margin:0 0 10px;font-weight:500; color:#666;}
.col-stories-left {position: relative; width:50%;float:left;height:184px;}
#institutes-initiatives .subCol-stories p { padding-top: 0; font-size: 16px; line-height: 20px;margin-top: 0; font-weight:400;-webkit-font-smoothing: antialiased;color: #353535;}
#institutes-initiatives a.dotted { border-bottom: 1px dashed #ffc627;}
.subCol-stories-img {width:38%; float:left;}
.col-stories-left img {width:100%;}
.col-stories-left:nth-child(even) {float:right; padding: 0;}


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

  #institutes-initiatives {
    margin: 0;
    padding:0;
  }

  .subCol-stories {
    width: 100%;
  }

  .col-stories-left {
    width: 100%;
    height:auto;
  }

  .subCol-stories-img {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 5px solid #FFC627;
  }

}

/** END Research Network Page **/



/* CEL */

div.author-wrap p {
	word-break: break-word;
}

/* GBCI Overrides */
.pane-events-new-panel-pane-1 {
  background-color: #ffffff;
}

/* GBCI Media Query */
@media (max-width: 480px) {
  #title-tail {
    display: none;
  }

  #gbci-video-spotlight {
    margin-right: 20px;
  }

  .main-top-hero h2 {
    font-size:42px;
  }

}

/* SFI CSS */

.card-column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .card-column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card-container {
  padding: 0 16px;
}

.card-container::after, .card-row::after {
  content: "";
  clear: both;
  display: table;
}

.card-title {
  color: grey;
}

/* news page overwrites */

/* news page */
@media (min-width: 931px) {
  .view-asu-news-new .views-row {
    height:auto;
  }
}


/* TB Menu Column - Sept 2019 */

div#tb-megamenu-column-1 h2, div#tb-megamenu-column-2 h2 {
    color: #ffb130;
}

ul.menu.clearfix {
    margin-left: 8px;
}

/* CSRG */

.views-field-field-csrg-profile-picture .people {
  border-radius: 15%;
}

.views-field-field-csrg-first-name span, .views-field-field-csrg-last-name span {
  font-size: 18px;
  font-weight:bold;
}

.views-field-field-biography, .views-field-field-projects, .views-field-field-csrg-publications {
  font-size: .85em;
  margin:5px;
}

.views-label-field-biography, .views-label-field-projects, .views-label-field-csrg-publications {
  font-size:16px;
  font-weight:bold;
  text-decoration:underline;
  padding
}

.csrg-sub-title {
  font-size:.58em;
  font-weight:100;
}


/* covid css */

.alertbody{background-color: #78BE20; color:#000;}
.alertcontainer{padding:27px 0;text-align:inherit;max-width:1170px;margin:0 auto;width:100%;}
.alerticon{float:left;padding: 0px;font-size: 64px;margin: 0px 20px 0px 20px;background:none;}  
.alerticon .fa{background: radial-gradient(white 50%, transparent 50%);}
.alertbody{}
.alertbody h2{font-size:30px;letter-spacing:0px;margin:10px 0 0px 0;font-weight:bold;}
.alertbody p{font-weight:bold;margin-top:0px;}
.alertbody a{border-bottom:1px solid #000;color:#000;}
	/* Medium devices (landscape tablets, 768px and up) */
@media screen and (max-width: 768px){
.alerticon{display:none;float:none;background:none;margin: 0px 20px 0px 20px;}   
.alertcontainer{padding:12px 7px 11px 18px;text-align:left;}
.alertbody h2{margin:0px 0 6px 0;font-size:26px;line-height:23px;}
.alertbody p{font-size:13px;margin-bottom:4px;}
}