/**
 * 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: #CC4514;
  text-decoration: underline;
}

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

/* line 20, ../sass/_base.scss */
h1 {
  color: #00122d;
  font-family: "Lato", Arial, sans-serif;
  font-family: "Lato Light";
  font-size: 42px;
  text-transform: uppercase;
}
/* 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: #90359e;
  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: #EB6333;
  font-family: "Lato", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}

/* line 55, ../sass/_base.scss */
h4 {
  color: #1c3dbe;
  font-family: "Lato", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

/* line 62, ../sass/_base.scss */
h5 {
  color: #666;
  font-family: "Crimson", Georgia, serif;
  font-size: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 145, ../sass/_base.scss */
.small-hr {
  border: 1px solid #eee;
  margin: 40px;
}

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

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

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

/* line 177, ../sass/_base.scss */
.btn-rm {
  float: right;
  background-color: #f3ac00;
  color: #00122d;
  min-width: 150px;
  text-align: left;
  margin-bottom: 20px;
}
/* line 185, ../sass/_base.scss */
.btn-rm:hover, .btn-rm.active, .btn-rm.focus, .btn-rm.visited {
  background-color: #f26c00;
}

/* line 190, ../sass/_base.scss */
a.participate {
  text-decoration: none;
}

/* line 194, ../sass/_base.scss */
#participate {
  background-color: #EB6333;
  padding: 20px;
}
/* line 198, ../sass/_base.scss */
#participate h5 {
  color: white;
  margin: 0px;
}
/* line 203, ../sass/_base.scss */
#participate:hover {
  background-color: #f26c00;
}

/* ---------- Icons ---------- */
/* line 210, ../sass/_base.scss */
.material-icons {
  color: #90359e;
  margin-left: 20px;
}

/* Rules for sizing the icon. */
/* line 216, ../sass/_base.scss */
.material-icons.md-18 {
  font-size: 18px;
}

/* line 217, ../sass/_base.scss */
.material-icons.md-24 {
  font-size: 24px;
}

/* line 218, ../sass/_base.scss */
.material-icons.md-36 {
  font-size: 36px;
}

/* line 219, ../sass/_base.scss */
.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
/* line 222, ../sass/_base.scss */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

/* line 223, ../sass/_base.scss */
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
/* line 226, ../sass/_base.scss */
.material-icons.md-light {
  color: white;
}

/* line 227, ../sass/_base.scss */
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

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

/* line 11, ../sass/_layout.scss */
.front #main-content ul li {
  text-indent: 0;
}

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

/* line 24, ../sass/_layout.scss */
#resources-nav {
  top: 8px !important;
  position: absolute;
}
/* line 28, ../sass/_layout.scss */
#resources-nav p {
  font-family: "Lato", Arial, sans-serif;
  color: #1c3dbe;
  font-size: 14px;
  font-weight: bold;
  text-transform: lowercase;
}
/* line 35, ../sass/_layout.scss */
#resources-nav p a {
  text-transform: none;
  color: #90bac7;
}
/* line 39, ../sass/_layout.scss */
#resources-nav p a:hover {
  color: #1c3dbe;
}

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

/* line 50, ../sass/_layout.scss */
#block-search-form input[type=submit] {
  top: 6px;
  background-size: 60%;
}

/* ----- Search ----- */
/* line 59, ../sass/_layout.scss */
#block-search-form .form-item-search-block-form input {
  color: #444;
}
/* line 63, ../sass/_layout.scss */
#block-search-form #edit-search-block-form--2 {
  background-color: white;
  border: 1px solid #00122d;
  color: #444;
}

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

/* line 77, ../sass/_layout.scss */
#navbar-logo {
  background-image: url(../img/logo_rec.png);
  background-size: 350px;
  width: 350px;
  height: 60px;
}

/* line 84, ../sass/_layout.scss */
.navbar-brand {
  padding: 20px 10px 0px 10px;
}

/* line 89, ../sass/_layout.scss */
.nav > li a {
  color: #333;
}
/* line 93, ../sass/_layout.scss */
.nav > li > a:hover,
.nav > li > a:focus, .nav > li.active-trail a,
.nav > li > a.active {
  background-color: #f26c00;
  color: #000;
}

/* line 103, ../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 119, ../sass/_layout.scss */
#banner-bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  margin-top: 80px;
  overflow: hidden;
}

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

/* line 133, ../sass/_layout.scss */
.not-front #banner-bg {
  height: 370px;
  background: url(../img/diagonal_pattern.png);
}
/* line 137, ../sass/_layout.scss */
.not-front #banner-bg .container {
  margin: 0 auto;
}
/* line 141, ../sass/_layout.scss */
.not-front #banner-bg #banner-photo img {
  margin-left: -585px;
  left: 50%;
  position: relative;
  width: 1170px;
  margin-top: 0px;
}

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

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

/* line 173, ../sass/_layout.scss */
#footer a {
  text-decoration: none;
}

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

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

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

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

/* ----- Layout ----- */
/* #wrap {
	margin: 0 auto -180px;
	padding: 0 0 180px;
}

#footer {
	background-color: $dark-gray;
	height: 180px;

	h3 {
		color: $mint;
		text-align: left;
		margin-top: 0px;
	}
	
	h3 a {
		text-decoration: none;
		color: $lightest-blue;
		
		&:hover {
			color: $light-blue;
		}
	}
	
	p {
		color: white;
		font-family: $lato;
		font-size: 12px;
		line-height: 14px;
	}
	
	.seperator {
		clear: both;
	}
	
	.contactTop {
		height: auto;
		background-color: $dark-gray;
		padding-top: 20px;
		
		.ct-left {
			width: 100%;
			height: 90px;
			padding-right: 20px;
		}
		
	}
	
	.cb-middle {
	    float: left;
	    font-size: 15px;
	    color: #fff;
	    text-align: left;
	    line-height: 17px;
	    margin-left: 20px;
	    font-family: 'Crimson', serif;
	}
	
	
	.cb-right {
		width: 37%;
		margin-top: 3px;
	}
	
	.cb-left {
		
		h3 {
			color: $lightest-blue;
		}
	}
	
	.footer-new {
		display: block;
		float:right;
		font-family: $lato;
		color: $lightest-blue;
		font-size: 13px;
		line-height: 1.3;
		width: 130px;
		text-align: left;
	}
	.social-wrap {
		height: 25px;
		margin-top: 3px;
	}
	
	span.address a {
		color: $lightest-blue;
		
		&:hover {
			color: $light-blue;
		}
	}

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

/* 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);
  background-size: 66px;
}
/* line 69, ../sass/_state.scss */
#top-social .top-google {
  background-position: left top;
}
/* line 72, ../sass/_state.scss */
#top-social .top-google:hover {
  background-position: left bottom;
}
/* line 77, ../sass/_state.scss */
#top-social .top-facebook {
  background-position: center top;
}
/* line 80, ../sass/_state.scss */
#top-social .top-facebook:hover {
  background-position: center bottom;
}
/* line 85, ../sass/_state.scss */
#top-social .top-twitter {
  background-position: right top;
}
/* line 88, ../sass/_state.scss */
#top-social .top-twitter:hover {
  background-position: right bottom;
}

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

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

/* line 105, ../sass/_state.scss */
.social {
  margin-left: 5px;
  background-image: url(../img/social_foot.png);
  background-size: 100.5%;
  background-width: 83px !important;
  width: 90px;
}

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

/* .social.facebook {
	margin-left: 5px;
	&:hover {
		margin-left: 5px;
	}
} */
/* ---------- Share Icons --------- */
/* line 126, ../sass/_state.scss */
span.at-icon-wrapper {
  background-color: transparent !important;
}

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

/* line 138, ../sass/_state.scss */
a.at-share-btn .at-icon:hover {
  fill: #90bac7 !important;
}

/* line 144, ../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_gold.png);
  width: 60%;
  height: 150px;
  margin: 0 auto;
  margin-top: 395px;
  text-align: center;
  position: absolute;
  z-index: 1000;
}
/* line 64, ../sass/_custom.scss */
.front #caption-wrap #photo-caption {
  width: 700px;
  background-color: #f3ac00;
  padding: 55px 30px 30px 30px;
  height: 150px;
  right: 0px;
  position: inherit;
}
/* line 72, ../sass/_custom.scss */
.front #caption-wrap #photo-caption h1 {
  color: #00122d;
  font-size: 40px;
  margin: 0px;
  padding: 0px;
}
/* line 79, ../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 87, ../sass/_custom.scss */
.front #caption-wrap #photo-caption h2 span {
  text-transform: none;
  font-style: italic;
}
/* line 93, ../sass/_custom.scss */
.front #caption-wrap #photo-caption p {
  letter-spacing: 1.5px;
  margin: 0px;
}

/* ----- Front Banner ----- */
/* line 105, ../sass/_custom.scss */
.front #banner-bg {
  height: 600px;
  width: 100%;
  overflow: hidden;
}
/* line 110, ../sass/_custom.scss */
.front #banner-bg #banner-photo {
  height: auto;
  width: 1400px;
  position: relative;
  left: 50%;
  margin-left: -700px;
}

/* ----- Front Content ----- */
/* line 121, ../sass/_custom.scss */
#front-top {
  margin-top: 655px;
  margin-bottom: 30px;
  height: auto;
}
/* line 126, ../sass/_custom.scss */
#front-top h2 {
  color: #90359e;
}
/* line 130, ../sass/_custom.scss */
#front-top #mission {
  background-color: #00122d;
  height: auto;
  color: white;
  padding: 30px;
}
/* line 136, ../sass/_custom.scss */
#front-top #mission h1 {
  margin-top: 0px;
  color: #14a838;
}
/* line 141, ../sass/_custom.scss */
#front-top #mission h3 {
  font-family: "Lato", Arial, sans-serif;
  font-size: 140%;
  line-height: 1.1;
  padding-bottom: 20px;
  text-transform: none;
}
/* line 149, ../sass/_custom.scss */
#front-top #mission p {
  font-size: 110%;
  line-height: 1.2;
  margin-bottom: 0px;
}
/* line 156, ../sass/_custom.scss */
#front-top #subscribe {
  background-color: #f3ac00;
  color: #00122d;
  padding: 30px;
}
/* line 161, ../sass/_custom.scss */
#front-top #subscribe:hover {
  background-color: #f26c00;
}
/* line 165, ../sass/_custom.scss */
#front-top #subscribe h3 {
  color: #00122d;
  margin: 0px;
}
/* line 171, ../sass/_custom.scss */
#front-top a.subscribe {
  text-decoration: none;
}

/* line 177, ../sass/_custom.scss */
#themes-wrap {
  background-color: #eee;
  height: auto;
  min-height: 200px;
  padding: 30px 0px;
}

/* line 186, ../sass/_custom.scss */
#front-themes h4 {
  margin-top: 0px;
  text-align: left;
}

/* line 192, ../sass/_custom.scss */
a.clayton {
  text-decoration: none;
  float: right;
  width: 25%;
  padding: 0px 0px 25px 25px;
}
/* line 198, ../sass/_custom.scss */
a.clayton:hover {
  cursor: pointer;
}

/* line 203, ../sass/_custom.scss */
#clayton {
  background-color: #1c3dbe;
  padding: 30px;
}
/* line 207, ../sass/_custom.scss */
#clayton:hover {
  background-color: #90359e;
}
/* line 211, ../sass/_custom.scss */
#clayton h3 {
  color: white;
  margin: 0px;
  text-transform: none;
  font-style: italic;
}

/* ---------- Team Photos ---------- */
/* line 222, ../sass/_custom.scss */
.team {
  /* -- text styles for team member names, affiliations and titles -- */
}
/* line 225, ../sass/_custom.scss */
.team h2 {
  clear: both;
  margin-bottom: 20px;
}
/* line 230, ../sass/_custom.scss */
.team h3 {
  margin-top: 0px;
}
/* line 234, ../sass/_custom.scss */
.team .affil {
  margin-top: 0px;
  color: #90bac7;
  text-transform: none;
}
/* line 240, ../sass/_custom.scss */
.team img {
  float: left;
  margin: 0px 20px 5px 0px;
  width: 150px;
  border: 1px solid #00122d;
}
/* line 247, ../sass/_custom.scss */
.team hr {
  margin-top: 50px;
}
/* line 251, ../sass/_custom.scss */
.team .row {
  margin-bottom: 50px;
}
/* line 255, ../sass/_custom.scss */
.team .btn-rm {
  width: 100%;
  background-color: #00122d;
  font-style: italic;
}
/* line 260, ../sass/_custom.scss */
.team .btn-rm:hover, .team .btn-rm:active, .team .btn-rm:focus {
  background-color: #1c3dbe;
  color: white !important;
}

/* ---------- Webform Styles ---------- */
/* line 272, ../sass/_custom.scss */
#webform-client-form-18 label {
  margin-bottom: 0px;
}
/* line 276, ../sass/_custom.scss */
#webform-client-form-18 .form-item, #webform-client-form-18 .form-actions {
  margin-top: 0em;
  margin-bottom: 0.5em;
}
/* line 281, ../sass/_custom.scss */
#webform-client-form-18 input, #webform-client-form-18 textarea, #webform-client-form-18 .grippie {
  display: block;
  width: 100%;
  max-width: 557px;
}
/* line 287, ../sass/_custom.scss */
#webform-client-form-18 input#edit-submit {
  width: 100px;
}

/* line 292, ../sass/_custom.scss */
.form-checkboxes .form-item {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 297, ../sass/_custom.scss */
input[type="checkbox"] {
  margin: -5px 0 0;
}

/* line 302, ../sass/_custom.scss */
#webform-client-form-30 label {
  display: block;
}
/* line 306, ../sass/_custom.scss */
#webform-client-form-30 .form-checkboxes label {
  display: inline-block;
}

/* --------- Embrace Social Media ---------- */
/* line 313, ../sass/_custom.scss */
.embrace-social {
  float: right;
  padding: 0px 0px 10px 10px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #666;
}
/* line 321, ../sass/_custom.scss */
.embrace-social img {
  width: 75px;
  height: 75px;
  margin: 0px 5px;
}

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

  /* line 7, ../sass/_responsive.scss */
  .front #caption-wrap {
    width: 67.5%;
  }

  /* line 11, ../sass/_responsive.scss */
  a.clayton {
    width: 32%;
  }
}
@media (max-width: 991px) {
  /* line 19, ../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 29, ../sass/_responsive.scss */
  .front #caption-wrap {
    margin-top: 350px;
  }
  /* line 33, ../sass/_responsive.scss */
  .front #banner-bg {
    height: 350px;
  }
  /* line 36, ../sass/_responsive.scss */
  .front #banner-bg #banner-photo {
    height: auto;
    width: 1100px;
    position: relative;
    left: 50%;
    margin-left: -550px;
    top: 0px;
  }
  /* line 44, ../sass/_responsive.scss */
  .front #banner-bg #banner-photo img {
    width: 1100px;
    height: auto;
  }

  /* line 52, ../sass/_responsive.scss */
  #front-top {
    margin-top: 400px;
  }

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

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

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

  /* line 73, ../sass/_responsive.scss */
  #themes-wrap .col-md-1 {
    display: none;
  }
  /* line 77, ../sass/_responsive.scss */
  #themes-wrap .col-xs-4 {
    margin: 10px 0px 10px 0px;
  }

  /* line 83, ../sass/_responsive.scss */
  a.clayton {
    width: 100%;
    padding: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  /* -- Banner Image -- */
  /* line 96, ../sass/_responsive.scss */
  .front #caption-wrap {
    margin-top: 300px;
  }
  /* line 99, ../sass/_responsive.scss */
  .front #caption-wrap #photo-caption {
    width: 100%;
  }
  /* line 102, ../sass/_responsive.scss */
  .front #caption-wrap #photo-caption h1 {
    font-size: 38px;
  }
  /* line 106, ../sass/_responsive.scss */
  .front #caption-wrap #photo-caption h2 {
    font-size: 24px;
  }
  /* line 112, ../sass/_responsive.scss */
  .front #banner-bg {
    height: 300px;
  }
  /* line 115, ../sass/_responsive.scss */
  .front #banner-bg #banner-photo {
    height: auto;
    width: 900px;
    position: relative;
    left: 50%;
    margin-left: -450px;
    top: 0px;
  }
  /* line 123, ../sass/_responsive.scss */
  .front #banner-bg #banner-photo img {
    width: 900px;
    height: auto;
  }

  /* line 131, ../sass/_responsive.scss */
  #front-top {
    margin-top: 340px;
  }

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

  /* line 140, ../sass/_responsive.scss */
  .not-front #main-row {
    margin-top: 280px;
  }
  /* line 144, ../sass/_responsive.scss */
  .not-front #banner-bg {
    height: 245px;
  }
  /* line 147, ../sass/_responsive.scss */
  .not-front #banner-bg #banner-photo img {
    height: 245px !important;
    width: 775px;
    margin-left: -387px;
  }
}
@media (max-width: 648px) {
  /* -- Banner Image -- */
  /* line 161, ../sass/_responsive.scss */
  .front #caption-wrap {
    display: none;
  }

  /* line 167, ../sass/_responsive.scss */
  #themes-wrap .col-xs-4 {
    width: 100% !important;
    padding-left: 55px;
  }

  /* line 173, ../sass/_responsive.scss */
  #front-top #mission p {
    font-size: 100%;
  }
}
@media (max-width: 490px) {
  /* -- Logo -- */
  /* line 183, ../sass/_responsive.scss */
  #navbar-logo {
    background-size: 200px;
    width: 200px;
    margin-top: 10px;
    height: 50px;
  }
}
