/* ONLY USE THIS FILE FOR ADDING ADDITIONAL PARTIAL SASS FILES, NOT FOR YOUR CUSTOM CSS. INSTEAD,
	 USE THE "_pages.scss" FILE LOCATED IN THE '/sass/theme' FOLDER.
	 
	 THIS THEME WAS BUILT ON THE Zurb Foundation BASE THEME. IT IS VERY POWERFUL AND HAS A LOT OF 
	 GOODIES BUILT IN. YOU CAN SEE WHICH ONES ARE ENABLED, BELOW. IF YOU WANT TO ENABLE THE CSS FOR
	 A DIFFERENT FEATURE, UN-COMMENT. YOU'LL NEED TO MAKE SURE TO ADD ANY JS CALLBACKS IN THE 
	 'All pages javascript (foundation plugins)' BLOCK, LOCATED IN THE 'Body JS' REGION IN THE
	 BLOCKS ADMIN PAGE.
	 
	 THE ZURB FOUNDATION (v5) DOCUMENTS ARE INVALUABLE, PLEASE MAKE SURE YOU REFER TO THEM FOR ALL THE
	 COOL THINGS THAT YOU CAN DO WITHIN THE CONTENT AREA OF YOUR SITE.
	 
	 http://foundation.zurb.com/sites/docs/v/5.5.3/
	 
*/
/* NORMALIZE */
/* GRID */
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,600,700,800|Montserrat:400,700);
meta.foundation-version {
  font-family: "/5.5.0/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 48em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:48.063em) and (max-width:60em)/";
  width: 48.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:60.063em)/";
  width: 60.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:60.063em) and (max-width:75em)/";
  width: 60.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75.063em)/";
  width: 75.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:75.063em) and (max-width:120em)/";
  width: 75.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #333;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 48.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 60.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

/*/ DRUPAL */
.admin-menu .fixed {
  top: 1.8125rem; }

#status-messages.reveal-modal .alert-box {
  margin-bottom: 0; }

.reveal-modal {
  z-index: 999; }

.item-list .pager {
  clear: none; }

.item-list .pager li {
  padding: 0; }

@media only screen and (min-width: 90.063em) {
  .xlarge-block-grid-1 > li {
    width: 100%;
    list-style: none; }
  .xlarge-block-grid-1 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .xlarge-block-grid-2 > li {
    width: 50%;
    list-style: none; }
  .xlarge-block-grid-2 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .xlarge-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
  .xlarge-block-grid-3 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .xlarge-block-grid-4 > li {
    width: 25%;
    list-style: none; }
  .xlarge-block-grid-4 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .xlarge-block-grid-5 > li {
    width: 20%;
    list-style: none; }
  .xlarge-block-grid-5 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .xlarge-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
  .xlarge-block-grid-6 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .xlarge-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
  .xlarge-block-grid-7 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .xlarge-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
  .xlarge-block-grid-8 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .xlarge-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
  .xlarge-block-grid-9 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .xlarge-block-grid-10 > li {
    width: 10%;
    list-style: none; }
  .xlarge-block-grid-10 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .xlarge-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
  .xlarge-block-grid-11 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .xlarge-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
  .xlarge-block-grid-12 > li:nth-of-type(n) {
    clear: none; }
  .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-1 > li {
    width: 100%;
    list-style: none; }
  .xxlarge-block-grid-1 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .xxlarge-block-grid-2 > li {
    width: 50%;
    list-style: none; }
  .xxlarge-block-grid-2 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .xxlarge-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
  .xxlarge-block-grid-3 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .xxlarge-block-grid-4 > li {
    width: 25%;
    list-style: none; }
  .xxlarge-block-grid-4 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .xxlarge-block-grid-5 > li {
    width: 20%;
    list-style: none; }
  .xxlarge-block-grid-5 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .xxlarge-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
  .xxlarge-block-grid-6 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .xxlarge-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
  .xxlarge-block-grid-7 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .xxlarge-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
  .xxlarge-block-grid-8 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .xxlarge-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
  .xxlarge-block-grid-9 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .xxlarge-block-grid-10 > li {
    width: 10%;
    list-style: none; }
  .xxlarge-block-grid-10 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .xxlarge-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
  .xxlarge-block-grid-11 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .xxlarge-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
  .xxlarge-block-grid-12 > li:nth-of-type(n) {
    clear: none; }
  .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-1 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-1::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-1 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-1 > li {
      width: 100%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-1 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-1 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-1::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-1 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-1 > li {
      width: 100%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-1 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-2 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-2::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-2 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-2 > li {
      width: 50%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-2 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-2 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-2::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-2 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-2 > li {
      width: 50%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-2 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-3 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-3::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-3 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-3 > li {
      width: 33.33333%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-3 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-3 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-3::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-3 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-3 > li {
      width: 33.33333%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-3 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-4 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-4::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-4 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-4 > li {
      width: 25%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-4 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-4 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-4::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-4 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-4 > li {
      width: 25%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-4 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-5 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-5::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-5 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-5 > li {
      width: 20%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-5 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-5 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-5::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-5 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-5 > li {
      width: 20%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-5 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-6 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-6::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-6 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-6 > li {
      width: 16.66667%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-6 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-6 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-6::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-6 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-6 > li {
      width: 16.66667%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-6 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-7 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-7::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-7 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-7 > li {
      width: 14.28571%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-7 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-7 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-7::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-7 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-7 > li {
      width: 14.28571%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-7 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-8 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-8::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-8 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-8 > li {
      width: 12.5%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-8 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-8 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-8::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-8 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-8 > li {
      width: 12.5%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-8 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-9 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-9::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-9 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-9 > li {
      width: 11.11111%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-9 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-9 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-9::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-9 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-9 > li {
      width: 11.11111%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-9 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-10 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-10::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-10 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-10 > li {
      width: 10%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-10 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-10 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-10::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-10 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-10 > li {
      width: 10%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-10 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-11 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-11::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-11 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-11 > li {
      width: 9.09091%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-11 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-11 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-11::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-11 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-11 > li {
      width: 9.09091%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-11 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-block-grid-12 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xlarge-block-grid-12::after {
      clear: both;
      content: "";
      display: table; }
    .xlarge-block-grid-12 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xlarge-block-grid-12 > li {
      width: 8.33333%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xlarge-block-grid-12 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-12 {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .xxlarge-block-grid-12::after {
      clear: both;
      content: "";
      display: table; }
    .xxlarge-block-grid-12 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .xxlarge-block-grid-12 > li {
      width: 8.33333%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .xxlarge-block-grid-12 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both; } }

html {
  font-size: 100%; }

body {
  color: #333333;
  font-family: "Open Sans", Verdana, sans-serif; }
  @media only screen and (max-width: 979px) {
    body {
      font-size: 14px;
      font-size: 0.875em;
      font-size: 0.875rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    body {
      font-size: 15px;
      font-size: 0.9375em;
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 1200px) {
    body {
      font-size: 16px;
      font-size: 1em;
      font-size: 1rem; } }

h1, h2, h3, h4, h5, h6 {
  color: #555555;
  font-weight: bold; }

h1, h2, h3 {
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 1em; }

h4, h5, h6 {
  font-family: "Open Sans", Verdana, sans-serif;
  line-height: 1.25em; }

h6 {
  line-height: 1.5em; }

@media only screen and (max-width: 979px) {
  h1 {
    font-size: 44px;
    font-size: 2.75em;
    font-size: 2.75rem; } }

@media only screen and (min-width: 980px) and (max-width: 1199px) {
  h1 {
    font-size: 50px;
    font-size: 3.125em;
    font-size: 3.125rem; } }

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 56px;
    font-size: 3.5em;
    font-size: 3.5rem; } }

h1#page-title {
  margin: 0 0 1em 0; }
  h1#page-title.hide {
    display: none; }
  h1#page-title.adjust {
    margin: 10px;
    padding: 0 10px; }
    @media only screen and (max-width: 769px) {
      h1#page-title.adjust {
        margin: 5px;
        padding: 0 5px; } }
    @media only screen and (min-width: 770px) and (max-width: 979px) {
      h1#page-title.adjust {
        width: 740px;
        margin: 50px auto 0 auto; } }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      h1#page-title.adjust {
        width: 960px;
        margin: 50px auto 0 auto; } }
    @media only screen and (min-width: 1200px) {
      h1#page-title.adjust {
        width: 1180px;
        margin: 50px auto 0 auto; } }

h2 {
  margin-top: 1em; }
  @media only screen and (max-width: 979px) {
    h2 {
      font-size: 36px;
      font-size: 2.25em;
      font-size: 2.25rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    h2 {
      font-size: 42px;
      font-size: 2.625em;
      font-size: 2.625rem; } }
  @media only screen and (min-width: 1200px) {
    h2 {
      font-size: 46px;
      font-size: 2.875em;
      font-size: 2.875rem; } }

h3 {
  margin-top: 1em;
  margin-bottom: .75em; }
  @media only screen and (max-width: 979px) {
    h3 {
      font-size: 26px;
      font-size: 1.625em;
      font-size: 1.625rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    h3 {
      font-size: 32px;
      font-size: 2em;
      font-size: 2rem; } }
  @media only screen and (min-width: 1200px) {
    h3 {
      font-size: 38px;
      font-size: 2.375em;
      font-size: 2.375rem; } }
  h3.solo {
    margin-bottom: .15em; }
  h3.paired {
    margin-bottom: .5em; }

@media only screen and (max-width: 979px) {
  h4 {
    font-size: 18px;
    font-size: 1.125em;
    font-size: 1.125rem; } }

@media only screen and (min-width: 980px) and (max-width: 1199px) {
  h4 {
    font-size: 20px;
    font-size: 1.25em;
    font-size: 1.25rem; } }

@media only screen and (min-width: 1200px) {
  h4 {
    font-size: 24px;
    font-size: 1.5em;
    font-size: 1.5rem; } }

@media only screen and (max-width: 979px) {
  h5 {
    font-size: 15px;
    font-size: 0.9375em;
    font-size: 0.9375rem; } }

@media only screen and (min-width: 980px) and (max-width: 1199px) {
  h5 {
    font-size: 16px;
    font-size: 1em;
    font-size: 1rem; } }

@media only screen and (min-width: 1200px) {
  h5 {
    font-size: 22px;
    font-size: 1.375em;
    font-size: 1.375rem; } }

h6 {
  text-transform: uppercase; }
  @media only screen and (max-width: 979px) {
    h6 {
      font-size: 13px;
      font-size: 0.8125em;
      font-size: 0.8125rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    h6 {
      font-size: 15px;
      font-size: 0.9375em;
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 1200px) {
    h6 {
      font-size: 17px;
      font-size: 1.0625em;
      font-size: 1.0625rem; } }

a, a:link, a:active, a:visited {
  color: #00853e; }
  a:hover, a:link:hover, a:active:hover, a:visited:hover {
    color: #111111; }

a h1, a h2, a h3, a h4, a h5, a h6 {
  color: #00853e;
  text-decoration: none; }

a:hover {
  color: #111111; }
  a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
    text-decoration: underline; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #00853e;
  text-decoration: none; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #111111;
    text-decoration: underline; }

p, li, blockquote {
  font-family: "Open Sans", Verdana, sans-serif; }
  @media only screen and (max-width: 979px) {
    p, li, blockquote {
      font-size: 14px;
      font-size: 0.875em;
      font-size: 0.875rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    p, li, blockquote {
      font-size: 15px;
      font-size: 0.9375em;
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 1200px) {
    p, li, blockquote {
      font-size: 16px;
      font-size: 1em;
      font-size: 1rem; } }
  p a, li a, blockquote a {
    color: #00853e;
    text-decoration: underline; }
    p a:hover, li a:hover, blockquote a:hover {
      color: #111111;
      text-decoration: underline; }

p {
  line-height: 1.75em;
  font-family: "Open Sans", Verdana, sans-serif; }

ul, ol {
  margin: .75em 0 1.5rem 1.5em;
  margin: .75rem 0 1.5rem 1.5rem; }
  ul li, ol li {
    line-height: 1.5em;
    margin-bottom: .75em; }
  @media only screen and (max-width: 979px) {
    ul.partial-list, ol.partial-list {
      margin-top: -1.15em; } }

.notes {
  font-size: 12px;
  font-size: 0.75em;
  font-size: 0.75rem;
  color: #666;
  font-style: italic;
  line-height: 1.35em; }
  @media only screen and (max-width: 769px) {
    .notes {
      font-size: 9px;
      font-size: 0.5625em;
      font-size: 0.5625rem; } }

.title {
  margin-top: 0; }

.alert-box ul {
  font-size: 1em;
  margin-bottom: 0; }

.alert-box {
  font-size: 1rem;
  margin-top: 2rem; }

.btn.btn2.gray a {
  color: #454545;
  background-color: transparent;
  border-color: #454545; }

.btn.btn2.gray.solid a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75); }

.btn.btn2.c3 a {
  color: #006a31;
  background-color: transparent;
  border-color: #006a31; }

.btn.btn2.c3.solid a:hover {
  color: #fff;
  background-color: #006a31; }

.breadcrumbs > *.current {
  white-space: nowrap;
  overflow: hidden;
  -moz-text-overflow: "...";
  text-overflow: ellipsis;
  width: auto;
  max-width: 55%; }

.jump-to-top a, .jump-to-top a:link, .jump-to-top a:active, .jump-to-top a:visited {
  color: #ddd !important; }

.views-exposed-widgets-label {
  padding-bottom: 0.5rem; }

.views-exposed-form label {
  font-size: 1rem;
  color: #111111;
  cursor: auto; }

input[type="text"] {
  width: 100%; }

.view-news-releases .views-reset-button button, .view-news-releases .views-submit-button button, .view-experts .views-reset-button button, .view-experts .views-submit-button button, .view-taxonomy-term .views-reset-button button, .view-taxonomy-term .views-submit-button button {
  height: 2rem;
  font-size: 0; }

.view-news-releases button#edit-reset, .view-experts button#edit-reset, .view-taxonomy-term button#edit-reset {
  padding: 0;
  width: 100%;
  background-color: #dddddd;
  border: solid 1px #cccccc;
  border-right: solid 2px #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #343434; }

.view-news-releases button#edit-reset:hover, .view-experts button#edit-reset:hover, .view-taxonomy-term button#edit-reset:hover {
  background: #888888;
  color: #fff;
  border-width: 2px; }

.view-news-releases button.form-submit:hover, .view-experts button.form-submit:hover, .view-taxonomy-term button.form-submit:hover {
  background: #72b844;
  color: #343434; }

.view-news-releases .views-reset-button button::before, .view-experts .views-reset-button button::before, .view-taxonomy-term .views-reset-button button::before {
  content: "\f057";
  font-family: "FontAwesome";
  font-weight: 100;
  font-size: 1.2rem;
  margin-right: .35rem; }

.view-news-releases .views-submit-button button::before, .view-experts .views-submit-button button::before, .view-taxonomy-term .views-submit-button button::before {
  content: "\f002";
  font-family: "FontAwesome";
  font-weight: 100;
  font-size: 1.2rem;
  margin-right: .35rem; }

input#edit-combine {
  height: 2rem;
  padding-left: 1.5rem; }
  input#edit-combine::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-size: 0; }
  input#edit-combine:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-size: 0; }
  input#edit-combine::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-size: 0; }

@media only screen and (min-width: 680px) {
  .view-news-releases .view-filters form, .view-experts .view-filters form, .view-taxonomy-term .view-filters form {
    padding-top: 0.5rem;
    margin-bottom: 1.5rem;
    border-radius: 5px;
    background-color: #8f8f8f;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%234f4f4f' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"); }
  .view-news-releases .views-exposed-form label, .view-experts .views-exposed-form label, .view-taxonomy-term .views-exposed-form label {
    font-size: 0; }
  .view-news-releases input#edit-combine, .view-news-releases .views-reset-button button, .view-news-releases .views-submit-button button, .view-experts input#edit-combine, .view-experts .views-reset-button button, .view-experts .views-submit-button button, .view-taxonomy-term input#edit-combine, .view-taxonomy-term .views-reset-button button, .view-taxonomy-term .views-submit-button button {
    height: 3rem;
    font-size: 1.25rem; }
  input#edit-combine::placeholder {
    font-size: 1.25rem; }
  input#edit-combine:-ms-input-placeholder {
    font-size: 1.25rem; }
  input#edit-combine::-ms-input-placeholder {
    font-size: 1.25rem; } }

a.button.prefix, a.button.postfix {
  color: #fff; }

#goto-dashboard {
  height: 75px;
  width: 170px;
  border: 1px solid black;
  border-radius: 10px;
  background: url(/sites/default/files/dashboard.png) center left no-repeat #FFFFFF;
  margin: 2rem 0; }

#goto-dashboard a {
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  padding: 25px 0 25px 55px;
  color: #454545; }

.news-dash-section {
  margin-left: 25px; }

.news-dash-content a {
  color: #454545;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  height: 80px;
  margin-left: 25px;
  padding-left: 75px;
  text-decoration: none; }

.news-dash-content p {
  text-decoration: none;
  color: #333333;
  font-size: 0.8em;
  font-style: italic;
  font-weight: normal; }

#news-dash-add-image a {
  background: url(/sites/default/files/add_image.png) top left no-repeat; }

#news-dash-add-release a {
  background: url(/sites/default/files/add_news_release.png) top left no-repeat; }

#news-dash-add-expert a {
  background: url(/sites/default/files/add_expert.png) top left no-repeat; }

#news-dash-add-contact a {
  background: url(/sites/default/files/add_news_contact.png) top left no-repeat; }

#news-dash-import-news a {
  background: url(/sites/default/files/send_newsletter.png) top left no-repeat; }

.bap-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.bap-wrapper-overlay {
  background: rgba(0, 0, 0, 0.55); }

.btn.btn2.white:hover a {
  color: #111111;
  background-color: #fff; }

.view-featured-stories.view-id-featured_stories.view-display-id-block .view-footer {
  position: relative; }

.view-news-releases.view-id-news_releases.view-display-id-latest_news_front {
  overflow: visible; }

.block-views-news-releases-latest-news-front {
  padding-bottom: 2.5em;
  position: relative; }

.block-views-news-releases-latest-news-front h2.title.block-title {
  margin-bottom: 2rem; }

.view-news-releases.view-id-news_releases.view-display-id-latest_news_front .view-header {
  padding-bottom: 1em; }

.owl-item p {
  margin-bottom: 0; }

.front-news-link {
  text-decoration: none; }

.front-news-link:hover h3.front-news-title {
  color: #454545;
  transition: 0.35s; }

.front-news-img, .faculty-experts-img {
  height: 193px;
  overflow: hidden; }

@media only screen and (min-width: 600px) {
  .front-news-img, .faculty-experts-img {
    height: 220px; } }

@media only screen and (min-width: 1200px) {
  .front-news-img, .faculty-experts-img {
    height: 275px; } }

.front-news-link .front-news-img, .faculty-experts-link .faculty-experts-img {
  transition: 0.35s; }

.front-news-link:hover .front-news-img, .faculty-experts-link:hover .faculty-experts-img {
  -webkit-box-shadow: 0 0 20px #000;
  -khtml-box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  -ms-box-shadow: 0 0 20px #000;
  -o-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
  transition: 0.35s; }

.front-news-img img, .faculty-experts-img img {
  transition: transform 0.35s ease;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0); }

.front-news-link:hover .front-news-img img, .faculty-experts-link:hover .faculty-experts-img img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 15px);
  transform: perspective(1000px) translate3d(0, 0, 15px); }

.owl-nav {
  z-index: 1; }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    font-size: 0 !important; }

.owl-nav i.fa {
  font-size: 1rem;
  padding: 0.5rem; }

.owl-dot span {
  color: #000;
  font-size: 0; }

.owl-stage-outer {
  z-index: 3; }

@media only screen and (min-width: 1280px) {
  .owl-theme .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    top: 300px;
    width: 100%; }
  .owl-prev {
    left: -600px; }
  .owl-next {
    left: 600px; }
  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(0, 0, 0, 0.7) !important; }
  .owl-theme .owl-nav .disabled i.fa {
    color: #fff !important; }
  .owl-theme .owl-nav .disabled:hover {
    background: #fff !important; }
  .owl-nav i.fa {
    font-size: 2rem;
    padding: 1rem 0.5rem 0.75rem 0.5rem; } }

.view-header h2.block-title {
  margin-bottom: 1rem; }

.btn.btn1.c3.altcolor a:hover {
  color: #111111; }

.block-views-experts-faculty-experts-front {
  background: url("/sites/default/files/faculty_experts_background.jpg") center center no-repeat;
  background-color: rgba(0, 0, 0, 0.55);
  background-size: cover;
  color: #ffffff;
  padding: 1em 0 2.5em 0;
  position: relative; }

.view-experts.view-id-experts.view-display-id-faculty_experts_front {
  overflow: visible; }

.block-views-experts-faculty-experts-front .block-title {
  color: #ffffff; }

.view-experts.view-id-experts.view-display-id-faculty_experts_front .view-header {
  padding-bottom: 1em; }

.faculty-experts-link {
  text-decoration: none; }

.faculty-experts-title {
  color: #c0db37;
  margin-top: 1.2rem;
  margin-bottom: 1rem; }

.faculty-experts-title:hover {
  color: #ffffff; }

.faculty-experts-wrapper a.views-more-link {
  color: #c0db37; }

.faculty-experts-wrapper a.views-more-link:hover {
  color: #ffffff; }

.faculty-experts-footer {
  margin: 2em auto; }

.faculty-experts-footer .btn.btn1.c3 a {
  color: #111111;
  background-color: #c0db37;
  border-color: #c0db37; }

.faculty-experts-footer .btn.btn1.c3.altcolor a:hover {
  border-color: #ffffff;
  background-color: #ffffff; }

.block-views-unt-in-the-news-block {
  background: #ffffff url(/sites/default/files/trianglify-aquagreen.svg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 3rem;
  box-shadow: 0px 30px 60px -30px #000 inset; }

.block-views-unt-in-the-news-block a h1, .block-views-unt-in-the-news-block a h2, .block-views-unt-in-the-news-block a h3, .block-views-unt-in-the-news-block a h4, .block-views-unt-in-the-news-block a h5, .block-views-unt-in-the-news-block a h6 {
  color: #005125;
  text-decoration: none; }

.external-news-date-wrapper {
  background-color: #eeeeee;
  margin-right: 1rem;
  padding: 11px;
  width: 55px; }

.external-news-title-wrapper {
  margin-top: -1px;
  height: 83px; }

.external-news-title-wrapper:hover {
  background: rgba(255, 255, 255, 0.25); }

.external-news-date, .external-news-source, .external-news-title {
  margin: 0; }

h2#in-the-news {
  text-shadow: 0 0 5px #fff; }

h6.external-news-date {
  line-height: 1.25rem; }

.external-news-link {
  text-decoration: none; }

li.tab-title a {
  text-decoration: none; }

.tabs .tab-title.active a {
  background-color: #00853e; }

.tab-title a h5 {
  color: #555555; }

.tabs .tab-title.active a h5 {
  color: #fff; }

.tab-title a:hover h5 {
  text-decoration: none; }

.z-filters, span.z-zpoints-wrap, span.z-active-filter {
  display: none !important; }

#youtube .z-zitem {
  float: left;
  margin: 10px !important; }

@media only screen and (min-width: 480px) {
  #youtube .z-zitem {
    width: calc(50% - (10px*2)); } }

@media only screen and (min-width: 740px) {
  #youtube .z-zitem {
    width: calc(33% - (10px*2)); } }

.section-news-releases a, .section-news-releases a:link {
  color: #006a31; }

.section-news-releases.views-page .page {
  background-color: #f5f5f6; }

.news-release-wrapper {
  background-color: #fff;
  border: 1px solid #e8e8e9;
  margin-bottom: 2rem;
  padding: 2rem; }

.news-release-wrapper .tags {
  float: left;
  margin-top: 1rem; }

.sharethis-wrapper {
  float: right; }

@media only screen and (max-width: 679px) {
  .news-release-wrapper .sharethis-wrapper {
    margin-top: 1rem; } }

.date-published {
  font-size: 0.85rem;
  font-weight: bold; }

.news-title {
  margin: 0.5rem 0 1rem 0; }

.news-inner-wrapper img.left {
  margin: 0 0 1rem 0; }

@media only screen and (min-width: 580px) {
  .news-inner-wrapper img.left {
    margin: 0 2rem 0 0;
    max-width: 200px; } }

ul.pagination li a, ul.pagination li button {
  color: #111111; }

ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  color: #006a31; }

.node-type-news-releases .bap-wrapper {
  margin-bottom: 0;
  background-position: top center; }

.node-news-releases .field-name-field-released-date {
  margin-top: 1rem;
  display: inline-block; }

.node-news-releases span.date-display-single {
  font-weight: lighter;
  font-size: .9rem; }

.node-news-releases .field-name-field-news-release-categories ul.links li {
  display: inline;
  margin-right: 1em;
  font-weight: bold; }

.node-news-releases .field-name-field-news-release-categories {
  display: inline-block; }

.news-image {
  width: 340px;
  clear: both;
  margin: 0 auto 1.5rem auto;
  border: 1px solid #ccc;
  padding: 0; }

@media only screen and (min-width: 480px) {
  .news-image {
    float: right;
    margin: 10px 0 20px 20px; } }

.news-image img {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  transition: 0.3s; }
  .news-image img:hover {
    transform: scale(1.03, 1.03); }

.news-image .description {
  background-color: #efefef;
  color: #343434;
  font-size: .9em;
  line-height: 140%;
  padding: 15px;
  margin: 0; }

.view-news-releases h5, .view-taxonomy-term h5 {
  margin-top: 2rem; }

.field-name-field-add-from-image-galleries article {
  margin-left: 1rem; }
  .field-name-field-add-from-image-galleries article h2.node-title {
    margin-top: 1rem;
    font-size: 2rem; }
  .field-name-field-add-from-image-galleries article .flyer {
    margin: 10px; }

.faculty-expert-wrapper {
  background: #eeeeee;
  border: solid 1px #dcdcdc;
  padding: 20px; }

.faculty-expert-img-wrapper {
  height: 500px;
  overflow: hidden; }

.expert-media .video-wrapper {
  margin: 2rem auto; }

.expert-media .video-wrapper video, .faculty-experts-img video {
  width: 100%; }

img.faculty-expert-img {
  width: 100%;
  height: auto;
  min-height: 100%; }

@media only screen and (max-width: 480px) {
  .faculty-expert-wrapper {
    width: calc(100% - (5px*2)) !important; } }

@media only screen and (min-width: 480px) {
  .faculty-expert-info-wrapper {
    height: 480px; } }

@media only screen and (min-width: 600px) {
  .faculty-expert-info-wrapper {
    height: 340px; }
  .expert-media .video-wrapper video {
    width: 75%; } }

@media only screen and (min-width: 980px) {
  .faculty-expert-info-wrapper {
    height: 365px; }
  .expert-media .video-wrapper video {
    width: 60%; } }

#edit-submitted-photo-upload-button {
  margin: 1rem 0; }

.faculty-expert-feature-vid-wrapper {
  margin-top: 2rem; }

.faculty-expert-feature-vid-wrapper video {
  width: 100%; }

.faculty-expert-feature-img-wrapper {
  border: 1px solid #ccc;
  margin: auto auto 2rem 2rem; }

.faculty-expert-feature-img-wrapper img {
  width: 100%;
  transition: 0.3s; }
  .faculty-expert-feature-img-wrapper img:hover {
    transform: scale(1.03, 1.03); }

.faculty-expert-feature-img-wrapper .description {
  background-color: #efefef;
  color: #343434;
  font-size: .9em;
  line-height: 140%;
  padding: 15px;
  margin: 0; }

@media only screen and (max-width: 769px) {
  .faculty-expert-feature-img-wrapper {
    width: 90%;
    margin: 0 auto 1rem auto;
    float: none !important; } }

.image-galleries-tags ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%; }

.image-galleries-tags ul li.image-tag {
  padding: 0 !important;
  margin: 0 !important;
  display: inline; }

.image-galleries-tags ul li.image-tag a {
  display: inline;
  font-weight: bold;
  margin: 0 5px 0 0; }

.field.image-tags {
  margin: 1rem 0; }

.image-tag {
  margin: 0 0.25rem; }

.view-image-galleries table {
  border: none; }

.galleries .view-content table td {
  vertical-align: top;
  text-align: center; }

.flyer {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 25px rgba(0, 0, 0, 0.1);
  display: inline-block;
  float: left;
  margin: 20px;
  padding: 0;
  position: relative;
  transition: 0.35s;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .flyer:hover {
    transform: scale(1.05);
    transition: 0.35s;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4); }

@media (max-width: 400px) {
  .flyer {
    width: 85%; } }

@media (min-width: 770px) {
  .flyer {
    margin: 20px; } }

.flyer:before, .flyer:after {
  position: absolute;
  width: 50%;
  height: 10px;
  content: ' ';
  left: 5px;
  bottom: 7px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
  z-index: -1; }

.flyer:after {
  left: auto;
  right: 5px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg); }

.view-image-galleries .view-content {
  display: grid;
  grid-row-gap: 10px;
  grid-template-columns: auto;
  padding: 10px; }

@media (min-width: 480px) {
  .view-image-galleries .view-content {
    grid-template-columns: auto auto; } }

@media (min-width: 770px) {
  .view-image-galleries .view-content {
    grid-template-columns: auto auto auto; } }

@media (min-width: 1080px) {
  .view-image-galleries .view-content {
    grid-template-columns: auto auto auto auto; } }

.gallery-item {
  margin: 20px;
  position: relative; }
  .gallery-item .item-wrapper {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.35s; }
    .gallery-item .item-wrapper:hover {
      box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
      transition: 0.35s;
      transform: scale(1.03, 1.03); }
  .gallery-item a {
    text-decoration: none; }
  .gallery-item img {
    width: 100%; }
  .gallery-item .image-title {
    color: #454545;
    font-weight: bold;
    padding: 0.5rem; }

.homepage-video-thumb {
  position: relative; }

.homepage-video-thumb img {
  max-width: inherit; }

.view-homepage-videos table.views-view-grid {
  border: none; }

a .homepage-video-thumb-play-button {
  background: url(/sites/default/files/expert-video-play.png) center center no-repeat;
  width: 290px;
  height: 164px;
  position: absolute;
  top: 0;
  left: 0; }

a:hover .homepage-video-thumb-play-button {
  background: url(/sites/default/files/expert-video-play-hover.png) center center no-repeat; }

.view-homepage-videos .contextual-links-region {
  vertical-align: top; }

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0.35rem; }

.page-contacts section.l-featured .columns {
  padding: 0; }

.page-contacts h1#page-title {
  margin: 0 0 .5em 0; }

#contact-links-title {
  margin: 50px 0 1em 0; }

#contact-links .btn {
  display: block; }

.btn.btn1.c1.aqua a {
  background-color: #016d51;
  border-color: #016d51; }

.btn.btn1.c1.aqua a:hover {
  color: #016d51; }

.btn.btn1.c1.blue a {
  background-color: #31657a;
  border-color: #31657a; }

.btn.btn1.c1.blue a:hover {
  color: #31657a; }

.btn.btn1.c1.brown a {
  background-color: #726556;
  border-color: #726556; }

.btn.btn1.c1.brown a:hover {
  color: #726556; }

.contact-name {
  margin-top: 3rem;
  margin-bottom: 0.85rem; }

ul.send-stories {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul.send-stories li {
  list-style-type: none;
  display: inline-block; }

ul.send-stories li a {
  display: block;
  margin: 10px 0;
  padding: 20px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  text-decoration: none;
  -mozilla-border-radius: 5px;
  font-family: "Montserrat",sans-serif;
  text-align: center;
  width: 270px;
  font-size: 14pt;
  font-weight: normal;
  line-height: 19pt; }

ul.send-stories li a.research-scholarly-artistic {
  background-color: #00853e; }

ul.send-stories li a.research-scholarly-artistic {
  background-color: #00853e; }

ul.send-stories li a.student-success {
  background-color: #84b1cd;
  margin-left: 20px; }

ul.send-stories li a.grants-awards {
  background-color: #887a68;
  margin-left: 20px; }

main.row {
  padding-top: 50px; }

#mobile-app {
  display: none; }

.section-panel {
  padding: 3em 0; }
  @media only screen and (max-width: 769px) {
    .section-panel {
      padding: 2em 0; } }

.section-last {
  padding: 0 0 3em 0; }
  @media only screen and (max-width: 769px) {
    .section-last {
      padding: 0 0 2em 0; } }

.insetBorder {
  outline: 5px solid rgba(255, 255, 255, 0.5);
  outline-offset: -5px; }
  .insetBorder.white {
    outline-color: rgba(255, 255, 255, 0.5); }

.flex-container {
  display: flex; }
  .flex-container .tab {
    flex: 1;
    text-align: center;
    display: block;
    margin: 0 0 0 1px; }

.alert-box a {
  color: #fff;
  text-decoration: none; }

.reveal-modal-bg {
  height: 100%; }

.reveal-modal, dialog {
  z-index: 1005; }

ul.accordion {
  margin-left: 0px; }

/*# sourceMappingURL=unt_sub.css.map */