/* // - Banner Stripe
$banner-strip-bg: $banner-color; */
/**
 * 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 */
html, body {
  line-height: 1.2em;
}

/* line 15, ../sass/_base.scss */
a {
  color: #c00d15;
}

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

/* line 23, ../sass/_base.scss */
#main-content a:hover {
  text-decoration: underline;
}

/* line 27, ../sass/_base.scss */
p {
  line-height: 26px;
}

/* line 31, ../sass/_base.scss */
h1 {
  color: #562023;
  font-family: "Lato Light", Arial, sans-serif;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 1px;
}

/* line 41, ../sass/_base.scss */
h2 > a, a > h2,
h2 > a:hover, a:hover > h2,
h2 {
  color: #243841;
  font-family: "Crimson", Georgia, serif;
  text-transform: none;
  font-size: 32px;
}

/* line 49, ../sass/_base.scss */
h3 > a:hover, a:hover > h3,
h3, h3 > a, a > h3 {
  color: #788386;
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  margin-bottom: 10px;
}

/* line 58, ../sass/_base.scss */
h3.mini {
  font-size: 0.7em;
}

/* line 62, ../sass/_base.scss */
h4 {
  color: #22717b;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.5px;
  line-height: 1.4em;
}

/* line 70, ../sass/_base.scss */
a > h4 {
  color: #c00d15;
}
/* line 73, ../sass/_base.scss */
a > h4:hover {
  color: #da2028;
}

/* line 78, ../sass/_base.scss */
h5 {
  color: #788386;
  font-family: "Lato", Arial, sans-serif;
}

/* line 83, ../sass/_base.scss */
label {
  display: block;
}

/* line 87, ../sass/_base.scss */
textarea {
  max-width: 100%;
}

/* ---------- Standard Text/Layout Styles ---------- */
/* line 93, ../sass/_base.scss */
.push {
  clear: both;
  height: 1px;
}

/* line 98, ../sass/_base.scss */
.large {
  font-size: 24px;
  line-height: 32px;
}

/* line 103, ../sass/_base.scss */
.small, .view-featured-report .views-field-field-short-description p {
  font-size: 18px;
  line-height: 22px;
}

/* line 108, ../sass/_base.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 113, ../sass/_base.scss */
.lato {
  font-family: "Lato", Arial, sans-serif;
}

/* line 117, ../sass/_base.scss */
ol li {
  margin-bottom: 10px !important;
}

/* line 121, ../sass/_base.scss */
.light-blue {
  background-color: #cddcdf;
  padding: 10px;
}

/* line 126, ../sass/_base.scss */
.border {
  border: 2px dotted white;
  padding: 20px;
}

/* line 131, ../sass/_base.scss */
h3 ul li {
  margin-bottom: 10px;
}

/* line 135, ../sass/_base.scss */
.clear {
  clear: both;
}

/* ----- Make all People Photos Round! ----- */
/* line 141, ../sass/_base.scss */
.photo-people {
  display: inline-block;
  position: relative;
  width: 150;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}
/* line 149, ../sass/_base.scss */
.photo-people img {
  width: 150px;
  height: auto;
}

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

/* ---------- Top Resources Bar ---------- */
/* line 12, ../sass/_layout.scss */
#header-nav {
  background-color: #243841;
  height: 40px;
  padding: 4px 20px;
  border-bottom: 1px solid #3c545e;
}

/* line 19, ../sass/_layout.scss */
#header-right {
  padding-top: 4px;
}

/* line 23, ../sass/_layout.scss */
#gse-logo {
  background-image: url(../img/gse_logo.png);
  background-repeat: no-repeat;
  display: block !important;
  height: 40px;
  width: 200px;
  float: left;
}

/* line 32, ../sass/_layout.scss */
#block-search-form {
  padding-top: 1px;
}

/* line 36, ../sass/_layout.scss */
ul.social-top {
  color: white;
  list-style-type: none;
  margin-top: -6px;
}
/* line 41, ../sass/_layout.scss */
ul.social-top li {
  display: inline-block;
  margin-right: 5px;
}

/* line 47, ../sass/_layout.scss */
#edit-search-block-form--2 {
  background-color: #788386;
}

/* ------------ Navigation Colors ---------- */
/* line 52, ../sass/_layout.scss */
.navbar {
  background-color: #243841;
}

/* line 56, ../sass/_layout.scss */
.navbar-header {
  float: none;
  height: 0px;
}

/* line 61, ../sass/_layout.scss */
.navbar > .container {
  background-color: transparent;
}

/* line 65, ../sass/_layout.scss */
.navbar .nav > li {
  max-width: 115px;
  margin-right: 10px;
}

/* line 75, ../sass/_layout.scss */
.nav > li > a:hover,
.nav > li > a:focus, .nav > li.active-trail a,
.nav > li > a.active {
  background-color: #22717b;
  color: white;
}

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

/* line 89, ../sass/_layout.scss */
#navbar-logo {
  background-image: url(../img/logo_msi.png);
  background-size: 100px auto;
  width: 100px;
  height: 100px;
  position: absolute;
  margin-top: 5px;
}

/* ---------- Banner ---------- */
/* line 101, ../sass/_layout.scss */
#banner {
  width: 1400px;
  height: 350px;
  padding: 0px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
/* line 110, ../sass/_layout.scss */
#banner img {
  width: 100%;
  height: auto;
}

/* line 117, ../sass/_layout.scss */
.front #banner {
  height: 600px;
}

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

/* --------- Content ---------- */
/* line 127, ../sass/_layout.scss */
#main-row {
  margin-top: 20px;
}

/* --------- Sidebar Menu ---------- */
/* line 135, ../sass/_layout.scss */
#sidebar .block h2,
.block-menu-block h2,
.block-menu h2 {
  color: #243841;
  color: #788386;
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
}

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

/* line 156, ../sass/_layout.scss */
label.option {
  position: relative;
  top: 4px;
}

/* line 161, ../sass/_layout.scss */
.ct-right {
  margin-top: 10px;
}

/* line 165, ../sass/_layout.scss */
.social {
  background-image: url(../img/social_sprite.png);
}

/* line 169, ../sass/_layout.scss */
.ct-left {
  font-size: 25px;
  color: #cddcdf;
  padding-top: 5px;
}

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

/* line 180, ../sass/_layout.scss */
.cb-right {
  margin-top: 3px;
}

/* line 184, ../sass/_layout.scss */
#main-content table {
  table-layout: fixed;
  width: 100%;
}
/* line 188, ../sass/_layout.scss */
#main-content table td {
  word-wrap: break-word;
}

/* line 194, ../sass/_layout.scss */
#sidebar ul.menu li:hover a,
#sidebar ul.menu li.active ul li a {
  background-color: #fff !important;
  color: #333 !important;
}

/* line 206, ../sass/_layout.scss */
#sidebar ul.menu li.active ul li a:hover,
#sidebar ul.menu li a.active,
#sidebar ul.menu li a:hover {
  background-color: #562023 !important;
  color: #fff !important;
}

/* line 211, ../sass/_layout.scss */
#sidebar ul.menu li ul.menu > li:first-child {
  border-top: 1px solid #ccc;
}

/* line 215, ../sass/_layout.scss */
#sidebar ul.menu li ul li a:before {
  content: "»\00a0\00a0";
  font-family: "Crimson", Georgia, serif;
}

/* line 220, ../sass/_layout.scss */
#sidebar ul.menu li ul li a {
  padding-left: 20px;
}

/**
 * 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
 */
/* ---------- Social Top Menu --------- */
/* line 15, ../sass/_state.scss */
#top-social {
  margin-right: 10px;
  position: relative;
}
/* line 19, ../sass/_state.scss */
#top-social a {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background-image: url(../img/social_top_sprite.png);
  background-size: 66px;
}
/* line 28, ../sass/_state.scss */
#top-social .top-google {
  background-position: left top;
}
/* line 31, ../sass/_state.scss */
#top-social .top-google:hover {
  background-position: left bottom;
}
/* line 36, ../sass/_state.scss */
#top-social .top-facebook {
  background-position: center top;
}
/* line 39, ../sass/_state.scss */
#top-social .top-facebook:hover {
  background-position: center bottom;
}
/* line 44, ../sass/_state.scss */
#top-social .top-twitter {
  background-position: right top;
}
/* line 47, ../sass/_state.scss */
#top-social .top-twitter:hover {
  background-position: right bottom;
}

/* --- Drop-down Menu --- */
/* line 56, ../sass/_state.scss */
.sf-menu.sf-horizontal.sf-shadow ul {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0 !important;
}

/* line 64, ../sass/_state.scss */
.sf-menu.sf-horizontal.sf-shadow ul li {
  text-transform: none;
  font-size: 14px;
  padding: 0 !important;
  margin: 0;
}

/* line 70, ../sass/_state.scss */
.sf-menu.sf-horizontal.sf-shadow ul li a {
  padding: 5px 10px;
  margin: 0;
}

/* line 75, ../sass/_state.scss */
.sf-menu.sf-horizontal.sf-shadow ul li:hover a,
.sf-menu.sf-horizontal.sf-shadow ul li a:hover {
  background: #449ca7;
  color: #fff !important;
}

/* line 80, ../sass/_state.scss */
a > .sf-sub-indicator {
  top: 3.7em;
}

/* line 84, ../sass/_state.scss */
.menuparent > ul {
  margin-top: 44px;
}
/* line 87, ../sass/_state.scss */
.menuparent > ul a {
  color: #333333;
}

/* ---------- Search ---------- */
/* line 94, ../sass/_state.scss */
#block-search-form input[type=submit] {
  background-image: url("../img/search-small.png");
  background-position: center top;
  height: 16px !important;
  right: 5px;
  top: 6px;
  background-size: 60%;
}
/* line 102, ../sass/_state.scss */
#block-search-form input[type=submit]:hover {
  background-position: center bottom;
}

/* ---------- Footer Social Links ---------- */
/* line 110, ../sass/_state.scss */
.social {
  background-image: url(../img/social_foot.png);
  background-size: 130px;
  background-repeat: no-repeat;
  width: 130px;
  display: inline-block;
  height: 26px;
  cursor: pointer;
}
/* line 119, ../sass/_state.scss */
.social.facebook {
  background-position: 0px 0px;
  margin-right: -10px;
}
/* line 123, ../sass/_state.scss */
.social.facebook:hover {
  background-position: 0px -24px;
  margin-right: -10px;
}
/* line 129, ../sass/_state.scss */
.social.twitter {
  background-position: 0px -52px;
}
/* line 132, ../sass/_state.scss */
.social.twitter:hover {
  background-position: 0px -78px;
}
/* line 137, ../sass/_state.scss */
.social.unplugged {
  background-position: 0px -104px;
}
/* line 140, ../sass/_state.scss */
.social.unplugged:hover {
  background-position: 0px -130px;
}
/* line 145, ../sass/_state.scss */
.social.lineup {
  background-position: 0px -156px;
}
/* line 148, ../sass/_state.scss */
.social.lineup:hover {
  background-position: 0px -182px;
}

/* ---------- Sidebar Menu ---------- */
/* line 157, ../sass/_state.scss */
#sidebar ul.menu li.active a, #sidebar ul.menu li:hover a {
  background-color: #562023;
}

/* line 162, ../sass/_state.scss */
#sidebar ul.menu li ul.menu > li:first-child {
  border-top: 1px solid #e1e1e1;
}

/* line 166, ../sass/_state.scss */
#sidebar ul.menu li:before, #main-content ul.tabs li:before {
  content: "";
}

/* ---------- Buttons ---------- */
/* line 172, ../sass/_state.scss */
.btn-primary, .btn-rm {
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: #91af46;
  border: 1px solid #91af46;
  color: white;
}
/* line 180, ../sass/_state.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-rm:hover, .btn-rm:focus, .btn-rm:active, .btn-rm:active:focus {
  background-color: #accd59;
  border: 1px solid #accd59;
  color: white;
}

/* line 187, ../sass/_state.scss */
.btn-primary.outline {
  border: 1px solid #91af46;
  background-color: white;
  font-family: "Lato", Arial, sans-serif;
  color: #91af46;
  font-size: 16px;
}

/* line 195, ../sass/_state.scss */
.btn-block {
  max-width: 500px;
  margin: 0 auto;
}

/* ---------- Pager ---------- */
/* line 202, ../sass/_state.scss */
#main-content ul.pager li {
  text-indent: 0px;
}

/* line 206, ../sass/_state.scss */
.pager-current {
  font-weight: bold;
}

/* line 210, ../sass/_state.scss */
.pager li > a, .pager li > span {
  border: none;
  padding: 5px;
  border-radius: 0px;
}
/* line 215, ../sass/_state.scss */
.pager li > a:hover, .pager li > span:hover {
  background-color: #cddcdf;
}

/* line 220, ../sass/_state.scss */
.item-list ul li:before {
  content: none !important;
}

/* line 224, ../sass/_state.scss */
.item-list ul li {
  margin: 0px 10px;
}

/* line 228, ../sass/_state.scss */
.item-list .pager li {
  padding: 0px;
}

/* ---------- Social Subpage Media ---------- */
/* line 234, ../sass/_state.scss */
.social-sub {
  display: inline-block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background-image: url(../img/cmsi_social_sprite.png);
  background-size: 350px;
  background-position: left top;
}
/* line 243, ../sass/_state.scss */
.social-sub.facebook:hover {
  background-position: 0px -50px;
}
/* line 247, ../sass/_state.scss */
.social-sub.twitter {
  background-position: -50px 0px;
}
/* line 250, ../sass/_state.scss */
.social-sub.twitter:hover {
  background-position: -50px -50px;
}
/* line 255, ../sass/_state.scss */
.social-sub.insta {
  background-position: -100px 0px;
}
/* line 258, ../sass/_state.scss */
.social-sub.insta:hover {
  background-position: -100px -50px;
}
/* line 263, ../sass/_state.scss */
.social-sub.youtube {
  background-position: -150px 0px;
}
/* line 266, ../sass/_state.scss */
.social-sub.youtube:hover {
  background-position: -150px -50px;
}
/* line 271, ../sass/_state.scss */
.social-sub.wordpress {
  background-position: -200px 0px;
}
/* line 274, ../sass/_state.scss */
.social-sub.wordpress:hover {
  background-position: -200px -50px;
}
/* line 279, ../sass/_state.scss */
.social-sub.flickr {
  background-position: -250px 0px;
}
/* line 282, ../sass/_state.scss */
.social-sub.flickr:hover {
  background-position: -250px -50px;
}
/* line 287, ../sass/_state.scss */
.social-sub.storify {
  background-position: -300px 0px;
}
/* line 290, ../sass/_state.scss */
.social-sub.storify:hover {
  background-position: -300px -50px;
}

/* line 296, ../sass/_state.scss */
.social-subpages {
  text-align: center;
}
/* line 299, ../sass/_state.scss */
.social-subpages a {
  color: #788386;
}
/* line 302, ../sass/_state.scss */
.social-subpages a:hover {
  color: #91af46;
  text-decoration: none;
}

/**
 * CUSTOM STYLES.
 */
/* line 4, ../sass/_custom.scss */
#brand-banner {
  display: none;
}

/* line 8, ../sass/_custom.scss */
#resources-donate {
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  top: -3px;
  position: relative;
  margin-right: 10px;
}
/* line 15, ../sass/_custom.scss */
#resources-donate a {
  color: #449ca7;
}
/* line 18, ../sass/_custom.scss */
#resources-donate a:hover {
  color: white;
}

/* ---------- Search Form ---------- */
/* line 25, ../sass/_custom.scss */
#block-search-form input[type=submit] {
  top: 5px;
}

/* line 29, ../sass/_custom.scss */
#block-search-form {
  margin-top: 5px;
}

/* ---------- Homepage Styles ---------- */
/* line 35, ../sass/_custom.scss */
#block-views-front-banner-image-block h2 {
  display: none;
}

/* --- Content --- */
/* line 43, ../sass/_custom.scss */
#front-content #front-top {
  border-bottom: 2px solid #cccccc;
  padding: 20px 0px;
}
/* line 47, ../sass/_custom.scss */
#front-content #front-top h3 {
  line-height: 1.4em;
  color: #562023;
}
/* line 53, ../sass/_custom.scss */
#front-content #front-bottom {
  padding: 40px 0px;
}
/* line 56, ../sass/_custom.scss */
#front-content #front-bottom #front-left {
  background-color: #cddcdf;
  padding: 20px;
}
/* line 60, ../sass/_custom.scss */
#front-content #front-bottom #front-left .lato {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 0px;
}
/* line 68, ../sass/_custom.scss */
#front-content #front-bottom .views-row {
  margin-bottom: 60px;
}
/* line 72, ../sass/_custom.scss */
#front-content #front-bottom #twitter-feed {
  padding-bottom: 20px;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 40px;
}

/* --- View Featured Report --- */
/* line 84, ../sass/_custom.scss */
.view-featured-report h3 {
  margin-bottom: 30px;
}
/* line 88, ../sass/_custom.scss */
.view-featured-report img {
  width: 100px;
  height: auto;
  border: 1px solid #cccccc;
}
/* line 94, ../sass/_custom.scss */
.view-featured-report .views-row {
  margin-bottom: 40px !important;
}

/* line 100, ../sass/_custom.scss */
.front .view-featured-report {
  margin-bottom: 40px;
  border-bottom: 2px solid #cccccc;
}
/* line 102, ../sass/_custom.scss */
.front .view-featured-report .view-footer {
  clear: both;
}

/* ----- Feature Item ----- 

.feature {
    background-color: $blue;
    background-image: url(../img/go_btn.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    color: #fff;
    width: 250px;
    height: 250px;
    padding: 30px;
    float: right;
    margin-right: 50px;
    
    h3 {
	    color: white;
	    line-height: 30px;
    }
    
    &:hover {
	    background-color: $bright-blue;
    }
} */
/* ----- Donate Button ----- */
/* line 136, ../sass/_custom.scss */
.donate {
  border-bottom: 2px solid #cccccc;
  margin-bottom: 40px;
}
/* line 140, ../sass/_custom.scss */
.donate p {
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  font-style: italic;
  color: #788386;
}
/* line 149, ../sass/_custom.scss */
.donate .btn-secondary {
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: #c00d15;
  border: 1px solid #c00d15;
  color: white;
  text-align: center;
  padding: 10px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}
/* line 161, ../sass/_custom.scss */
.donate .btn-secondary:hover, .donate .btn-secondary:focus, .donate .btn-secondary:active, .donate .btn-secondary:active:focus {
  background-color: #da2028;
  border: 1px solid #da2028;
  color: white;
}

/* ----- Node Type : People ----- */
/* line 179, ../sass/_custom.scss */
.node-people .content .photoright {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}
/* line 187, ../sass/_custom.scss */
.node-people .content .photoright img {
  width: 200px;
  height: auto;
  margin-top: -15px;
}

/* ---------- Contact Block ---------- */
/* line 198, ../sass/_custom.scss */
.contact-block {
  background-color: #cddcdf;
  padding: 10px;
  font-family: "Lato", Arial, sans-serif;
  letter-spacing: 1px;
  color: #243841;
}
/* line 205, ../sass/_custom.scss */
.contact-block p {
  margin-bottom: 0px;
  font-size: 16px;
  border: 2px dotted white;
  padding: 10px;
}

/* ----- Content Photo Panel ----- 
.content-photo-panel {
  clear: both;
  margin: 0 auto;
  background-color: #eee;
  border: 2px solid #ccc;
  min-height: 525px;
  
  ul {
	  margin-bottom: 40px;
  }
 
}

.content-photo-photo {
  float: right;
}

.content-photo-content {
  padding: 55px;
  width: 50%;
  position: relative;
} */
/* ---------- Logos ---------- 

#funder-logos {
	text-align: center;
	
	.small-logo {
		margin-top: 30px;
	}
	
	img {
		max-width: 300px;
		width: 100%;
		padding: 20px;
	}
}

#conveners-logos {
	text-align: center;
	
	img {
		padding: 30px 30px 40px 30px;
		max-width: 350px;
	}
} */
/* ---------- Webform Stuff ---------- */
/* line 264, ../sass/_custom.scss */
fieldset {
  padding: 20px;
  border: 1px solid #cccccc;
  margin: 30px 0px;
}
/* line 269, ../sass/_custom.scss */
fieldset legend {
  border-bottom: 0px;
  width: auto;
  margin-bottom: 0px;
}
/* line 275, ../sass/_custom.scss */
fieldset .fieldset-legend {
  font-family: "Crimson", Georgia, serif;
  font-size: 26px;
  color: #22717b;
}

/* line 282, ../sass/_custom.scss */
ol li {
  margin-bottom: 20px;
}

/* line 288, ../sass/_custom.scss */
form input {
  width: 100%;
}
/* line 292, ../sass/_custom.scss */
form input.form-submit {
  width: auto;
  float: right;
}

/* --- People Views --- */
/* line 300, ../sass/_custom.scss */
.views-field.views-field-field-upload {
  overflow: hidden;
  height: 155px;
  border-radius: 50% 50%;
  width: 155px;
  margin: 0 auto;
}

/* line 308, ../sass/_custom.scss */
.views-field.views-field-field-upload img {
  width: 155px;
  height: auto;
}

/* line 315, ../sass/_custom.scss */
.view-about-sample h2,
.view-about-sample h4,
.view-elevate h2 {
  margin: 0;
}

/* line 322, ../sass/_custom.scss */
.view-about-sample h2,
.view-about-sample h2:hover,
.view-elevate h2,
.view-elevate h2:hover {
  margin-top: 5px;
  font-size: 120%;
}

/* line 327, ../sass/_custom.scss */
.view-about-sample h4 {
  font-size: 100%;
}

/* line 332, ../sass/_custom.scss */
.view-about-sample .views-row,
.view-elevate .views-row {
  margin-bottom: 20px;
  height: 250px;
}

/* line 337, ../sass/_custom.scss */
.field-name-field-upload {
  max-width: 300px;
}

/* line 341, ../sass/_custom.scss */
div#block-views-elevate-block {
  clear: both;
  padding-top: 50px;
}

/* line 347, ../sass/_custom.scss */
div#block-views-elevate-block .views-row,
div#block-views-elevate-block-1 .views-row {
  padding-bottom: 30px;
}

/* line 351, ../sass/_custom.scss */
.view-about-sample {
  text-align: center;
}
/* line 354, ../sass/_custom.scss */
.view-about-sample .views-field-title {
  margin-top: 15px;
}
/* line 358, ../sass/_custom.scss */
.view-about-sample .views-field-field-position h5 {
  margin-top: 5px;
}

/* line 363, ../sass/_custom.scss */
.view-id-about_sample.view-display-id-page_2 h3 {
  text-align: left;
  clear: both;
}

/* line 368, ../sass/_custom.scss */
.view-id-about_sample.view-display-id-page_2 h3:nth-child(2) {
  text-align: right;
  clear: both;
}

/* ---------- Publications Views ---------- */
/* line 375, ../sass/_custom.scss */
.view-publications- {
  /* ---------- Infographics ---------- */
}
/* line 379, ../sass/_custom.scss */
.view-publications-.view-display-id-page_3 .views-row-first {
  background-color: #cddcdf;
  padding: 20px;
  min-height: 240px;
}
/* line 384, ../sass/_custom.scss */
.view-publications-.view-display-id-page_3 .views-row-first h4 {
  margin-top: 0px;
}
/* line 389, ../sass/_custom.scss */
.view-publications-.view-display-id-page_3 .views-field-field-thumbnail-image img {
  max-height: 200px;
  width: auto;
}
/* line 394, ../sass/_custom.scss */
.view-publications-.view-display-id-page_3 .views-row {
  clear: both;
}
/* line 403, ../sass/_custom.scss */
.view-publications-.view-display-id-page_5 .views-row {
  min-height: 180px;
  background-color: #cddcdf;
  padding: 20px;
  width: 46%;
  margin: 10px 2%;
  float: left;
}
/* line 412, ../sass/_custom.scss */
.view-publications-.view-display-id-page_5 h4 {
  margin-top: 0px;
}
/* line 418, ../sass/_custom.scss */
.view-publications-.view-display-id-page_5 .views-field-field-thumbnail-image img {
  width: 100px;
  height: auto;
  border: 1px solid white;
}

/* ---------- Media Coverage Lists ---------- */
/* line 434, ../sass/_custom.scss */
.page-node-107 #main-content ul li, .page-node-374 #main-content ul li {
  margin-bottom: 20px;
}
/* line 438, ../sass/_custom.scss */
.page-node-107 #main-content h3, .page-node-374 #main-content h3 {
  margin-bottom: 20px;
  border-bottom: 2px dotted #cccccc;
  padding-bottom: 10px;
}

/* ---------- Meet the Match Views ---------- */
/* line 448, ../sass/_custom.scss */
.views-field-field-feature-photo img {
  width: 100% !important;
  height: auto;
}

/* line 454, ../sass/_custom.scss */
#block-views-meet-match-block .views-row {
  border-bottom: 2px dotted #cccccc;
  margin-bottom: 50px;
}

/* line 461, ../sass/_custom.scss */
#block-views-meet-match-block-1 {
  padding-bottom: 20px;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 50px;
}

/* ---------- backend/editor styles --------- */
/* line 469, ../sass/_custom.scss */
#main-container ul li.vertical-tab-button::before {
  content: none;
}

/* line 473, ../sass/_custom.scss */
.vertical-tabs ul.vertical-tabs-list li a {
  padding: 0.5em 1.5em;
}

/* line 477, ../sass/_custom.scss */
#tinymce.mceContentBody ul {
  list-style-type: disc;
}

/* ----------- ROI Campaign ---------- */
/* line 485, ../sass/_custom.scss */
#campaign-content-node-form .field-name-field-number, #campaign-content-node-form .field-name-field-campaign-tags {
  float: left;
  width: 46%;
  margin-right: 4%;
  margin-bottom: 20px;
}
/* line 492, ../sass/_custom.scss */
#campaign-content-node-form .form-item-field-campaign-und {
  display: inline-block;
  margin-right: 10px;
}
/* line 497, ../sass/_custom.scss */
#campaign-content-node-form .field-name-field-campaign-date, #campaign-content-node-form .field-name-field-campaign-image {
  clear: both;
}

/* line 504, ../sass/_custom.scss */
.view-campaigns .col-md-4 {
  margin-bottom: 25px;
}
/* line 508, ../sass/_custom.scss */
.view-campaigns h3 {
  text-align: center;
}

/* line 514, ../sass/_custom.scss */
.img-roi img {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}

/* line 1, ../sass/_responsive.scss */
.navbar-toggle, .navbar-toggle .icon-bar {
  border-color: #333;
}

/* line 5, ../sass/_responsive.scss */
.navbar-toggle .icon-bar {
  background-color: #333;
}

/* line 9, ../sass/_responsive.scss */
.front #banner {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  padding-bottom: 10px;
}

/* line 16, ../sass/_responsive.scss */
.front #views_slideshow_cycle_teaser_section_front_banner_image-block {
  margin: 0 auto;
}

@media (max-width: 1400px) {
  /* line 21, ../sass/_responsive.scss */
  .not-front #banner {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    padding-bottom: 10px;
  }

  /* line 28, ../sass/_responsive.scss */
  .not-front #views_slideshow_cycle_teaser_section_front_banner_image-block {
    margin: 0 auto;
  }
}
@media (min-width: 1330px) {
  /* line 36, ../sass/_responsive.scss */
  .front #banner-bg {
    display: inline;
  }
}
@media (max-width: 1329px) {
  /* -- */
  /* line 44, ../sass/_responsive.scss */
  .front #banner-photo img {
    width: 100% !important;
    height: auto !important;
  }

  /* line 48, ../sass/_responsive.scss */
  #views_slideshow_cycle_teaser_section_front_banner_image-block {
    width: 100% !important;
  }
  /* line 52, ../sass/_responsive.scss */
  #views_slideshow_cycle_teaser_section_front_banner_image-block .views-slideshow-cycle-main-frame-row {
    width: 100% !important;
    height: auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 65, ../sass/_responsive.scss */
  .home-about {
    padding-right: 50px;
  }

  /* line 69, ../sass/_responsive.scss */
  .content-photo-photo {
    width: 50%;
    overflow: hidden;
  }
  /* line 73, ../sass/_responsive.scss */
  .content-photo-photo img {
    width: 100%;
  }

  /* -- */
  /* line 79, ../sass/_responsive.scss */
  .front #banner-photo img, .front #banner-container {
    height: 450px;
  }
}
@media (max-width: 991px) {
  /* line 88, ../sass/_responsive.scss */
  .front .social-subpages .col-md-2 {
    float: left;
    padding-right: 0px;
  }

  /* line 93, ../sass/_responsive.scss */
  #front-right .block {
    margin: 40px 0px;
  }

  /* line 97, ../sass/_responsive.scss */
  .front #banner-photo img {
    height: 400px;
  }

  /* line 101, ../sass/_responsive.scss */
  .navbar-toggle {
    top: -7px;
    right: 0px;
    border-color: #eee;
  }
  /* line 106, ../sass/_responsive.scss */
  .navbar-toggle .icon-bar {
    background-color: #eee;
    border-color: #eee;
  }

  /* line 112, ../sass/_responsive.scss */
  input {
    max-width: 100%;
  }

  /* line 115, ../sass/_responsive.scss */
  .navbar .nav > li {
    max-width: none;
  }

  /* line 118, ../sass/_responsive.scss */
  .nav > li > a, .navbar-nav > li > a {
    min-height: 0 !important;
  }

  /* line 122, ../sass/_responsive.scss */
  .navbar-nav {
    margin-bottom: 20px;
  }

  /* line 126, ../sass/_responsive.scss */
  .content-photo-content {
    width: 100%;
  }

  /* line 130, ../sass/_responsive.scss */
  .content-photo-photo {
    display: none;
  }

  /* line 81, ../sass/_responsive.scss */
  /* line 135, ../sass/_responsive.scss */
  .content-photo-panel {
    min-height: 300px;
  }

  /* line 85, ../sass/_responsive.scss */
  /* line 140, ../sass/_responsive.scss */
  .front #banner-container {
    height: 380px;
  }

  /* line 64, ../sass/_responsive.scss */
  /* line 145, ../sass/_responsive.scss */
  #go {
    width: 100%;
    height: 150px;
    margin-right: 0;
  }

  /* line 69, ../sass/_responsive.scss */
  /* line 152, ../sass/_responsive.scss */
  a.btn-director {
    margin-right: -55px;
  }

  /* line 156, ../sass/_responsive.scss */
  .home-about {
    padding: 0;
  }

  /* line 73, ../sass/_responsive.scss */
  /* line 161, ../sass/_responsive.scss */
  .home-dir {
    display: none;
  }

  /* line 165, ../sass/_responsive.scss */
  #block-superfish-1 {
    padding-top: 70px;
    margin-top: 40px;
    padding-bottom: 20px;
    position: relative;
    z-index: 10;
  }

  /* line 173, ../sass/_responsive.scss */
  .navbar-collapse {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  /* line 180, ../sass/_responsive.scss */
  #banner-photo {
    display: block;
  }

  /* line 184, ../sass/_responsive.scss */
  .social, .social:hover {
    background-image: url(../img/social_mobile.png);
  }

  /* line 188, ../sass/_responsive.scss */
  .social.twitter {
    background-position: -25px 0;
  }

  /* line 192, ../sass/_responsive.scss */
  .social:hover.twitter {
    background-position: -25px -25px;
  }

  /* line 196, ../sass/_responsive.scss */
  #main-container {
    padding-top: 0px;
  }

  /* line 200, ../sass/_responsive.scss */
  #main-content {
    padding-top: 60px;
  }

  /* line 98, ../sass/_responsive.scss */
  /* line 205, ../sass/_responsive.scss */
  .home-dir {
    display: none;
  }

  /* line 209, ../sass/_responsive.scss */
  .front #banner-container {
    display: none;
  }

  /* line 214, ../sass/_responsive.scss */
  .not-front #banner {
    height: auto;
    padding-bottom: 10px;
  }
  /* line 218, ../sass/_responsive.scss */
  .not-front #banner #banner img {
    width: 100%;
    height: auto;
    margin-left: -387px;
  }
}
@media (max-width: 475px) {
  /* line 233, ../sass/_responsive.scss */
  #block-superfish-1 {
    padding-top: 50px;
  }
}
