/* global **************************** */
/* ----- body ------------------------ */
/* line 6, ../sass/includes/_base.scss */
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  
  /* happiness is... - LG - 7/6/16 */
  padding-right: 0;
  padding-left: 0;
}

/* ----- custom fonts ---------------- */
/* ----- text ------------------------ */
/* line 21, ../sass/includes/_base.scss */
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3em;
}

/* line 25, ../sass/includes/_base.scss */
p {
  margin: 0 0 1em;
}

/* line 29, ../sass/includes/_base.scss */
em {
  padding: 0 3px 0 0;
}

/* line 33, ../sass/includes/_base.scss */
strong {
  font-weight: 600;
}

/* line 38, ../sass/includes/_base.scss */
quote,
code {
  margin: .5em 0;
}

/* line 42, ../sass/includes/_base.scss */
.summary {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.4em;
}

/* line 49, ../sass/includes/_base.scss */
.descriptor {
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 12px;
  line-height: 1.5em;
}

/* line 57, ../sass/includes/_base.scss */
.caption {
  margin-top: 0;
  margin-bottom: 2em;
  color: #848484;
  letter-spacing: .01em;
  font-style: italic;
  font-size: 13px;
}

/* ----- links ----------------------- */
/* line 70, ../sass/includes/_base.scss */
a,
a:hover {
  text-decoration: none;
  color: #000000;
}

/* line 76, ../sass/includes/_base.scss */
.more-link,
a.more-link,
.page-search .node-readmore a {
  display: inline-block;
  clear: both;
  line-height: 1.4em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: 600;
  font-size: 12px;
}

/* line 91, ../sass/includes/_base.scss */
.more-link a:hover,
a.more-link:hover,
.page-search .node-readmore a:hover {
  color: #000;
  text-decoration: none;
}

/* line 98, ../sass/includes/_base.scss */
.more-link a:after,
a.more-link:after,
.page-search .node-readmore a:after {
  content: " »";
}

/* line 103, ../sass/includes/_base.scss */
h2 a:hover,
h3 a:hover {
  text-decoration: none;
}

/* ----- lists ----------------------- */
/* line 112, ../sass/includes/_base.scss */
ul.inline,
ul.links.inline,
ul.links.inline li {
  margin-left: 0;
  padding-left: 0;
}

/* ----- tables ---------------------- */
/* line 121, ../sass/includes/_base.scss */
tr.even,
tr.odd {
  border-bottom: 1px solid #ddd;
  background-color: transparent;
}

/* line 127, ../sass/includes/_base.scss */
th,
td {
  padding: .5em;
  border: 1px solid #ddd;
}

/* line 133, ../sass/includes/_base.scss */
th,
td.active {
  background-color: #f5f5f5;
}

/* line 137, ../sass/includes/_base.scss */
th {
  vertical-align: bottom;
}

/* line 141, ../sass/includes/_base.scss */
td {
  vertical-align: top;
}

/* LG - 8/1/16 */
li.stay > img {
  padding-top: 10px;
}
/* LG - 6/14/16 */
.info-icons {
  /* float: right; - LG - 7/5/17 */
  /* width: 47%; */
}
.info-icons > .content a {
  color: #ba0c2f; /* the official red */
  font-weight: bold;
}
.info-icons > .content ul {
  list-style: none;
  margin: 0;
}
.info-icons > .content li {
  display: inline;
  padding: 5px;
}
.info-icons > .content li:nth-child(2) img {
  margin-right: 6px;
}
.info-icons > .content li:nth-child(3) img {
  margin-right: 4px;
}
.info-icons > .content img {
  height: 3em;
}

/* new stuff - LG - 11/6/16 */
/* fix w./vw - LG - 7/5/17 */
.logo-block-class {
  float: left;
  /* max-width: 50%; */
  max-width: 750px;
  margin: 10px 20px 10px 30px;
  width: 50vw;
}
/* switch out logo - LG - 7/31/17 */
.vert-logo-block-class {
  display: none;
}
.search-icon-only-class {
  display: none;
}
.hamburger-menu-class {
  display: none;
}
.icony-block-class {
  float: right;
}
.search-block-class {
  clear: right;
  float: right;
  margin: 10px 30px;
}
#icon-nav {
  display: inline-block;
}
#icon-nav > ul {
  /* LG - 7/5/17 */
  margin: 10px 30px 10px 20px;
  /* margin: 9px 30px 10px 25px; */
  list-style: none;
}
#icon-nav > ul > li {
  display: inline;
  margin: .75em;
}
/* fix w./calc - 7/7/17 */
#icon-nav > ul > li > a {
  color: #ba0c2f; /* the official red */
  font-weight: bold;
  white-space: nowrap; /* LG - 11/3/16 */
  font-size: calc(9px + .5vw); /* LG - 7/6/17 */
}
#icon-nav > ul > li > a > img {
  margin: .5em;
  height: 3em;
}


/* SEARCH */
/* LG - 8/12/16 */
.gsc-search-box {
  /* width: auto !important; */
  /* LG - 7/3/17 */
  max-width: 600px !important; 
  width: 40vw !important;
  float: right;
  /* margin: 10px; */
  margin: 0;
  padding: 0;
}
.gsc-search-box > td{
  /* border: 0; */
}
.gsc-input {
  margin: 0;
  padding: 0;
}

/* ----- forms ----------------------- */
/* line 148, ../sass/includes/_base.scss */
.form-item label {
  display: block;
  font-weight: 700;
}

/* line 153, ../sass/includes/_base.scss */
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 27px;
}

/* line 157, ../sass/includes/_base.scss */
.sidebar .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0.5em;
}

/* line 161, ../sass/includes/_base.scss */
.views-exposed-form .views-exposed-widget {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

/* line 170, ../sass/includes/_base.scss */
input,
select,
.chzn-container {
  max-width: 100%;
}

/* override for views exposed forms submit */
/* line 177, ../sass/includes/_base.scss */
.form-type-checkbox label {
  display: inline-block;
  margin-left: 8px;
}

/* line 182, ../sass/includes/_base.scss */
input[type="checkbox"] {
  margin: 0;
}

/* line 186, ../sass/includes/_base.scss */
input.form-submit {
  height: 2.5em;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
  background-image: -ms-linear-gradient(top, white 0%, #e6e6e6 100%);
  background-image: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, white 0%, #e6e6e6 100%);
  background-image: webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}

/* line 199, ../sass/includes/_base.scss */
input.form-submit:hover,
input.form-submit:focus {
  background-image: -webkit-linear-gradient(top, whitesmoke 0%, #e6e6e6 100%);
  background-image: -ms-linear-gradient(top, whitesmoke 0%, #e6e6e6 100%);
  background-image: -moz-linear-gradient(top, whitesmoke 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, whitesmoke 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, whitesmoke), color-stop(1, #e6e6e6));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e6e6e6 100%);
}

/* line 208, ../sass/includes/_base.scss */
input.form-submit:focus {
  border: 1px dotted #333;
}

/* line 212, ../sass/includes/_base.scss */
input.btn-search {
  width: 26px;
  height: 26px;
  border: 0 none;
  background: none repeat scroll 0 0 transparent;
}

/* line 219, ../sass/includes/_base.scss */
input.btn-search:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  background: none repeat scroll 0 0 transparent;
}

/* line 226, ../sass/includes/_base.scss */
input.placeholder,
textarea.placeholder {
  color: #aaa;
}

/* ----- Invisible and Focusable Elements (skipnav) ----------------------- */
/* line 233, ../sass/includes/_base.scss */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 241, ../sass/includes/_base.scss */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  padding: 0 1em;
}

/* ----- other ----------------------- */
/* line 252, ../sass/includes/_base.scss */
hr {
  clear: both;
}

/* line 256, ../sass/includes/_base.scss */
.border-none {
  border: none !important;
}

/* line 260, ../sass/includes/_base.scss */
.box-shadow-none {
  box-shadow: none !important;
}

/* line 264, ../sass/includes/_base.scss */
.well.well-invisible {
  padding: 20px;
  border: none;
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
}

/* header ******************************/
/* ----- header region --------------- */
/* line 278, ../sass/includes/_base.scss */
.header {
  /* maybe not this much - LG - 7/6/16 */
  /* margin: 25px 0 30px; */
  /* margin: 25px 0; */
  /* adjusting for new logo - LG - 11/6/16 */
  /* and again - LG - 7/5/17 */
  /* margin: 0 0 25px 0; */
  width: auto;
}

/* line 282, ../sass/includes/_base.scss */
.header-section {
  display: none;
  /* display: table; */
  /* width: 47%; - LG - 6/30/17 */
  /* ok - LG - 8/13/16 */
  /* override bootstrap - LG - 7/3/17 */
  /* margin-left: 0; */ 
  /* LG - 1/13/17 */
  /* margin: 12px 0 0 0; */
  /* LG - 7/3/17 */
  /* padding: 10px 30px; */
}

.container {
  width: auto;
}

/* line 286, ../sass/includes/_base.scss */
.header-content {
  /* clear: both; */
}

/* ----- search box ------------------ */
/* line 293, ../sass/includes/_base.scss */
.nav-search {
  float: right;
  /* margin: -65px -20px 0 0; */
  padding: 0;
  min-height: 1px;
}

/* line 301, ../sass/includes/_base.scss */
.nav-search .search-form,
#header-search .search-form {
  margin: 0;
  padding: 0;
}

/* line 307, ../sass/includes/_base.scss */
.nav-search .form-item,
#header-search .form-item {
  margin: 0;
}

/* line 311, ../sass/includes/_base.scss */
#block-search-form {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* line 318, ../sass/includes/_base.scss */
#block-search-form .search-query {
  padding-right: 38px;
  width: 130px;
}

/* line 323, ../sass/includes/_base.scss */
#block-search-form .btn-search {
  position: absolute;
  top: 1px;
  right: 10px;
}

/* line 329, ../sass/includes/_base.scss */
#block-search-form input.btn-search:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

/* line 334, ../sass/includes/_base.scss */
#block-search-form form {
  margin: 0;
}


/* ----- logo ------------------------ */
/* line 341, ../sass/includes/_base.scss */
.header .site-logo {
  display: table-cell;
  vertical-align: middle;
}

/* line 346, ../sass/includes/_base.scss */
.header .site-logo img {
  /* bigger - LG - 6/24/16 */
  max-height: 200px;
  /* max-height: 100px; */
  max-width: none;
}

/* LG - 6/30/17 */
  /* margin-left: 30px; */
/*
#header > .container {
  margin: 0;
  padding: 0;
  width: 100%;
}
*/

/* ----- site title and slogan ------- */
/* line 355, ../sass/includes/_base.scss */
.site-name,
#site-slogan {
  color: inherit;
  font-family: inherit;
  line-height: 1;
  text-rendering: optimizelegibility;
}

/* line 362, ../sass/includes/_base.scss */
.site-name {
  font-weight: 700;
  font-size: 44px;
}

/* line 367, ../sass/includes/_base.scss */
#site-slogan {
  margin-top: .3em;
  font-size: 24px;
  line-height: 1.1em;
}

/* line 374, ../sass/includes/_base.scss */
.site-name a,
.site-name a:hover {
  color: #333;
  text-decoration: none;
}

/* line 379, ../sass/includes/_base.scss */
.site-name a:hover {
  color: #000;
}

/* line 383, ../sass/includes/_base.scss */
#name-and-slogan {
  display: table-cell;
  padding: 20px 0 20px 10px;
  vertical-align: middle;
  width: 100%;
}

/* line 390, ../sass/includes/_base.scss */
.site-login {
  /* LG - 7/5/17 */
}

/* navigation ************************ */
/* ----- main navigation ------------- */
/* line 400, ../sass/includes/_base.scss */
.site-main-menu {
  /* clear: both; LG - 7/5/17 */
}

/* line 407, ../sass/includes/_base.scss */
.site-main-menu ul li,
.site-main-menu ul li.leaf,
.site-main-menu ul li.expanded,
.site-main-menu ul li.collapsed {
  list-style: none;
  list-style-image: none;
}

/* line 412, ../sass/includes/_base.scss */
.site-main-menu ul.menu {
  margin: 0;
}

/* line 416, ../sass/includes/_base.scss */
.site-main-menu ul.menu li {
  margin: 0;
  padding: 0;
}
#main-menu > .container {
  /* changes here, too - LG - 7/3/17 */
  /* width: 100%; */
  width: auto;
  /* 
  display: table;
  margin: 0 auto;
  */
}

/* add stripes - LG - 6/30/16 */
#main-menu {
  border-style: solid;
  border-color: #ba0c2f; /* the official red */
  border-width: 0 0 10px 0;
  /* padding: 0 0 10px 0; */
  padding: 20px 0;
} 
#fullwidth-top {
  background: #dddddd;
  border-style: solid;
  border-color: #ba0c2f;
  border-width: 0 0 10px 0;
  /* padding: 0 0 10px 0; */
}

/* line 421, ../sass/includes/_base.scss */
nav h2 {
  position: absolute;
  left: -10000px;
}

/* ----- admin shortcuts / secondary menu -------- */
/* line 429, ../sass/includes/_base.scss */
.admin-shortcuts {
  display: block;
  padding: 10px;
  background: #eee;
  font-size: 12px;
}

/* line 439, ../sass/includes/_base.scss */
.admin-shortcuts ul.menu li,
.admin-shortcuts ul.menu li.leaf,
.admin-shortcuts ul.menu li.expanded,
.admin-shortcuts ul.menu li.collapsed {
  list-style: none;
  list-style-image: none;
}

/* line 444, ../sass/includes/_base.scss */
.admin-shortcuts ul.menu {
  margin: 0;
}

/* line 448, ../sass/includes/_base.scss */
.admin-shortcuts ul.menu li {
  display: inline-block;
  position: relative;
}

/* line 453, ../sass/includes/_base.scss */
.admin-shortcuts ul.menu li li {
  display: block;
}

/* line 457, ../sass/includes/_base.scss */
.admin-shortcuts ul.menu li a {
  background: none;
}

/* line 461, ../sass/includes/_base.scss */
.admin-shortcuts ul.menu li ul {
  display: none;
}

/* line 465, ../sass/includes/_base.scss */
.admin-shortcuts ul.menu li:hover > ul {
  display: block;
  background: #fff;
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  width: 200px;
}

/* line 474, ../sass/includes/_base.scss */
.admin-shortcuts ul.menu li li:hover > ul {
  position: absolute;
  top: 5px;
  left: 190px;
}

/* ----- admin menu ------------------ */
/* line 483, ../sass/includes/_base.scss */
#admin-menu li {
  line-height: normal;
}

/* ----- pager nav ------------------- */
/* full-width regions **************** */
/* line 493, ../sass/includes/_base.scss */
.fullwidth .container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}


/* sidebars ************************** */
/* line 504, ../sass/includes/_base.scss */
.sidebar {
  margin-bottom: 1.2em;
}

/* line 508, ../sass/includes/_base.scss */
.sidebar .nav {
  margin-left: 1.2em;
}

/* footer **************************** */
/* line 515, ../sass/includes/_base.scss */
.site-footer {
  margin-top: 40px;
  margin-bottom: 10px;
}

/* LG - 7/18/16 */
/* LG - 7/26/18 */
/* LG - 9/5/18 */
.social-icons {
  list-style: none;
  font-weight: 300;
  font-size: 1.5em;
  font-family: "Merriweather", "Georgia", "Times New Roman", Times, serif;
}
.social-icons li {
  display: inline;
}
.social-icons img {
  /* LG - 7/26/18 */
  /* height: 1em; */
  vertical-align: text-bottom;
  width: 1.25em;
  margin: .2em;
}
ul.social-icons, ul.frontpage {
  margin-bottom: 15px;
}

/* line 520, ../sass/includes/_base.scss */
.site-footer h2 {
  font-size: 20px;
  line-height: 1.5em;
}

/* new home page news - LG - 6/16/16 */
#block-views-new-home-page-news-view-block h2 > a {
  color: #ba0c2f;
}
#block-views-new-home-page-news-view-block {
  padding: 0 10px 10px 0;
  border-right: solid 1px #aaa;
}

/* for news & events - LG - 7/6/16 */
.views-field-title > .field-content a {
  font-weight: bold;
}

/* new home page events - LG - 6/16/16 */
#block-views-new-home-page-events-block h2 > a {
  color: #ba0c2f;
}
#block-views-new-home-page-events-block {
  padding: 0 0 10px 0;
}

#block-menu-menu-new-home-page-top-menu ul {
  list-style: none;
}
#block-menu-menu-new-home-page-top-menu li:first-child {
  border-left: none;
}

#block-menu-menu-alumni-menu li:first-child {
  background: #aaaaaa;
  font-weight: bold;
}
#block-menu-menu-alumni-menu li {
  margin: 0;
}
#block-menu-menu-employers-menu li:first-child {
  background: #aaaaaa;
  font-weight: bold;
}
#block-menu-menu-employers-menu li {
  margin: 0;
}
#block-menu-menu-faculty-menu li:first-child {
  background: #aaaaaa;
  font-weight: bold;
}
#block-menu-menu-faculty-menu li {
  margin: 0;
}
#block-menu-menu-staff-menu li:first-child {
  background: #aaaaaa;
  font-weight: bold;
}
#block-menu-menu-staff-menu li {
  margin: 0;
}
#block-menu-menu-students-menu li:first-child {
  background: #aaaaaa;
  font-weight: bold;
}
#block-menu-menu-students-menu li {
  margin: 0;
}
#block-menu-menu-library-menu li:first-child {
  background: #aaaaaa;
  font-weight: bold;
}
#block-menu-menu-library-menu li {
  margin: 0;
}

/* ugh - LG - 6/14/16 */
/* help - LG - 6/29/16 */
#content-lower {
  background: #dddddd;
  /* padding-left: 20px; */
}
#content-bottom{
  /* TODO - still need to fix */
  /* background: #aaaaaa; */
  box-shadow: 0px 24px 0px #aaaaaa inset;
  /* padding-left: 20px; */
}
.top-frontpage li {
  display: inline;
  padding: 1px 4px 1px 6px;
  border-left: solid 1px black;
}
.top-frontpage li:first-child {
  border-left: none;
}

/* good grief - LG - 6/29/16 */
ul li.leaf {
  list-style: none;
}

.widthy {
  width = 100% !important;
}

.bottom-frontpage li:first-child {
  border-left: none;
}

/* override bootstrap - LG - 6/28/16 */
.navbar {
  margin-bottom: 0;
}
.navbar .nav > li > a {
  text-shadow: none;
  /* fix later */
  /* changes here, too - LG - 7/6/17 */
  /* font-size: 140%; */
  /* font-size: 1.4em; */
  /* font-size: 1.4vw; */
  /* fix w./calc - 7/7/17 */

  font-size: calc(11px + 1vw); 

  /* font-weight: bold; */
  font-family: 'Oswald'; 
  font-weight: 300;
  /* margin: 0 40px; - LG - 7/3/17 */
  /* margin: 0 10px; */
  padding: 0;
}
.navbar-inner {
  background-color: #ffffff;
  background-image: none;
  border: none;
  box-shadow: none;
  display: table;
  float: right;
  margin: 0 auto;
  padding: 0;
}
.navbar-inner li {
  border-left: solid 2px #777;
}
#main-nav > .nav li{
  /* changes here, too - LG - 7/3/17 */
  padding: 0 30px;
}
.navbar-inner li:first-child {
  border-left: none;
}
.row {
  margin-left: 0;
}

/* footer fixes - LG - 6/14/16 */
#footer {
  border-top: none;
  clear: both;
  position: relative;
  text-align: center;
}
.frontpage li {
  display: inline;
  padding: 1px 4px 1px 6px; - LG - 7/3/17 
  border-left: solid 1px black;
}
.frontpage li:first-child {
  border-left: none;
  background: #ba0c2f;
}
.frontpage li:nth-child(2) {
  border-left: none;
}
.frontpage li:first-child a {
  color: #ffffff;
}

/* ----- fat footer ------------------ */
/* content *****************************/
/* line 533, ../sass/includes/_base.scss */
.main,
.mc-content {
  margin-bottom: 1.2em;
  /* ugh - LG - 8/13/16 */
  width: 100%;
}
/* but, not this... - LG - 6/28/16 */
/* .content-head, */

/* line 537, ../sass/includes/_base.scss */
.node .submitted {
  margin-bottom: 1em;
}

/* views ***************************** */
/* line 544, ../sass/includes/_base.scss */
.views-row {
  clear: both;
  margin-bottom: 1em;
}

/* line 551, ../sass/includes/_base.scss */
.views-row.views-row-last,
.views-row h2,
.field-collection-view {
  border-bottom: 0;
}

/* containers ************************ */
/* ----- blocks ---------------------- */
/* line 561, ../sass/includes/_base.scss */
.main .block {
  /* too much! - LG - 6/14/16 */
  /* margin-bottom: 30px; */
  /* we don't really want this either */
  /* margin-top: 10px; */
}

/* LG - 7/6/16 */
.region-content-lower, .region-content-bottom {
  margin: 0 auto;
  display: table;
  width: 75%;
}

/* line 565, ../sass/includes/_base.scss */
.block.block-no-bottom-margin {
  margin-bottom: 0;
}

/* line 569, ../sass/includes/_base.scss */
.main #block-system-main {
  margin-bottom: 0;
}

/* ----- callouts and blockquotes ---- */
/* line 578, ../sass/includes/_base.scss */
.callout,
.bracket,
.topline {
  clear: both;
  margin-top: 15px;
  padding: 15px 0;
  width: 30%;
  border-left: 0 none;
}

/* line 587, ../sass/includes/_base.scss */
.topline,
.bracket {
  border-top: 1px solid #eee;
}

/* line 591, ../sass/includes/_base.scss */
.bracket {
  border-bottom: 1px solid #eee;
}

/* line 595, ../sass/includes/_base.scss */
.callout {
  padding: 15px;
  width: 27.25%;
  border: 1px solid #eee;
}

/* ----- pullquote text -------------- */
/* line 606, ../sass/includes/_base.scss */
.pullquote,
.pullquote-large,
blockquote > p:first-child {
  padding-left: 10px;
  text-indent: -7px;
  line-height: 1.5em;
}

/* line 612, ../sass/includes/_base.scss */
.pullquote {
  letter-spacing: .02em;
  font-size: 14px;
}

/* line 617, ../sass/includes/_base.scss */
.pullquote-large {
  font-size: 20px;
}

/* line 621, ../sass/includes/_base.scss */
.credits {
  margin-top: .5em;
  margin-bottom: .5em;
  letter-spacing: .05em;
  font-size: 12px;
}

/* postcard layouts ****************** */
/* line 634, ../sass/includes/_base.scss */
.postcard-left,
.postcard-left-wrap,
.postcard-right,
.postcard-right-wrap {
  clear: both;
  margin-bottom: 15px;
}
/* line 641, ../sass/includes/_base.scss */
.postcard-left h2,
.postcard-left h3,
.postcard-left h4,
.postcard-left h5,
.postcard-left h6,
.postcard-left-wrap h2,
.postcard-left-wrap h3,
.postcard-left-wrap h4,
.postcard-left-wrap h5,
.postcard-left-wrap h6,
.postcard-right h2,
.postcard-right h3,
.postcard-right h4,
.postcard-right h5,
.postcard-right h6,
.postcard-right-wrap h2,
.postcard-right-wrap h3,
.postcard-right-wrap h4,
.postcard-right-wrap h5,
.postcard-right-wrap h6 {
  margin-top: 0;
}

/* line 647, ../sass/includes/_base.scss */
.postcard-left > div,
.postcard-right > div {
  display: table-cell;
}

/* line 652, ../sass/includes/_base.scss */
.postcard-left-wrap > div:first-child,
.postcard-left > div:first-child {
  float: left;
}
/* line 654, ../sass/includes/_base.scss */
.postcard-left-wrap > div:first-child img,
.postcard-left > div:first-child img {
  margin-right: 15px;
  margin-bottom: 15px;
}

/* line 661, ../sass/includes/_base.scss */
.postcard-right-wrap > div:first-child,
.postcard-right > div:first-child {
  float: right;
}
/* line 663, ../sass/includes/_base.scss */
.postcard-right-wrap > div:first-child img,
.postcard-right > div:first-child img {
  margin-left: 15px;
  margin-bottom: 15px;
}

/* images **************************** */
/* line 673, ../sass/includes/_base.scss */
img,
a img {
  outline: none;
  border: none;
}

/* line 678, ../sass/includes/_base.scss */
.main .border-hairline img {
  border: 1px solid #d8d8d8;
}

/* line 682, ../sass/includes/_base.scss */
.main .border-shadow img {
  -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.08);
}

/* line 688, ../sass/includes/_base.scss */
.main .border-underline img {
  margin-bottom: 5px;
  padding: 0 0 2px;
  border-bottom: 4px solid #e2e2e2;
  background-color: transparent;
}

/* line 695, ../sass/includes/_base.scss */
.main .border-none img {
  border: 0 !important;
}

/* line 699, ../sass/includes/_base.scss */
.main .border-bottom img {
  border-bottom: 1px solid #d3d3d3;
}

/* line 704, ../sass/includes/_base.scss */
.main .border-simple-nowidth img,
.main .border-simple img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 6px;
  background-color: #e2e2e2;
}

/* line 713, ../sass/includes/_base.scss */
.main .border-simple img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 719, ../sass/includes/_base.scss */
.main .border-simple a:hover img {
  background-color: #bbb;
}

/* line 723, ../sass/includes/_base.scss */
.main .border-hairline a:hover img {
  border: 1px solid #373737;
}


/* media ***************************** */
/* line 730, ../sass/includes/_base.scss */
iframe {
  max-width: 100%;
}

/* ----- Video Player ------------- */
/* line 737, ../sass/includes/_base.scss */
.video-player {
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625em;
  position: relative;
}

/* line 746, ../sass/includes/_base.scss */
.video-player.widescreen {
  padding-bottom: 57.25%;
}

/* line 750, ../sass/includes/_base.scss */
.video-player.vimeo {
  padding-top: 0;
}

/* line 757, ../sass/includes/_base.scss */
.video-player iframe,
.video-player object,
.video-player embed,
.video-player video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* helper classes ******************** */
/* ----- Views Row Lines ------------- */
/* line 771, ../sass/includes/_base.scss */
.views-row-lines .views-row {
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 1em;
  padding-bottom: 1em;
  overflow: auto;
}

/* line 778, ../sass/includes/_base.scss */
.views-row-lines .views-row-1 {
  border-top: 1px solid #F0F0F0;
  padding-top: 1em;
}

/* ----- positioning ----------------- */
/* line 786, ../sass/includes/_base.scss */
.spacer {
  margin-top: 30px;
}

/* line 790, ../sass/includes/_base.scss */
.float-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* line 796, ../sass/includes/_base.scss */
.float-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* line 802, ../sass/includes/_base.scss */
.float-none {
  float: none;
}

/* line 806, ../sass/includes/_base.scss */
.clear-none {
  clear: none;
}

/* line 810, ../sass/includes/_base.scss */
.clear-left-margin {
  margin-left: 0 !important;
  padding-right: 20px;
}

/* line 815, ../sass/includes/_base.scss */
.clear-right {
  clear: right;
}

/* line 819, ../sass/includes/_base.scss */
.clear-left {
  clear: left;
}

/* line 823, ../sass/includes/_base.scss */
.clear-both {
  clear: both;
}

/* line 827, ../sass/includes/_base.scss */
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  z-index: -1000;
}

/* already defined by drupal */
/* ----- sizing ---------------------- */
/* line 845, ../sass/includes/_base.scss */
.span-full {
  width: 100%;
}

/* general overrides ***************** */
/* ----- block alert overrides -- */
/* line 855, ../sass/includes/_base.scss */
.block.alert {
  margin-right: -2px;
  padding-right: 0;
  padding-left: 0;
}

/* line 861, ../sass/includes/_base.scss */
.block.alert > * {
  padding-right: 10px;
  padding-left: 10px;
}

/* ----- field collection overrides -- */
/* line 869, ../sass/includes/_base.scss */
.field-collection-container {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 874, ../sass/includes/_base.scss */
.field-collection-view {
  margin: 0;
  padding: 0;
}

/* line 879, ../sass/includes/_base.scss */
.field-collection-container .field-items .field-item {
  margin: 0;
}

/* ----- collapsable fieldset overrides -- */
/* line 886, ../sass/includes/_base.scss */
html.js fieldset.collapsed {
  height: auto;
}

/* line 890, ../sass/includes/_base.scss */
legend {
  margin-bottom: 1em;
  line-height: 1.5em;
}

/* ----- field label overrides ------- */
/* line 898, ../sass/includes/_base.scss */
.field .field-label {
  font-weight: 600;
}

/* line 902, ../sass/includes/_base.scss */
.page-node .content-body .field {
  margin-bottom: 1em;
}

/* line 906, ../sass/includes/_base.scss */
.page-node .content-body .field-type-field-collection {
  margin-bottom: 0;
}

/* ----- admin menu overrides -- */
/* line 913, ../sass/includes/_base.scss */
#admin-menu {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* features overrides ******* */
/* ----- views slideshow ------------- */
/* line 926, ../sass/includes/_base.scss */
.views_slideshow_cycle_main {
/*
  position: relative;
  float: left;
  width: 100%;
*/
}

/* line 932, ../sass/includes/_base.scss */
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
/*
  width: 100%!important;
  height: auto;
*/
}

/* line 937, ../sass/includes/_base.scss */
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
/*
  width: 100%!important;
  height: auto;
*/
}

/* line 942, ../sass/includes/_base.scss */
.views_slideshow_cycle_main .field-content {
/*
  max-width: 100%;
  width: 100%;
*/
}

/* line 947, ../sass/includes/_base.scss */
/*
.views_slideshow_cycle_main .field-content img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
*/

/* fixin' some stuff - LG - 6/29/16 */
.flex-caption {
  display: none;
}

.slider-main {
  width: 86%;
  /* width: 100%; */
  float:left;
}
.slider-controls {
  /* width: 15%; */
  height: auto;
  max-width: 14%;
  float:left;
}

/* wtf - LG - 7/6/16 */
.item-list ul li {
  margin: 0 !important;
}
ul.thingys {
  list-style: none;
  margin: 0;
}
ul.thingys > li {
  border-top: 5px solid #ddd;
  border-left: 5px solid #ddd;
}
/* ul.thingys li > .views-field-field-images-for-new-home-page-s > .field-content > img { */
ul.thingys li > div > div.thingyNav {
  max-width: 100%;
  cursor: pointer;
}
/* all the things - LG - 8/11/16 */
#big-ol-slider > * {
  cursor: pointer;
}

/* highlight clicked thumbnail - LG - 7/8/16 */
img.chosen {
  border-top: solid 4px #ba0c2f; /* the official red */
  border-bottom: solid 4px #ba0c2f; /* the official red */
}

/* troubleshooting - LG - 5/31/18 */
.trouble {
  background-color: orange;
  color: orange;
}

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

/* based on s.o 17859993 LG - 7/6/16 */
#big-ol-slider > ul.slides > li > .views-field-field-images-for-new-home-page-s:before {
   content: '';
    position:absolute;
    top:0;
    left: 0;
    right: 0;
    /* bottom: 0; */
/* height: 20%; - LG - 7/3/17 */
    /* height: 22%; */
    height: calc(50px + 9vw); /* LG - 7/25/17 */
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    z-index: 1;
}


#big-ol-slider {
  color: #ffffff;
}
#big-ol-slider > .slides > li > .views-field-title {
  /*  right: 30px; - LG - 6/30/17 */
  /* top: 30px; - LG - 7/3/17 */
  /* top: 5%;
  left: 30px; */
  /* LG - 7/25/17 */
  top: 2.1vw;
  left: 2vw;
  position: absolute;
  /* font-size: 450%; */

  /* change font size to vw - _should_ work - LG - 7/6/17 */
  /* font-size: 4vw; */
  /* TODO: fix w./calc - 7/7/17 */
  font-size: 4vw;

  /* fonty things - LG - 7/3/17 */
  font-family: 'Oswald'; 
  font-weight: 300;
  z-index: 2;
}
.views-field-field-caption {
  /*  right: 30px; - LG - 6/30/17 */
  /* top: 70px; */
  position: absolute;
  /* left: 30px;
  top: 11%; */
  /* LG - 7/25/17 */
  top: 5.3vw;
  left: 2vw;
  z-index: 2;
  /* font-size: 150%; */

  /* font-size: 1.5vw; */
  /* TODO: fix w./calc - 7/7/17 */
  font-size: calc(11px + .8vw); /* LG - 7/25/17 */
  /* font-size: 1.5vw; */
  line-height: calc(20px + .7vw);
}
/* adjusted - LG - 7/26/17 */
.views-field-field-caption > div > p {
  margin-right: 30px;
}
.views-field-field-link-from-slide {
  display: none;
  /* top: 130px; */
  /* top: 15%; */
  /*  right: 30px; - LG - 6/30/17 */
  /* left: 30px;
  position: absolute;
  z-index: 2;
  */
}
.views-field-field-link-from-slide a {
  /* color: #ffffff; */
  /* font-size: 18px; */
  /* font-size: 125%; */

  /* font-size: 1.25vw; */
  /* TODO: fix w./calc - 7/7/17 */
  /* font-size: 1.25vw; */

  /* font-weight: bold; - LG - 7/3/17 */
  /* z-index: 2; */
}
/*** ***/

/* administration ******************** */
/* ----- admin ----------------------- */
/* line 961, ../sass/includes/_base.scss */
ul.primary {
  margin: 1.5em 0 .2em;
}

/* line 965, ../sass/includes/_base.scss */
.vertical-tabs .summary {
  font-size: 12px;
}

/* media queries ********************* */
/* ----- responsive ------------------ */
@media (max-width: 1300px) {
  /* LG - 7/11/17 */
  .region-site-login {
    text-align: center;
  }
  .logo-block-class{
    /* width: 65vw; */
    width: 70vw; /* LG - 7/30/17 */
    margin: 10px auto;
    float: none;
  }
  .icony-block-class {
    float: none; 
    /* width: 50vw; */
/*
    margin: 10px auto;
*/
  }
  .icony-block-class > div {
    /* float: left; */
  }
  #icon-nav {
    margin: auto;
  }
  .search-block-class {
    width: 50vw;
    /* margin: 10px auto; */
    margin: 0 auto; /* LG - 7/28/17 */
    float: none;
  }
  .gsc-search-box {
    margin: auto;
    width: 50vw !important;
    float: none;
  }
  .navbar-inner {
    margin: auto;
    float: none;
  }
}

@media (max-width: 1080px) {
  .icony-block-class {
    /* width: 60vw; */
/*
    margin: 10px auto;
    float: none;
*/
  }
  .icony-block-class > div {
/*
    margin: auto;
*/
  }
  .icony-block-class > div > div {
/*
    margin: auto;
*/
  }
  #icon-nav {
    margin: auto;
  }
  .search-block-class {
    width: 60vw;
    /* margin: 10px auto; */
    float: none;
  }
  .gsc-search-box {
    margin: auto;
    width: 60vw !important;
    float: none;
  }
}

/* landscape phones and down */
@media (max-width: 480px) {
  /* line 979, ../sass/includes/_base.scss */
  .content-col2 [class*="span"] {
    margin-left: 0;
    width: 100%;
  }
  /* make the font a little smaller - LG - 7/31/17 */
  body {
    font-size: 14px;
  }
  /* switch out logo - LG - 7/31/17 */
  .logo-block-class{
    display: none;
  }
  .vert-logo-block-class {
    display: block;
    margin: auto;
    width: 95vw;
  }
  /* hide icon labels @ phone width - LG - 7/31/17 */
  #icon-nav > ul > li > a > span {
    display: none;
  }
  #icon-nav > ul > li > a > img {
    margin: 2vw;
  }
  #icon-nav > ul > li {
    margin: 1vw;
  }
  #icon-nav > ul {
    margin: 0;
    padding: 0;
  }
  #icon-nav {
    float: left;
    margin: 0;
    padding: 0;
  }
  /* hide the search bar, too! - LG - 7/31/17 */
  .search-block-class {
    display: none;
  }
  /* search icon only at this size - LG - 7/31/17 */
  .search-icon-only-class {
    display: inline;
    float: left;
    /* 
    display: inline-block;
    background-color: #ba0c2f; 
    padding: 0 20px; 
    */
  }
  .search-icon-only-class > div > p {
    /* margin: auto; */
    /* float: left; */
  }
  .search-icon-only-class > div > p > span > a > img {
    top: 0;
    background-color: #ba0c2f; /* the official red */
    margin: 5px 15px 0 12px;
    padding: 1em;
  }
  #main-menu {
    /* hide the whole thing? - LG - 8/1/17 */
    /* fixing this - LG - 8/8/17 */
    /* display: none; */
    padding: 0;
  }
  /* add back the border - LG - 8/1/17 */
  .region-site-login {
    /* fixing this - LG - 8/8/17 */
/*
    border-style: solid;
    border-color: #ba0c2f; /* the official red */
    border-width: 0 0 10px 0;
    padding: 5px 0 0 0;
*/
  }

/* new fancy burger! - LG - 7/31/17 */
.hamburger-menu-class {
  display: inline;
}
  .navbar-default{
background-color:inherit;
border-color:inherit;
}
.navbar{
  border:none;
}
#burger{
  /* top:50px; */
  top: 0px;
  /* padding-left:55px; */
  padding-left: 5px;
  position:relative;
  cursor:pointer;
  /* width:40px; */
  /* height:60px; */
  /* height: 2.2em;
  width: 2.2em; */
  float:left;
}
.allBar{
  position:absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  border-top: 5px solid black;
  /* width:40px; */
  width: 2.4em;
  transition:.5s;
}
.topBar{
  /* top:15px; */
  top: .5em;
}
.middleBar{
  /* top:30px; */
  top: 1.5em;
}
.bottomBar{
  /* top:45px; */
  top: 2.5em;
}
.topBarClick{
  backface-visibility: hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  /* top:15px; */
  top: .5em;
  transform:translate(7.5px, 0px) rotate(225deg);
  transition:.5s;
}
.middleBarClick{
  opacity:0;
}
.bottomBarClick{
  backface-visibility: hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  /* top:15px; */
  top: .5em;
  transform:translate(-7.5px, 0px) rotate(-225deg);
  transition:.5s;
}
/* end fancy burger */

  /* LG - 7/6/16 */
  .region-content-lower, .region-content-bottom {
    width: 95%;
  }
  #block-views-new-home-page-news-view-block {
    border-right: 0;
    border-bottom: solid 1px #aaa;
  }

  /* slider text - LG - 7/7/16 */
  /* slider text - LG - 7/10/17 */
  #big-ol-slider > .slides > li > .views-field-title {
    display: none;
  }
  /* make the gradient disappear when the text does - LG - 7/26/17 */
  #big-ol-slider > ul.slides > li > .views-field-field-images-for-new-home-page-s:before {
    background: transparent;
  }
  .views-field-field-caption {
    display: none;
  }
  .views-field-field-link-from-slide a {
    display: none;
  }

  /* line 983, ../sass/includes/_base.scss */
  .header #logo {
    display: block;
  }

  /* line 988, ../sass/includes/_base.scss */
  .header-section {
    /* display: block; */
  }

  /* line 993, ../sass/includes/_base.scss */
  .site-name,
  .site-slogan,
  .site-login {
    text-align: center;
  }

  /* line 996, ../sass/includes/_base.scss */
  #name-and-slogan {
    display: block;
  }
}
@media (max-width: 550px) {
/* Leslie's own breakpoint */
  /* LG - 7/28/16 */

  /* LG - 9/22/17 */
  #main-nav > .nav li {
    padding: 0 calc(5px + .3vw) !important;
  }

  /* LG - 7/11/17 */
  .search-block-class {
/*
 * not working yet - LG - 7/31/17 
    width: 90vw;
    margin: 10px auto;
    float: none;
*/
  }

  .navbar .nav > li > a {
    /* 
    font-size: 1em;
    margin: 0 10px;
    */
  }

  /* LG - 8/12/16 */
  .navbar-inner::before, .navbar-inner::after {
    /* LG - 8/9/17 */
    /* display: inline; */
  }
  .clearfix::after {
    /* LG - 8/9/17 */
    display: none;
  }

  .navbar {
    height: auto;
  }

  .header {
    /* maybe not this much - LG - 7/6/16 */
    /* margin: 25px 0 30px; */
    /* LG - 11/6/16 */
    /* margin: 20px 0 0 12px; */
  }
  .slider-controls {
    display: none;
  } 
  .slider-main {
    width: 100%;
  }
  .region-content-lower, .region-content-bottom {
    margin: 0 auto;
    width: 90%;
  }
  #block-views-new-home-page-news-view-block {
    border-right: 0;
    border-bottom: solid 1px #aaa;
  }
}
/* landscape phones to tablet */
@media (min-width: 481px) and (max-width: 767px) {
  .header .site-logo img {
    /* max-height: 150px; */
    /* LG - 11/6/16 */
    /* max-width: 481px; */
    /* max-width: 90%; */
    /* max-width: 90vw; */
  }
  .header #logo {
    /* padding-left: 10px; */
  }

  #main-nav > .nav > li > a {
    /* change to fit the ABOUT menu item - LG - 9/21/17 */
    //font-size: calc(10px + 1vw) !important; 
  }

  /* LG - 11/7/16 */
  #icon-nav > ul > li > a {
    /* LG - 7/7/17 */
    /* font-size: 1em; */
  }
  #icon-nav > ul > li > a > img {
    /* LG - 7/7/17 */
    /* margin: .5em;
    height: 2.5em; */
  }

  .social-icons img {
    /* maybe not? - LG - 9/5/18 */
    /* width: 2em; */
  }
  .info-icons > .content img {
    height: 2.2em;
  }
  #block-views-new-home-page-news-view-block {
    padding: 0 10px 10px 0;
    border-right: solid 1px #aaa;
  }

  /* LG - 7/6/16 */
  .region-content-lower, .region-content-bottom {
    width: 90%;
  }
  /* slider text - LG - 7/7/16 */
  #big-ol-slider > .slides > li > .views-field-title {
    /* top: 5px; */
    /* left: 5px; */
    /* change font size to percent - should work everywhere - LG - 7/3/17 */
    /* font-size: 32px; */
  }
  .region-content-lower, .region-content-bottom {
    margin: 0 auto;
    width: 85%;
  }
  /* slider text - LG - 7/7/16 */
  #big-ol-slider > .slides > li > .views-field-title {
    /* top: 15px; */
    /* left: 15px; */
    /* change font size to percent - should work everywhere - LG - 7/3/17 */
    /* font-size: 26px; */
    display: none;
  }
  /* make the gradient disappear when the text does - LG - 7/26/17 */
  #big-ol-slider > ul.slides > li > .views-field-field-images-for-new-home-page-s:before {
    background: transparent;
  }
  .views-field-field-caption {
    display: none;
  }
  .views-field-field-link-from-slide {
    display: none;
    /* 
    top: 40px;
    right: 15px;
    */
  }
  .views-field-field-link-from-slide a {
    /* font-size: 16px; */
  }

  /* line 1021, ../sass/includes/_base.scss */
  .main-top .block[class*="span"],
  .main-upper .block[class*="span"],
  .main-lower .block[class*="span"],
  .main-bottom .block[class*="span"],
  .content-top .block[class*="span"],
  .content-upper .block[class*="span"],
  .content-body .block[class*="span"],
  .content-lower .block[class*="span"],
  .content-bottom .block[class*="span"],
  .content-row2 .span6,
  .content-col2.row-fluid .span6,
  .content-row3 .span4,
  .content-col3.row-fluid .span4,
  .content-row4 .span3,
  .content-col4.row-fluid .span3,
  .site-sidebar-first .block,
  .site-sidebar-second .block {
    display: block;
    float: left;
    margin-right: 0;
    width: 49%;
  }

  /* line 1035, ../sass/includes/_base.scss */
  .main-top .block.span12,
  .main-upper .block.span12,
  .main-lower .block.span12,
  .main-bottom .block.span12,
  .content-top .block.span12,
  .content-upper .block.span12,
  .content-body .block.span12,
  .content-lower .block.span12,
  .content-bottom .block.span12 {
    width: 100%;
  }

  /* line 1046, ../sass/includes/_base.scss */
  .main-top .block,
  .main-upper .block,
  .main-lower .block,
  .main-bottom .block,
  .content-top .block,
  .content-upper .block,
  .content-body .block,
  .content-lower .block,
  .content-bottom .block {
    width: 100%;
  }

  /* line 1074, ../sass/includes/_base.scss */
  .main-top .block[class*="span"]:nth-child(odd),
  .main-top .block[class*="span"]:nth-child(odd).clear-row,
  .main-upper .block[class*="span"]:nth-child(odd),
  .main-upper .block[class*="span"]:nth-child(odd).clear-row,
  .main-body .block[class*="span"]:nth-child(odd),
  .main-body .block[class*="span"]:nth-child(odd).clear-row,
  .main-lower .block[class*="span"]:nth-child(odd),
  .main-lower .block[class*="span"]:nth-child(odd).clear-row,
  .main-bottom .block[class*="span"]:nth-child(odd),
  .main-bottom .block[class*="span"]:nth-child(odd).clear-row,
  .content-top .block[class*="span"]:nth-child(odd),
  .content-top .block[class*="span"]:nth-child(odd).clear-row,
  .content-upper .block[class*="span"]:nth-child(odd),
  .content-upper .block[class*="span"]:nth-child(odd).clear-row,
  .content-lower .block[class*="span"]:nth-child(odd),
  .content-lower .block[class*="span"]:nth-child(odd).clear-row,
  .content-bottom .block[class*="span"]:nth-child(odd),
  .content-bottom .block[class*="span"]:nth-child(odd).clear-row,
  .content-row2 .span6:nth-child(odd),
  .content-col2.row-fluid .span6:nth-child(odd),
  .content-row3 .span4:nth-child(odd),
  .content-col3.row-fluid .span4:nth-child(odd),
  .content-row4 .span3:nth-child(odd),
  .content-col4.row-fluid .span3:nth-child(odd),
  .site-sidebar-first .block:nth-child(odd),
  .site-sidebar-second .block:nth-child(odd) {
    margin-right: 2%;
  }

  /* line 1093, ../sass/includes/_base.scss */
  .main-top .block[class*="span"]:last-child,
  .main-upper .block[class*="span"]:last-child,
  .main-body .block[class*="span"]:last-child,
  .main-lower .block[class*="span"]:last-child,
  .main-bottom .block[class*="span"]:last-child,
  .content-top .block[class*="span"]:last-child,
  .content-upper .block[class*="span"]:last-child,
  .content-lower .block[class*="span"]:last-child,
  .content-bottom .block[class*="span"]:last-child,
  .content-row2 [class*="span"]:nth-child(2n),
  .content-row3 [class*="span"]:nth-child(2n),
  .content-col2.row-fluid [class*="span"]:nth-child(2n),
  .content-col3.row-fluid [class*="span"]:nth-child(2n),
  .content-row4 [class*="span"]:nth-child(2n),
  .content-col4.row-fluid [class*="span"]:nth-child(2n),
  .site-sidebar-first .block:nth-child(2n),
  .site-sidebar-second .block:nth-child(2n) {
    margin-right: 0;
  }

  /* line 1104, ../sass/includes/_base.scss */
  .main-top .block[class*="span"].clear-row,
  .main-upper .block[class*="span"].clear-row,
  .main-lower .block[class*="span"].clear-row,
  .main-bottom .block[class*="span"].clear-row,
  .content-top .block[class*="span"].clear-row,
  .content-upper .block[class*="span"].clear-row,
  .content-body .block[class*="span"].clear-row,
  .content-lower .block[class*="span"].clear-row,
  .content-bottom .block[class*="span"].clear-row {
    margin-right: 2%;
  }

  /* line 1115, ../sass/includes/_base.scss */
  .main-top .block.span12.clear-row,
  .main-upper .block.span12.clear-row,
  .main-lower .block.span12.clear-row,
  .main-bottom .block.span12.clear-row,
  .content-top .block.span12.clear-row,
  .content-upper .block.span12.clear-row,
  .content-body .block.span12.clear-row,
  .content-lower .block.span12.clear-row,
  .content-bottom .block.span12.clear-row {
    margin-right: 0;
    width: 100%;
  }

  /* line 1126, ../sass/includes/_base.scss */
  .content-row2 [class*="span"]:nth-child(2n+1),
  .content-col2.row-fluid [class*="span"]:nth-child(2n+1),
  .content-row3 [class*="span"]:nth-child(2n+1),
  .content-col3.row-fluid [class*="span"]:nth-child(2n+1),
  .content-row4 [class*="span"]:nth-child(2n+1),
  .content-col4.row-fluid [class*="span"]:nth-child(2n+1),
  .site-sidebar-first .block:nth-child(2n+1),
  .site-sidebar-second .block:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }

  /* fix for .well on blocks in first sidebar and second sidebar */
  /* line 1132, ../sass/includes/_base.scss */
  .site-sidebar-first .block.well,
  .site-sidebar-second .block.well {
    width: 37%;
    width: -moz-calc(50% - 50px);
    width: -webkit-calc(50% - 50px);
    width: -o-calc(50% - 50px);
    width: calc(50% - 50px);
  }

  /* line 1140, ../sass/includes/_base.scss */
  .site-sidebar-first .block.well:nth-child(odd),
  .site-sidebar-second .block.well:nth-child(odd) {
    margin-right: 20px;
  }
}

/* landscape phone to portrait tablet */
@media (max-width: 767px) {
  /* LG - 7/31/17 */
  #main-nav > .nav li {
    padding: 0 calc(9px + .5vw);
  }
  #main-nav > .nav > li > a {
    /* change to fit the ABOUT menu item - LG - 9/21/17 */
    font-size: calc(10px + 1vw);
  }

  /* LG - 7/11/17 */
  .logo-block-class{
    width: 80vw;
    margin: 10px auto;
    float: none;
  }

  #header > .container {
    /* LG - 7/11/17 */
    /* width: 90%; */
  }

  /* tweaks - LG - 7/31/16 */
  .navbar .nav > li > a {
    /*
    font-size: 1em;
    margin: 0 8px;
    */
  }
  .region-content-lower, .region-content-bottom {
    width: 90%;
  }

  /* line 1149, ../sass/includes/_base.scss */
  .nav-search {
/*
    float: right;
    margin: 0;
    padding: 3px 0;
*/
  }

  /* line 1154, ../sass/includes/_base.scss */
  #header-search {
/*
    position: absolute;
    right: 30px;
    margin: -15px 0 0;
    width: auto;
*/
  }

  /* line 1160, ../sass/includes/_base.scss */

  /* line 1164, ../sass/includes/_base.scss */
  nav ul li a {
    display: block;
  }

  /* line 1167, ../sass/includes/_base.scss */
  .navbar-inner {
    /*
    padding: 5px 5px 0;
    */
  }

  /* line 1170, ../sass/includes/_base.scss */
  .content-col2 [class*="span"] {
    margin-left: 0;
    width: 100%;
  }

  /* line 1176, ../sass/includes/_base.scss */
  .callout,
  .bracket,
  .topline {
    width: 50%;
  }

  /* line 1179, ../sass/includes/_base.scss */
  .row-fluid .node .content .float-left {
    max-width: 50%;
    margin-right: 20px;
  }

  /* line 1183, ../sass/includes/_base.scss */
  .row-fluid .node .content .float-right {
    max-width: 50%;
    margin-left: 20px;
  }

  /* line 1187, ../sass/includes/_base.scss */
  .footer-content .block {
    float: left;
    margin-right: 4%;
    width: 48%;
  }

  /* line 1192, ../sass/includes/_base.scss */
  .footer-content .block:nth-child(2n+1) {
    clear: both;
  }

  /* line 1195, ../sass/includes/_base.scss */
  .footer-content .block:nth-child(2n) {
    margin-right: 0;
  }

  /* line 1198, ../sass/includes/_base.scss */
  .content-first .main-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  /* line 1209, ../sass/includes/_base.scss */
  .content-first .mc-content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  /* line 1216, ../sass/includes/_base.scss */
  .content-first .site-sidebar-first {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  /* line 1223, ../sass/includes/_base.scss */
  .content-first .site-sidebar-second {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}

@media (max-width: 650px) {
  /* LG - 7/10/17 */
  .logo-block-class{
    /* width: 90vw; */
    width: 85vw;
    margin: 10px auto;
    float: none;
  }
  /* LG - 9/22/17 */
  #main-nav > .nav li {
    padding: 0 calc(8px + .4vw);
  }
  #main-nav > .nav > li > a {
    /* font-size: 14px; */
    /* change to fit the ABOUT menu item - LG - 9/21/17 */
    font-size: calc(9px + 1vw);
  }
  .navbar-inner { 
    min-height: 0;
  }
}

@media (min-width: 768px) {
  .header .site-logo img {
    /* middle-ish - LG - 6/24/16 */
    max-height: 150px;
    /* ok - LG - 8/13/16 */
    /* padding-left: 10px; */
    /* max-height: 100px; */
    max-width: none;
  }

  /* line 1233, ../sass/includes/_base.scss */
  .navbar-inner {
    /* 
    padding: 0 20px;
    */
  }

  /* line 1236, ../sass/includes/_base.scss */
  .region-navigation .block {
    float: left;
  }

  /* line 1239, ../sass/includes/_base.scss */
  .region-navigation .block.pull-right {
    float: right;
  }
}
/* portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  /* LG - 7/30/17 */
  #main-nav > .nav li {
    padding: 0 18px;
  }
  .btn.btn-navbar {
    /* fixing this - LG - 8/8/17 */
    /* display: none; */
  }

  /* maybe tweak more here - LG - 8/12/16 */
  #big-ol-slider > .slides > li > .views-field-title {
    /* top: 25px; */
    /* change font size to percent - should work everywhere - LG - 7/3/17 */
    /* font-size: 42px; */
  }

  .navbar .nav > li > a {
    /*
    font-size: 1.1em;
    margin: 0 10px;
    */
  }
  .header .site-logo img {
    /* middle-ish - LG - 6/24/16 */
    max-height: 150px;
    /* max-height: 100px; */
    max-width: none;
  }
  /* LG - 7/6/16 */
  .region-content-lower, .region-content-bottom {
    width: 90%;
  }
  /* line 1248, ../sass/includes/_base.scss */
  .btn.btn-navbar {
/*
    float: left;
    margin-bottom: 8px;
*/
  }

  /* line 1252, ../sass/includes/_base.scss */
  .navbar-inner {
    /* 
    padding: 0 5px; 
    */
  }

  /* line 1255, ../sass/includes/_base.scss */
  .nav-search {
    margin-right: 0;
  }

  /* line 1260, ../sass/includes/_base.scss */
  .content .callout,
  .content .bracket,
  .content .topline {
    width: 40%;
  }

  /* line 1265, ../sass/includes/_base.scss */
  .footer-content .block.span2,
  .footer-content .block.span3,
  .footer-content .block.span4 {
    float: left;
    margin-left: 0;
    margin-right: 4%;
    width: 30.6%;
  }

  /* line 1273, ../sass/includes/_base.scss */
  .footer-content .block.span2:nth-child(3n+1),
  .footer-content .block.span3:nth-child(3n+1),
  .footer-content .block.span4:nth-child(3n+1) {
    clear: both;
  }

  /* line 1278, ../sass/includes/_base.scss */
  .footer-content .block.span2:nth-child(3n),
  .footer-content .block.span3:nth-child(3n),
  .footer-content .block.span4:nth-child(3n) {
    margin-right: 0;
  }

  /* line 1284, ../sass/includes/_base.scss */
  .sidebar-first .content-row3 .span4,
  .sidebar-first .content-col3.row-fluid .span4,
  .sidebar-first .content-row4 .span3,
  .sidebar-first .content-col4.row-fluid .span3 {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 49%;
  }

  /* line 1294, ../sass/includes/_base.scss */
  .sidebar-first .content-row3 .span4:nth-child(odd),
  .sidebar-first .content-col3.row-fluid .span4:nth-child(odd),
  .sidebar-first .content-row4 .span3:nth-child(odd),
  .sidebar-first .content-col4.row-fluid .span3:nth-child(odd) {
    margin-right: 2%;
  }

  /* line 1299, ../sass/includes/_base.scss */
  .sidebar-first .content-col3.row-fluid [class*="span"]:nth-child(2n),
  .sidebar-first .content-row4 [class*="span"]:nth-child(2n),
  .sidebar-first .content-col4.row-fluid [class*="span"]:nth-child(2n) {
    margin-right: 0;
  }

  /* line 1307, ../sass/includes/_base.scss */
  .sidebar-first .content-row2 [class*="span"]:nth-child(2n+1),
  .sidebar-first .content-col2.row-fluid [class*="span"]:nth-child(2n+1),
  .sidebar-first .content-row3 [class*="span"]:nth-child(2n+1),
  .sidebar-first .content-col3.row-fluid [class*="span"]:nth-child(2n+1),
  .sidebar-first .content-row4 [class*="span"]:nth-child(2n+1),
  .sidebar-first .content-col4.row-fluid [class*="span"]:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }

  /* line 1314, ../sass/includes/_base.scss */
  .two-sidebars .content-row3 .span4,
  .two-sidebars .content-col3.row-fluid .span4,
  .two-sidebars .content-row4 .span3,
  .two-sidebars .content-col4.row-fluid .span3 {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 49%;
  }

  /* line 1324, ../sass/includes/_base.scss */
  .two-sidebars .content-row3 .span4:nth-child(odd),
  .two-sidebars .content-col3.row-fluid .span4:nth-child(odd),
  .two-sidebars .content-row4 .span3:nth-child(odd),
  .two-sidebars .content-col4.row-fluid .span3:nth-child(odd) {
    margin-right: 2%;
  }

  /* line 1329, ../sass/includes/_base.scss */
  .two-sidebars .content-col3.row-fluid [class*="span"]:nth-child(2n),
  .two-sidebars .content-row4 [class*="span"]:nth-child(2n),
  .two-sidebars .content-col4.row-fluid [class*="span"]:nth-child(2n) {
    margin-right: 0;
  }

  /* line 1337, ../sass/includes/_base.scss */
  .two-sidebars .content-row2 [class*="span"]:nth-child(2n+1),
  .two-sidebars .content-col2.row-fluid [class*="span"]:nth-child(2n+1),
  .two-sidebars .content-row3 [class*="span"]:nth-child(2n+1),
  .two-sidebars .content-col3.row-fluid [class*="span"]:nth-child(2n+1),
  .two-sidebars .content-row4 [class*="span"]:nth-child(2n+1),
  .two-sidebars .content-col4.row-fluid [class*="span"]:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }

  /* line 1344, ../sass/includes/_base.scss */
  .no-sidebars .content-row3 .span4,
  .no-sidebars .content-col3.row-fluid .span4,
  .no-sidebars .content-row4 .span3,
  .no-sidebars .content-col4.row-fluid .span3 {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 49%;
  }

  /* line 1354, ../sass/includes/_base.scss */
  .no-sidebars .content-row3 .span4:nth-child(odd),
  .no-sidebars .content-col3.row-fluid .span4:nth-child(odd),
  .no-sidebars .content-row4 .span3:nth-child(odd),
  .no-sidebars .content-col4.row-fluid .span3:nth-child(odd) {
    margin-right: 2%;
  }

  /* line 1359, ../sass/includes/_base.scss */
  .no-sidebars .content-col3.row-fluid [class*="span"]:nth-child(2n),
  .no-sidebars .content-row4 [class*="span"]:nth-child(2n),
  .no-sidebars .content-col4.row-fluid [class*="span"]:nth-child(2n) {
    margin-right: 0;
  }

  /* line 1367, ../sass/includes/_base.scss */
  .no-sidebars .content-row2 [class*="span"]:nth-child(2n+1),
  .no-sidebars .content-col2.row-fluid [class*="span"]:nth-child(2n+1),
  .no-sidebars .content-row3 [class*="span"]:nth-child(2n+1),
  .no-sidebars .content-col3.row-fluid [class*="span"]:nth-child(2n+1),
  .no-sidebars .content-row4 [class*="span"]:nth-child(2n+1),
  .no-sidebars .content-col4.row-fluid [class*="span"]:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }

  /* line 1373, ../sass/includes/_base.scss */
  .sidebar-second .content-row2 [class*="span"]:nth-child(2n+1),
  .sidebar-second .content-row3 [class*="span"]:nth-child(3n+1),
  .sidebar-second .content-row4 [class*="span"]:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
}
/* large desktop */
@media (min-width: 980px) {
  #main-nav > .nav li{
    /* LG - 9/22/17 */
    padding: 0 calc(10px + .5vw);
  }
  /* line 1385, ../sass/includes/_base.scss */
  .content-row2 [class*="span"]:nth-child(2n+1),
  .content-row3 [class*="span"]:nth-child(3n+1),
  .content-row4 [class*="span"]:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
}

/* desktop */
@media (min-width: 980px) and (max-width: 1199px) {

  /* special fancy - LG - 8/12/16 */
  .span8 {
    width: auto;
  }
  .info-icons {
    float: right;
    width: auto;
  }
  /* LG - 11/7/16 */
  #icon-nav {
    /* LG - 7/7/17 */
    /* float: none; */
  }
  .header-section {
    /* display: table; */
/*
    width: auto;
    float: left;
*/
  }

  .header .site-logo img {
    /* middle-ish - LG - 6/24/16 */
    /* max-height: 150px; */
    /* max-height: 100px; */
    max-width: none;
  }
  .navbar .nav > li > a {
    /*
    font-size: 1.2em;
    margin: 0 20px;
    */
  }
  /* line 1397, ../sass/includes/_base.scss */
  .two-sidebars .content .callout,
  .two-sidebars .content .bracket,
  .two-sidebars .content .topline {
    width: 40%;
  }
  .region-content-lower, .region-content-bottom {
    width: 85%;
  }
}

/* a smidge bigger - LG - 7/6/16 */
@media (min-width: 1200px) and (max-width: 1500px) {
  .navbar .nav > li > a {
    /*
    font-size: 1.4em;
    margin: 0 24px;
    */
  }
  .region-content-lower, .region-content-bottom {
    width: 80%;
  }
/* theme options ********************* */
/* ----- front page title ------------ */
/* line 4, ../sass/includes/_module-theme-options.scss */
.front .title {
  display: none;
}

/* line 8, ../sass/includes/_module-theme-options.scss */
.front.show-title .title {
  display: block;
}

/* ----- body background type -------- */
/* line 13, ../sass/includes/_module-theme-options.scss */
body.photobg {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* ----- background color ------------ */
/* line 19, ../sass/includes/_module-theme-options.scss */
.bodybg .sidebar .region {
  padding: 10px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 25, ../sass/includes/_module-theme-options.scss */
.bodybg .content-wrapper {
  padding: 10px;
  background: #fff;
}

/* ----- borders -------------------- */
/* line 32, ../sass/includes/_module-theme-options.scss */
.borders .sidebar .region,
.borders .content-wrapper {
  padding: 10px;
  border: 1px solid #d4d4d4;
}

/* ------ rounded corners ----------- */
/* line 39, ../sass/includes/_module-theme-options.scss */
.roundedcorners .sidebar .region,
.roundedcorners .content-wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* ----- Responsive Views Grids ------ */
/* line 3, ../sass/includes/_module-views-grid.scss */
.views-grid-four .views-row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 1.7%;
  margin-bottom: 20px;
  width: 23.3%;
  vertical-align: top;
}

/* line 16, ../sass/includes/_module-views-grid.scss */
.views-grid-four.views-grid-header-footer .view-header,
.views-grid-four.views-grid-header-footer .view-content,
.views-grid-four.views-grid-header-footer .view-footer {
  display: inline-block;
  vertical-align: top;
}

/* line 21, ../sass/includes/_module-views-grid.scss */
.views-grid-four.views-grid-header-footer .view-header {
  width: 23%;
  margin-right: 1%;
}

/* line 26, ../sass/includes/_module-views-grid.scss */
.views-grid-four .grouping .views-row:nth-of-type(4n) {
  margin-right: 0;
}

/* line 30, ../sass/includes/_module-views-grid.scss */
.views-grid-four.views-grid-header-footer .view-content {
  width: 60%;
  margin-right: 1%;
}

/* line 35, ../sass/includes/_module-views-grid.scss */
.views-grid-four.views-grid-header-footer .view-footer {
  width: 13%;
}

/* line 39, ../sass/includes/_module-views-grid.scss */
.views-grid-five .views-row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 17.6%;
  margin-right: 2.4%;
}

/* line 49, ../sass/includes/_module-views-grid.scss */
.views-grid-five .grouping .views-row:nth-of-type(5n) {
  margin-right: 0;
}

/* line 53, ../sass/includes/_module-views-grid.scss */
.views-grid-six .views-row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 14.2%;
  margin-right: 2.4%;
}

/* line 63, ../sass/includes/_module-views-grid.scss */
.views-grid-six .grouping .views-row:nth-of-type(6n) {
  margin-right: 0;
}

/* line 67, ../sass/includes/_module-views-grid.scss */
.views-grid-seven .views-row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 11.9%;
  margin-right: 2.4%;
}

/* line 77, ../sass/includes/_module-views-grid.scss */
.views-grid-seven .grouping .views-row:nth-of-type(7n) {
  margin-right: 0;
}


@media (max-width: 1199px) {
  /* line 82, ../sass/includes/_module-views-grid.scss */
  .views-grid-four .views-row {
    width: 22.8%;
    margin-right: 2.3%;
  }

  /* line 86, ../sass/includes/_module-views-grid.scss */
  .views-grid-seven .views-row {
    width: 17.6%;
    margin-right: 2.4%;
  }

  /* line 90, ../sass/includes/_module-views-grid.scss */
  .views-grid-seven .grouping .views-row:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  /* line 96, ../sass/includes/_module-views-grid.scss */
  .views-grid-four .views-row {
    width: 48.3%;
  }

  /* line 99, ../sass/includes/_module-views-grid.scss */
  .views-grid-four .views-row-even {
    margin-right: 0px;
  }

  /* line 102, ../sass/includes/_module-views-grid.scss */
  .views-grid-five .views-row {
    width: 31%;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  /* line 108, ../sass/includes/_module-views-grid.scss */
  .views-grid-five .grouping .views-row:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 114, ../sass/includes/_module-views-grid.scss */
  .views-grid-five .views-row {
    width: 48%;
  }

  /* line 117, ../sass/includes/_module-views-grid.scss */
  .views-grid-five .views-row-even {
    margin-right: 0px;
  }

  /* line 120, ../sass/includes/_module-views-grid.scss */
  .views-grid-six .views-row {
    width: 22.6%;
  }

  /* line 124, ../sass/includes/_module-views-grid.scss */
  .views-grid-six .views-row-even,
  .views-grid-six .views-row-odd {
    margin-right: 2.4%;
  }

  /* line 127, ../sass/includes/_module-views-grid.scss */
  .views-grid-six .grouping .views-row:nth-of-type(4n) {
    margin-right: 0;
  }

  /* line 132, ../sass/includes/_module-views-grid.scss */
  .views-grid-four.views-grid-header-footer .view-header,
  .views-grid-four.views-grid-header-footer .view-content,
  .views-grid-four.views-grid-header-footer .view-footer {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  /* line 140, ../sass/includes/_module-views-grid.scss */
  .views-grid-seven .views-row {
    width: 29%;
    margin-right: 2.4%;
  }

  /* line 144, ../sass/includes/_module-views-grid.scss */
  .views-grid-seven .grouping .views-row:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 520px) {
  /* line 150, ../sass/includes/_module-views-grid.scss */
  .views-grid-four .views-row {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  /* line 157, ../sass/includes/_module-views-grid.scss */
  .views-grid-six .views-row {
    width: 31.1%;
  }

  /* line 160, ../sass/includes/_module-views-grid.scss */
  .views-grid-six .views-row-even {
    margin-right: 2.4%;
  }

  /* line 163, ../sass/includes/_module-views-grid.scss */
  .views-grid-six .grouping .views-row:nth-of-type(3n) {
    margin-right: 0;
  }

  /* line 166, ../sass/includes/_module-views-grid.scss */
  .views-grid-seven .views-row {
    width: 45%;
    margin-right: 2.4%;
  }

  /* line 170, ../sass/includes/_module-views-grid.scss */
  .views-grid-seven .views-row.views-row-even {
    margin-right: 0;
  }
}
@media (max-width: 380px) {
  /* line 176, ../sass/includes/_module-views-grid.scss */
  .views-grid-six .views-row {
    width: 48%;
  }

  /* line 179, ../sass/includes/_module-views-grid.scss */
  .views-grid-six .views-row-even {
    margin-right: 0;
  }

  /* line 182, ../sass/includes/_module-views-grid.scss */
  .views-grid-six .views-row-odd {
    margin-right: 2.4%;
  }
}
@media (max-width: 350px) {
  /* line 188, ../sass/includes/_module-views-grid.scss */
  .views-grid-five .views-row {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 320px) {
  /* line 196, ../sass/includes/_module-views-grid.scss */
  .views-grid-seven .views-row {
    width: 100%;
    margin-right: 0;
  }
}
/* ----- bootstrap overrides --------- */
/* line 3, ../sass/includes/_module-bootstrap-overrides.scss */
html.js input.form-autocomplete {
  background-position: 100% 8px;
}

/* line 7, ../sass/includes/_module-bootstrap-overrides.scss */
html.js input.throbbing {
  background-position: 100% -12px;
}

@media (min-width: 980px) {
  /* line 13, ../sass/includes/_module-bootstrap-overrides.scss */
  .site-sidebar-second .sidebar-content[class*="span"],
  .site-sidebar-second .sidebar-content {
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 21, ../sass/includes/_module-bootstrap-overrides.scss */
  .site-sidebar-first .sidebar-content[class*="span"],
  .site-sidebar-first .sidebar-content {
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 28, ../sass/includes/_module-bootstrap-overrides.scss */
  .site-sidebar-second .sidebar-content[class*="span"] {
    width: 31.4917%;
  }
}
/* line 33, ../sass/includes/_module-bootstrap-overrides.scss */
.row-fluid[class*="span"] {
  min-height: 0;
}

/* line 37, ../sass/includes/_module-bootstrap-overrides.scss */
[class*="span"].clear-row {
  clear: both;
}

/* line 42, ../sass/includes/_module-bootstrap-overrides.scss */
[class*="span"].next-row,
[class*="span"].clear-row {
  margin-left: 0;
}

@media (min-width: 481px) and (max-width: 767px) {
  /* line 47, ../sass/includes/_module-bootstrap-overrides.scss */
  [class*="span"].clear-row {
    clear: none;
  }
}
/* line 52, ../sass/includes/_module-bootstrap-overrides.scss */
.form-actions {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border-top: none;
  background-color: transparent;
}

/* line 60, ../sass/includes/_module-bootstrap-overrides.scss */
.navbar-inner {
  min-height: 0;
}

/* line 65, ../sass/includes/_module-bootstrap-overrides.scss */
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #fff;
}

/* line 85, ../sass/includes/_module-bootstrap-overrides.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  margin-bottom: 0;
}

/* Internet Explorer only */
/* line 4, ../sass/includes/_module-ie.scss */
.ie7 #header #logo,
.ie8 #header #logo {
  display: block;
  float: left;
  margin: 20px 20px 0 0;
}

/* line 11, ../sass/includes/_module-ie.scss */
.ie7 #name-and-slogan,
.ie8 #name-and-slogan {
  display: block;
}

/* line 16, ../sass/includes/_module-ie.scss */
.ie7 #block-search-form,
.ie8 #block-search-form {
  bottom: 50px;
}

/* line 20, ../sass/includes/_module-ie.scss */
.ie7 #block-search-form .btn-search {
  margin-top: 10px;
}

/* line 25, ../sass/includes/_module-ie.scss */
.ie7 #block-search-form input,
.ie8 #block-search-form input {
  max-width: none;
}

/* line 29, ../sass/includes/_module-ie.scss */
.ie7 .postcard-left div {
  float: left;
  width: auto;
}

/* line 34, ../sass/includes/_module-ie.scss */
.ie7 .postcard-right div {
  float: right;
  width: auto;
}

/* line 40, ../sass/includes/_module-ie.scss */
.ie7 .postcard-left:after,
.ie7 .postcard-right:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

