/**
 * Base Styles - for basic styles.
 *
 * from smacss.coms:
 *    They are almost exclusively single element
 *    selectors but it could include attribute
 *    selectors, pseudo-class selectors,
 *    child selectors or sibling selectors.
 */
/* line 11, ../sass/_base.scss */
a {
  color: #ea0636;
  text-decoration: underline;
}

/* line 16, ../sass/_base.scss */
a:hover {
  color: #fc0024;
}

/* line 20, ../sass/_base.scss */
h1 {
  color: #1F74AD;
  font-family: "Lato", Arial, sans-serif;
  font-family: "Lato Light";
  font-size: 42px;
}
/* line 27, ../sass/_base.scss */
h1 span {
  text-transform: none;
  font-style: italic;
}

/* line 33, ../sass/_base.scss */
h1.title {
  font-size: 40px;
}

/* line 37, ../sass/_base.scss */
h2 > a, a > h2,
h2 > a:hover, a:hover > h2,
h2 {
  color: #1ba39c;
  font-family: "Lato", Arial, sans-serif;
  font-size: 32px;
  text-transform: none;
}

/* line 46, ../sass/_base.scss */
h3 > a:hover, a:hover > h3,
h3, h3 > a, a > h3 {
  color: #1F74AD;
  font-family: "Lato", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}

/* line 55, ../sass/_base.scss */
h4 {
  color: #1ba39c;
  font-family: "Crimson", Georgia, serif;
  font-size: 24px;
  line-height: 28px;
}

/* line 62, ../sass/_base.scss */
h4 > a, a > h4 {
  color: #ea0636;
}
/* line 65, ../sass/_base.scss */
h4 > a:hover, a > h4:hover {
  color: #fc0024;
}

/* -------- Text Styles --------- */
/* line 72, ../sass/_base.scss */
.stress {
  color: #1f3dad;
  font-weight: bold;
}

/* line 77, ../sass/_base.scss */
.large {
  font-size: 150%;
}

/* line 81, ../sass/_base.scss */
.small {
  line-height: 1.2;
}

/* line 85, ../sass/_base.scss */
.important {
  font-style: italic;
  color: #fc0024;
}

/* line 90, ../sass/_base.scss */
.caption {
  font-size: 90%;
  font-style: italic;
}

/* line 95, ../sass/_base.scss */
.pull-quote {
  background-color: #1F74AD;
  padding: 30px;
  margin: 30px 100px;
  font-size: 120%;
  line-height: 1.2;
  color: white;
}

/* line 104, ../sass/_base.scss */
.tagline {
  text-transform: none;
  font-size: 34px;
  line-height: 40px;
  color: #1f3dad;
}

/* line 111, ../sass/_base.scss */
.tagline.small {
  font-size: 130%;
  line-height: 130%;
}

/* line 116, ../sass/_base.scss */
.no-margin {
  margin-bottom: 0px;
}

/* line 120, ../sass/_base.scss */
.no-caps {
  text-transform: none;
}
/* line 123, ../sass/_base.scss */
.no-caps:hover {
  text-transform: none;
}

/* line 130, ../sass/_base.scss */
.references h3 {
  font-size: 90%;
}
/* line 134, ../sass/_base.scss */
.references p {
  font-size: 85%;
  line-height: 1.2;
}

/* ---------- Formatting Styles ---------- */
/* line 142, ../sass/_base.scss */
.push {
  clear: both !important;
  height: 1px;
}

/* ---------- Photo Styles ---------- */
/* line 149, ../sass/_base.scss */
.photocenter {
  text-align: center;
  margin: 50px 0px 20px 0px;
}

/* line 154, ../sass/_base.scss */
.photoright {
  float: right;
  margin: 0px 0px 10px 20px;
}

/* ---------- Button Styles ---------- */
/* line 161, ../sass/_base.scss */
.btn {
  color: white;
  font-family: "Lato", Arial, sans-serif;
  text-decoration: none !important;
  font-size: 85%;
  padding: 2px 5px;
}
/* line 168, ../sass/_base.scss */
.btn:hover {
  color: white;
}

/* line 174, ../sass/_base.scss */
.btn-rm {
  float: right;
  background-color: #1F74AD;
  min-width: 150px;
  text-align: left;
  margin-bottom: 20px;
}
/* line 181, ../sass/_base.scss */
.btn-rm:hover {
  background-color: #99cee4;
}

/**
 * Layout Styles (for positioning, size, etc. styles)
 *
 * from smacss.coms: divide the page into sections
 */
/* line 7, ../sass/_layout.scss */
.not-front #main-row {
  margin-top: 410px;
}

/* ---------- Top Resources Bar ---------- */
/* line 14, ../sass/_layout.scss */
#header-nav {
  background-color: #eee;
  height: 40px;
  overflow: hidden;
}

/* line 20, ../sass/_layout.scss */
#resources-nav {
  top: 3px !important;
  position: relative;
}
/* line 24, ../sass/_layout.scss */
#resources-nav p {
  font-family: "Lato", Arial, sans-serif;
  color: #1f3dad;
  font-size: 14px;
  font-weight: bold;
  text-transform: lowercase;
}
/* line 31, ../sass/_layout.scss */
#resources-nav p a {
  text-transform: none;
  color: #1f3dad;
}
/* line 35, ../sass/_layout.scss */
#resources-nav p a:hover {
  color: #1f3dad;
}

/* line 42, ../sass/_layout.scss */
#header-right {
  margin-top: 4px !important;
}

/* line 46, ../sass/_layout.scss */
#block-search-form input[type=submit] {
  top: -3px;
  position: absolute;
  right: -15px !important;
}

/* ----- Search ----- */
/* line 55, ../sass/_layout.scss */
#block-search-form {
  position: relative;
}
/* line 58, ../sass/_layout.scss */
#block-search-form .form-item-search-block-form input {
  color: #444;
}
/* line 62, ../sass/_layout.scss */
#block-search-form #edit-search-block-form--2 {
  background-color: white;
  border: 1px solid #1F74AD;
  color: #444;
}

/* ---------- Navigation ---------- */
/* line 72, ../sass/_layout.scss */
.navbar {
  background-color: white;
}

/* line 76, ../sass/_layout.scss */
#navbar-logo {
  background-image: url(../img/csail_logo.png);
  background-size: 475px;
  width: 475px;
}

/* line 83, ../sass/_layout.scss */
.nav > li a {
  color: #333;
}
/* line 87, ../sass/_layout.scss */
.nav > li > a:hover,
.nav > li > a:focus, .nav > li.active-trail a,
.nav > li > a.active {
  background-color: #1f3dad;
  color: white;
}

/* line 97, ../sass/_layout.scss */
.nav > li > a, .navbar-nav > li > a {
  padding: 30px 10px;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
}

/** Banner Strip
#brand-banner {
	background-color: $banner-strip-bg;
	opacity: 0.7;
} **/
/* --- Banner --- */
/* line 113, ../sass/_layout.scss */
#banner-bg {
  background-color: #b7e5e0;
  width: 100%;
  position: absolute;
  z-index: -1;
  margin-top: 80px;
  overflow: hidden;
}

/* line 122, ../sass/_layout.scss */
#banner-photo {
  top: 0px;
}

/* line 128, ../sass/_layout.scss */
.not-front #banner-bg {
  height: 370px;
}
/* line 131, ../sass/_layout.scss */
.not-front #banner-bg .container {
  margin: 0 auto;
}
/* line 135, ../sass/_layout.scss */
.not-front #banner-bg #banner-photo img {
  margin-left: -585px;
  left: 50%;
  position: relative;
  width: 1170px;
}

/** Block Menu Titles. **/
/* line 146, ../sass/_layout.scss */
#sidebar .block h2,
.block-menu-block h2,
.block-menu h2 {
  color: #1f3dad;
  /* @include crimson-italic; */
  font-size: 28px;
}

/* ---------- Footer ---------- */
/* line 160, ../sass/_layout.scss */
.ct-left a,
.ct-left a:hover,
.footerBlue {
  color: #99cee4;
}

/* ----- Logo Styles ----- */
/* line 167, ../sass/_layout.scss */
.footer-logo {
  padding: 10px;
  width: 125px;
}

/* line 172, ../sass/_layout.scss */
.ies {
  float: left;
  padding-left: 0px;
  padding-top: 0px;
  width: 170px;
  padding-right: 20px;
}

/* line 180, ../sass/_layout.scss */
.gse {
  padding: 0px;
  padding-bottom: 5px;
  float: left;
  margin-top: -5px;
}

/* line 187, ../sass/_layout.scss */
.usc {
  padding-right: 0px;
}

/* ----- Layout ----- */
/* line 193, ../sass/_layout.scss */
#wrap {
  margin: 0 auto -180px;
  padding: 0 0 180px;
}

/* line 198, ../sass/_layout.scss */
#footer {
  background-color: #444;
  height: 180px;
}
/* line 202, ../sass/_layout.scss */
#footer h3 {
  color: #b7e5e0;
  text-align: left;
  margin-top: 0px;
}
/* line 208, ../sass/_layout.scss */
#footer h3 a {
  text-decoration: none;
  color: #99cee4;
}
/* line 212, ../sass/_layout.scss */
#footer h3 a:hover {
  color: #1F74AD;
}
/* line 217, ../sass/_layout.scss */
#footer p {
  color: white;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
}
/* line 224, ../sass/_layout.scss */
#footer .seperator {
  clear: both;
}
/* line 228, ../sass/_layout.scss */
#footer .contactTop {
  height: auto;
  background-color: #444;
  padding-top: 20px;
  /* --- Removed Partners --- */
  /* ---
  .ct-right {
  	float: right;
  	width: 37%;
  	margin-left: 3%;
  	text-align:left;
  } --- */
}
/* line 233, ../sass/_layout.scss */
#footer .contactTop .ct-left {
  width: 100%;
  height: 90px;
  padding-right: 20px;
}
/* line 249, ../sass/_layout.scss */
#footer .cb-middle {
  float: left;
  font-size: 15px;
  color: #fff;
  text-align: left;
  line-height: 17px;
  margin-left: 20px;
  font-family: 'Crimson', serif;
}
/* line 260, ../sass/_layout.scss */
#footer .cb-right {
  margin-top: 3px;
}
/* line 267, ../sass/_layout.scss */
#footer .cb-left h3 {
  color: #99cee4;
}
/* line 272, ../sass/_layout.scss */
#footer .footer-new {
  display: block;
  float: right;
  font-family: "Lato", Arial, sans-serif;
  color: #99cee4;
  font-size: 13px;
  line-height: 1.3;
  width: 130px;
  text-align: left;
}
/* line 282, ../sass/_layout.scss */
#footer .social-wrap {
  height: 25px;
  margin-top: 3px;
}
/* line 287, ../sass/_layout.scss */
#footer span.address a {
  color: #99cee4;
}
/* line 290, ../sass/_layout.scss */
#footer span.address a:hover {
  color: #1F74AD;
}

/**
 * State Styles
 *
 * from smacss.coms:
 *     ways to describe how our modules or layouts will look
 *     when in a particular state. Is it hidden or expanded?
 *     Is it active or inactive? They are about describing
 *     how a module or layout looks on screens that are smaller
 *     or bigger
 */
/* line 14, ../sass/_state.scss */
#sidebar ul.menu li a {
  text-decoration: none;
}
/* line 18, ../sass/_state.scss */
#sidebar ul.menu li.active a, #sidebar ul.menu li:hover a {
  background-color: #1F74AD;
}

/* line 23, ../sass/_state.scss */
.banner-btn {
  max-width: 330px;
}

/* .banner-btn.btn-style-2:hover,
.banner-btn {
	background-color: $btn-bg;
	color: $btn-color;
}

.banner-btn:hover,
.banner-btn.btn-style-2 {
	background-color: $btn2-bg;
	color: $btn2-color;
}*/
/* ---------- Drop Down Menu ---------- */
/* line 41, ../sass/_state.scss */
.navbar-toggle {
  border: 1px solid #666;
}

/* line 45, ../sass/_state.scss */
.navbar-toggle .icon-bar {
  background-color: #666;
}

/* ---------- Social Media ---------- */
/* ----- Top Bar ----- */
/* line 53, ../sass/_state.scss */
#block-block-4 {
  margin-top: -3px;
}

/* line 57, ../sass/_state.scss */
#top-social {
  margin-right: 10px;
}
/* line 60, ../sass/_state.scss */
#top-social a {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background-image: url(../img/social_top_sprite.png);
}
/* line 68, ../sass/_state.scss */
#top-social .top-google {
  background-position: left top;
}
/* line 71, ../sass/_state.scss */
#top-social .top-google:hover {
  background-position: left bottom;
}
/* line 76, ../sass/_state.scss */
#top-social .top-facebook {
  background-position: center top;
}
/* line 79, ../sass/_state.scss */
#top-social .top-facebook:hover {
  background-position: center bottom;
}
/* line 84, ../sass/_state.scss */
#top-social .top-twitter {
  background-position: right top;
}
/* line 87, ../sass/_state.scss */
#top-social .top-twitter:hover {
  background-position: right bottom;
}

/* ----- Footer ----- */
/* line 96, ../sass/_state.scss */
.cb-right a:first-of-type {
  padding-right: 0px !important;
}

/* line 100, ../sass/_state.scss */
.social-wrap {
  display: inline-block;
}

/* line 104, ../sass/_state.scss */
.social {
  margin-left: 5px;
  background-image: url(../img/social_csail.png);
}

/* line 109, ../sass/_state.scss */
.social.twitter {
  margin-left: 0px;
}

/* line 113, ../sass/_state.scss */
.social.facebook {
  margin-left: 5px;
}
/* line 115, ../sass/_state.scss */
.social.facebook:hover {
  margin-left: 5px;
}

/* ---------- Share Icons --------- */
/* line 122, ../sass/_state.scss */
span.at-icon-wrapper {
  background-color: transparent !important;
}

/* line 129, ../sass/_state.scss */
a.at-share-btn .at-icon {
  fill: #1f3dad !important;
}

/* line 134, ../sass/_state.scss */
a.at-share-btn .at-icon:hover {
  fill: #1F74AD !important;
}

/* line 140, ../sass/_state.scss */
.node-type-press-release .addthis_sharing_toolbox {
  margin-top: -5px;
  height: 25px;
}

/**
 * Custom Styles and Overrides for the Current Theme
 */
/* line 5, ../sass/_custom.scss */
#brand-banner {
  display: none;
}

/* line 9, ../sass/_custom.scss */
#block-search-form input[type=submit] {
  background-image: url("../img/search-small.png");
  background-position: center top;
  height: 16px !important;
  right: 5px;
}
/* line 15, ../sass/_custom.scss */
#block-search-form input[type=submit]:hover {
  background-position: center bottom;
}

/* ---------- Hide Photo Caption on Subpages ---------- */
/* line 25, ../sass/_custom.scss */
.not-front #front-brand, .not-front .banner-front {
  display: none !important;
}

/* ---------- Front Styles ---------- */
/* line 32, ../sass/_custom.scss */
.front {
  background-image: url(../img/front_bg.png);
  background-repeat: repeat-y;
  background-position: center center;
}
/* line 37, ../sass/_custom.scss */
.front .navbar {
  margin-top: 0px !important;
  background-color: white;
}
/* line 42, ../sass/_custom.scss */
.front h1.title {
  display: none;
}
/* line 46, ../sass/_custom.scss */
.front .field-name-field-banner-image {
  display: none;
}
/* line 50, ../sass/_custom.scss */
.front .col-md-6 {
  padding: 0px 30px;
}
/* line 54, ../sass/_custom.scss */
.front #caption-wrap {
  background-image: url(../img/diagonal_pattern.png);
  width: 100%;
  height: 150px;
  margin: 0 auto;
  margin-top: 320px;
  text-align: center;
}
/* line 62, ../sass/_custom.scss */
.front #caption-wrap #photo-caption {
  width: 700px;
  margin: 0 auto;
  background-color: #0e89bc;
  padding: 35px 30px 30px 30px;
  height: 150px;
}
/* line 69, ../sass/_custom.scss */
.front #caption-wrap #photo-caption h1 {
  color: white;
  font-size: 42px;
  margin: 0px;
  padding: 0px;
}
/* line 76, ../sass/_custom.scss */
.front #caption-wrap #photo-caption h2 {
  color: white;
  margin: 0px;
  padding: 10px 0px;
  text-transform: none;
  font-size: 26px;
  letter-spacing: 1px;
}
/* line 84, ../sass/_custom.scss */
.front #caption-wrap #photo-caption h2 span {
  text-transform: none;
  font-style: italic;
}
/* line 90, ../sass/_custom.scss */
.front #caption-wrap #photo-caption p {
  letter-spacing: 1.5px;
  margin: 0px;
}

/* ----- Front Banner ----- */
/* line 102, ../sass/_custom.scss */
.front #banner-bg {
  height: 470px;
  width: 100%;
  overflow: hidden;
}
/* line 107, ../sass/_custom.scss */
.front #banner-bg #banner-photo {
  height: auto;
  width: 1600px;
  position: relative;
  left: 50%;
  margin-left: -800px;
  top: -40px;
}

/* ----- Front Content ----- */
/* line 119, ../sass/_custom.scss */
#front-top {
  margin-top: 50px;
  margin-bottom: 30px;
  height: auto;
}
/* line 125, ../sass/_custom.scss */
#front-top #front-left h1, #front-top #front-center-full h1 {
  margin-top: 0px;
}
/* line 129, ../sass/_custom.scss */
#front-top #front-left h2, #front-top #front-center-full h2 {
  font-size: 150%;
  line-height: 1.1;
  padding: 10px 0px 20px 0px;
}
/* line 135, ../sass/_custom.scss */
#front-top #front-left h3, #front-top #front-center-full h3 {
  font-family: "Crimson", Georgia, serif;
  font-size: 140%;
  line-height: 1.1;
  padding-bottom: 20px;
  text-transform: none;
}
/* line 143, ../sass/_custom.scss */
#front-top #front-left p, #front-top #front-center-full p {
  font-size: 110%;
  line-height: 1.2;
}
/* line 148, ../sass/_custom.scss */
#front-top #front-left #block-views-homepage-content-block, #front-top #front-center-full #block-views-homepage-content-block {
  border-top: 2px solid #eee;
  padding-top: 15px;
}
/* line 154, ../sass/_custom.scss */
#front-top #front-right.col-md-5 {
  float: right;
  width: 33.33333%;
}
/* line 159, ../sass/_custom.scss */
#front-top #subscribe {
  background-color: #1f3dad;
  height: auto;
  color: white;
  padding: 30px;
}
/* line 165, ../sass/_custom.scss */
#front-top #subscribe h3 {
  color: #99cee4;
  font-size: 24px;
  margin-top: 0px;
}
/* line 171, ../sass/_custom.scss */
#front-top #subscribe p {
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 0px;
}
/* line 178, ../sass/_custom.scss */
#front-top #subscribe .btn-signup {
  float: right;
  background-color: #1F74AD;
  font-family: "Lato", Arial, sans-serif;
  color: white;
  text-decoration: none;
  font-size: 17px;
  text-transform: none;
  padding: 5px 12px;
  margin-top: 3px;
  margin-left: 5px;
}
/* line 190, ../sass/_custom.scss */
#front-top #subscribe .btn-signup:hover {
  background-color: #fc0024;
}
/* line 196, ../sass/_custom.scss */
#front-top #whats-new {
  background-color: #b7e5e0;
  padding: 30px;
}
/* line 200, ../sass/_custom.scss */
#front-top #whats-new h1 {
  margin: 0px;
}
/* line 204, ../sass/_custom.scss */
#front-top #whats-new h3 {
  color: white;
  text-transform: uppercase;
}
/* line 209, ../sass/_custom.scss */
#front-top #whats-new a {
  font-family: "Lato", Arial, sans-serif;
  font-size: 95%;
}

/* line 216, ../sass/_custom.scss */
#tweets-wrap {
  margin-top: -100px;
  background-color: #eee;
  height: auto;
  min-height: 200px;
  padding: 30px 0px;
}

/* line 224, ../sass/_custom.scss */
#block-views-front-featured-items-block {
  background-color: #b7e5e0;
  padding: 30px;
  padding-top: 0px;
}
/* line 229, ../sass/_custom.scss */
#block-views-front-featured-items-block h2 {
  color: #1F74AD;
  text-transform: uppercase;
  font-family: "Lato Light";
  font-size: 42px;
  margin: 0px 0px 30px 0px;
}
/* line 237, ../sass/_custom.scss */
#block-views-front-featured-items-block .views-row {
  margin-bottom: 30px;
}
/* line 241, ../sass/_custom.scss */
#block-views-front-featured-items-block img {
  width: 125px;
  height: auto;
  margin: 0px 20px 5px 0px;
  border: 1px solid white;
}
/* line 248, ../sass/_custom.scss */
#block-views-front-featured-items-block .views-field-type {
  background-color: #15847F;
  display: inline-block;
  color: white;
  padding: 0px 3px;
  border-radius: 2px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  margin: 0px !important;
  margin-bottom: 10px !important;
  line-height: 24px;
}
/* line 261, ../sass/_custom.scss */
#block-views-front-featured-items-block .views-field-title {
  clear: both;
}
/* line 265, ../sass/_custom.scss */
#block-views-front-featured-items-block .views-row-last {
  margin-bottom: 0px !important;
}
/* line 269, ../sass/_custom.scss */
#block-views-front-featured-items-block h4 {
  margin-top: 0px;
}

/* ---------- Team Photos ---------- */
/* line 278, ../sass/_custom.scss */
.team {
  /* -- text styles for team member names, affiliations and titles -- */
}
/* line 281, ../sass/_custom.scss */
.team h3 {
  margin-top: 60px;
  clear: both;
}
/* line 286, ../sass/_custom.scss */
.team .affil {
  margin-top: 0px;
  color: #1F74AD;
  text-transform: none;
}
/* line 292, ../sass/_custom.scss */
.team img {
  float: left;
  margin: 0px 20px 5px 0px;
  width: 150px;
  border: 1px solid #b7e5e0;
}
/* line 299, ../sass/_custom.scss */
.team hr {
  margin-top: 70px;
}

/* ---------- Media Inquiries Box ----------- */
/* line 307, ../sass/_custom.scss */
.media-inq {
  background-color: #99cee4;
  padding: 20px;
}
/* line 311, ../sass/_custom.scss */
.media-inq h3 {
  color: white !important;
  margin-top: 0px;
}

/* ---------- Views and Blocks ---------- */
/* ----- Visual Items ----- */
/* ----- these styles are for the featured content views that show publications, news stories, blog posts, and fact center items as visual blocks rather than a text-only list ----- */
/* line 322, ../sass/_custom.scss */
.page-node-9, .page-node-22 {
  /* -- All Content Types -- */
  /* -- Featured Pubs -- */
  /* -- Fact Center -- */
  /* -- C-SAIL Blog -- */
  /* -- Standards Reform in the News -- */
}
/* line 327, ../sass/_custom.scss */
.page-node-9 .view-publications-landing-block- .views-row, .page-node-9 .view-featured-news-block .views-row, .page-node-9 .view-featured-post-block .views-row, .page-node-9 .view-id-fact_center .views-row, .page-node-22 .view-publications-landing-block- .views-row, .page-node-22 .view-featured-news-block .views-row, .page-node-22 .view-featured-post-block .views-row, .page-node-22 .view-id-fact_center .views-row {
  background-color: #eee;
  padding: 5px 20px 15px 20px;
  margin: 2%;
  width: 45%;
  float: left;
  min-height: 325px;
}
/* line 336, ../sass/_custom.scss */
.page-node-9 .view-publications-landing-block- .views-row-last, .page-node-9 .view-featured-news-block .views-row-last, .page-node-9 .view-featured-post-block .views-row-last, .page-node-9 .view-id-fact_center .views-row-last, .page-node-22 .view-publications-landing-block- .views-row-last, .page-node-22 .view-featured-news-block .views-row-last, .page-node-22 .view-featured-post-block .views-row-last, .page-node-22 .view-id-fact_center .views-row-last {
  margin-bottom: 20px;
}
/* line 347, ../sass/_custom.scss */
.page-node-9 .view-publications-landing-block- .views-row, .page-node-22 .view-publications-landing-block- .views-row {
  /* clear: both;
  margin-bottom: 30px; */
  min-height: 380px;
}
/* line 353, ../sass/_custom.scss */
.page-node-9 .view-publications-landing-block- .views-field-field-authors, .page-node-22 .view-publications-landing-block- .views-field-field-authors {
  line-height: 1.2 !important;
  margin-top: 10px;
}
/* line 358, ../sass/_custom.scss */
.page-node-9 .view-publications-landing-block- h3, .page-node-22 .view-publications-landing-block- h3 {
  clear: both;
  margin-top: 50px;
}
/* line 363, ../sass/_custom.scss */
.page-node-9 .view-publications-landing-block- .views-field-field-date-of-publication, .page-node-22 .view-publications-landing-block- .views-field-field-date-of-publication {
  line-height: 1.2 !important;
}
/* line 367, ../sass/_custom.scss */
.page-node-9 .view-publications-landing-block- .views-field.views-field-field-thumbnail img, .page-node-22 .view-publications-landing-block- .views-field.views-field-field-thumbnail img {
  margin-bottom: -10px;
  margin-top: 15px;
  width: 100px;
  height: auto;
  border: 1px solid #99cee4;
  /* float: left; */
  margin-right: 15px;
  /* margin-bottom: 15px; */
}
/* line 384, ../sass/_custom.scss */
.page-node-9 .view-id-fact_center .views-row, .page-node-22 .view-id-fact_center .views-row {
  min-height: 390px;
  padding-top: 15px;
  margin: 1%;
  width: 30%;
}
/* line 391, ../sass/_custom.scss */
.page-node-9 .view-id-fact_center h4, .page-node-22 .view-id-fact_center h4 {
  margin-bottom: 10px;
  margin-top: 5px;
}
/* line 396, ../sass/_custom.scss */
.page-node-9 .view-id-fact_center .views-field-field-thumbnail img, .page-node-22 .view-id-fact_center .views-field-field-thumbnail img {
  border: 1px solid #99cee4;
  margin-top: 5px;
}
/* line 406, ../sass/_custom.scss */
.page-node-9 .view-featured-post-block, .page-node-22 .view-featured-post-block {
  /* comment this out when new posts are added */
}
/* line 409, ../sass/_custom.scss */
.page-node-9 .view-featured-post-block .views-row, .page-node-22 .view-featured-post-block .views-row {
  width: 94%;
  min-height: 0px;
}
/* line 420, ../sass/_custom.scss */
.page-node-9 .view-featured-news-block .views-field-field-date-of-publication, .page-node-22 .view-featured-news-block .views-field-field-date-of-publication {
  line-height: 1.2 !important;
  display: block;
}
/* line 425, ../sass/_custom.scss */
.page-node-9 .view-featured-news-block .views-field-field-publication-name, .page-node-22 .view-featured-news-block .views-field-field-publication-name {
  line-height: 1.2 !important;
  margin-top: 10px;
}

/* ---------- Blog Archive ---------- */
/* line 438, ../sass/_custom.scss */
.view-featured-post-block .views-field-field-thumbnail img {
  float: left;
  width: 124px;
  height: auto;
  margin-right: 15px;
  border: 1px solid #99cee4;
}

/* ----------- Taxonomy Views for Project Pages ---------- */
/* line 452, ../sass/_custom.scss */
.view-tags .views-field-type {
  background-color: #15847F;
  display: inline-block;
  color: white;
  padding: 0px 3px;
  border-radius: 2px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  margin: 0px !important;
  margin-bottom: 10px !important;
  line-height: 24px;
}
/* line 465, ../sass/_custom.scss */
.view-tags h4 {
  margin-bottom: 0px;
}

/* ---------- Videos ---------- */
/* line 473, ../sass/_custom.scss */
.tags {
  background-color: #15847F;
  display: inline-block;
  color: white;
  padding: 0px 3px;
  border-radius: 2px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  margin: 0px !important;
  margin-bottom: 10px !important;
  line-height: 24px;
}

/* line 486, ../sass/_custom.scss */
.project-tags {
  background-color: #1F74AD;
}

/* line 492, ../sass/_custom.scss */
.view-videos .views-field-nothing {
  float: left;
  margin-right: 20px;
}
/* line 497, ../sass/_custom.scss */
.view-videos .views-field-field-project, .view-videos .views-field-field-keywords {
  display: inline-block;
}
/* line 501, ../sass/_custom.scss */
.view-videos .views-field.views-field-field-description {
  margin-top: -20px;
}

/* line 509, ../sass/_custom.scss */
.view-videos.view-display-id-block .views-row {
  clear: both;
  min-height: 250px;
  margin-bottom: 50px;
}
/* line 515, ../sass/_custom.scss */
.view-videos.view-display-id-block .views-field-field-description p, .view-videos.view-display-id-block .views-field-field-description ol, .view-videos.view-display-id-block .views-field-field-description ul {
  font-size: 85%;
  line-height: 1.2;
}
/* line 520, ../sass/_custom.scss */
.view-videos.view-display-id-block ul li, .view-videos.view-display-id-block ol li {
  text-indent: 0px !important;
}

/* line 526, ../sass/_custom.scss */
.video_play.youtube {
  text-decoration: none;
}

/* line 530, ../sass/_custom.scss */
.video_embed .info_overlay, .video_link .info_overlay {
  background-color: #1f3dad !important;
}

/* ---------- More Views Stuff ---------- */
/* ----- C-SAIL In the News ----- */
/* line 540, ../sass/_custom.scss */
.view-id-featured_c_sail_in_the_news span.views-field.views-field-field-publication-name-1 span.field-content {
  font-weight: bold !important;
}

/* ----- Press Releases ----- */
/* line 550, ../sass/_custom.scss */
.view-featured-press-release .views-field-field-date-1 {
  font-weight: bold;
}

/* ----- Publications Landing ----- */
/* line 560, ../sass/_custom.scss */
.view-publications-landing-block- h3, .view-publications-archive-page h3 {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 20px;
}

/* ----- Related Content ----- */
/* line 572, ../sass/_custom.scss */
.view-related-content .views-row-last {
  margin-bottom: 40px;
}
/* line 576, ../sass/_custom.scss */
.view-related-content .views-field-field-year-of-publication p {
  margin-top: 10px;
}

/* ---------- Nodes ---------- */
/* ----- Blog Post ----- */
/* line 590, ../sass/_custom.scss */
.node-type-blog-post .field-name-field-blog-author {
  color: #1ba39c;
  font-family: "Lato", Arial, sans-serif;
  font-size: 32px;
  text-transform: none;
}
/* line 597, ../sass/_custom.scss */
.node-type-blog-post .field-name-field-date-published {
  font-weight: bold;
  margin-top: 10px;
}

/* line 605, ../sass/_custom.scss */
.node-type-press-release .field-name-field-date-1 {
  font-weight: bold;
}

/* ----- Resources ----- */
/* line 614, ../sass/_custom.scss */
.node-fact-center .field-name-field-project, .node-fact-center .field-name-field-keywords {
  display: inline-block;
  margin: 0px 2px;
}
/* line 619, ../sass/_custom.scss */
.node-fact-center .field-name-field-project a, .node-fact-center .field-name-field-keywords a {
  background-color: #15847F;
  display: inline-block;
  color: white;
  padding: 0px 3px;
  border-radius: 2px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  margin: 0px !important;
  margin-bottom: 10px !important;
  line-height: 24px;
  text-decoration: none;
}
/* line 633, ../sass/_custom.scss */
.node-fact-center .field-name-field-project a {
  background-color: #1F74AD;
}

/* ---------- Twitter Block ---------- */
/* line 641, ../sass/_custom.scss */
#tweets.col-md-6 {
  padding: 0px;
}
/* line 644, ../sass/_custom.scss */
#tweets.col-md-6 h2 {
  margin-bottom: 30px;
  padding-left: 15px;
  color: #15847F;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../sass/_responsive.scss */
  .front #front-brand {
    margin-top: 225px;
  }

  /* line 7, ../sass/_responsive.scss */
  #tweets-wrap {
    margin-top: -260px;
  }

  /* -- Footer -- */
  /* line 12, ../sass/_responsive.scss */
  #wrap {
    margin: 0 auto -180px;
    padding: 0 0 180px;
  }

  /* line 17, ../sass/_responsive.scss */
  #footer {
    height: 180px;
    /* --- Removed Partners --- */
    	/* ---
        .contactTop {

    		.ct-left {
    			width: 55%;
    			height: 130px;
    		}

    		.ct-right {
    			width: 42%;
    		}
    	} --- */
  }
  /* line 20, ../sass/_responsive.scss */
  #footer .ies {
    padding-bottom: 40px;
  }

  /* line 45, ../sass/_responsive.scss */
  #navbar-logo {
    background-size: 330px;
    width: 330px;
    background-position: left;
  }
}
@media (max-width: 991px) {
  /* line 55, ../sass/_responsive.scss */
  .navbar-collapse {
    position: absolute;
    left: 0px;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 800;
  }

  /* -- Banner Image -- */
  /* line 65, ../sass/_responsive.scss */
  .front #caption-wrap {
    margin-top: 350px;
  }
  /* line 69, ../sass/_responsive.scss */
  .front #banner-bg {
    height: 350px;
  }
  /* line 72, ../sass/_responsive.scss */
  .front #banner-bg #banner-photo {
    height: auto;
    width: 1100px;
    position: relative;
    left: 50%;
    margin-left: -550px;
    top: 0px;
  }
  /* line 80, ../sass/_responsive.scss */
  .front #banner-bg #banner-photo img {
    width: 1100px;
    height: auto;
  }

  /* -- Home Page Content -- */
  /* line 90, ../sass/_responsive.scss */
  #front-top #front-right.col-md-5 {
    width: 100%;
    margin-top: 20px;
  }

  /* line 95, ../sass/_responsive.scss */
  #tweets-wrap {
    margin-top: 0px;
  }

  /* line 99, ../sass/_responsive.scss */
  #front-top #subscribe .btn-signup {
    margin-top: -15px;
  }

  /* -- Footer -- */
  /* line 104, ../sass/_responsive.scss */
  #wrap {
    margin: 0 auto -180px;
    padding: 0 0 180px;
  }

  /* line 109, ../sass/_responsive.scss */
  #footer {
    height: 180px;
  }
  /* line 114, ../sass/_responsive.scss */
  #footer .contactTop {
    /* --- Removed Partners --- */
   /* ---
  .ct-right {
  	margin-bottom: 5px;
  	width: 53%;
  } --- */
  }
  /* line 116, ../sass/_responsive.scss */
  #footer .contactTop .ct-left {
    /* --- Removed Partners --- */
   /* ---
  height: 150px;
  width: 44%;
  -- */
  }
  /* line 123, ../sass/_responsive.scss */
  #footer .contactTop .ct-left p {
    padding-top: 2px;
    font-size: 10.5px;
    line-height: 12.5px;
  }
  /* line 144, ../sass/_responsive.scss */
  #footer .footer-new {
    display: none;
  }
  /* line 148, ../sass/_responsive.scss */
  #footer .social-wrap {
    float: right;
  }
  /* line 151, ../sass/_responsive.scss */
  #footer .social-wrap .social {
    width: 27px;
  }
}
@media (max-width: 767px) {
  /* -- Banner Image -- */
  /* line 164, ../sass/_responsive.scss */
  .front #caption-wrap {
    margin-top: 300px;
  }
  /* line 167, ../sass/_responsive.scss */
  .front #caption-wrap #photo-caption {
    width: 100%;
  }
  /* line 170, ../sass/_responsive.scss */
  .front #caption-wrap #photo-caption h1 {
    font-size: 38px;
  }
  /* line 174, ../sass/_responsive.scss */
  .front #caption-wrap #photo-caption h2 {
    font-size: 24px;
  }
  /* line 180, ../sass/_responsive.scss */
  .front #banner-bg {
    height: 300px;
  }
  /* line 183, ../sass/_responsive.scss */
  .front #banner-bg #banner-photo {
    height: auto;
    width: 900px;
    position: relative;
    left: 50%;
    margin-left: -450px;
    top: 0px;
  }
  /* line 191, ../sass/_responsive.scss */
  .front #banner-bg #banner-photo img {
    width: 900px;
    height: auto;
  }

  /* line 199, ../sass/_responsive.scss */
  #banner-photo {
    display: block;
  }

  /* line 204, ../sass/_responsive.scss */
  .not-front #main-row {
    margin-top: 280px;
  }
  /* line 208, ../sass/_responsive.scss */
  .not-front #banner-bg {
    height: 245px;
  }
  /* line 211, ../sass/_responsive.scss */
  .not-front #banner-bg #banner-photo img {
    height: 245px !important;
    width: 775px;
    margin-left: -387px;
  }

  /* -- Footer -- */
  /* line 221, ../sass/_responsive.scss */
  #wrap {
    margin: 0 auto -225px;
    padding: 0 0 225px;
  }

  /* line 226, ../sass/_responsive.scss */
  #footer {
    height: 225px;
  }
  /* line 231, ../sass/_responsive.scss */
  #footer .contactTop .ct-left {
    height: 100px;
    /* width: 30%; */
    width: 100%;
    float: left;
  }
  /* line 237, ../sass/_responsive.scss */
  #footer .contactTop .ct-left p {
    /* display: none; */
    text-align: left;
  }
  /* line 243, ../sass/_responsive.scss */
  #footer .contactTop .ct-right {
    margin-bottom: 5px;
    width: 66%;
    margin-top: 0px;
  }
  /* line 251, ../sass/_responsive.scss */
  #footer .contactBottom .cb-left {
    width: 77%;
    float: left;
  }
  /* line 256, ../sass/_responsive.scss */
  #footer .contactBottom .cb-right {
    float: right;
    display: inline-block;
  }
  /* line 262, ../sass/_responsive.scss */
  #footer .contactBottom .cb-middle {
    margin-left: 0px;
    float: left;
  }
  /* line 268, ../sass/_responsive.scss */
  #footer .footer-new {
    display: none;
  }
  /* line 272, ../sass/_responsive.scss */
  #footer .social-wrap {
    float: right;
  }
  /* line 276, ../sass/_responsive.scss */
  #footer .social {
    width: 27px;
    margin: 0px 5px 0px 0px;
    height: 26px;
  }
  /* line 281, ../sass/_responsive.scss */
  #footer .social:hover {
    background-image: url(../img/social_csail.png);
    height: 26px;
  }
  /* line 287, ../sass/_responsive.scss */
  #footer .twitter {
    background-position: 0px -52px;
  }
  /* line 290, ../sass/_responsive.scss */
  #footer .twitter:hover {
    background-position: 0px -78px;
  }

  /* line 296, ../sass/_responsive.scss */
  .view-videos .views-field-nothing {
    float: none;
    max-height: 210px;
  }
}
@media (max-width: 648px) {
  /* -- Logo -- */
  /* line 306, ../sass/_responsive.scss */
  .navbar-brand {
    padding-top: 23px;
    padding-bottom: 7px;
  }

  /* line 311, ../sass/_responsive.scss */
  #navbar-logo {
    background-size: 360px;
    width: 360px;
  }

  /* -- Banner Image -- */
  /* line 318, ../sass/_responsive.scss */
  .front #caption-wrap {
    display: none;
  }

  /* line 323, ../sass/_responsive.scss */
  #main-row {
    margin-top: 300px;
  }

  /* -- Footer -- */
  /* line 328, ../sass/_responsive.scss */
  #wrap {
    margin: 0 auto -140px;
    padding: 0 0 140px;
  }

  /* line 333, ../sass/_responsive.scss */
  #footer {
    height: 140px;
  }
  /* line 336, ../sass/_responsive.scss */
  #footer .contactTop {
    display: none;
  }
  /* line 341, ../sass/_responsive.scss */
  #footer .contactBottom .cb-left {
    width: 100%;
    height: 30px;
  }
  /* line 345, ../sass/_responsive.scss */
  #footer .contactBottom .cb-left h3 {
    text-align: center;
  }
  /* line 350, ../sass/_responsive.scss */
  #footer .contactBottom .cb-right {
    width: 100%;
    text-align: center;
    clear: both;
  }
  /* line 355, ../sass/_responsive.scss */
  #footer .contactBottom .cb-right .social-wrap {
    float: none;
  }
  /* line 361, ../sass/_responsive.scss */
  #footer .cb-middle {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 490px) {
  /* -- Logo -- */
  /* line 371, ../sass/_responsive.scss */
  .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* line 376, ../sass/_responsive.scss */
  #navbar-logo {
    background-size: 475px;
    width: 200px;
  }
}
@media (min-width: 676px) {
  /* line 385, ../sass/_responsive.scss */
  #footer .cb-middle {
    width: 87%;
  }
}
@media (min-width: 960px) {
  /* line 391, ../sass/_responsive.scss */
  #footer .cb-middle {
    width: 48%;
  }
}
@media (min-width: 1120px) {
  /* line 397, ../sass/_responsive.scss */
  #footer .cb-middle {
    width: 56%;
  }
}
/* line 402, ../sass/_responsive.scss */
#footer a {
  color: #90bac7;
}

@media (min-width: 1024px) {
  /* line 407, ../sass/_responsive.scss */
  li.menu-536 .word2 {
    display: block;
  }

  /* line 411, ../sass/_responsive.scss */
  li.menu-536 a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
