@charset "UTF-8";
/* or #233751? */
/* line 163, ../sass/_custom.scss */
.gray-gradient-background, tr.odd, tr.info, tr.even, tr:nth-child(2n+2), tr.odd td.active, tr.even td.active {
  background: #f5f5f5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e0e0e0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #e0e0e0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 );
  /* IE6-8 */
}

/* line 190, ../sass/_custom.scss */
.clearfix {
  zoom: 1;
}
/* line 192, ../sass/_custom.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 193, ../sass/_custom.scss */
.clearfix:after {
  clear: both;
}

/* line 314, ../sass/_custom.scss */
a, a:hover, a:active, a:visited, a:link {
  outline: none;
}

/*********************
TRANSITIONS
********************/
/* line 421, ../sass/_custom.scss */
fieldset.captcha {
  padding-left: 0px;
  margin-top: 20px;
}

@font-face {
  font-family: "Droid Sans";
  src: url("../fonts/Droid-Sans/DroidSans.ttf");
}
@font-face {
  font-family: "Droid Sans Bold";
  src: url("../fonts/Droid-Sans/DroidSans-Bold.ttf");
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open-Sans/OpenSans.ttf");
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("../fonts/Open-Sans/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "Open Sans Semibold";
  src: url("../fonts/Open-Sans/OpenSans-Semibold.ttf");
}
/* IE */
@font-face {
  font-family: "Droid Sans";
  src: url("../fonts/Droid-Sans/DroidSans.eot");
}
@font-face {
  font-family: "Droid Sans Bold";
  src: url("../fonts/Droid-Sans/DroidSans-Bold.eot");
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open-Sans/OpenSans.eot");
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("../fonts/Open-Sans/OpenSans-Bold.eot");
}
@font-face {
  font-family: "Open Sans Semibold";
  src: url("../fonts/Open-Sans/OpenSans-Semibold.eot");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?a5ddbm");
  src: url("../fonts/icomoon/icomoon.eot?a5ddbm#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?a5ddbm") format("truetype"), url("../fonts/icomoon/icomoon.woff?a5ddbm") format("woff"), url("../fonts/icomoon/icomoon.svg?a5ddbm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 5, ../sass/modules/_helpers.scss */
.pull-left {
  float: left !important;
}

/* line 8, ../sass/modules/_helpers.scss */
.pull-left-block {
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  float: none !important;
}

/* line 14, ../sass/modules/_helpers.scss */
.pull-right {
  float: right !important;
}

/* line 17, ../sass/modules/_helpers.scss */
.pull-right-block {
  display: block !important;
  margin-right: 0 !important;
  margin-left: auto !important;
  float: none !important;
}

/* line 23, ../sass/modules/_helpers.scss */
.pull-none {
  float: none !important;
}

/* line 26, ../sass/modules/_helpers.scss */
.clear-both {
  clear: both !important;
}

/* line 29, ../sass/modules/_helpers.scss */
.clear-left {
  clear: left !important;
}

/* line 32, ../sass/modules/_helpers.scss */
.clear-right {
  clear: right !important;
}

/* line 37, ../sass/modules/_helpers.scss */
.center-block {
  margin: 0 auto;
  display: block;
}

/* line 44, ../sass/modules/_helpers.scss */
.word-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* line 51, ../sass/modules/_helpers.scss */
.font-tiny {
  font-size: 10px !important;
}

/* line 54, ../sass/modules/_helpers.scss */
.font-small {
  font-size: 14px !important;
}

/* line 57, ../sass/modules/_helpers.scss */
.font-medium {
  font-size: 18px !important;
}

/* line 60, ../sass/modules/_helpers.scss */
.font-large {
  font-size: 28px !important;
}

/* line 63, ../sass/modules/_helpers.scss */
.font-ligther {
  font-weight: 100 !important;
}

/* line 66, ../sass/modules/_helpers.scss */
.font-light {
  font-weight: 300 !important;
}

/* line 69, ../sass/modules/_helpers.scss */
.font-normal {
  font-weight: normal !important;
}

/* line 72, ../sass/modules/_helpers.scss */
.font-bold {
  font-weight: bold !important;
  line-height: 1;
}

/* line 76, ../sass/modules/_helpers.scss */
.font-italic {
  font-style: italic !important;
}

/* line 79, ../sass/modules/_helpers.scss */
.font-underline {
  text-decoration: underline !important;
}

/* line 82, ../sass/modules/_helpers.scss */
.text-up {
  text-transform: uppercase !important;
}

/* line 85, ../sass/modules/_helpers.scss */
.text-down {
  text-transform: lowercase !important;
}

/* line 88, ../sass/modules/_helpers.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 94, ../sass/modules/_helpers.scss */
.m0 {
  margin: 0px !important;
}

/* line 97, ../sass/modules/_helpers.scss */
.m5 {
  margin: 5px !important;
}

/* line 100, ../sass/modules/_helpers.scss */
.m10 {
  margin: 5px !important;
}

/* line 103, ../sass/modules/_helpers.scss */
.m20 {
  margin: 20px !important;
}

/* line 106, ../sass/modules/_helpers.scss */
.m30 {
  margin: 30px !important;
}

/* line 109, ../sass/modules/_helpers.scss */
.m40 {
  margin: 40px !important;
}

/* line 113, ../sass/modules/_helpers.scss */
.ml0 {
  margin-left: 0px !important;
}

/* line 116, ../sass/modules/_helpers.scss */
.ml5 {
  margin-left: 5px !important;
}

/* line 119, ../sass/modules/_helpers.scss */
.ml10 {
  margin-left: 10px !important;
}

/* line 122, ../sass/modules/_helpers.scss */
.ml20 {
  margin-left: 20px !important;
}

/* line 125, ../sass/modules/_helpers.scss */
.ml30 {
  margin-left: 30px !important;
}

/* line 128, ../sass/modules/_helpers.scss */
.ml40 {
  margin-left: 40px !important;
}

/* line 133, ../sass/modules/_helpers.scss */
.mr0 {
  margin-right: 0px !important;
}

/* line 136, ../sass/modules/_helpers.scss */
.mr5 {
  margin-right: 5px !important;
}

/* line 139, ../sass/modules/_helpers.scss */
.mr10 {
  margin-right: 10px !important;
}

/* line 142, ../sass/modules/_helpers.scss */
.mr20 {
  margin-right: 20px !important;
}

/* line 145, ../sass/modules/_helpers.scss */
.mr30 {
  margin-right: 30px !important;
}

/* line 148, ../sass/modules/_helpers.scss */
.mr40 {
  margin-right: 40px !important;
}

/* line 153, ../sass/modules/_helpers.scss */
.mt0 {
  margin-top: 0px !important;
}

/* line 156, ../sass/modules/_helpers.scss */
.mt5 {
  margin-top: 5px !important;
}

/* line 159, ../sass/modules/_helpers.scss */
.mt10 {
  margin-top: 10px !important;
}

/* line 162, ../sass/modules/_helpers.scss */
.mt20 {
  margin-top: 20px !important;
}

/* line 165, ../sass/modules/_helpers.scss */
.mt30 {
  margin-top: 30px !important;
}

/* line 168, ../sass/modules/_helpers.scss */
.mt40 {
  margin-top: 40px !important;
}

/* line 173, ../sass/modules/_helpers.scss */
.mb0 {
  margin-bottom: 0px !important;
}

/* line 176, ../sass/modules/_helpers.scss */
.mb5 {
  margin-bottom: 5px !important;
}

/* line 179, ../sass/modules/_helpers.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 182, ../sass/modules/_helpers.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 185, ../sass/modules/_helpers.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 188, ../sass/modules/_helpers.scss */
.mb40 {
  margin-bottom: 40px !important;
}

/* line 195, ../sass/modules/_helpers.scss */
.p0 {
  padding: 0px !important;
}

/* line 198, ../sass/modules/_helpers.scss */
.p5 {
  padding: 5px !important;
}

/* line 201, ../sass/modules/_helpers.scss */
.p10 {
  padding: 10px !important;
}

/* line 204, ../sass/modules/_helpers.scss */
.p20 {
  padding: 20px !important;
}

/* line 207, ../sass/modules/_helpers.scss */
.p30 {
  padding: 30px !important;
}

/* line 210, ../sass/modules/_helpers.scss */
.p40 {
  padding: 40px !important;
}

/* line 214, ../sass/modules/_helpers.scss */
.pl0 {
  padding-left: 0px !important;
}

/* line 217, ../sass/modules/_helpers.scss */
.pl5 {
  padding-left: 5px !important;
}

/* line 220, ../sass/modules/_helpers.scss */
.pl10 {
  padding-left: 10px !important;
}

/* line 223, ../sass/modules/_helpers.scss */
.pl20 {
  padding-left: 20px !important;
}

/* line 226, ../sass/modules/_helpers.scss */
.pl30 {
  padding-left: 30px !important;
}

/* line 229, ../sass/modules/_helpers.scss */
.pl40 {
  padding-left: 40px !important;
}

/* line 234, ../sass/modules/_helpers.scss */
.pr0 {
  padding-right: 0px !important;
}

/* line 237, ../sass/modules/_helpers.scss */
.pr5 {
  padding-right: 5px !important;
}

/* line 240, ../sass/modules/_helpers.scss */
.pr10 {
  padding-right: 10px !important;
}

/* line 243, ../sass/modules/_helpers.scss */
.pr20 {
  padding-right: 20px !important;
}

/* line 246, ../sass/modules/_helpers.scss */
.pr30 {
  padding-right: 30px !important;
}

/* line 249, ../sass/modules/_helpers.scss */
.pr40 {
  padding-right: 40px !important;
}

/* line 254, ../sass/modules/_helpers.scss */
.pt0 {
  padding-top: 0px !important;
}

/* line 257, ../sass/modules/_helpers.scss */
.pt5 {
  padding-top: 5px !important;
}

/* line 260, ../sass/modules/_helpers.scss */
.pt10 {
  padding-top: 10px !important;
}

/* line 263, ../sass/modules/_helpers.scss */
.pt20 {
  padding-top: 20px !important;
}

/* line 266, ../sass/modules/_helpers.scss */
.pt30 {
  padding-top: 30px !important;
}

/* line 269, ../sass/modules/_helpers.scss */
.pt40 {
  padding-top: 40px !important;
}

/* line 274, ../sass/modules/_helpers.scss */
.pb0 {
  padding-bottom: 0px !important;
}

/* line 277, ../sass/modules/_helpers.scss */
.pb5 {
  padding-bottom: 5px !important;
}

/* line 280, ../sass/modules/_helpers.scss */
.pb10 {
  padding-bottom: 10px !important;
}

/* line 283, ../sass/modules/_helpers.scss */
.pb20 {
  padding-bottom: 20px !important;
}

/* line 286, ../sass/modules/_helpers.scss */
.pb30 {
  padding-bottom: 30px !important;
}

/* line 289, ../sass/modules/_helpers.scss */
.pb40 {
  padding-bottom: 40px !important;
}

/* line 4, ../sass/modules/_slider.scss */
#slider-holder {
  overflow: hidden;
}
/* line 7, ../sass/modules/_slider.scss */
#slider-holder div.bx-viewport {
  max-height: 400px !important;
}
@media only screen and (max-width: 768px) {
  /* line 7, ../sass/modules/_slider.scss */
  #slider-holder div.bx-viewport {
    max-height: 100% !important;
    padding-bottom: 50px;
  }
}

/* line 23, ../sass/modules/_slider.scss */
#top-slider-holder .bx-controls, #top-slider-holder .bx-has-pager {
  display: none;
}
/* line 27, ../sass/modules/_slider.scss */
#top-slider-holder div.bx-viewport {
  max-height: 698px !important;
}
@media only screen and (max-width: 768px) {
  /* line 27, ../sass/modules/_slider.scss */
  #top-slider-holder div.bx-viewport {
    max-height: 100% !important;
  }
}

/* line 35, ../sass/modules/_slider.scss */
#slider {
  background: url("../images/slider-loader.gif") center no-repeat;
}

/* line 38, ../sass/modules/_slider.scss */
#slider, #slider li,
#top-slider, #top-slider li {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  /* line 38, ../sass/modules/_slider.scss */
  #slider, #slider li,
  #top-slider, #top-slider li {
    height: auto;
  }
}

/* line 48, ../sass/modules/_slider.scss */
#top-slider, #top-slider li {
  height: 698px;
}

/* line 51, ../sass/modules/_slider.scss */
#slider, #slider li {
  height: 400px;
}

/* line 54, ../sass/modules/_slider.scss */
#slider-holder #slider li {
  padding: 0px;
  *zoom: 1;
}
/* line 181, ../sass/_custom.scss */
#slider-holder #slider li:before, #slider-holder #slider li:after {
  content: "";
  display: table;
}
/* line 186, ../sass/_custom.scss */
#slider-holder #slider li:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  /* line 54, ../sass/modules/_slider.scss */
  #slider-holder #slider li {
    padding: 0px;
  }
}
/* line 61, ../sass/modules/_slider.scss */
#slider-holder #slider li div.left-side {
  width: 440px;
  float: left;
  /* iPads (portrait) ----------- */
}
@media screen and (max-width: 960px) {
  /* line 61, ../sass/modules/_slider.scss */
  #slider-holder #slider li div.left-side {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 61, ../sass/modules/_slider.scss */
  #slider-holder #slider li div.left-side {
    float: none;
    width: 90%;
    padding: 0 10px 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 61, ../sass/modules/_slider.scss */
  #slider-holder #slider li div.left-side {
    width: 90%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 78, ../sass/modules/_slider.scss */
#slider-holder #slider li div.left-side .slide-header {
  font-family: "Droid Sans Bold";
  padding-bottom: 10px;
  padding-top: 0px;
  color: #1c2f46;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  /* line 78, ../sass/modules/_slider.scss */
  #slider-holder #slider li div.left-side .slide-header {
    font-size: 1em;
    line-height: 1em;
  }
}
/* line 89, ../sass/modules/_slider.scss */
#slider-holder #slider li div.left-side .slide-title {
  font-family: "Droid Sans Bold";
  color: white;
  font-size: 26px;
  line-height: 36px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  /* line 89, ../sass/modules/_slider.scss */
  #slider-holder #slider li div.left-side .slide-title {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}
/* line 100, ../sass/modules/_slider.scss */
#slider-holder #slider li div.left-side .slide-short_text {
  font: 20px/28px "Open Sans";
  font-weight: 100;
  color: white;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 100, ../sass/modules/_slider.scss */
  #slider-holder #slider li div.left-side .slide-short_text {
    font-size: 1.15em;
    line-height: 1.15em;
  }
}
/* line 110, ../sass/modules/_slider.scss */
#slider-holder #slider li div.left-side a.button, #slider-holder #slider li div.left-side .region-front-newsletter a.link-newsletter-archives, .region-front-newsletter #slider-holder #slider li div.left-side a.link-newsletter-archives, #slider-holder #slider li div.left-side body.front span.blue-button a, body.front span.blue-button #slider-holder #slider li div.left-side a, #slider-holder #slider li div.left-side body.page-contact #contact-site-form a#edit-submit, body.page-contact #contact-site-form #slider-holder #slider li div.left-side a#edit-submit, #slider-holder #slider li div.left-side .related-content-link a, .related-content-link #slider-holder #slider li div.left-side a, #slider-holder #slider li div.left-side #node-registration-form a#edit-return, #node-registration-form #slider-holder #slider li div.left-side a#edit-return, #slider-holder #slider li div.left-side #node-registration-form .form-actions input.form-submit + a, #node-registration-form .form-actions #slider-holder #slider li div.left-side input.form-submit + a, #slider-holder #slider li div.left-side body.page-user #content .contact-me a.contact-me-button, body.page-user #content .contact-me #slider-holder #slider li div.left-side a.contact-me-button, #slider-holder #slider li div.left-side body.page-registration-cancel #content .form-actions a#edit-cancel, body.page-registration-cancel #content .form-actions #slider-holder #slider li div.left-side a#edit-cancel, #slider-holder #slider li div.left-side .registration-link a, .registration-link #slider-holder #slider li div.left-side a, #slider-holder #slider li div.left-side .event-registration-info a, .event-registration-info #slider-holder #slider li div.left-side a, #slider-holder #slider #block-menu-menu-interactions div.block-content ul.menu li div.left-side a, #block-menu-menu-interactions div.block-content ul.menu #slider-holder #slider li div.left-side a {
  color: white;
}
/* line 114, ../sass/modules/_slider.scss */
#slider-holder #slider li div.right-side {
  float: right;
  /* iPads (portrait) ----------- */
}
@media only screen and (max-width: 768px) {
  /* line 114, ../sass/modules/_slider.scss */
  #slider-holder #slider li div.right-side {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 114, ../sass/modules/_slider.scss */
  #slider-holder #slider li div.right-side {
    width: 50%;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 126, ../sass/modules/_slider.scss */
#slider-holder #slider li div.right-side img {
  /* width: 380px;
   height: 250px;*/
  width: 460px;
  height: 328px;
  margin: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  /* line 126, ../sass/modules/_slider.scss */
  #slider-holder #slider li div.right-side img {
    max-width: 100%;
    height: auto;
    border: 0;
    margin: 0 auto;
  }
}

/* line 145, ../sass/modules/_slider.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

/* line 152, ../sass/modules/_slider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 164, ../sass/modules/_slider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 28px;
  height: 10px;
}
@media only screen and (max-width: 768px) {
  /* line 164, ../sass/modules/_slider.scss */
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    width: 100%;
    bottom: 20px;
    text-align: center;
  }
}

/* line 176, ../sass/modules/_slider.scss */
.bx-wrapper .bx-pager {
  right: 0px;
  bottom: 20px;
}

/* LOADER */
/* line 183, ../sass/modules/_slider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/slider-loader.gif) center center no-repeat #065169;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  /* 2000 */
}

/* PAGER */
/* line 195, ../sass/modules/_slider.scss */
.bx-controls {
  height: 0;
}

/* line 200, ../sass/modules/_slider.scss */
.bx-wrapper .bx-pager {
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  width: 80px;
}

/* line 211, ../sass/modules/_slider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 218, ../sass/modules/_slider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid black;
}

/* line 235, ../sass/modules/_slider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: black;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 242, ../sass/modules/_slider.scss */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  width: 71px;
  height: 71px;
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 247, ../sass/modules/_slider.scss */
.bx-wrapper .bx-prev:after,
.bx-wrapper .bx-next:after {
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  color: black;
  position: absolute;
  top: 10px;
  z-index: 100;
  pointer-events: none;
  text-indent: 0px;
}
/* line 264, ../sass/modules/_slider.scss */
.bx-wrapper .bx-prev:hover:after,
.bx-wrapper .bx-next:hover:after {
  color: #1c2f46;
}

/* line 271, ../sass/modules/_slider.scss */
.bx-wrapper .bx-prev {
  left: -112px;
}
/* line 273, ../sass/modules/_slider.scss */
.bx-wrapper .bx-prev:after {
  content: "\f053";
  right: 20px;
}

/* line 280, ../sass/modules/_slider.scss */
.bx-wrapper .bx-next {
  right: -112px;
}
/* line 284, ../sass/modules/_slider.scss */
.bx-wrapper .bx-next:after {
  content: "\f054";
  right: 15px;
}

/* line 292, ../sass/modules/_slider.scss */
.bx-wrapper .bx-prev:hover {
  background-position: -5px -54px;
}

/* line 296, ../sass/modules/_slider.scss */
.bx-wrapper .bx-next:hover {
  background-position: -67px -54px;
}

/* line 300, ../sass/modules/_slider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 47px;
  height: 47px;
  text-indent: -9999px;
  z-index: 10;
  /* 9999 */
  margin-top: -250px;
}

/* line 312, ../sass/modules/_slider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 318, ../sass/modules/_slider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 322, ../sass/modules/_slider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 332, ../sass/modules/_slider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 337, ../sass/modules/_slider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

/* line 347, ../sass/modules/_slider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* line 352, ../sass/modules/_slider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager {
  border: 1px solid white;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 357, ../sass/modules/_slider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: right;
  position: relative;
  border: 1px solid red;
  width: 35px;
  right: 0px;
}

/* line 368, ../sass/modules/_slider.scss */
#top-slider-holder .bx-pager {
  display: none;
}

/* line 372, ../sass/modules/_slider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
  border: 1px solid red;
}

/* IMAGE CAPTIONS */
/* line 380, ../sass/modules/_slider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 389, ../sass/modules/_slider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* line 396, ../sass/modules/_slider.scss */
#slider-holder {
  position: relative;
  clear: both;
  margin: 0px auto;
}

/* line 402, ../sass/modules/_slider.scss */
#slider-holder .slider-container {
  max-width: 960px !important;
  width: 100% !important;
  margin: 0px auto;
}

/* line 408, ../sass/modules/_slider.scss */
#slider-holder .bx-viewport .slider li {
  max-width: 960px !important;
  border: 1px dashed white;
}

/* line 412, ../sass/modules/_slider.scss */
#slider-holder .bx-controls.bx-has-pager {
  left: 0px;
  margin: 0px auto;
  position: relative;
}

/* line 420, ../sass/modules/_slider.scss */
.slide {
  position: absolute;
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
  top: 0px;
  left: calc(50% - 480px);
}

/* line 429, ../sass/modules/_slider.scss */
#slider-holder .slide {
  height: 400px;
}

/* line 432, ../sass/modules/_slider.scss */
#top-slider-holder .slide {
  height: 698px;
}

/* line 436, ../sass/modules/_slider.scss */
#top-slider-holder img {
  min-width: 1500px;
}
@media screen and (max-width: 960px) {
  /* line 436, ../sass/modules/_slider.scss */
  #top-slider-holder img {
    min-width: initial;
  }
}

/* line 443, ../sass/modules/_slider.scss */
.slide-short_text,
.slider-button {
  color: white;
  right: 0px;
}

/* line 450, ../sass/modules/_slider.scss */
a.button.slide-button-more, .region-front-newsletter a.slide-button-more.link-newsletter-archives, body.front span.blue-button a.slide-button-more, body.page-contact #contact-site-form a.slide-button-more#edit-submit, .related-content-link a.slide-button-more, #node-registration-form a.slide-button-more#edit-return, #node-registration-form .form-actions input.form-submit + a.slide-button-more, body.page-user #content .contact-me a.slide-button-more.contact-me-button, body.page-registration-cancel #content .form-actions a.slide-button-more#edit-cancel, .registration-link a.slide-button-more, .event-registration-info a.slide-button-more, #block-menu-menu-interactions div.block-content ul.menu li a.slide-button-more {
  border: 1px solid white;
  background-color: transparent;
  border-radius: 0px;
  padding: 20px 32px 20px 28px;
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  font-family: "Droid Sans Bold";
}
/* line 459, ../sass/modules/_slider.scss */
a.button.slide-button-more span.arrow:after, .region-front-newsletter a.slide-button-more.link-newsletter-archives span.arrow:after, body.front span.blue-button a.slide-button-more span.arrow:after, body.page-contact #contact-site-form a.slide-button-more#edit-submit span.arrow:after, .related-content-link a.slide-button-more span.arrow:after, #node-registration-form a.slide-button-more#edit-return span.arrow:after, #node-registration-form .form-actions input.form-submit + a.slide-button-more span.arrow:after, body.page-user #content .contact-me a.slide-button-more.contact-me-button span.arrow:after, body.page-registration-cancel #content .form-actions a.slide-button-more#edit-cancel span.arrow:after, .registration-link a.slide-button-more span.arrow:after, .event-registration-info a.slide-button-more span.arrow:after, #block-menu-menu-interactions div.block-content ul.menu li a.slide-button-more span.arrow:after {
  font-family: "FontAwesome";
  content: '\f061';
  color: white;
  position: relative;
  left: 8px;
  text-decoration: none;
}
/* line 467, ../sass/modules/_slider.scss */
a.button.slide-button-more:hover, .region-front-newsletter a.slide-button-more.link-newsletter-archives:hover, body.front span.blue-button a.slide-button-more:hover, body.page-contact #contact-site-form a.slide-button-more#edit-submit:hover, .related-content-link a.slide-button-more:hover, #node-registration-form a.slide-button-more#edit-return:hover, #node-registration-form .form-actions input.form-submit + a.slide-button-more:hover, body.page-user #content .contact-me a.slide-button-more.contact-me-button:hover, body.page-registration-cancel #content .form-actions a.slide-button-more#edit-cancel:hover, .registration-link a.slide-button-more:hover, .event-registration-info a.slide-button-more:hover, #block-menu-menu-interactions div.block-content ul.menu li a.slide-button-more:hover {
  text-decoration: none;
}
/* line 470, ../sass/modules/_slider.scss */
a.button.slide-button-more:hover span.text, .region-front-newsletter a.slide-button-more.link-newsletter-archives:hover span.text, body.front span.blue-button a.slide-button-more:hover span.text, body.page-contact #contact-site-form a.slide-button-more#edit-submit:hover span.text, .related-content-link a.slide-button-more:hover span.text, #node-registration-form a.slide-button-more#edit-return:hover span.text, #node-registration-form .form-actions input.form-submit + a.slide-button-more:hover span.text, body.page-user #content .contact-me a.slide-button-more.contact-me-button:hover span.text, body.page-registration-cancel #content .form-actions a.slide-button-more#edit-cancel:hover span.text, .registration-link a.slide-button-more:hover span.text, .event-registration-info a.slide-button-more:hover span.text, #block-menu-menu-interactions div.block-content ul.menu li a.slide-button-more:hover span.text {
  text-decoration: underline;
}

/* line 477, ../sass/modules/_slider.scss */
#slider-holder .slider-button {
  bottom: 100px;
  border: 1px solid white;
  background-color: transparent;
  transition: 0.2s ease;
  /* &:link {
     color: white;
   }*/
}
/* line 485, ../sass/modules/_slider.scss */
#slider-holder .slider-button:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.2s ease;
}

/* slider */
/* line 494, ../sass/modules/_slider.scss */
.slide-container {
  width: 100%;
}

/* line 497, ../sass/modules/_slider.scss */
.bx-wrapper,
.bx-viewport {
  width: 100%;
  max-width: 3000px !important;
  min-width: 0px;
}

/* line 505, ../sass/modules/_slider.scss */
#slider-holder .bx-viewport {
  margin: 0px auto;
  max-height: 307px !important;
  height: 307px;
}

/* line 512, ../sass/modules/_slider.scss */
.bx-wrapper img {
  width: 1000%;
}
/* line 514, ../sass/modules/_slider.scss */
.bx-wrapper img li {
  width: 100% !important;
}

/* line 519, ../sass/modules/_slider.scss */
.slide-short_text {
  max-width: 300px;
  font-size: 25px;
  top: 60px;
}

/* line 525, ../sass/modules/_slider.scss */
#top-slider-holder li {
  max-height: 698px;
}

/* line 528, ../sass/modules/_slider.scss */
#top-slider-holder li img {
  height: auto;
  max-height: none;
}

/* line 533, ../sass/modules/_slider.scss */
#top-slider-holder a.button.slider-button, #top-slider-holder .region-front-newsletter a.slider-button.link-newsletter-archives, .region-front-newsletter #top-slider-holder a.slider-button.link-newsletter-archives, #top-slider-holder body.front span.blue-button a.slider-button, body.front span.blue-button #top-slider-holder a.slider-button, #top-slider-holder body.page-contact #contact-site-form a.slider-button#edit-submit, body.page-contact #contact-site-form #top-slider-holder a.slider-button#edit-submit, #top-slider-holder .related-content-link a.slider-button, .related-content-link #top-slider-holder a.slider-button, #top-slider-holder #node-registration-form a.slider-button#edit-return, #node-registration-form #top-slider-holder a.slider-button#edit-return, #top-slider-holder #node-registration-form .form-actions input.form-submit + a.slider-button, #node-registration-form .form-actions #top-slider-holder input.form-submit + a.slider-button, #top-slider-holder body.page-user #content .contact-me a.slider-button.contact-me-button, body.page-user #content .contact-me #top-slider-holder a.slider-button.contact-me-button, #top-slider-holder body.page-registration-cancel #content .form-actions a.slider-button#edit-cancel, body.page-registration-cancel #content .form-actions #top-slider-holder a.slider-button#edit-cancel, #top-slider-holder .registration-link a.slider-button, .registration-link #top-slider-holder a.slider-button, #top-slider-holder .event-registration-info a.slider-button, .event-registration-info #top-slider-holder a.slider-button, #top-slider-holder #block-menu-menu-interactions div.block-content ul.menu li a.slider-button, #block-menu-menu-interactions div.block-content ul.menu li #top-slider-holder a.slider-button {
  float: right;
}

/* line 537, ../sass/modules/_slider.scss */
.top-slide-short-text {
  color: white;
  font-family: "Droid Sans";
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  width: 450px;
  float: right;
  margin-top: 194px;
  margin-right: 10px;
}

/* line 548, ../sass/modules/_slider.scss */
#top-slider-holder .slide-button-more {
  clear: both;
  float: right;
  margin-top: 24px;
  margin-right: 10px;
}

/* line 1, ../sass/modules/_buttons.scss */
.button, #comments .form-actions input.form-submit, .region-front-newsletter .link-newsletter-archives, body.front span.blue-button a, .stelar-search .form-wrapper input.action.action-apply_filters.form-submit, .stelar-search .form-wrapper span.search-action-reset, body.page-contact #contact-site-form #edit-submit, .related-content-link a, .system-edit-form input.form-submit, #node-registration-form input.form-submit, #event-node-form input.form-submit, body.page-user #content input.form-submit, #node-registration-form a#edit-return, #node-registration-form .form-actions input.form-submit + a, input#edit-preview, input#edit-delete, body.page-user #content .contact-me .contact-me-button, body.page-registration-cancel #content .form-actions a#edit-cancel, .registration-link a, .event-registration-info a, #block-menu-menu-interactions div.block-content ul.menu li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-transition: color 100ms ease-out, border-color 100ms ease-out, background-color 100ms ease-out;
  -ms-transition: color 100ms ease-out, border-color 100ms ease-out, background-color 100ms ease-out;
  -o-transition: color 100ms ease-out, border-color 100ms ease-out, background-color 100ms ease-out;
  -transition: color 100ms ease-out, border-color 100ms ease-out, background-color 100ms ease-out;
  transition: color 100ms ease-out, border-color 100ms ease-out, background-color 100ms ease-out;
  font: 14px "Open Sans";
  padding: 12px 30px;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  background: #111;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 768px) {
  /* line 1, ../sass/modules/_buttons.scss */
  .button, #comments .form-actions input.form-submit, .region-front-newsletter .link-newsletter-archives, body.front span.blue-button a, .stelar-search .form-wrapper input.action.action-apply_filters.form-submit, .stelar-search .form-wrapper span.search-action-reset, body.page-contact #contact-site-form #edit-submit, .related-content-link a, .system-edit-form input.form-submit, #node-registration-form input.form-submit, #event-node-form input.form-submit, body.page-user #content input.form-submit, #node-registration-form a#edit-return, #node-registration-form .form-actions input.form-submit + a, input#edit-preview, input#edit-delete, body.page-user #content .contact-me .contact-me-button, body.page-registration-cancel #content .form-actions a#edit-cancel, .registration-link a, .event-registration-info a, #block-menu-menu-interactions div.block-content ul.menu li a {
    padding: 6px 15px;
  }
}

/* line 27, ../sass/modules/_buttons.scss */
.button:focus, #comments .form-actions input.form-submit:focus, .region-front-newsletter .link-newsletter-archives:focus, body.front span.blue-button a:focus, .stelar-search .form-wrapper input.action.action-apply_filters.form-submit:focus, .stelar-search .form-wrapper span.search-action-reset:focus, body.page-contact #contact-site-form #edit-submit:focus, .related-content-link a:focus, .system-edit-form input.form-submit:focus, #node-registration-form input.form-submit:focus, #event-node-form input.form-submit:focus, body.page-user #content input.form-submit:focus, #node-registration-form a#edit-return:focus, #node-registration-form .form-actions input.form-submit + a:focus, input#edit-preview:focus, input#edit-delete:focus, body.page-user #content .contact-me .contact-me-button:focus, body.page-registration-cancel #content .form-actions a#edit-cancel:focus, .registration-link a:focus, .event-registration-info a:focus, #block-menu-menu-interactions div.block-content ul.menu li a:focus {
  outline: 0;
  text-decoration: none;
}

/* line 32, ../sass/modules/_buttons.scss */
.button:hover, #comments .form-actions input.form-submit:hover, .region-front-newsletter .link-newsletter-archives:hover, body.front span.blue-button a:hover, .stelar-search .form-wrapper input.action.action-apply_filters.form-submit:hover, .stelar-search .form-wrapper span.search-action-reset:hover, body.page-contact #contact-site-form #edit-submit:hover, .related-content-link a:hover, .system-edit-form input.form-submit:hover, #node-registration-form input.form-submit:hover, #event-node-form input.form-submit:hover, body.page-user #content input.form-submit:hover, #node-registration-form a#edit-return:hover, #node-registration-form .form-actions input.form-submit + a:hover, input#edit-preview:hover, input#edit-delete:hover, body.page-user #content .contact-me .contact-me-button:hover, body.page-registration-cancel #content .form-actions a#edit-cancel:hover, .registration-link a:hover, .event-registration-info a:hover, #block-menu-menu-interactions div.block-content ul.menu li a:hover,
.button:focus,
#comments .form-actions input.form-submit:focus,
.region-front-newsletter .link-newsletter-archives:focus,
body.front span.blue-button a:focus,
.stelar-search .form-wrapper input.action.action-apply_filters.form-submit:focus,
.stelar-search .form-wrapper span.search-action-reset:focus,
body.page-contact #contact-site-form #edit-submit:focus,
.related-content-link a:focus,
.system-edit-form input.form-submit:focus,
#node-registration-form input.form-submit:focus,
#event-node-form input.form-submit:focus,
body.page-user #content input.form-submit:focus,
#node-registration-form a#edit-return:focus,
#node-registration-form .form-actions input.form-submit + a:focus,
input#edit-preview:focus,
input#edit-delete:focus,
body.page-user #content .contact-me .contact-me-button:focus,
body.page-registration-cancel #content .form-actions a#edit-cancel:focus,
.registration-link a:focus,
.event-registration-info a:focus,
#block-menu-menu-interactions div.block-content ul.menu li a:focus {
  background: #222;
  color: #333333;
  text-decoration: none;
}

/* line 39, ../sass/modules/_buttons.scss */
.button:active, #comments .form-actions input.form-submit:active, .region-front-newsletter .link-newsletter-archives:active, body.front span.blue-button a:active, .stelar-search .form-wrapper input.action.action-apply_filters.form-submit:active, .stelar-search .form-wrapper span.search-action-reset:active, body.page-contact #contact-site-form #edit-submit:active, .related-content-link a:active, .system-edit-form input.form-submit:active, #node-registration-form input.form-submit:active, #event-node-form input.form-submit:active, body.page-user #content input.form-submit:active, #node-registration-form a#edit-return:active, #node-registration-form .form-actions input.form-submit + a:active, input#edit-preview:active, input#edit-delete:active, body.page-user #content .contact-me .contact-me-button:active, body.page-registration-cancel #content .form-actions a#edit-cancel:active, .registration-link a:active, .event-registration-info a:active, #block-menu-menu-interactions div.block-content ul.menu li a:active,
.button.active,
#comments .form-actions input.active.form-submit,
.region-front-newsletter .active.link-newsletter-archives,
body.front span.blue-button a.active,
.stelar-search .form-wrapper input.active.action.action-apply_filters.form-submit,
.stelar-search .form-wrapper span.active.search-action-reset,
body.page-contact #contact-site-form .active#edit-submit,
.related-content-link a.active,
.system-edit-form input.active.form-submit,
#node-registration-form input.active.form-submit,
#event-node-form input.active.form-submit,
body.page-user #content input.active.form-submit,
#node-registration-form a.active#edit-return,
#node-registration-form .form-actions input.form-submit + a.active,
input.active#edit-preview,
input.active#edit-delete,
body.page-user #content .contact-me .active.contact-me-button,
body.page-registration-cancel #content .form-actions a.active#edit-cancel,
.registration-link a.active,
.event-registration-info a.active,
#block-menu-menu-interactions div.block-content ul.menu li a.active {
  text-decoration: none;
}

/* line 44, ../sass/modules/_buttons.scss */
.button.disabled, #comments .form-actions input.disabled.form-submit, .region-front-newsletter .disabled.link-newsletter-archives, body.front span.blue-button a.disabled, .stelar-search .form-wrapper input.disabled.action.action-apply_filters.form-submit, .stelar-search .form-wrapper span.disabled.search-action-reset, body.page-contact #contact-site-form .disabled#edit-submit, .related-content-link a.disabled, .system-edit-form input.disabled.form-submit, #node-registration-form input.disabled.form-submit, #event-node-form input.disabled.form-submit, body.page-user #content input.disabled.form-submit, #node-registration-form a.disabled#edit-return, #node-registration-form .form-actions input.form-submit + a.disabled, input.disabled#edit-preview, input.disabled#edit-delete, body.page-user #content .contact-me .disabled.contact-me-button, body.page-registration-cancel #content .form-actions a.disabled#edit-cancel, .registration-link a.disabled, .event-registration-info a.disabled, #block-menu-menu-interactions div.block-content ul.menu li a.disabled,
.button[disabled],
#comments .form-actions input[disabled].form-submit,
.region-front-newsletter [disabled].link-newsletter-archives,
body.front span.blue-button a[disabled],
.stelar-search .form-wrapper input[disabled].action.action-apply_filters.form-submit,
.stelar-search .form-wrapper span[disabled].search-action-reset,
body.page-contact #contact-site-form [disabled]#edit-submit,
.related-content-link a[disabled],
.system-edit-form input[disabled].form-submit,
#node-registration-form input[disabled].form-submit,
#event-node-form input[disabled].form-submit,
body.page-user #content input[disabled].form-submit,
#node-registration-form a[disabled]#edit-return,
#node-registration-form .form-actions input.form-submit + a[disabled],
input[disabled]#edit-preview,
input[disabled]#edit-delete,
body.page-user #content .contact-me [disabled].contact-me-button,
body.page-registration-cancel #content .form-actions a[disabled]#edit-cancel,
.registration-link a[disabled],
.event-registration-info a[disabled],
#block-menu-menu-interactions div.block-content ul.menu li a[disabled],
fieldset[disabled] .button,
fieldset[disabled] #comments .form-actions input.form-submit,
#comments .form-actions fieldset[disabled] input.form-submit,
fieldset[disabled] .region-front-newsletter .link-newsletter-archives,
.region-front-newsletter fieldset[disabled] .link-newsletter-archives,
fieldset[disabled] body.front span.blue-button a,
body.front span.blue-button fieldset[disabled] a,
fieldset[disabled] .stelar-search .form-wrapper input.action.action-apply_filters.form-submit,
.stelar-search .form-wrapper fieldset[disabled] input.action.action-apply_filters.form-submit,
fieldset[disabled] .stelar-search .form-wrapper span.search-action-reset,
.stelar-search .form-wrapper fieldset[disabled] span.search-action-reset,
fieldset[disabled] body.page-contact #contact-site-form #edit-submit,
body.page-contact #contact-site-form fieldset[disabled] #edit-submit,
fieldset[disabled] .related-content-link a,
.related-content-link fieldset[disabled] a,
fieldset[disabled] .system-edit-form input.form-submit,
.system-edit-form fieldset[disabled] input.form-submit,
fieldset[disabled] #node-registration-form input.form-submit,
#node-registration-form fieldset[disabled] input.form-submit,
fieldset[disabled] #event-node-form input.form-submit,
#event-node-form fieldset[disabled] input.form-submit,
fieldset[disabled] body.page-user #content input.form-submit,
body.page-user #content fieldset[disabled] input.form-submit,
fieldset[disabled] #node-registration-form a#edit-return,
#node-registration-form fieldset[disabled] a#edit-return,
fieldset[disabled] #node-registration-form .form-actions input.form-submit + a,
#node-registration-form .form-actions fieldset[disabled] input.form-submit + a,
fieldset[disabled] input#edit-preview,
fieldset[disabled] input#edit-delete,
fieldset[disabled] body.page-user #content .contact-me .contact-me-button,
body.page-user #content .contact-me fieldset[disabled] .contact-me-button,
fieldset[disabled] body.page-registration-cancel #content .form-actions a#edit-cancel,
body.page-registration-cancel #content .form-actions fieldset[disabled] a#edit-cancel,
fieldset[disabled] .registration-link a,
.registration-link fieldset[disabled] a,
fieldset[disabled] .event-registration-info a,
.event-registration-info fieldset[disabled] a,
fieldset[disabled] #block-menu-menu-interactions div.block-content ul.menu li a,
#block-menu-menu-interactions div.block-content ul.menu li fieldset[disabled] a {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 55, ../sass/modules/_buttons.scss */
.button-green, #comments .form-actions input.form-submit#edit-submit, .stelar-search .form-wrapper input.action.action-apply_filters.form-submit, #dashboard .left-side-content #stelar-join-group-form .form-submit, body.page-contact #contact-site-form #edit-submit, .system-edit-form input.form-submit, #node-registration-form input.form-submit, #event-node-form input.form-submit, body.page-user #content input.form-submit, body.page-user #content .contact-me .contact-me-button, .registration-link a, a.button-green, #dashboard .left-side-content #stelar-join-group-form a.form-submit, body.page-contact #contact-site-form a#edit-submit, body.page-user #content .contact-me a.contact-me-button, .registration-link a {
  background-color: #3bb44a;
  color: white !important;
}
/* line 58, ../sass/modules/_buttons.scss */
.button-green:hover, #comments .form-actions input.form-submit#edit-submit:hover, .stelar-search .form-wrapper input.action.action-apply_filters.form-submit:hover, #dashboard .left-side-content #stelar-join-group-form .form-submit:hover, body.page-contact #contact-site-form #edit-submit:hover, .system-edit-form input.form-submit:hover, #node-registration-form input.form-submit:hover, #event-node-form input.form-submit:hover, body.page-user #content input.form-submit:hover, body.page-user #content .contact-me .contact-me-button:hover, .registration-link a:hover, .button-green.active, #comments .form-actions input.active.form-submit#edit-submit, .stelar-search .form-wrapper input.active.action.action-apply_filters.form-submit, #dashboard .left-side-content #stelar-join-group-form .active.form-submit, body.page-contact #contact-site-form .active#edit-submit, .system-edit-form input.active.form-submit, #node-registration-form input.active.form-submit, #event-node-form input.active.form-submit, body.page-user #content input.active.form-submit, body.page-user #content .contact-me .active.contact-me-button, .registration-link a.active, a.button-green:hover, #dashboard .left-side-content #stelar-join-group-form a.form-submit:hover, body.page-contact #contact-site-form a#edit-submit:hover, body.page-user #content .contact-me a.contact-me-button:hover, .registration-link a:hover, a.button-green.active, #dashboard .left-side-content #stelar-join-group-form a.active.form-submit, body.page-contact #contact-site-form a.active#edit-submit, body.page-user #content .contact-me a.active.contact-me-button, .registration-link a.active {
  color: white;
  background-color: #7C7E7E;
}

/* line 65, ../sass/modules/_buttons.scss */
.button-grey, #comments .form-actions input.form-submit#edit-preview, .region-front-newsletter .link-newsletter-archives, .stelar-search .form-wrapper span.search-action-reset, #node-registration-form a#edit-return, #node-registration-form .form-actions input.form-submit + a, #event-node-form input#edit-delete.form-submit, input#edit-delete, body.page-registration-cancel #content .form-actions a#edit-cancel, .event-registration-info a, a.button-grey, .region-front-newsletter a.link-newsletter-archives, #node-registration-form a#edit-return, #node-registration-form .form-actions input.form-submit + a, body.page-registration-cancel #content .form-actions a#edit-cancel, .event-registration-info a {
  background-color: #7C7E7E;
  color: white !important;
}
/* line 68, ../sass/modules/_buttons.scss */
.button-grey:hover, #comments .form-actions input.form-submit#edit-preview:hover, .region-front-newsletter .link-newsletter-archives:hover, .stelar-search .form-wrapper span.search-action-reset:hover, #node-registration-form a#edit-return:hover, #node-registration-form .form-actions input.form-submit + a:hover, #event-node-form input#edit-delete.form-submit:hover, input#edit-delete:hover, body.page-registration-cancel #content .form-actions a#edit-cancel:hover, .event-registration-info a:hover, .button-grey.active, #comments .form-actions input.active.form-submit#edit-preview, .region-front-newsletter .active.link-newsletter-archives, .stelar-search .form-wrapper span.active.search-action-reset, #node-registration-form a.active#edit-return, #node-registration-form .form-actions input.form-submit + a.active, #event-node-form input.active#edit-delete.form-submit, input.active#edit-delete, body.page-registration-cancel #content .form-actions a.active#edit-cancel, .event-registration-info a.active, a.button-grey:hover, .region-front-newsletter a.link-newsletter-archives:hover, #node-registration-form a#edit-return:hover, #node-registration-form .form-actions input.form-submit + a:hover, body.page-registration-cancel #content .form-actions a#edit-cancel:hover, .event-registration-info a:hover, a.button-grey.active, .region-front-newsletter a.active.link-newsletter-archives, #node-registration-form a.active#edit-return, #node-registration-form .form-actions input.form-submit + a.active, body.page-registration-cancel #content .form-actions a.active#edit-cancel, .event-registration-info a.active {
  color: white;
  background-color: #6f7171;
}

/* line 74, ../sass/modules/_buttons.scss */
.button-blue, body.front span.blue-button a, .related-content-link a, form#user-profile-form input#edit-field-profile-other-websites-und-add-more, form#user-register-form input#edit-field-profile-other-websites-und-add-more, #event-node-form input#edit-preview.form-submit, input#edit-preview, #block-menu-menu-interactions div.block-content ul.menu li a, a.button-blue, body.front span.blue-button a, .related-content-link a, #block-menu-menu-interactions div.block-content ul.menu li a {
  background-color: #27a8e0;
  color: white !important;
}
/* line 77, ../sass/modules/_buttons.scss */
.button-blue:hover, body.front span.blue-button a:hover, .related-content-link a:hover, form#user-profile-form input#edit-field-profile-other-websites-und-add-more:hover, form#user-register-form input#edit-field-profile-other-websites-und-add-more:hover, #event-node-form input#edit-preview.form-submit:hover, input#edit-preview:hover, #block-menu-menu-interactions div.block-content ul.menu li a:hover, .button-blue.active, body.front span.blue-button a.active, .related-content-link a.active, form#user-profile-form input.active#edit-field-profile-other-websites-und-add-more, form#user-register-form input.active#edit-field-profile-other-websites-und-add-more, #event-node-form input.active#edit-preview.form-submit, input.active#edit-preview, #block-menu-menu-interactions div.block-content ul.menu li a.active, a.button-blue:hover, body.front span.blue-button a:hover, .related-content-link a:hover, #block-menu-menu-interactions div.block-content ul.menu li a:hover, a.button-blue.active, body.front span.blue-button a.active, .related-content-link a.active, #block-menu-menu-interactions div.block-content ul.menu li a.active {
  color: white;
  background-color: #7C7E7E;
}

/* line 84, ../sass/modules/_buttons.scss */
a.button, .region-front-newsletter a.link-newsletter-archives, body.front span.blue-button a, body.page-contact #contact-site-form a#edit-submit, .related-content-link a, #node-registration-form a#edit-return, #node-registration-form .form-actions input.form-submit + a, body.page-user #content .contact-me a.contact-me-button, body.page-registration-cancel #content .form-actions a#edit-cancel, .registration-link a, .event-registration-info a, #block-menu-menu-interactions div.block-content ul.menu li a {
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
}

/* line 87, ../sass/modules/_buttons.scss */
input[type="submit"].button, #comments .form-actions input[type="submit"].form-submit, .region-front-newsletter input[type="submit"].link-newsletter-archives, .stelar-search .form-wrapper input[type="submit"].action.action-apply_filters.form-submit, body.page-contact #contact-site-form input[type="submit"]#edit-submit, .system-edit-form input[type="submit"].form-submit, #node-registration-form input[type="submit"].form-submit, #event-node-form input[type="submit"].form-submit, body.page-user #content input[type="submit"].form-submit, input[type="submit"]#edit-preview, input[type="submit"]#edit-delete, body.page-user #content .contact-me input[type="submit"].contact-me-button, input[type="button"].button, #comments .form-actions input[type="button"].form-submit, .region-front-newsletter input[type="button"].link-newsletter-archives, .stelar-search .form-wrapper input[type="button"].action.action-apply_filters.form-submit, body.page-contact #contact-site-form input[type="button"]#edit-submit, .system-edit-form input[type="button"].form-submit, #node-registration-form input[type="button"].form-submit, #event-node-form input[type="button"].form-submit, body.page-user #content input[type="button"].form-submit, input[type="button"]#edit-preview, input[type="button"]#edit-delete, body.page-user #content .contact-me input[type="button"].contact-me-button {
  font-weight: 300;
}

/* line 91, ../sass/modules/_buttons.scss */
.stelar-module-webform .open-no input[type="submit"] {
  background-color: grey;
}
/* line 94, ../sass/modules/_buttons.scss */
.stelar-module-webform .disabled-button-notice {
  font-size: 16px;
}
/* line 96, ../sass/modules/_buttons.scss */
.stelar-module-webform .disabled-button-notice span {
  color: red;
  font-size: 22px;
  font-weight: bold;
}
/* line 102, ../sass/modules/_buttons.scss */
.stelar-module-webform .flag-experimental_node_flag,
.stelar-module-webform .flag-farthest_page_in_module,
.stelar-module-webform .flag-course_questions_completed {
  display: none;
}

/* line 108, ../sass/modules/_buttons.scss */
.stelar-register-btn {
  float: right;
  margin-top: 10px;
  background-color: #27a8e0;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  padding: 12px 30px;
  margin: 20px 0 0 20px;
}

/* line 1, ../sass/modules/_social.scss */
.social-item, footer nav#block-menu-menu-footer-social-icons ul.menu > li > a, #social-menu ul.menu > li > a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 6px;
  width: 34px;
  height: 34px;
  background-color: #2bafe9;
  transition: 0.2s ease;
  position: relative;
  cursor: pointer;
  /*background: url('../images/About-SM-Icons-Sprite.png') no-repeat;*/
}
/* line 12, ../sass/modules/_social.scss */
.social-item:after, footer nav#block-menu-menu-footer-social-icons ul.menu > li > a:after, #social-menu ul.menu > li > a:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 20px;
  color: white;
  width: 34px;
  height: 23px;
  padding-top: 11px;
  margin-left: 0px;
  position: relative;
  top: -14px;
  display: block;
  cursor: pointer;
  text-indent: 0px;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
/* line 36, ../sass/modules/_social.scss */
.social-blue .social-item, footer nav#block-menu-menu-footer-social-icons ul.menu .social-item, footer nav#block-menu-menu-footer-social-icons ul.menu > li > a, .social-blue #social-menu ul.menu > li > a, #social-menu .social-blue ul.menu > li > a {
  border: 0px;
}
/* line 40, ../sass/modules/_social.scss */
.social-item.social-twitter:after, footer nav#block-menu-menu-footer-social-icons ul.menu > li > a.social-twitter:after, footer nav#block-menu-menu-footer-social-icons ul.menu > li > a.icon-twitter:after, #social-menu ul.menu > li > a.social-twitter:after, #social-menu ul.menu > li > a.icon-twitter:after {
  content: '\f099';
}
/* line 47, ../sass/modules/_social.scss */
.social-item.social-facebook:after, footer nav#block-menu-menu-footer-social-icons ul.menu > li > a.social-facebook:after, footer nav#block-menu-menu-footer-social-icons ul.menu > li > a.icon-facebook:after, #social-menu ul.menu > li > a.social-facebook:after, #social-menu ul.menu > li > a.icon-facebook:after {
  content: '\f09a';
}
/* line 54, ../sass/modules/_social.scss */
.social-item.social-youtube:after, footer nav#block-menu-menu-footer-social-icons ul.menu > li > a.social-youtube:after, footer nav#block-menu-menu-footer-social-icons ul.menu > li > a.icon-youtube:after, #social-menu ul.menu > li > a.social-youtube:after, #social-menu ul.menu > li > a.icon-youtube:after {
  content: '\f167';
}
/* line 60, ../sass/modules/_social.scss */
.social-item.social-linkedin:after, footer nav#block-menu-menu-footer-social-icons ul.menu > li > a.social-linkedin:after, #social-menu ul.menu > li > a.social-linkedin:after {
  content: '\f0e1';
}
/* line 64, ../sass/modules/_social.scss */
.social-item:hover, footer nav#block-menu-menu-footer-social-icons ul.menu > li > a:hover, #social-menu ul.menu > li > a:hover {
  background-color: #2075bc;
  transition: 0.2s;
}

/* line 69, ../sass/modules/_social.scss */
.side-menu .social-item:after, .side-menu footer nav#block-menu-menu-footer-social-icons ul.menu > li > a:after, footer nav#block-menu-menu-footer-social-icons .side-menu ul.menu > li > a:after, .side-menu #social-menu ul.menu > li > a:after, #social-menu .side-menu ul.menu > li > a:after {
  top: -30px;
}

/* line 2, ../sass/modules/_lists.scss */
.list .list-item {
  margin: 0 0 0 6px;
  text-transform: uppercase;
  font: 14px/52px "Open Sans";
  color: #444646;
  font-weight: 600;
  border-bottom: 1px solid #d7dadc;
}
/* line 9, ../sass/modules/_lists.scss */
.list .list-item:first-child {
  border-top: 1px solid #d7dadc;
}
/* line 12, ../sass/modules/_lists.scss */
.list .list-item a {
  color: #444646;
}
/* line 15, ../sass/modules/_lists.scss */
.list .list-item:hover, .list .list-item:hover a {
  color: #3bb44a;
  text-decoration: none;
}

/* iCheck plugin Square skin, grey
----------------------------------- */
/* line 3, ../sass/modules/_custom-inputs.scss */
.icheckbox_square-grey,
.iradio_square-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c5c8c9;
  background: transparent;
}

/* line 18, ../sass/modules/_custom-inputs.scss */
.iradio_square-grey {
  background: url("../images/inputs-grey.png") no-repeat;
}

/* line 22, ../sass/modules/_custom-inputs.scss */
.icheckbox_square-grey {
  background-position: 0 0;
}

/* line 25, ../sass/modules/_custom-inputs.scss */
.icheckbox_square-grey.hover {
  background: #7c7e7e;
}

/* line 29, ../sass/modules/_custom-inputs.scss */
.icheckbox_square-grey.checked {
  background: #7c7e7e;
}

/* line 33, ../sass/modules/_custom-inputs.scss */
.icheckbox_square-grey.disabled {
  border-color: ligten(#c5c8c9, 10%);
  cursor: default;
}

/* line 38, ../sass/modules/_custom-inputs.scss */
.icheckbox_square-grey.checked.disabled {
  background: #7c7e7e;
}

/* line 43, ../sass/modules/_custom-inputs.scss */
.iradio_square-grey {
  background-position: -120px 0;
}

/* line 46, ../sass/modules/_custom-inputs.scss */
.iradio_square-grey.hover {
  background-position: -144px 0;
}

/* line 49, ../sass/modules/_custom-inputs.scss */
.iradio_square-grey.checked {
  background-position: -168px 0;
}

/* line 52, ../sass/modules/_custom-inputs.scss */
.iradio_square-grey.disabled {
  background-position: -192px 0;
  cursor: default;
}

/* line 56, ../sass/modules/_custom-inputs.scss */
.iradio_square-grey.checked.disabled {
  background-position: -216px 0;
}

/* line 1, ../sass/modules/_headers.scss */
.content-title {
  font: 30px/28px "Open Sans";
  color: #444646;
  margin-bottom: 32px;
  margin-top: 0;
}

/* line 8, ../sass/modules/_headers.scss */
.sidebar-title {
  color: #444646;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
}

/* line 18, ../sass/modules/_headers.scss */
.left-side-content h3 {
  font-size: 14px;
  line-height: 24px;
  color: #7c7e7e;
  font-weight: 600;
  margin: 0;
}

/* line 26, ../sass/modules/_headers.scss */
#block-system-main-menu {
  margin-right: 0;
  margin-left: 0;
}

/* line 30, ../sass/modules/_headers.scss */
#page.container #header > div.wrap {
  position: relative;
}

/* line 33, ../sass/modules/_headers.scss */
#branding {
  position: absolute;
}

/* line 36, ../sass/modules/_headers.scss */
#menu-bar {
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 6, ../sass/modules/_mobile-menu.scss */
  #hide-search {
    width: 100px;
    display: block;
    height: 100px;
    position: absolute;
    color: yellow;
    top: 0px;
    left: 0px;
    z-index: 1000;
  }

  /* line 16, ../sass/modules/_mobile-menu.scss */
  #menu-search > .clearfix.form-wrapper form#stelar-quick-search-form,
  input {
    background-color: transparent;
  }

  /* line 22, ../sass/modules/_mobile-menu.scss */
  div#menu-search input#edit-submit,
  div#menu-search input#edit-submit--2 {
    left: -2px;
    top: 28px;
    background-color: transparent;
    opacity: 0;
  }

  /* line 31, ../sass/modules/_mobile-menu.scss */
  input#edit-search-text.form-text {
    width: 10px;
  }
  /* line 34, ../sass/modules/_mobile-menu.scss */
  input#edit-search-text.form-text:before {
    content: 'Cancel';
  }

  /* line 42, ../sass/modules/_mobile-menu.scss */
  #page.container header#header {
    position: absolute;
    width: 100%;
  }
  /* line 46, ../sass/modules/_mobile-menu.scss */
  #page.container form#stelar-quick-search-form {
    position: absolute;
  }
  /* line 49, ../sass/modules/_mobile-menu.scss */
  #page.container .region-header nav.block-menu {
    z-index: 200;
    padding-top: 5px;
    margin: 0px auto;
    position: absolute;
    width: 100%;
    text-align: center;
    pointer-events: none;
  }
  /* line 57, ../sass/modules/_mobile-menu.scss */
  #page.container .region-header nav.block-menu ul {
    pointer-events: auto;
  }
  /* line 60, ../sass/modules/_mobile-menu.scss */
  #page.container .region-header nav.block-menu a {
    color: white;
  }
  /* line 64, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search {
    width: 100%;
    margin: 0px auto;
  }
  /* line 68, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search div.form-wrapper {
    position: absolute;
    z-index: 200;
    right: 10px;
    top: 47px;
    height: 40px;
  }
  /* line 74, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search div.form-wrapper:before {
    color: white;
  }
  /* line 77, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search div.form-wrapper div.form-item {
    height: 40px;
    top: 0px;
  }
  /* line 83, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search a#nav-toggle {
    width: 36px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 200;
    pointer-events: auto;
    transition: background-color 0.2s ease;
    opacity: 1;
  }
  /* line 94, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search a#nav-toggle.hide {
    opacity: 0;
    pointer-events: none;
    z-index: 1;
  }
  /* line 101, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search a#nav-toggle:hover {
    background-color: #195a90;
    transition: background-color 0.2s ease;
  }
  /* line 106, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search a#nav-toggle:before {
    font-family: "FontAwesome";
    content: '\f0c9';
    color: white;
    position: absolute;
    left: 5px;
    top: 0px;
    font-size: 26px;
  }
  /* line 117, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search a#nav-toggle.back:before {
    content: '\f060';
    color: #cccccc;
    font-weight: normal;
    font-size: 15px;
    top: 6px;
    left: 10px;
  }
  /* line 126, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search a#nav-toggle.back, #page.container #menu-search a#nav-toggle.back:hover {
    background-color: white;
  }
  /* line 130, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search a#nav-toggle.back:hover::before {
    color: #666666;
  }
  /* line 136, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar {
    width: auto;
    margin-right: 0px;
    float: none;
    background-color: #2075bc;
  }
  /* line 139, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar.hide {
    left: 0px;
  }
  /* line 142, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar nav#block-system-main-menu {
    width: auto;
    text-align: center;
    background: none;
  }
  /* line 147, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar > div.wrap {
    max-width: auto;
  }
  /* line 153, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar #block-system-main-menu ul.menu li {
    width: auto;
    background-color: #2bafe9;
    text-align: left;
    transition: background-color 0.2s ease;
    position: relative;
    overflow: visible;
  }
  /* line 161, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar #block-system-main-menu ul.menu li:hover {
    background-color: #59c0ee;
    transition: background-color 0.2s ease;
  }
  /* line 164, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar #block-system-main-menu ul.menu li:hover a.submenu-toggle {
    background-color: #87d2f3;
  }
  /* line 168, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar #block-system-main-menu ul.menu li a {
    width: auto;
    color: white;
    margin-left: 10px;
  }
  /* line 176, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar #block-system-main-menu ul.menu li a.submenu-toggle {
    display: block;
    width: 30px;
    height: 30px;
    top: 0px;
    float: right;
    position: absolute;
    right: 0px;
    background-color: #59c0ee;
    cursor: pointer;
  }
  /* line 188, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar #block-system-main-menu ul.menu li a.submenu-toggle:before {
    font-family: "FontAwesome";
    color: white;
    font-size: 18px;
    content: '\f107';
    text-align: center;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
  }
  /* line 201, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar #block-system-main-menu ul.menu li ul.mobile-menu.menu.clearfix {
    height: auto;
    opacity: 1;
    position: relative;
    background-color: transparent;
    display: block;
    width: 100%;
    margin: 5px 0px 0px 0px;
  }
  /* line 214, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar #block-system-main-menu ul.menu li ul.mobile-menu.menu.clearfix li:last-child {
    border-bottom: 0px;
  }
  /* line 220, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar #block-system-main-menu ul.menu li.expanded {
    left: 0px;
  }
  /* line 222, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar #block-system-main-menu ul.menu li.expanded ul {
    left: 0px;
  }
  /* line 224, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar #block-system-main-menu ul.menu li.expanded ul li a {
    margin-left: 20px;
  }
  /* line 229, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar #block-system-main-menu ul.menu li.expanded.show {
    padding-bottom: 0px;
    padding-left: 0px;
  }
  /* line 233, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar #block-system-main-menu ul.menu li.expanded.show a.submenu-toggle::before {
    content: '\f106';
  }
  /* line 239, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search #menu-bar #block-system-main-menu ul.menu li.expanded.hide ul {
    display: none !important;
  }
  /* line 248, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search.show {
    width: 100%;
  }
  /* line 250, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search.show #menu-bar {
    width: 100%;
    opacity: 1;
    background-color: white;
  }
  /* line 256, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search.show div.form-wrapper::before {
    color: #2075bc;
  }
  /* line 259, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search.show #form-item-search-text {
    width: 100%;
    z-index: 300;
  }
  /* line 263, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search.show #edit-search-text {
    width: 100%;
  }
  /* line 267, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search.show > div.clearfix.form-wrapper {
    width: 100%;
    padding: 0px;
  }
  /* line 270, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search.show > div.clearfix.form-wrapper div.form-item {
    margin: 0px;
    width: 100%;
  }
  /* line 274, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search.show > div.clearfix.form-wrapper form#stelar-quick-search-form {
    width: 100%;
  }
  /* line 277, ../sass/modules/_mobile-menu.scss */
  #page.container #menu-search.show > div.clearfix.form-wrapper input#edit-search-text--2,
  #page.container #menu-search.show > div.clearfix.form-wrapper input#edit-search-text.form-text {
    padding-left: 46px;
    width: 100%;
  }

  /* line 285, ../sass/modules/_mobile-menu.scss */
  #menu-search > .clearfix.form-wrapper div.form-item {
    position: absolute;
  }
}
@media screen and (max-width: 960px) {
  /* line 9, ../sass/modules/_mobile-front.scss */
  div#left-side div.opportunities_showcase {
    margin-top: 30px;
  }
  /* line 12, ../sass/modules/_mobile-front.scss */
  div#left-side div.stelar-events-feed h2,
  div#left-side div.opportunities_showcase h2 {
    text-align: center;
    line-height: 30px;
  }

  /* line 19, ../sass/modules/_mobile-front.scss */
  div#page.container footer#footer {
    padding-top: 20px;
  }
  /* line 21, ../sass/modules/_mobile-front.scss */
  div#page.container footer#footer nav#block-menu-menu-footer-logos div#block-block-2 p {
    width: 90%;
  }

  /* line 26, ../sass/modules/_mobile-front.scss */
  div#page.container {
    min-width: 0px;
  }
  /* line 28, ../sass/modules/_mobile-front.scss */
  div#page.container #columns > div.wrap,
  div#page.container #footer > div.wrap,
  div#page.container .bx-controls,
  div#page.container .bx-viewport {
    min-width: 0px;
  }
  /* line 34, ../sass/modules/_mobile-front.scss */
  div#page.container div.stelar-events-feed {
    margin-top: 50px;
  }
  /* line 38, ../sass/modules/_mobile-front.scss */
  div#page.container div#actions-blurb {
    text-align: center;
    background-position: center center;
  }
}
@media screen and (max-width: 960px) and (min-width: 801px) {
  /* line 38, ../sass/modules/_mobile-front.scss */
  div#page.container div#actions-blurb {
    background-size: 962px 976px;
  }
}
@media screen and (max-width: 960px) and (min-width: 480px) and (max-width: 800px) {
  /* line 38, ../sass/modules/_mobile-front.scss */
  div#page.container div#actions-blurb {
    background-image: none;
  }
}
@media screen and (max-width: 960px) {
  /* line 51, ../sass/modules/_mobile-front.scss */
  div#page.container div#actions-blurb h2.block-title,
  div#page.container div#actions-blurb .block-content {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 56, ../sass/modules/_mobile-front.scss */
  div#page.container div#actions-blurb h2.block-title {
    max-width: 500px;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) and (min-width: 600px) {
  /* line 56, ../sass/modules/_mobile-front.scss */
  div#page.container div#actions-blurb h2.block-title {
    width: 600px;
  }
}
@media screen and (max-width: 960px) {
  /* line 65, ../sass/modules/_mobile-front.scss */
  div#page.container div#actions-blurb .block-content {
    max-width: 600px;
  }
  /* line 71, ../sass/modules/_mobile-front.scss */
  div#page.container #homepage-actions a {
    text-align: center;
  }
  /* line 75, ../sass/modules/_mobile-front.scss */
  div#page.container div#content div#left-side,
  div#page.container div#content div#right-side {
    float: none;
    clear: both;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 960px) and (min-width: 821px) {
  /* line 75, ../sass/modules/_mobile-front.scss */
  div#page.container div#content div#left-side,
  div#page.container div#content div#right-side {
    width: 600px;
  }
}
@media screen and (max-width: 960px) {
  /* line 87, ../sass/modules/_mobile-front.scss */
  div#page.container div#content div#left-side div.showcase-item,
  div#page.container div#content div#right-side div.showcase-item {
    width: 100%;
  }
  /* line 91, ../sass/modules/_mobile-front.scss */
  div#page.container div#content div#left-side div.op-show-all,
  div#page.container div#content div#right-side div.op-show-all {
    clear: both;
  }
  /* line 95, ../sass/modules/_mobile-front.scss */
  div#page.container div#content div.right-side {
    width: 100%;
  }
  /* line 98, ../sass/modules/_mobile-front.scss */
  div#page.container div#content div.left-side {
    width: 90%;
  }
  /* line 101, ../sass/modules/_mobile-front.scss */
  div#page.container div#content div#right-side {
    margin-top: 40px;
    width: 100%;
  }
  /* line 105, ../sass/modules/_mobile-front.scss */
  div#page.container div#homepage-feeds {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 112, ../sass/modules/_mobile-front.scss */
  div#page.container div.top-slide-short-text {
    margin-top: 60px;
    font-size: 24px;
  }
  /* line 116, ../sass/modules/_mobile-front.scss */
  div#page.container a.slide-button-more {
    margin-right: 0px;
  }
  /* line 124, ../sass/modules/_mobile-front.scss */
  div#page.container nav#block-menu-menu-footer-social-icons ul.menu {
    width: 75px;
    margin: 0px auto;
  }
  /* line 127, ../sass/modules/_mobile-front.scss */
  div#page.container nav#block-menu-menu-footer-social-icons ul.menu li > a:after {
    top: -14px;
  }
  /* line 132, ../sass/modules/_mobile-front.scss */
  div#page.container #site-project-logos-container h2 {
    text-align: center;
  }
  /* line 135, ../sass/modules/_mobile-front.scss */
  div#page.container div#site-project-logos {
    top: 20px;
    max-width: 600px;
    margin: 0px auto;
  }
  /* line 139, ../sass/modules/_mobile-front.scss */
  div#page.container div#site-project-logos a {
    margin-bottom: 30px;
  }
  /* line 143, ../sass/modules/_mobile-front.scss */
  div#page.container ul#slider, div#page.container #slider li,
  div#page.container #slider-holder .slide {
    height: 550px !important;
  }
  /* line 147, ../sass/modules/_mobile-front.scss */
  div#page.container div.bx-viewport {
    max-height: 550px !important;
  }
}
@media screen and (min-width: 821px) {
  /* line 156, ../sass/modules/_mobile-front.scss */
  .feed-item,
  .showcase-item {
    height: auto;
    float: left;
    width: 100%;
  }
  /* line 163, ../sass/modules/_mobile-front.scss */
  .feed-item .event-title,
  .feed-item .op-title,
  .showcase-item .event-title,
  .showcase-item .op-title {
    height: auto;
    width: 400px;
  }
}
@media screen and (min-width: 961px) {
  /* line 177, ../sass/modules/_mobile-front.scss */
  .feed-item .event-title,
  .feed-item .op-title,
  .showcase-item .event-title,
  .showcase-item .op-title {
    width: 400px;
  }
}
@media screen and (max-width: 960px) {
  /* line 189, ../sass/modules/_mobile-front.scss */
  .feed-item .event-title,
  .feed-item .op-title,
  .showcase-item .event-title,
  .showcase-item .op-title {
    width: 500px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  /* line 203, ../sass/modules/_mobile-front.scss */
  div#site-project-logos a:nth-child(4) {
    margin-left: 100px;
  }

  /* line 207, ../sass/modules/_mobile-front.scss */
  div#page.container {
    position: relative;
  }
  /* line 208, ../sass/modules/_mobile-front.scss */
  div#page.container #actions-menu-area {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  /* line 211, ../sass/modules/_mobile-front.scss */
  div#page.container #actions-menu-area div#actions-blurb,
  div#page.container #actions-menu-area div#homepage-actions {
    width: 100%;
    height: auto;
    float: none;
  }
  /* line 217, ../sass/modules/_mobile-front.scss */
  div#page.container #actions-menu-area div#actions-blurb ul.menu li,
  div#page.container #actions-menu-area div#homepage-actions ul.menu li {
    width: 25%;
  }
  /* line 225, ../sass/modules/_mobile-front.scss */
  div#page.container #slider-holder #slider li div.left-side .slide-short_text {
    max-width: 400px;
  }
  /* line 228, ../sass/modules/_mobile-front.scss */
  div#page.container #top-slider-holder .top-slide-container {
    width: 100% !important;
  }
  /* line 230, ../sass/modules/_mobile-front.scss */
  div#page.container #top-slider-holder .top-slide-container div {
    margin-left: auto;
    margin-right: auto;
    clear: both;
  }
  /* line 236, ../sass/modules/_mobile-front.scss */
  div#page.container #top-slider-holder .top-slide-container div.top-slide-short-text,
  div#page.container #top-slider-holder .top-slide-container a.slide-button-more {
    right: 30px;
  }
  /* line 249, ../sass/modules/_mobile-front.scss */
  div#page.container #block-menu-menu-anonymous-menu, div#page.container #block-system-user-menu {
    margin-top: 10px;
  }
  /* line 252, ../sass/modules/_mobile-front.scss */
  div#page.container header#header {
    background-image: none;
  }
  /* line 255, ../sass/modules/_mobile-front.scss */
  div#page.container .top-slide-short-text {
    width: 350px;
  }
  /* line 259, ../sass/modules/_mobile-front.scss */
  div#page.container header#header > div.wrap {
    min-width: 0px;
  }
  /* line 262, ../sass/modules/_mobile-front.scss */
  div#page.container div#menu-bar > div.wrap {
    margin-left: 0px;
    float: none;
    height: 30px;
  }
  /* line 268, ../sass/modules/_mobile-front.scss */
  div#page.container div#branding {
    width: 100%;
    float: none;
    pointer-events: none;
  }
  /* line 274, ../sass/modules/_mobile-front.scss */
  div#page.container div#logo {
    width: 240px;
    margin: 0px auto;
    pointer-events: auto;
  }
  /* line 279, ../sass/modules/_mobile-front.scss */
  div#page.container #menu-search {
    margin-top: 0px;
    height: 43px;
    padding-top: 5px;
    position: relative;
    background-image: url("../images/backgrounds/navbar-pattern.jpg");
    background-position: bottom 1px left 0px;
    background-repeat: repeat-x;
    margin-bottom: -1px;
  }
  /* line 288, ../sass/modules/_mobile-front.scss */
  div#page.container #menu-search div.clearfix.form-wrapper {
    position: absolute;
    right: 8px;
    top: -2px;
  }
  /* line 296, ../sass/modules/_mobile-front.scss */
  div#page.container #menu-search > .clearfix.form-wrapper {
    margin-top: 0px;
  }
  /* line 299, ../sass/modules/_mobile-front.scss */
  div#page.container #menu-search #menu-bar {
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 0px;
  }
}
@media screen and (max-width: 820px) {
  /* line 313, ../sass/modules/_mobile-front.scss */
  div#page div#logo .site-logo {
    display: none;
  }
  /* line 320, ../sass/modules/_mobile-front.scss */
  div#page header#header {
    height: 40px;
  }
  /* line 323, ../sass/modules/_mobile-front.scss */
  div#page a#mobile-header {
    padding: 10px 0px;
    width: 100%;
    height: 100px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
  }
  /* line 332, ../sass/modules/_mobile-front.scss */
  div#page a#mobile-header img {
    height: 80px;
    display: block;
    margin: 0px auto;
  }
  /* line 340, ../sass/modules/_mobile-front.scss */
  div#page div#actions-menu-area {
    width: 100%;
  }
  /* line 343, ../sass/modules/_mobile-front.scss */
  div#page div#main-content {
    margin: 0px;
  }
  /* line 347, ../sass/modules/_mobile-front.scss */
  div#page div#homepage-actions ul.menu li a {
    text-align: center;
  }
  /* line 350, ../sass/modules/_mobile-front.scss */
  div#page #content #homepage-feeds {
    margin-bottom: 0px;
  }
  /* line 354, ../sass/modules/_mobile-front.scss */
  div#page div#left-side > div {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 0px;
  }
  /* line 362, ../sass/modules/_mobile-front.scss */
  div#page div#left-side > div .feed-item,
  div#page div#left-side > div .showcase-item {
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    height: auto;
    width: 100%;
  }
  /* line 370, ../sass/modules/_mobile-front.scss */
  div#page div#left-side > div .event-title, div#page div#left-side > div .op-title {
    width: calc(100% - 80px);
    height: auto;
  }
  /* line 378, ../sass/modules/_mobile-front.scss */
  div#page div.stelar-events-feed {
    width: 100%;
  }
  /* line 382, ../sass/modules/_mobile-front.scss */
  div#page div#twitter {
    text-align: center;
  }
  /* line 385, ../sass/modules/_mobile-front.scss */
  div#page #site-project-logos-container {
    width: 100%;
    padding: 20px 0px 0px 0px;
    background-position: center center;
    background-image: url("../images/site-project-logos/circles-full.png");
    background-size: 400px 400px;
  }
  /* line 394, ../sass/modules/_mobile-front.scss */
  div#page #site-project-logos {
    width: 100%;
  }
  /* line 397, ../sass/modules/_mobile-front.scss */
  div#page #site-project-logos a {
    display: block;
    width: 100%;
    float: none;
    margin: 0px 0px 20px 0px;
  }
  /* line 405, ../sass/modules/_mobile-front.scss */
  div#page div#actions-blurb {
    text-align: center;
  }
  /* line 406, ../sass/modules/_mobile-front.scss */
  div#page div#actions-blurb h2 {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  /* line 418, ../sass/modules/_mobile-front.scss */
  #slider-holder #slider li div.left-side,
  #slider-holder #slider li div.right-side {
    float: none;
  }
  /* line 422, ../sass/modules/_mobile-front.scss */
  #slider-holder #slider li div.left-side {
    margin: 0px auto;
  }
  /* line 426, ../sass/modules/_mobile-front.scss */
  #slider-holder #slider li div.right-side img {
    margin: 0px auto;
  }

  /* line 431, ../sass/modules/_mobile-front.scss */
  #slider-holder .slider-container {
    width: 100% !important;
  }
  /* line 433, ../sass/modules/_mobile-front.scss */
  #slider-holder .slider-container div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: both;
  }

  /* line 441, ../sass/modules/_mobile-front.scss */
  #slider-holder {
    position: relative;
  }
  /* line 443, ../sass/modules/_mobile-front.scss */
  #slider-holder .bx-controls.bx-has-pager {
    width: auto;
    text-align: center;
    position: relative;
    top: 50px;
  }
  /* line 449, ../sass/modules/_mobile-front.scss */
  #slider-holder .bx-wrapper .bx-pager {
    width: 100%;
  }
  /* line 452, ../sass/modules/_mobile-front.scss */
  #slider-holder a.slide-button-more {
    margin-bottom: 30px;
    margin-top: 0px;
  }
  /* line 458, ../sass/modules/_mobile-front.scss */
  #slider-holder li {
    margin-left: 0px;
  }
  /* line 461, ../sass/modules/_mobile-front.scss */
  #slider-holder li div.left-side {
    width: 90%;
    padding: 0px;
  }
}
@media screen and (max-width: 960px) and (max-width: 480px) {
  /* line 461, ../sass/modules/_mobile-front.scss */
  #slider-holder li div.left-side {
    height: 320px;
  }
}

@media screen and (max-width: 667px) {
  /* line 474, ../sass/modules/_mobile-front.scss */
  div#top-slider-holder {
    display: none;
  }

  /* line 477, ../sass/modules/_mobile-front.scss */
  ul#slider div.slide-title {
    width: 90%;
    padding: 0px;
  }
}
@media screen and (max-width: 375px) {
  /* line 487, ../sass/modules/_mobile-front.scss */
  div#homepage-actions ul.menu li {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  /* line 3, ../sass/modules/_mobile-footer.scss */
  div#page.container {
    min-width: 0px;
  }
  /* line 11, ../sass/modules/_mobile-footer.scss */
  div#page.container #columns > div.wrap,
  div#page.container #footer > div.wrap,
  div#page.container .bx-controls,
  div#page.container .bx-viewport {
    min-width: 0px;
  }
  /* line 22, ../sass/modules/_mobile-footer.scss */
  div#page.container nav#block-menu-menu-footer-social-icons ul.menu {
    width: 75px;
    margin: 0px auto;
  }
  /* line 25, ../sass/modules/_mobile-footer.scss */
  div#page.container nav#block-menu-menu-footer-social-icons ul.menu li > a:after {
    top: -14px;
  }
}
@media screen and (min-width: 668px) and (max-width: 960px) {
  /* line 36, ../sass/modules/_mobile-footer.scss */
  div#page.container div#top-slider-holder li,
  div#page.container div#top-slider-holder div#top-slider li {
    height: auto !important;
  }

  /* line 41, ../sass/modules/_mobile-footer.scss */
  #actions-menu-area {
    margin-top: 0px;
  }
}
@media screen and (max-width: 960px) {
  /* line 51, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer {
    padding: 0px;
  }
  /* line 55, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer #footer_main_menu {
    margin: 0px;
  }
  /* line 58, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer #footer_main_menu ul.menu {
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
  }
  /* line 64, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer #footer_main_menu ul.menu li {
    display: block;
    border: 0px;
    height: auto;
  }
  /* line 68, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer #footer_main_menu ul.menu li a {
    border: 0px;
    font-size: 15px;
  }
  /* line 71, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer #footer_main_menu ul.menu li a:hover {
    text-decoration: underline;
  }
  /* line 77, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer nav#block-menu-menu-footer-logos div.block-inner.clearfix {
    float: none;
  }
  /* line 80, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer div#block-block-32 {
    padding-bottom: 20px;
  }
  /* line 83, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer div#block-block-32 a#join-mailing-list {
    display: block;
    float: none;
    margin: 0px;
    background-image: url("../images/icons/mail-icon.png");
    background-position: center top;
    padding: 40px 0px 0px 0px;
  }
  /* line 88, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer div#block-block-32 a#join-mailing-list:hover {
    background-image: url("../images/icons/mail-icon-hover.png");
  }
  /* line 94, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer p {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* line 99, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer #footer_main_menu .wrap {
    width: auto;
  }
  /* line 101, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer #footer_main_menu .wrap div.region-bottom-copyright {
    width: auto;
    float: none;
  }
  /* line 107, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer nav#block-menu-menu-footer-logos ul.menu li {
    margin: 0px auto;
    display: block;
    float: none;
    height: auto;
  }
  /* line 113, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer nav#block-menu-menu-footer-logos ul.menu li a.logo-edc,
  div#page footer#footer nav#block-menu-menu-footer-logos ul.menu li a.logo-nsf {
    margin: 0px auto;
    display: block;
    float: none;
  }
  /* line 125, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer nav#block-menu-menu-footer-logos,
  div#page footer#footer div.block-inner,
  div#page footer#footer div#block-block-2,
  div#page footer#footer nav#block-menu-menu-footer-social-icons,
  div#page footer#footer div#block-block-32 {
    width: 100%;
    margin: 0px auto;
    display: block;
    float: none;
  }
  /* line 137, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer nav#block-menu-menu-footer-social-icons {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  /* line 140, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer nav#block-menu-menu-footer-social-icons ul.menu li > a:after {
    top: -24px;
  }
}
@media screen and (max-width: 960px) {
  /* line 146, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer nav#block-menu-menu-footer-social-icons ul.menu li:first-child {
    margin-left: -5px;
  }
  /* line 149, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer nav#block-menu-menu-footer-social-icons ul.menu li:nth-child(2) {
    margin-left: 10px;
  }
  /* line 153, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer nav#block-menu-menu-footer-logos div#block-block-2 {
    width: auto;
    float: none;
  }
  /* line 156, ../sass/modules/_mobile-footer.scss */
  div#page footer#footer nav#block-menu-menu-footer-logos div#block-block-2 p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1044px) {
  /* line 4, ../sass/modules/_mobile-interiors.scss */
  div.region-secondary-content div#block-views-nodequeue-31-block div.views-field.views-field-field-static-image-blurb {
    font-size: 20px;
    line-height: 28px;
    max-width: 500px;
    width: 90%;
    float: none;
    top: 20px;
    right: 20px;
  }
  /* line 14, ../sass/modules/_mobile-interiors.scss */
  div.region-secondary-content div#block-views-nodequeue-31-block div.views-field-field-static-image-link {
    right: 85px;
    top: 80px;
    width: 100px;
  }
}
@media screen and (max-width: 960px) {
  /* line 24, ../sass/modules/_mobile-interiors.scss */
  div#page.container div#content div#block-views-nodequeue-34-block {
    max-width: none;
  }

  /* line 29, ../sass/modules/_mobile-interiors.scss */
  body.all-resources header#main-content-header h1#page-title {
    text-align: center;
  }
  /* line 32, ../sass/modules/_mobile-interiors.scss */
  body.all-resources #category-select table thead ul.search-categories {
    width: 400px;
  }
  /* line 34, ../sass/modules/_mobile-interiors.scss */
  body.all-resources #category-select table thead ul.search-categories li:nth-child(2n-1) {
    margin-left: 0px;
  }
  /* line 37, ../sass/modules/_mobile-interiors.scss */
  body.all-resources #category-select table thead ul.search-categories li:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 800px) and (max-width: 960px) {
  /* line 46, ../sass/modules/_mobile-interiors.scss */
  div#page.container .stelar-search .results-wrapper div.project-search-categories {
    width: 584px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 53, ../sass/modules/_mobile-interiors.scss */
  div#page.container input#edit-submit.action.action-apply_filters.form-submit {
    width: 160px;
    margin-left: calc(50% - 180px);
  }

  /* line 57, ../sass/modules/_mobile-interiors.scss */
  .stelar-search-form-contents span.search-action.search-action-reset[data-action='reset'] {
    width: 100px;
  }
}
@media screen and (max-width: 799px) {
  /* line 64, ../sass/modules/_mobile-interiors.scss */
  div#page.container input#edit-submit.action.action-apply_filters.form-submit {
    margin-left: calc(50% - 90px);
  }

  /* line 69, ../sass/modules/_mobile-interiors.scss */
  div.view-people div.views-exposed-widget {
    width: 24%;
  }
  /* line 72, ../sass/modules/_mobile-interiors.scss */
  div.view-people div.views-exposed-widget:nth-child(4) {
    width: 100px;
  }
  /* line 75, ../sass/modules/_mobile-interiors.scss */
  div.view-people input#edit-submit-people.form-submit {
    margin-top: 27px;
  }
}
@media screen and (max-width: 960px) {
  /* line 83, ../sass/modules/_mobile-interiors.scss */
  body.not-front div#page.container {
    /* projects */
    /* end projects */
  }
  /* line 84, ../sass/modules/_mobile-interiors.scss */
  body.not-front div#page.container .left-side-content,
  body.not-front div#page.container .right-side-sidebar {
    width: 100%;
    float: none;
  }
  /* line 90, ../sass/modules/_mobile-interiors.scss */
  body.not-front div#page.container input#edit-submit.action.action-apply_filters.form-submit,
  body.not-front div#page.container .stelar-search-form-contents span.search-action.search-action-reset[data-action='reset'] {
    float: left;
    margin-bottom: 30px;
  }
  /* line 95, ../sass/modules/_mobile-interiors.scss */
  body.not-front div#page.container input#edit-submit.action.action-apply_filters.form-submit {
    margin-right: 20px;
  }
  /* line 98, ../sass/modules/_mobile-interiors.scss */
  body.not-front div#page.container .stelar-search-form-contents span.search-action.search-action-reset[data-action='reset'] {
    margin-bottom: 20px;
  }
  /* line 103, ../sass/modules/_mobile-interiors.scss */
  body.not-front div#page.container th.markup.sorting_asc {
    width: 100%;
  }
  /* line 106, ../sass/modules/_mobile-interiors.scss */
  body.not-front div#page.container .stelar-search .results-wrapper .DTTT_container a.DTTT_button:nth-child(4) {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    display: block;
  }
  /* line 114, ../sass/modules/_mobile-interiors.scss */
  body.not-front div#page.container div#columns input#edit-search-text {
    width: 100%;
  }
  /* line 117, ../sass/modules/_mobile-interiors.scss */
  body.not-front div#page.container .stelar-search .results-wrapper .content-image .result-body div.content.clearfix {
    width: calc(100% - 150px);
  }
  /* line 121, ../sass/modules/_mobile-interiors.scss */
  body.not-front div#page.container div.info-pagination.clearfix.first {
    display: none;
  }
  /* line 124, ../sass/modules/_mobile-interiors.scss */
  body.not-front div#page.container div.info-pagination {
    width: 100%;
    text-align: center;
  }
  /* line 127, ../sass/modules/_mobile-interiors.scss */
  body.not-front div#page.container div.info-pagination div.dataTables_paginate {
    display: inline-block;
  }

  /* line 132, ../sass/modules/_mobile-interiors.scss */
  table {
    width: 100% !important;
  }
}
@media screen and (max-width: 850px) {
  /* line 140, ../sass/modules/_mobile-interiors.scss */
  div#page.container div.view-people div.item-list ul.views-summary {
    background-color: white;
    position: absolute;
    top: 360px;
    right: 0px;
  }
  /* line 145, ../sass/modules/_mobile-interiors.scss */
  div#page.container div.view-people div.item-list ul.views-summary li {
    float: none;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  /* line 156, ../sass/modules/_mobile-interiors.scss */
  div#page.container h1#page-title {
    text-align: center;
    font-family: "Droid Sans Bold";
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  /* line 167, ../sass/modules/_mobile-interiors.scss */
  div#page.container div#content div.content {
    width: calc(100% - 320px);
  }

  /* line 170, ../sass/modules/_mobile-interiors.scss */
  body.node-type-webform div#page.container div#content div.content {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  /* line 177, ../sass/modules/_mobile-interiors.scss */
  div.region-secondary-content div#block-views-nodequeue-31-block,
  div#block-views-nodequeue-31-block.block.block-views.no-title {
    display: none;
  }

  /* line 182, ../sass/modules/_mobile-interiors.scss */
  body.node-type-event a#all-events-link {
    margin-bottom: 20px;
  }
  /* line 185, ../sass/modules/_mobile-interiors.scss */
  body.node-type-event div#event-anon-registration {
    width: 100%;
  }
  /* line 188, ../sass/modules/_mobile-interiors.scss */
  body.node-type-event #event-anon-registration a.event-user-register {
    margin-left: auto;
  }
  /* line 192, ../sass/modules/_mobile-interiors.scss */
  body.node-type-event div#event-anon-registration ul li {
    margin-left: auto;
    margin-right: auto;
    float: none;
    right: auto;
    left: -15px;
    width: 160px;
  }
  /* line 201, ../sass/modules/_mobile-interiors.scss */
  body.node-type-event a#all-events-link,
  body.node-type-event div#event-anon-registration ul li a.event-login,
  body.node-type-event ul li a.event-user-register {
    margin-left: auto;
    margin-right: auto;
    float: none;
    right: auto;
    left: auto;
    width: 90px;
    display: block;
  }

  /* line 215, ../sass/modules/_mobile-interiors.scss */
  body.page-events div#page.container .stelar-search .results-wrapper .DTTT_container a.DTTT_button:nth-child(3):before {
    content: none;
  }
  /* line 219, ../sass/modules/_mobile-interiors.scss */
  body.page-events div#page.container div#events-search-results_wrapper a.DTTT_button,
  body.page-events div#page.container div#events-search-results_wrapper a#ToolTables_events-search-results_0.DTTT_button.DTTT_button_text,
  body.page-events div#page.container div#events-search-results_wrapper a#ToolTables_events-search-results_2.DTTT_button.DTTT_button_text,
  body.page-events div#page.container div#events-search-results_wrapper a#ToolTables_events-search-results_3.DTTT_button.DTTT_button_text,
  body.page-events div#page.container div#events-search-results_wrapper a#ToolTables_events-search-results_4.DTTT_button.DTTT_button_text {
    float: none;
    margin: 10px auto;
    width: 200px;
    text-align: center;
  }
  /* line 229, ../sass/modules/_mobile-interiors.scss */
  body.page-events div#page.container div#events-search-results_wrapper span.pipe {
    display: none;
  }
  /* line 233, ../sass/modules/_mobile-interiors.scss */
  body.page-events div#page.container div.right-side-sidebar {
    margin-top: 0px;
  }
  /* line 236, ../sass/modules/_mobile-interiors.scss */
  body.page-events div#page.container div#block-views-events-calendar-block-1 .block-inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 667px) {
  /* body.node-type-event {
      section {
        h2, h6, p, div.field-item {
          text-align: center;
        }
      }
   }*/
  /* line 253, ../sass/modules/_mobile-interiors.scss */
  div.view-people div.views-exposed-widget:first-child {
    width: 100%;
    float: none;
  }
  /* line 256, ../sass/modules/_mobile-interiors.scss */
  div.view-people div.views-exposed-widget:first-child input#edit-field-organization-tid {
    width: 100%;
  }
  /* line 260, ../sass/modules/_mobile-interiors.scss */
  div.view-people input#edit-submit-people {
    float: right;
  }
  /* line 263, ../sass/modules/_mobile-interiors.scss */
  div.view-people div.views-exposed-widget:nth-child(2),
  div.view-people div.views-exposed-widget:nth-child(3) {
    width: calc(50% - 80px);
  }
  /* line 267, ../sass/modules/_mobile-interiors.scss */
  div.view-people input#edit-submit-people.form-submit {
    margin-top: 27px;
  }
  /* line 270, ../sass/modules/_mobile-interiors.scss */
  div.view-people input#edit-field-profile-first-name-value,
  div.view-people input#edit-field-profile-last-name-value {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  /* line 279, ../sass/modules/_mobile-interiors.scss */
  body.all-resources #category-select table thead ul.search-categories {
    width: 183px;
    margin: 0px auto;
  }
}
/*
 * @file
 * global.styles
 *
 * Styles       you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * To FORCE PRINT all selectors you can search and replace a single { (opening
 * curly brace) and insert an empty comment. This is very useful in conjuction
 * with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */
/* =============================================================================
 *   Base
 * ========================================================================== */
/* 
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
/* line 41, ../sass/global.styles.scss */
html {
  background: #a5ece8;
}

/* line 45, ../sass/global.styles.scss */
body {
  font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 87.5%;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
/* line 109, ../sass/global.styles.scss */
pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
/*
 * Wraps all header elements - branding and .region-header
 */
/*
 * Wraps the sidebars the content column
 */
/*
 * Main content column wrapper
 */
/*
 * Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
 */
/*
 * Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
 */
/*
 * Footer wrapper
 */
/*
 * Panels may need additional margin wrangling when in the $content region
 */
/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width of the contained element - you
 * can style this but never add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps #page
 */
/*
 * Wraps the leaderboard
 */
/*
 * Wraps the header
 */
/* line 190, ../sass/global.styles.scss */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}

/*
 * Wraps the nav elements
 */
/*
 * Wraps breadcrumb
 */
/*
 * Wraps messages and help
 */
/*
 * Wraps the secondary content/preface region
 */
/*
 * Wraps the main content column
 */
/*
 * Wraps the tertiary content/postfix region
 */
/*
 * Footer wrapper
 */
/* line 241, ../sass/global.styles.scss */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
/* line 254, ../sass/global.styles.scss */
#branding {
  pointer-events: auto;
  float: left;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  /* line 254, ../sass/global.styles.scss */
  #branding {
    float: none;
    width: auto;
    text-align: center;
  }
}

/* line 265, ../sass/global.styles.scss */
.region-header {
  float: left;
  width: 70%;
}

/*
 * Logo
 */
/* line 273, ../sass/global.styles.scss */
#logo {
  padding: 10px 0;
}
/* line 275, ../sass/global.styles.scss */
#logo img {
  vertical-align: bottom;
  max-width: 100%;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */
/*
 * Site name (h1)
 */
/* line 289, ../sass/global.styles.scss */
#site-name {
  margin: 0;
}
/* line 292, ../sass/global.styles.scss */
#site-name a:link, #site-name a:visited {
  text-decoration: none;
}
/* line 296, ../sass/global.styles.scss */
#site-name a:hover, #site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
/* line 306, ../sass/global.styles.scss */
#site-slogan {
  margin: 0;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
/*
 * The main page title (h1)
 */
/* line 322, ../sass/global.styles.scss */
#page-title {
  margin: 0;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
/* line 338, ../sass/global.styles.scss */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

/* line 344, ../sass/global.styles.scss */
.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
/* line 358, ../sass/global.styles.scss */
ul.links {
  margin: 0;
  padding: 0;
}
/* line 361, ../sass/global.styles.scss */
ul.links.inline {
  display: block;
}
/* line 364, ../sass/global.styles.scss */
ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/* line 372, ../sass/global.styles.scss */
.node-blog ul.links.inline {
  clear: both;
}

/*
 * Search results are an ordered list so reset the margin
 */
/* line 380, ../sass/global.styles.scss */
.search-results {
  margin: 0;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */
/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
/*
 * Regions can be nested, such as when using Panels
 */
/*
 * Header region, embedded in the #header
 */
/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
/*
 * Secondary content
 */
/*
 * Sits above the main content header, like a content-top region
 */
/*
 * Sits below the main content, like a content-bottom region
 */
/*
 * Sidebars - targets both
 */
/*
 * First sidebar
 */
/*
 * Second sidebar
 */
/*
 * Tertiary content
 */
/*
 * Footer region
 */
/* =============================================================================
 *   Links
 * ========================================================================== */
/* line 456, ../sass/global.styles.scss */
a {
  text-decoration: none;
}
/* line 458, ../sass/global.styles.scss */
a:link, a:visited {
  color: #7c7e7e;
}
/* line 462, ../sass/global.styles.scss */
a:active, a.active {
  color: #7c7e7e;
}
/* line 466, ../sass/global.styles.scss */
a:hover, a:focus {
  color: #7c7e7e;
  text-decoration: underline;
}

/* line 475, ../sass/global.styles.scss */
.field-item p a:link, .field-item p a:visited, .field-item p a:hover, .field-item p a:focus, li.field-item a:link, li.field-item a:visited, li.field-item a:hover, li.field-item a:focus, .field-type-link-field .field-item a:link, .field-type-link-field .field-item a:visited, .field-type-link-field .field-item a:hover, .field-type-link-field .field-item a:focus {
  color: #2bafe9;
  text-decoration: underline;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
/* line 494, ../sass/global.styles.scss */
.nav {
  clear: both;
  margin: 10px 0;
}
/* line 497, ../sass/global.styles.scss */
.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}
/* line 502, ../sass/global.styles.scss */
.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 510, ../sass/global.styles.scss */
.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}
/* line 519, ../sass/global.styles.scss */
.nav .block {
  margin-bottom: 0;
}

/* =============================================================================
 *   Superfish
 * ========================================================================== */
/* line 528, ../sass/global.styles.scss */
ul.sf-menu {
  margin-bottom: 0;
}
/* line 530, ../sass/global.styles.scss */
ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}
/* line 541, ../sass/global.styles.scss */
ul.sf-menu li:hover, ul.sf-menu li.sfHover {
  outline: 0;
}
/* line 547, ../sass/global.styles.scss */
ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
/* line 560, ../sass/global.styles.scss */
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 569, ../sass/global.styles.scss */
.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
/* line 578, ../sass/global.styles.scss */
.sf-vertical {
  width: 100%;
}
/* line 580, ../sass/global.styles.scss */
.sf-vertical li {
  width: 100%;
}
/* line 583, ../sass/global.styles.scss */
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
/* line 590, ../sass/global.styles.scss */
.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
/* line 599, ../sass/global.styles.scss */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
/* line 606, ../sass/global.styles.scss */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
/* line 614, ../sass/global.styles.scss */
ul.menu {
  padding-left: 15px;
}
/* line 616, ../sass/global.styles.scss */
ul.menu ul {
  padding-left: 15px;
}
/* line 622, ../sass/global.styles.scss */
ul.menu li {
  margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
/* line 643, ../sass/global.styles.scss */
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
/* line 655, ../sass/global.styles.scss */
.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}
/* line 660, ../sass/global.styles.scss */
.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
/* line 669, ../sass/global.styles.scss */
#breadcrumb {
  margin: 10px 0;
  /* If the label is set to show in theme settings the label class is added */
}
/* line 672, ../sass/global.styles.scss */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}
/* line 676, ../sass/global.styles.scss */
#breadcrumb .breadcrumb-label:after {
  content: ":";
}
/* line 680, ../sass/global.styles.scss */
#breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 684, ../sass/global.styles.scss */
#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}
/* line 687, ../sass/global.styles.scss */
#breadcrumb li {
  list-style: none;
  display: inline;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */
/* line 707, ../sass/global.styles.scss */
ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

/* line 713, ../sass/global.styles.scss */
.item-list ul.pager li {
  margin: 0;
}

/* line 717, ../sass/global.styles.scss */
ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}
/* line 722, ../sass/global.styles.scss */
ul.pager li.pager-current {
  font-weight: 700;
}

/* line 727, ../sass/global.styles.scss */
.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
/* line 757, ../sass/global.styles.scss */
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}
/* line 765, ../sass/global.styles.scss */
#skip-link a {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #a5ece8;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
/* line 774, ../sass/global.styles.scss */
#skip-link a:link, #skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #a5ece8;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
/* line 785, ../sass/global.styles.scss */
#skip-link a:hover, #skip-link a:focus, #skip-link a:active {
  outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
/* line 797, ../sass/global.styles.scss */
#tasks {
  margin-bottom: 15px;
}

/* line 801, ../sass/global.styles.scss */
ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}
/* line 805, ../sass/global.styles.scss */
ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}
/* line 809, ../sass/global.styles.scss */
ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}
/* line 818, ../sass/global.styles.scss */
ul.primary li a:hover, ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}
/* line 826, ../sass/global.styles.scss */
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #a5ece8;
  border-bottom-color: #a5ece8;
}

/* line 835, ../sass/global.styles.scss */
ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}
/* line 839, ../sass/global.styles.scss */
ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}
/* line 844, ../sass/global.styles.scss */
ul.secondary li a:hover, ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */
/* line 857, ../sass/global.styles.scss */
ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/*
 * Wrapper for any field
 */
/*
 * Above and inline classes are on the field wrapper
 */
/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
/* line 885, ../sass/global.styles.scss */
.field-label {
  line-height: inherit;
  font: 14px "Open Sans";
  font-weight: 600;
  color: #444646;
  margin-bottom: 0;
}
/* line 892, ../sass/global.styles.scss */
.field .field-label {
  font-weight: 600;
}

/* line 897, ../sass/global.styles.scss */
.field-item {
  font: 16px "Open Sans";
  color: #7c7e7e;
}
@media only screen and (max-width: 768px) {
  /* line 897, ../sass/global.styles.scss */
  .field-item {
    font: 0.85em/1.5em "Open Sans";
  }
}

/*
 * Field types (Core)
 */
/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
/* padding & margins*/
/* line 922, ../sass/global.styles.scss */
.margintop {
  margin-top: 20px;
}

/* line 925, ../sass/global.styles.scss */
.margintopmedium {
  margin-top: 40px;
}

/* line 929, ../sass/global.styles.scss */
.margintoplarge {
  margin-top: 75px;
}

/* line 933, ../sass/global.styles.scss */
.marginrightauto {
  margin-right: auto;
}

/* line 936, ../sass/global.styles.scss */
.marginleftauto {
  margin-left: auto;
}

/* line 940, ../sass/global.styles.scss */
.paddingtoplarge {
  padding-top: 75px;
}

/* line 944, ../sass/global.styles.scss */
.padding {
  padding: 20px;
}

/* line 948, ../sass/global.styles.scss */
.paddingtop {
  padding-top: 20px;
}

/* line 953, ../sass/global.styles.scss */
.paddingright {
  padding-right: 20px;
}

/* line 958, ../sass/global.styles.scss */
.paddingleft {
  padding-left: 20px;
}

/* line 963, ../sass/global.styles.scss */
.paddingleftmedium {
  padding-left: 40px;
}

/* line 967, ../sass/global.styles.scss */
.bodypaddingtop {
  padding-top: 20px;
  padding-left: 0px !important;
}

/* line 972, ../sass/global.styles.scss */
.nopadding {
  padding: 0px !important;
}

/* line 976, ../sass/global.styles.scss */
.paddingbottom {
  padding-bottom: 20px;
}

/*************** 2 column flex style (course register page) ********************/
/* line 983, ../sass/global.styles.scss */
.menuitem {
  line-height: 15px;
  color: #3bb44a;
}

/* line 988, ../sass/global.styles.scss */
.headeritem {
  background-color: #2075bc;
  color: white;
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 997, ../sass/global.styles.scss */
.box {
  border: 2px solid #2075bc;
}

/* line 1002, ../sass/global.styles.scss */
.whitetext {
  color: white;
}

/* line 1005, ../sass/global.styles.scss */
.flex-container {
  display: flex;
  justify-content: center;
}

/* line 1010, ../sass/global.styles.scss */
.flex-container > div {
  background-color: #f1f1f1;
  width: 50%;
  margin: 20px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 667px) {
  /* line 1025, ../sass/global.styles.scss */
  .flex-container {
    flex-wrap: wrap;
  }

  /* line 1028, ../sass/global.styles.scss */
  .flex-container > div {
    width: 100%;
  }
}
/* line 1032, ../sass/global.styles.scss */
.flex-container > div p {
  margin: 0px auto;
  width: 90%;
  padding: 0px;
}

/* line 1037, ../sass/global.styles.scss */
.flex-container > div .stelar-register-btn {
  margin: 0px;
  max-width: 200px;
  float: none;
}

/* line 1044, ../sass/global.styles.scss */
.flex-container h2 {
  background-color: #2175bd;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  width: 100%;
}

/** Taxonomy
 */
/* line 1059, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  /* margin-bottom: 1.5em;*/
}
/* line 1062, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}
/* line 1066, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
/* line 1080, ../sass/global.styles.scss */
div#content .field-type-text ol,
div#content .field-type-text-with-summary ol {
  list-style: normal;
}
/* line 1083, ../sass/global.styles.scss */
div#content .field-type-text ul li,
div#content .field-type-text-with-summary ul li {
  list-style-type: disc;
}
/* line 1087, ../sass/global.styles.scss */
div#content .field-type-text ul, div#content .field-type-text ol,
div#content .field-type-text-with-summary ul,
div#content .field-type-text-with-summary ol {
  padding-left: 20px;
}
/* line 1090, ../sass/global.styles.scss */
div#content .field-type-text ul li,
div#content .field-type-text ol li,
div#content .field-type-text-with-summary ul li,
div#content .field-type-text-with-summary ol li {
  color: black;
  font: 17px/28px "Open Sans";
}

/*
 * Long text
 */
/*
 * Text with summary
 */
/*
 * File
 */
/*
 * Number/Integer
 */
/*
 * Decimal
 */
/*
 * Number float
 */
/*
 * List
 */
/*
 * List boolean
 */
/*
 * List integer
 */
/*
 * List float
 */
/*
 * Field types (Contrib)
 */
/*
 * Named fields
 */
/*
 * Underscores in field name are replaced with dashes
 */
/*
 * Image Alignment Theme Settings - included here so you can easily override 
 */
/*
 * Float none setting
 */
/*
 * Float left setting
 */
/* line 1186, ../sass/global.styles.scss */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
/* line 1194, ../sass/global.styles.scss */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
/* line 1202, ../sass/global.styles.scss */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */
/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
/* line 1214, ../sass/global.styles.scss */
.block {
  margin-bottom: 20px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
/*
 * The first block in the region
 */
/*
 * The last block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Block title
 */
/* line 1246, ../sass/global.styles.scss */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
/* line 1259, ../sass/global.styles.scss */
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}
/* line 1263, ../sass/global.styles.scss */
.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
/*
 * Block for the latest news items in the first feed
 */
/*
 * First block created with "Add block" link
 */
/*
 * "Recent blog posts" block
 */
/*
 * "Book navigation" block for the current book's table of contents
 */
/*
 * "Recent comments" block
 */
/*
 * "Active forum topics" block
 */
/*
 * "New forum topics" block
 */
/*
 * Language switcher block
 */
/*
 * Custom menu block
 */
/*
 * "Recent content" block
 */
/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
/*
 * "Most recent poll" block
 */
/*
 * "Author information" block for the profile of the page's author
 */
/*
 * "Search form" block
 */
/*
 * "Shortcuts" block
 */
/*
 * "Popular content" block
 */
/*
 * "Main menu" block
 */
/*
 * "Management" block for Drupal management menu
 */
/*
 * "Navigation" block for Drupal navigation menu
 */
/*
 * "User menu" block for Drupal user menu
 */
/*
 * "System help" block
 */
/*
 * "Main page content" block
 */
/*
 * "Powered by Drupal" block
 */
/*
 * "User login form" block
 */
/*
 * "Who's new" block for a list of the newest users
 */
/*
 * "Who's online" block for a list of the online users
 */
/* =============================================================================
 *   Node Styling
 * ========================================================================== */
/* line 1408, ../sass/global.styles.scss */
.node {
  margin-bottom: 20px;
}
/* line 1417, ../sass/global.styles.scss */
.node .node-title {
  margin: 0;
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */
/*
 * Wrapper for the list of comments and its titles
 */
/* line 1464, ../sass/global.styles.scss */
#comments {
  margin: 1.5em 0;
}
/* line 1465, ../sass/global.styles.scss */
#comments > h2.comment-title {
  font-weight: 600;
  font-size: 22px;
  color: #41A6DF;
  border-top: solid 1px #C6CCCD;
  margin-top: 20px;
  padding-top: 20px;
}
/* line 1473, ../sass/global.styles.scss */
#comments .comment-author a {
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
  color: #494949;
  display: block;
}
/* line 1480, ../sass/global.styles.scss */
#comments .comment-datetime a {
  font-weight: 200;
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
}
/* line 1487, ../sass/global.styles.scss */
#comments .form-item label {
  color: #464646;
}
/* line 1490, ../sass/global.styles.scss */
#comments .form-item input.form-text {
  width: 100%;
}
/* line 1496, ../sass/global.styles.scss */
#comments h2.comment-title {
  margin: 0;
}
/* line 1499, ../sass/global.styles.scss */
#comments h2.comment-form {
  margin: 0;
}
/* line 1503, ../sass/global.styles.scss */
#comments fieldset.filter-wrapper {
  display: none;
}

/*
 * Wrapper for a single comment
 */
/* line 1522, ../sass/global.styles.scss */
.comment {
  margin-bottom: 20px;
}

/*
 * Comment title
 */
/* line 1541, ../sass/global.styles.scss */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
/*
 * Preview of the comment before submitting new or updated comment
 */
/*
 * "New" marker for comments that are new for the current user
 */
/* line 1570, ../sass/global.styles.scss */
.new {
  color: #eb3f1d;
}

/*
 * Nested comments are indented
 */
/* line 1577, ../sass/global.styles.scss */
.indented {
  margin-left: 40px;
}

/* custom css for instrument comments */
/* line 1584, ../sass/global.styles.scss */
.page-comment-reply .field-name-field-project-ref .form-item-field-project-ref-und-0-target-id .form-required,
.page-comment-reply .field-name-field-project-ref #edit-field-project-ref-und-add-more {
  display: none;
}

/* =============================================================================
 *   Forms
 * ========================================================================== */
/*
 * Wrapper for a form element (or group of form elements) and its label
 */
/* line 1598, ../sass/global.styles.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #eb3f1d;
}
/* line 1603, ../sass/global.styles.scss */
.form-item label {
  padding-top: 6px;
  padding-bottom: 5px;
  font-weight: 700;
}
/* line 1609, ../sass/global.styles.scss */
.form-item .description {
  font-size: 1em;
}

/*
 * Highlight marks and form required mark
 */
/* line 1619, ../sass/global.styles.scss */
.marker,
.form-required {
  color: #eb3f1d;
}

/*
 * The submit button
 */
/* line 1630, ../sass/global.styles.scss */
.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
/* line 1639, ../sass/global.styles.scss */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
/*
 * Password confirmation
 */
/* line 1658, ../sass/global.styles.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */
/* line 1667, ../sass/global.styles.scss */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
/* line 1671, ../sass/global.styles.scss */
table.sticky-header {
  z-index: 10;
}

/* line 1677, ../sass/global.styles.scss */
table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

/* line 1686, ../sass/global.styles.scss */
table,
td,
th {
  vertical-align: middle;
}

/* line 1692, ../sass/global.styles.scss */
caption,
th,
td {
  text-align: left;
}

/* line 1698, ../sass/global.styles.scss */
thead tr {
  font-weight: 700;
  background-color: #e5e5e5;
}

/* line 1703, ../sass/global.styles.scss */
td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

/* line 1712, ../sass/global.styles.scss */
tbody tr {
  border-top: 1px solid #ccc;
}

/* line 1716, ../sass/global.styles.scss */
tr {
  /* Table row striping */
}
/* line 1721, ../sass/global.styles.scss */
tr.info, tr.even, tr:nth-child(2n+2) {
  border-bottom: 0;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
/* line 1750, ../sass/global.styles.scss */
#forum .forum-membership {
  margin-bottom: 20px;
}
/* line 1752, ../sass/global.styles.scss */
#forum .forum-membership span.label {
  font-weight: 600;
}
/* line 1757, ../sass/global.styles.scss */
#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}
/* line 1766, ../sass/global.styles.scss */
#forum span.forum-collapsible {
  background-color: none;
  background: url("../images/projects-search/minus-square.png") left center no-repeat;
  border: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 1776, ../sass/global.styles.scss */
#forum span.forum-collapsible.container-collapsed {
  background: url("../images/projects-search/plus-square.png") left center no-repeat;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */
/* line 1793, ../sass/global.styles.scss */
div.messages {
  background-color: #FFF;
  margin: 10px 0;
  padding: 10px;
}
/* line 1797, ../sass/global.styles.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 1801, ../sass/global.styles.scss */
div.messages.status {
  border: solid 1px #3BB44A;
  background-image: none;
  padding: 10px;
}
/* line 1806, ../sass/global.styles.scss */
div.messages.warning {
  border: solid 1px #F47321;
  background-image: none;
  padding: 10px;
}
/* line 1811, ../sass/global.styles.scss */
div.messages.error {
  border: solid 1px #AB0534;
  background-image: none;
  padding: 10px;
}

/*
 * Unpublished nodes
 */
/* line 1836, ../sass/global.styles.scss */
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
  /*@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
    .ie6-7 &>* {
      position: relative; // Otherwise these elements will appear below the "Unpublished" text.
    }
  }*/
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
/* line 1846, ../sass/global.styles.scss */
.maintenance-page .container {
  padding: 40px 0;
}
/* line 1849, ../sass/global.styles.scss */
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

/* line 1856, ../sass/global.styles.scss */
.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}
@media (min-width: 769px) {
  /* line 1856, ../sass/global.styles.scss */
  .db-offline .container {
    min-width: 960px;
  }
}
/* line 1865, ../sass/global.styles.scss */
.db-offline div.messages {
  margin: 20px 0 0;
}
/* line 1868, ../sass/global.styles.scss */
.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
/* line 1880, ../sass/global.styles.scss */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
/* line 1888, ../sass/global.styles.scss */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
/* line 1896, ../sass/global.styles.scss */
#styleguide-header {
  padding: 0 10px;
}
/* line 1898, ../sass/global.styles.scss */
#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/*
 * Rich-text editing styles
 */
/* line 1909, ../sass/global.styles.scss */
.section-header {
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: 600;
  margin: 0.1em 0 0.25em 0;
}

/* line 1916, ../sass/global.styles.scss */
.section-subheader {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0.1em 0 0.25em 0;
}

/* line 1923, ../sass/global.styles.scss */
.regular-text {
  font-size: 1.1em;
  line-height: 1.1em;
  margin: 0.1em 0 0.25em;
}

/* line 1929, ../sass/global.styles.scss */
.quoted-text {
  font-size: 1.1em;
  line-height: 1.1em;
  margin: 0.1em 0.25em;
  font-style: italic;
}

/*
#block-menu-menu-anonymous-menu {
  margin: 35px 0 0;
  @include breakpoint(phone-tablet) {
    margin-top: 1em;
    line-height: 31px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0;
    display: inline-block;
    @include box-shadow(0px 1px rgba(255, 255, 255, 0.18), inset 0 -5px 2px -5px rgba(0, 0, 0, 0.16), inset 0px 1px rgba(255, 255, 255, 0.03));
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding-right: 8px;
    margin-right: 1em;
  }
  .block-inner {
    li {
      padding: 0;
    }
  }
  ul {
    margin: 0;
    padding: 0;
    @include breakpoint(phone-tablet) {
      text-align: center;
    }
  }
  li {
    list-style: none;
    display: inline;
    &.menu-item-806 {
      margin-left: 15px;
      padding-left: 15px;
      border-left: solid 1px #FFF;
      a {
        color: #41A6DF;
      }
    }
  }
  a#login-link {
    font: 14px $font-open-sans;
   // color: white;
    background: url('../images/User-Not-Logged-In.png') no-repeat left center;
    padding-left: 30px;
    &:hover, &:active, &.active {
      color: $stelar_blue_color;
      text-decoration: none;
      @include breakpoint(phone-tablet) {
        color: white;
        @include opacity(.8);
      }
    }
  }
  }*/
/*#block-system-user-menu {
  li:first-child {
    a {
      width: 98px;
      padding-left: 25px;
      background: url('../images/User-Logged-In.png') no-repeat left -6px;
    }
  }
  }*/
/* line 2002, ../sass/global.styles.scss */
.wrap-block, .bx-wrapper .bx-viewport, .bx-controls, #page.container #header > .wrap, #page.container #menu-bar > .wrap, #page.container #columns > .wrap, #page.container #footer > .wrap, #page.container #slider-holder > .wrap, #page.container #top-slider-holder > .wrap, #page.container #header-tagline > .wrap {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

/* line 2015, ../sass/global.styles.scss */
html {
  background-color: white;
}

/* line 2019, ../sass/global.styles.scss */
body {
  font-family: "Open Sans";
}

/* line 2024, ../sass/global.styles.scss */
#page.container {
  width: 100%;
  max-width: none;
}
@media (min-width: 960px) {
  /* line 2024, ../sass/global.styles.scss */
  #page.container {
    min-width: 960px;
  }
}
/* line 2037, ../sass/global.styles.scss */
#page.container #header > .wrap, #page.container #menu-bar > .wrap, #page.container #columns > .wrap, #page.container #footer > .wrap, #page.container #slider-holder > .wrap, #page.container #top-slider-holder > .wrap, #page.container #header-tagline > .wrap {
  *zoom: 1;
}
/* line 181, ../sass/_custom.scss */
#page.container #header > .wrap:before, #page.container #header > .wrap:after, #page.container #menu-bar > .wrap:before, #page.container #menu-bar > .wrap:after, #page.container #columns > .wrap:before, #page.container #columns > .wrap:after, #page.container #footer > .wrap:before, #page.container #footer > .wrap:after, #page.container #slider-holder > .wrap:before, #page.container #slider-holder > .wrap:after, #page.container #top-slider-holder > .wrap:before, #page.container #top-slider-holder > .wrap:after, #page.container #header-tagline > .wrap:before, #page.container #header-tagline > .wrap:after {
  content: "";
  display: table;
}
/* line 186, ../sass/_custom.scss */
#page.container #header > .wrap:after, #page.container #menu-bar > .wrap:after, #page.container #columns > .wrap:after, #page.container #footer > .wrap:after, #page.container #slider-holder > .wrap:after, #page.container #top-slider-holder > .wrap:after, #page.container #header-tagline > .wrap:after {
  clear: both;
}
/* line 2042, ../sass/global.styles.scss */
#page.container #header {
  border: 0;
  background-color: white;
  background-image: url("../images/backgrounds/navbar-pattern.jpg");
  background-position: bottom 2px left 0px;
  background-repeat: repeat-x;
}
/* line 2050, ../sass/global.styles.scss */
#page.container #header > div.wrap {
  min-height: 128px;
}
/* line 2057, ../sass/global.styles.scss */
#page.container #header #logo img {
  margin-top: 15px;
}
/* line 2062, ../sass/global.styles.scss */
#page.container .region-header {
  float: right;
  width: auto;
}
@media only screen and (max-width: 768px) {
  /* line 2062, ../sass/global.styles.scss */
  #page.container .region-header {
    width: 100%;
    float: none;
    text-align: right;
  }
}

/* line 2074, ../sass/global.styles.scss */
.region-front-contact .block-block, .region-front-contact .block-stelar, .region-front-newsletter .block-block, .region-front-newsletter .block-stelar {
  border: 1px solid #cccecd;
  padding: 18px;
}
/* line 2078, ../sass/global.styles.scss */
.region-front-contact .block-title, .region-front-newsletter .block-title {
  color: #444646;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
/* line 2084, ../sass/global.styles.scss */
.region-front-contact .block-content, .region-front-newsletter .block-content {
  margin-top: 8px;
  font: 13px/19px "Open Sans";
  color: #7c7e7e;
  display: block;
}
/* line 2089, ../sass/global.styles.scss */
.region-front-contact .block-content p:first-child, .region-front-newsletter .block-content p:first-child {
  margin-bottom: 34px;
}

/* line 2095, ../sass/global.styles.scss */
.region-front-newsletter {
  background: url("../images/stelar-newsletter-watermark-82.png") no-repeat 90% 126px;
}
/* line 2097, ../sass/global.styles.scss */
.region-front-newsletter .blue-button {
  white-space: normal;
  max-width: 90px;
}
/* line 2100, ../sass/global.styles.scss */
.region-front-newsletter .blue-button .link-newsletter-current {
  white-space: normal;
  max-width: 90px;
  padding-top: 6px;
  padding-bottom: 6px;
}
/* line 2105, ../sass/global.styles.scss */
.region-front-newsletter .blue-button .link-newsletter-current:after {
  content: " »";
}
/* line 2110, ../sass/global.styles.scss */
.region-front-newsletter .link-newsletter-archives {
  white-space: normal;
  max-width: 90px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 14px;
}
/* line 2118, ../sass/global.styles.scss */
.region-front-newsletter .link-newsletter-archives:after {
  content: " »";
}

/* line 2124, ../sass/global.styles.scss */
#header-tagline {
  height: 91px;
  @me margin-left: 10px;
  color: #7c7e7e;
}
@media only screen and (max-width: 768px) {
  /* line 2124, ../sass/global.styles.scss */
  #header-tagline {
    height: auto;
    padding: 20px 10px;
  }
}
/* line 2134, ../sass/global.styles.scss */
#header-tagline div.text-block {
  font: 23px/91px "Open Sans";
  font-style: italic;
  font-weight: 100;
  float: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (max-width: 768px) {
  /* line 2134, ../sass/global.styles.scss */
  #header-tagline div.text-block {
    font: 1.5em/1.5em "Open Sans";
    float: none;
    text-align: center;
    width: 100%;
  }
}
/* line 2147, ../sass/global.styles.scss */
#header-tagline div.search-block {
  position: relative;
  float: right;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (max-width: 768px) {
  /* line 2147, ../sass/global.styles.scss */
  #header-tagline div.search-block {
    font-size: 1em;
  }
}
/* line 2155, ../sass/global.styles.scss */
#header-tagline div.search-block .stelar-quick_search {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  /* line 2155, ../sass/global.styles.scss */
  #header-tagline div.search-block .stelar-quick_search {
    width: 100%;
  }
}
/* line 2161, ../sass/global.styles.scss */
#header-tagline div.search-block .form-item-search-text {
  margin: 0;
  float: left;
  position: relative;
  left: 30px;
}
/* line 2167, ../sass/global.styles.scss */
#header-tagline div.search-block input.form-submit {
  background: white url("../images/search-magnify-icon.png") center no-repeat;
  border: 0;
  line-height: 28px;
  z-index: 1;
  margin: 1px;
  margin-top: 25px;
  padding: 0;
  width: 28px;
  height: 28px;
  text-indent: -999em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 2167, ../sass/global.styles.scss */
  #header-tagline div.search-block input.form-submit {
    float: right;
  }
}
/* line 2187, ../sass/global.styles.scss */
#header-tagline div.search-block input.form-text {
  border: 1px solid #d9dbdc;
  color: #99a6aa;
  font: 12px "Open Sans";
  width: 220px;
  padding: 6px 10px;
  background: white;
  margin: 24px 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 416, ../sass/_custom.scss */
#header-tagline div.search-block input.form-text::-webkit-input-placeholder {
  font: 12px "Open Sans";
  color: #b5bec1;
}
/* line 417, ../sass/_custom.scss */
#header-tagline div.search-block input.form-text:-moz-placeholder {
  font: 12px "Open Sans";
  color: #b5bec1;
}
/* line 418, ../sass/_custom.scss */
#header-tagline div.search-block input.form-text::-moz-placeholder {
  font: 12px "Open Sans";
  color: #b5bec1;
}
/* line 419, ../sass/_custom.scss */
#header-tagline div.search-block input.form-text:-ms-input-placeholder {
  font: 12px "Open Sans";
  color: #b5bec1;
}
/* line 2203, ../sass/global.styles.scss */
#header-tagline div.search-block a {
  display: block;
  text-align: right;
  text-transform: uppercase;
  font: 11px "Open Sans";
  color: #7c7e7e;
}
/* line 2209, ../sass/global.styles.scss */
#header-tagline div.search-block a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  /* line 2220, ../sass/global.styles.scss */
  nav#block-menu-menu-anonymous-menu ul.menu li:first-child:before,
  nav#block-system-user-menu ul.menu li:first-child:before {
    font-family: "FontAwesome";
    font-size: 13px;
    margin-right: 20px;
    color: #777;
    position: relative;
    top: 1px;
  }
  /* line 2230, ../sass/global.styles.scss */
  nav#block-menu-menu-anonymous-menu ul.menu li:first-child a:hover:before,
  nav#block-system-user-menu ul.menu li:first-child a:hover:before {
    text-decoration: none;
  }
}

/* line 2236, ../sass/global.styles.scss */
#block-menu-menu-anonymous-menu,
#block-system-user-menu {
  pointer-events: auto;
  margin-top: 35px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  /* line 2236, ../sass/global.styles.scss */
  #block-menu-menu-anonymous-menu,
  #block-system-user-menu {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
/* line 2247, ../sass/global.styles.scss */
#block-menu-menu-anonymous-menu h2.block-title,
#block-system-user-menu h2.block-title {
  display: none;
}
/* line 2250, ../sass/global.styles.scss */
#block-menu-menu-anonymous-menu ul.menu,
#block-system-user-menu ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
}
/* line 2255, ../sass/global.styles.scss */
#block-menu-menu-anonymous-menu ul.menu li,
#block-system-user-menu ul.menu li {
  font-family: "Droid Sans";
  font-size: 11px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0;
  margin-right: 5px;
  line-height: 14px;
}
/* line 2264, ../sass/global.styles.scss */
#block-menu-menu-anonymous-menu ul.menu li a,
#block-system-user-menu ul.menu li a {
  text-transform: uppercase;
  color: #1c2f46;
}
/* line 2268, ../sass/global.styles.scss */
#block-menu-menu-anonymous-menu ul.menu li a:hover,
#block-system-user-menu ul.menu li a:hover {
  color: #2075bc;
  text-decoration: underline;
}
/* line 2273, ../sass/global.styles.scss */
#block-menu-menu-anonymous-menu ul.menu li.last.last,
#block-system-user-menu ul.menu li.last.last {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}
/* line 2282, ../sass/global.styles.scss */
#block-menu-menu-anonymous-menu ul.menu li.leaf,
#block-system-user-menu ul.menu li.leaf {
  border-right: solid 1px #FFF;
  padding-right: 15px;
  margin-right: 15px;
}

/* line 2291, ../sass/global.styles.scss */
#menu-bar {
  margin: -42px 0 0 0;
  clear: none;
}
@media only screen and (max-width: 768px) {
  /* line 2291, ../sass/global.styles.scss */
  #menu-bar {
    background: #085e7a;
    margin: 0;
  }
}
/* line 2303, ../sass/global.styles.scss */
#menu-bar #block-system-main-menu {
  float: right;
}
@media only screen and (max-width: 768px) {
  /* line 2303, ../sass/global.styles.scss */
  #menu-bar #block-system-main-menu {
    float: none;
    padding-top: 48px;
    background: transparent url("../images/mob-menu.png") right 10px no-repeat;
    /* position: relative;
     &:before {
       content: "Menu";
       position: absolute;
       left: 0;
       top: 0;
       width: 50%;
       height: 100%;
       font-size: 1.5em;
       color: white;
       line-height: 48px;
       }*/
  }
}
/* line 2324, ../sass/global.styles.scss */
#menu-bar #block-system-main-menu ul.menu {
  font-family: "Droid Sans Bold";
}
@media only screen and (max-width: 768px) {
  /* line 2324, ../sass/global.styles.scss */
  #menu-bar #block-system-main-menu ul.menu {
    margin-top: .1em;
  }
}
@media (min-width: 769px) {
  /* line 2324, ../sass/global.styles.scss */
  #menu-bar #block-system-main-menu ul.menu {
    display: block !important;
  }
}
/* line 2335, ../sass/global.styles.scss */
#menu-bar #block-system-main-menu ul.menu li.menu-depth-1 > a.active-trail.active {
  color: #2075bc;
  text-decoration: none;
  border-bottom-color: #2075bc;
  transition: 0.4s ease;
}
/* line 2341, ../sass/global.styles.scss */
#menu-bar #block-system-main-menu ul.menu li {
  padding: 0;
  margin-left: 40px;
}
/* line 2344, ../sass/global.styles.scss */
#menu-bar #block-system-main-menu ul.menu li:first-child, #menu-bar #block-system-main-menu ul.menu li:nth-child(2) {
  margin-left: 0px;
}
@media only screen and (max-width: 768px) {
  /* line 2341, ../sass/global.styles.scss */
  #menu-bar #block-system-main-menu ul.menu li {
    margin-left: 0;
    display: block;
    float: none;
    padding: .35em 0;
    margin-top: -1px;
    border: solid #075770;
    border-width: 1px 0;
  }
}
@media screen and (min-width: 769px) {
  /* line 2358, ../sass/global.styles.scss */
  #menu-bar #block-system-main-menu ul.menu li:first-child {
    display: none;
  }
}
/* line 2362, ../sass/global.styles.scss */
#menu-bar #block-system-main-menu ul.menu a {
  color: #1c2f46;
  text-decoration: none;
  font-size: 15px;
  padding: 0;
  font-weight: 500;
  border-bottom: solid 8px transparent;
  padding-bottom: 12px;
  transition: 0.4s ease;
}
/* line 2372, ../sass/global.styles.scss */
#menu-bar #block-system-main-menu ul.menu a:hover {
  color: #2075bc;
  text-decoration: none;
  border-bottom-color: #2075bc;
  transition: 0.4s ease;
}
@media only screen and (max-width: 768px) {
  /* line 2362, ../sass/global.styles.scss */
  #menu-bar #block-system-main-menu ul.menu a {
    padding: 0;
    font-size: 1em;
    border-bottom: 2px;
  }
}
/* line 2385, ../sass/global.styles.scss */
#menu-bar #block-system-main-menu ul.menu li.expanded {
  position: relative;
}
/* line 2388, ../sass/global.styles.scss */
#menu-bar #block-system-main-menu ul.menu li.expanded a:hover {
  border-bottom-color: transparent;
}
/* line 2391, ../sass/global.styles.scss */
#menu-bar #block-system-main-menu ul.menu li.expanded ul {
  background-color: #223752;
  width: 200px;
  padding-top: 0px;
  z-index: 20;
  position: absolute;
  left: -14px;
}
@media screen and (min-width: 769px) {
  /* line 2400, ../sass/global.styles.scss */
  #menu-bar #block-system-main-menu ul.menu li.expanded a.submenu-toggle {
    display: none;
  }
  /* line 2403, ../sass/global.styles.scss */
  #menu-bar #block-system-main-menu ul.menu li.expanded ul {
    opacity: 0;
    max-height: 0px;
    transition: 0.4s ease;
    pointer-events: none;
    padding-bottom: 10px;
  }
  /* line 2409, ../sass/global.styles.scss */
  #menu-bar #block-system-main-menu ul.menu li.expanded ul:before {
    content: '';
    display: block;
    height: 8px;
    background-color: #2075bc;
    width: 200px;
    position: relative;
    top: -8px;
  }
  /* line 2419, ../sass/global.styles.scss */
  #menu-bar #block-system-main-menu ul.menu li.expanded li {
    margin-left: 18px;
    display: block;
    float: none;
  }
  /* line 2424, ../sass/global.styles.scss */
  #menu-bar #block-system-main-menu ul.menu li.expanded li a {
    font-family: "Droid Sans";
    font-weight: Normal;
    color: white;
    font-size: 13px;
    line-height: 30px;
    padding-bottom: 0px;
    border-bottom: 0px;
  }
  /* line 2432, ../sass/global.styles.scss */
  #menu-bar #block-system-main-menu ul.menu li.expanded li a:hover {
    text-decoration: underline;
  }
  /* line 2436, ../sass/global.styles.scss */
  #menu-bar #block-system-main-menu ul.menu li.expanded:hover ul {
    opacity: 1;
    max-height: 999px;
    pointer-events: auto;
    transition: 0.4s ease;
  }
}

/* line 2448, ../sass/global.styles.scss */
footer#footer {
  min-height: 216px;
  background-color: #213752;
  border: 0;
  padding: 0;
  margin-top: 80px;
  position: relative;
  color: white;
  padding: 40px 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  /* line 2448, ../sass/global.styles.scss */
  footer#footer {
    padding: 10px;
  }
}
/* line 2463, ../sass/global.styles.scss */
footer#footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  width: 100%;
  height: 7px;
}
/* line 2473, ../sass/global.styles.scss */
footer#footer ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0px 0 0;
  margin: 0 0 24px;
  display: block;
}
/* line 2479, ../sass/global.styles.scss */
footer#footer ul.menu li {
  list-style: none;
  display: inline;
  padding: 0;
  margin-left: 10px;
  height: 13px;
}
/* line 2485, ../sass/global.styles.scss */
footer#footer ul.menu li a {
  color: #AAB2B5;
  font: 13px/13px "Open Sans";
  font-weight: 500;
  text-decoration: none;
  border-right: solid 1px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 2493, ../sass/global.styles.scss */
footer#footer ul.menu li a:hover, footer#footer ul.menu li a.active {
  color: #27a8e0;
}
@media only screen and (max-width: 768px) {
  /* line 2485, ../sass/global.styles.scss */
  footer#footer ul.menu li a {
    font: 1em/1.25em "Open Sans";
    padding-right: 0.5em;
  }
}
/* line 2502, ../sass/global.styles.scss */
footer#footer ul.menu li.last a {
  border-right: 0;
}
/* line 2509, ../sass/global.styles.scss */
footer#footer #footer_main_menu {
  background-color: #1c2f46;
  padding: 20px 0px 0px 0px;
  margin: 10px auto 0px auto;
}
/* line 2514, ../sass/global.styles.scss */
footer#footer #footer_main_menu .wrap {
  margin: 0px auto;
  max-width: 960px;
  width: 100%;
}
/* line 2519, ../sass/global.styles.scss */
footer#footer #footer_main_menu .wrap .block-inner {
  margin: 0px;
}
/* line 2523, ../sass/global.styles.scss */
footer#footer #footer_main_menu div.region-bottom-copyright {
  width: 350px;
  float: left;
  font-size: 10px;
}
/* line 2528, ../sass/global.styles.scss */
footer#footer #footer_main_menu div.region-bottom-copyright p {
  color: white;
  margin-top: 5px;
}
/* line 2533, ../sass/global.styles.scss */
footer#footer #footer_main_menu ul.menu {
  text-transform: uppercase;
  width: 590px;
  float: right;
  margin-bottom: 0px;
}
/* line 2539, ../sass/global.styles.scss */
footer#footer #footer_main_menu ul.menu a {
  color: white;
}
/* line 2542, ../sass/global.styles.scss */
footer#footer #footer_main_menu ul.menu li ul.menu.clearfix {
  display: none;
}
/* line 2546, ../sass/global.styles.scss */
footer#footer #footer_main_menu:after {
  clear: both;
}
/* line 2550, ../sass/global.styles.scss */
footer#footer #block-block-1 {
  width: 62%;
  float: left;
  font: 13px/19px "Open Sans";
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 2550, ../sass/global.styles.scss */
  footer#footer #block-block-1 {
    width: 100%;
    font: 0.75em/1.5em "Open Sans";
  }
}
/* line 2560, ../sass/global.styles.scss */
footer#footer #block-block-1:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #498092;
  width: 1px;
  height: 222px;
}
@media only screen and (max-width: 768px) {
  /* line 2560, ../sass/global.styles.scss */
  footer#footer #block-block-1:before {
    display: none;
  }
}
/* line 2572, ../sass/global.styles.scss */
footer#footer #block-block-1 .block-title {
  font: 13px/19px "Open Sans";
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 1em;
}
/* line 2579, ../sass/global.styles.scss */
footer#footer #block-block-1 p {
  color: #AAB2B5;
}

/* line 2585, ../sass/global.styles.scss */
body.front footer#footer {
  margin-top: 0px;
}

/* line 2589, ../sass/global.styles.scss */
#content {
  /* Monthly Highlight */
}
/* line 2590, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 18px 0 30px;
  display: block;
}
@media only screen and (max-width: 768px) {
  /* line 2590, ../sass/global.styles.scss */
  #content > div.homepage-actions > ul.menu {
    text-align: center;
    padding: 10px 0;
  }
}
/* line 2600, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li {
  list-style: none;
  display: block;
  padding: 0;
  margin-left: 5px;
  width: 175px;
  height: auto;
  margin-right: 5px;
  float: left;
  /* iPads (portrait) ----------- */
  /* dev menu when testing */
  /* prod menu */
}
@media only screen and (max-width: 768px) {
  /* line 2600, ../sass/global.styles.scss */
  #content > div.homepage-actions > ul.menu li {
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 2600, ../sass/global.styles.scss */
  #content > div.homepage-actions > ul.menu li {
    margin: 10px 5px;
    width: 175px;
  }
  /* line 2616, ../sass/global.styles.scss */
  #content > div.homepage-actions > ul.menu li:first-of-type {
    margin-left: 0;
  }
  /* line 2619, ../sass/global.styles.scss */
  #content > div.homepage-actions > ul.menu li:last-of-type {
    margin-right: 0;
  }
}
/* line 2624, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li a {
  color: #444646;
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 175px;
  height: auto;
  padding-top: 90px;
  text-align: center;
  /* iPads (portrait) ----------- */
}
/* line 2633, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li a:hover {
  text-decoration: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 2624, ../sass/global.styles.scss */
  #content > div.homepage-actions > ul.menu li a {
    width: 175px;
  }
}
/* line 2640, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li a span {
  margin-top: 8px;
  font: 13px/19px "Open Sans";
  color: #7c7e7e;
  display: block;
  text-transform: lowercase;
  min-height: 60px;
  overflow: hidden;
}
/* line 2651, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li.menu-item-1663 {
  background: url("../images/Action-icons_active-spriteM.png") no-repeat -120px 10px;
}
/* line 2655, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li.menu-item-1648 {
  background: url("../images/Action-icons_active-spriteM.png") no-repeat -110px 10px;
}
/* line 2658, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li.menu-item-520 {
  background: url("../images/Action-icons_active-spriteM.png") no-repeat -183px 10px;
}
@media only screen and (max-width: 768px) {
  /* line 2658, ../sass/global.styles.scss */
  #content > div.homepage-actions > ul.menu li.menu-item-520 {
    background: url("../images/Action-icons_active-spriteM.png") no-repeat -180px 10px;
  }
}
/* line 2664, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li.menu-item-2050 {
  background: url("../images/Action-icons_active-spriteM.png") no-repeat -648px 10px;
}
/* line 2667, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li.menu-item-521 {
  background: url("../images/Action-icons_active-spriteM.png") no-repeat -300px 10px;
}
/* line 2670, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li.menu-item-802 {
  background: url("../images/Action-icons_active-spriteM.png") no-repeat -470px 10px;
}
/* line 2672, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li.menu-item-802 a {
  width: 130px;
  padding-left: 20px;
}
/* line 2677, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li.menu-item-871 {
  background: url("../images/Action-icons_active-spriteM.png") no-repeat -300px 10px;
}
/* line 2679, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li.menu-item-871 a {
  width: 130px;
  padding-left: 20px;
}
/* line 2684, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li.menu-item-814 {
  background: url("../images/Action-icons_active-spriteM.png") no-repeat 55px 10px;
}
/* line 2687, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li:hover {
  background-image: url("../images/Action-icons_hover-spriteM.png");
}
/* line 2690, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li.menu-item-519 {
  background: url("../images/action-icon-search-active.png") no-repeat 65px 18px;
}
/* line 2692, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li.menu-item-519:hover {
  background-image: url("../images/action-icon-search-hover.png");
}
/* line 2696, ../sass/global.styles.scss */
#content > div.homepage-actions > ul.menu li.last {
  margin-right: 0;
}
/* line 2701, ../sass/global.styles.scss */
#content #left-side {
  float: left;
  width: 64%;
}
@media only screen and (max-width: 768px) {
  /* line 2701, ../sass/global.styles.scss */
  #content #left-side {
    width: 100%;
  }
}
/* line 2708, ../sass/global.styles.scss */
#content #right-side {
  width: 32%;
  float: right;
}
@media only screen and (max-width: 768px) {
  /* line 2708, ../sass/global.styles.scss */
  #content #right-side {
    width: 100%;
    margin-top: 20px;
  }
}
/* line 2717, ../sass/global.styles.scss */
#content .monthly-highlight {
  background: url("../images/bg-upcoming-events.png") repeat left top;
  margin-bottom: 20px;
}
/* line 2720, ../sass/global.styles.scss */
#content .monthly-highlight .bglayer-a {
  background: url("../images/stelar-icon-watermark-178.png") no-repeat left bottom;
}
/* line 2722, ../sass/global.styles.scss */
#content .monthly-highlight .bglayer-a .bglayer-b {
  background: url("../images/stelar-icon-isolated-55.png") no-repeat 95% 90%;
}
/* line 2726, ../sass/global.styles.scss */
#content .monthly-highlight .highlight-contents {
  padding: 20px;
}
/* line 2728, ../sass/global.styles.scss */
#content .monthly-highlight .highlight-contents .highlight-image {
  border: 7px solid #fff;
  width: 200px;
  float: left;
}
/* line 2732, ../sass/global.styles.scss */
#content .monthly-highlight .highlight-contents .highlight-image img {
  max-width: 100%;
}
/* line 2736, ../sass/global.styles.scss */
#content .monthly-highlight .highlight-contents .highlight-content {
  margin-left: 240px;
}
/* line 2738, ../sass/global.styles.scss */
#content .monthly-highlight .highlight-contents .highlight-content h6 {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #1fa96e;
  margin: 0 0 10px 0;
}
/* line 2744, ../sass/global.styles.scss */
#content .monthly-highlight .highlight-contents .highlight-content h5 {
  font-size: 2.0em;
  line-height: 1.4em;
  color: #555;
  margin: 0 0 10px 0;
}
/* line 2750, ../sass/global.styles.scss */
#content .monthly-highlight .highlight-contents .highlight-content .highlight-title {
  margin: 0 0 10px 0;
}
/* line 2752, ../sass/global.styles.scss */
#content .monthly-highlight .highlight-contents .highlight-content .highlight-title a {
  color: #085e7a;
  font-weight: bold;
}
/* line 2758, ../sass/global.styles.scss */
#content .monthly-highlight .highlight-contents .highlight-content .highlight-link a {
  color: #085e7a;
}
@media only screen and (max-width: 768px) {
  /* line 2766, ../sass/global.styles.scss */
  #content .monthly-highlight .highlight-contents .highlight-image {
    width: 100px;
  }
  /* line 2769, ../sass/global.styles.scss */
  #content .monthly-highlight .highlight-contents .highlight-content {
    margin-left: 140px;
  }
  /* line 2771, ../sass/global.styles.scss */
  #content .monthly-highlight .highlight-contents .highlight-content h5 {
    font-size: 1.5em;
  }
}
/* line 2778, ../sass/global.styles.scss */
#content .stelar-news_events {
  background-color: #fff;
  padding: 0px 20px 20px 0px;
  width: 100%;
}
/* line 2785, ../sass/global.styles.scss */
#content .stelar-news-feed, #content .stelar-events-feed,
#content div.opportunities_showcase {
  width: 95%;
  float: left;
}
@media screen and (max-width: 960px) {
  /* line 2785, ../sass/global.styles.scss */
  #content .stelar-news-feed, #content .stelar-events-feed,
  #content div.opportunities_showcase {
    width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2785, ../sass/global.styles.scss */
  #content .stelar-news-feed, #content .stelar-events-feed,
  #content div.opportunities_showcase {
    width: 98%;
    float: none;
  }
}
/* line 2799, ../sass/global.styles.scss */
#content .stelar-news-feed h2, #content .stelar-events-feed h2,
#content div.opportunities_showcase h2 {
  font-family: "Droid Sans Bold";
  text-transform: uppercase;
  color: #2bafe9;
  font-size: 22px;
  font-weight: 200;
  margin: 0 0 0px 0;
  line-height: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 768px) {
  /* line 2799, ../sass/global.styles.scss */
  #content .stelar-news-feed h2, #content .stelar-events-feed h2,
  #content div.opportunities_showcase h2 {
    font-size: 1.5em;
  }
}
/* line 2816, ../sass/global.styles.scss */
#content .stelar-news-feed .feed-item h6, #content .stelar-events-feed .feed-item h6,
#content div.opportunities_showcase .feed-item h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #444646;
  margin: 0;
}
/* line 2824, ../sass/global.styles.scss */
#content .stelar-news-feed .feed-item span.actions a, #content .stelar-events-feed .feed-item span.actions a,
#content div.opportunities_showcase .feed-item span.actions a {
  color: #085e7a;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 2831, ../sass/global.styles.scss */
#content .stelar-news-feed > a, #content .stelar-events-feed > a,
#content div.opportunities_showcase > a {
  color: #085e7a;
  font-size: 13px;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  /* line 2831, ../sass/global.styles.scss */
  #content .stelar-news-feed > a, #content .stelar-events-feed > a,
  #content div.opportunities_showcase > a {
    font-size: .75em;
  }
}
/* line 2842, ../sass/global.styles.scss */
#content .stelar-news-feed > a:last-child, #content .stelar-events-feed > a:last-child,
#content div.opportunities_showcase > a:last-child {
  color: #1c2f46;
  float: right;
  font-family: "Droid Sans Bold";
  transition: 0.2s ease;
}
/* line 2847, ../sass/global.styles.scss */
#content .stelar-news-feed > a:last-child:hover, #content .stelar-events-feed > a:last-child:hover,
#content div.opportunities_showcase > a:last-child:hover {
  text-decoration: none;
  color: #2bafe9;
  transition: 0.2s ease;
}
/* line 2856, ../sass/global.styles.scss */
#content .stelar-news-feed .feed-item span.published-date {
  color: #085e7a;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  /* line 2862, ../sass/global.styles.scss */
  #content .stelar-events-feed,
  #content div.opportunities_showcase {
    border: none;
    padding-left: 0;
    margin-top: 20px;
  }
}
/* line 2872, ../sass/global.styles.scss */
#content .stelar-events-feed .feed-item .event-dates,
#content div.opportunities_showcase .feed-item .event-dates {
  font-family: "Open Sans";
  font-size: 13px;
  color: #085e7a;
  margin: 0 0 10px;
}
/* line 2883, ../sass/global.styles.scss */
#content #homepage-feeds {
  margin-bottom: 40px;
  border: solid 1px #C9CCCD;
  background-color: #213752;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 20px 35px 35px 35px;
  /* .ui-widget-content, // may be outdated now
   #homepage-feeds {
     border: solid 1px #C9CCCD;
     background-color: $stelar_social_blue;
     @include border-radius(0);
     padding: 35px;
     }*/
}
/* line 2890, ../sass/global.styles.scss */
#content #homepage-feeds div.twitter-blurb {
  color: white;
  text-transform: uppercase;
  font-family: "Droid Sans Bold";
  font-size: 15px;
  margin-bottom: 20px;
}
/* line 2895, ../sass/global.styles.scss */
#content #homepage-feeds div.twitter-blurb a {
  color: white;
}
/* line 2900, ../sass/global.styles.scss */
#content #homepage-feeds span.timeline-Header-byline {
  display: none;
}
/* line 2903, ../sass/global.styles.scss */
#content #homepage-feeds .twitter-button {
  display: inline-block;
  padding: 5.5px 13px 6.5px 11.5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #55acee;
  background-color: #fff;
  border: 1px solid #55acee;
  border-radius: 4px;
}
/* line 2913, ../sass/global.styles.scss */
#content #homepage-feeds .twitter-button span {
  position: relative;
  top: 1px;
  display: inline-block;
}
/* line 2919, ../sass/global.styles.scss */
#content #homepage-feeds.ui-corner-all {
  border-radius: 0;
  border: 0;
  background-image: none;
  background-color: transparent;
}
/* line 2925, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs {
  padding: 0;
}
/* line 2927, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav {
  padding: 0;
  border-radius: 0;
  border: 0;
}
/* line 2931, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav li {
  border-radius: 0;
  border: 0;
  margin: 0 0 0 -1px;
}
/* line 2935, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav li:first-child {
  margin-left: 0;
}
/* line 2938, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0;
}
/* line 2941, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-default a[href="#tabs-blog"] {
  border: solid 1px #C9CCCD;
  font-family: "Open Sans";
  font-size: 24px;
  padding: 10px 25px;
  background-color: #F1F2F2;
  color: #C9CCCD;
  border-bottom: 0;
}
/* line 2950, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-active a[href="#tabs-blog"] {
  background-color: #41AB68;
  color: #FFF;
  border-bottom: 0;
}
/* line 2955, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-default a[href="#tabs-twitter"], #content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-default a[href="#tabs-facebook"] {
  background-color: #F1F2F2;
  border: solid 1px #C9CCCD;
  color: #FFF;
  width: 80px;
  height: 50px;
  padding: 0;
  background-image: url("../images/TW-FB-Feed-Icon-Inactive-Sprite.png");
  background-repeat: no-repeat;
}
/* line 2964, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-default a[href="#tabs-twitter"] span, #content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-default a[href="#tabs-facebook"] span {
  display: none;
}
/* line 2967, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-default a[href="#tabs-twitter"]:hover, #content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-default a[href="#tabs-facebook"]:hover {
  background-image: url("../images/TW-FB-Feed-Icon-Active-Sprite.png");
  background-repeat: no-repeat;
  background-color: #41AB68;
  border-bottom: 0;
}
/* line 2974, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-active a[href="#tabs-twitter"], #content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-active a[href="#tabs-facebook"] {
  background-image: url("../images/TW-FB-Feed-Icon-Active-Sprite.png");
  background-repeat: no-repeat;
  background-color: #41AB68;
  border-bottom: 0;
}
/* line 2980, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-default a[href="#tabs-twitter"] {
  background-position: 20px center;
}
/* line 2982, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-default a[href="#tabs-twitter"]:hover {
  background-position: 20px center;
}
/* line 2986, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-default a[href="#tabs-facebook"] {
  background-position: -60px center;
}
/* line 2988, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-default a[href="#tabs-facebook"]:hover {
  background-position: -60px center;
}
/* line 2992, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-active a[href="#tabs-twitter"] {
  background-position: 20px center;
}
/* line 2995, ../sass/global.styles.scss */
#content #homepage-feeds.ui-tabs .ui-tabs-nav li.ui-state-active a[href="#tabs-facebook"] {
  background-position: -60px center;
}
/* line 3001, ../sass/global.styles.scss */
#content #homepage-feeds .ui-widget-header {
  background-color: transparent;
  background-image: none;
}
/* line 3013, ../sass/global.styles.scss */
#content #homepage-feeds #tabs-facebook .fb_iframe_widget {
  background: white;
}
/* line 3015, ../sass/global.styles.scss */
#content #homepage-feeds #tabs-facebook .fb_iframe_widget > span {
  width: 249px !important;
  overflow: hidden !important;
}
/* line 3018, ../sass/global.styles.scss */
#content #homepage-feeds #tabs-facebook .fb_iframe_widget > span > iframe {
  width: 249px !important;
}
/* line 3026, ../sass/global.styles.scss */
#content #homepage-feeds #tabs-blog .feed-item p.published-date {
  font-family: "Open Sans";
  font-size: 13px;
  color: #444646;
  margin: 0;
}
/* line 3032, ../sass/global.styles.scss */
#content #homepage-feeds #tabs-blog .feed-item h6 {
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 600;
  color: #FFF;
  margin: 0;
}
/* line 3039, ../sass/global.styles.scss */
#content #homepage-feeds #tabs-blog .feed-item p.summary {
  font-family: "Open Sans";
  font-size: 14px;
  color: #FFF;
}
/* line 3045, ../sass/global.styles.scss */
#content #homepage-feeds #tabs-blog .feed-item p.actions a {
  border-top: solid 1px #3E835A;
  padding-top: 10px;
  font-family: "Open Sans";
  font-size: 13px;
  text-transform: uppercase;
  color: #FFF;
}
/* line 3058, ../sass/global.styles.scss */
#content #contact-us-block {
  margin-top: 20px;
}
/* line 3060, ../sass/global.styles.scss */
#content #contact-us-block h3 {
  font-family: "Open Sans";
  font-size: 18px;
  color: #3b4444;
  font-weight: 600;
}
/* line 3066, ../sass/global.styles.scss */
#content #contact-us-block p {
  font-family: "Open Sans";
  font-size: 13px;
  color: #7c7e7e;
}

/* line 3086, ../sass/global.styles.scss */
body.not-front #page-title {
  margin: 0;
  text-align: left;
  font-family: "Droid Sans Bold";
  font-weight: normal;
  font-size: 52px;
  padding-bottom: 30px;
  /* margin-bottom: 38px;*/
  padding-top: 25px;
  margin-top: 64px;
  color: #1c2f46;
}
@media only screen and (max-width: 768px) {
  /* line 3086, ../sass/global.styles.scss */
  body.not-front #page-title {
    margin-bottom: 1em;
    margin-top: 1em;
    font: 1.5em/2em "Open Sans";
    border-bottom: 0;
  }
}

/* line 3111, ../sass/global.styles.scss */
footer a#photo-credits {
  color: #2bafe9;
}
/* line 3114, ../sass/global.styles.scss */
footer section#block-block-1 {
  margin-bottom: 0;
  clear: both;
}
@media only screen and (max-width: 768px) {
  /* line 3114, ../sass/global.styles.scss */
  footer section#block-block-1 {
    width: 100%;
  }
}
/* line 3121, ../sass/global.styles.scss */
footer nav#block-menu-menu-footer-social-icons {
  margin-bottom: 0;
  float: left;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  /* line 3121, ../sass/global.styles.scss */
  footer nav#block-menu-menu-footer-social-icons {
    width: 100%;
  }
}
/* line 3131, ../sass/global.styles.scss */
footer nav#block-menu-menu-footer-social-icons .block-title {
  display: none;
}
/* line 3134, ../sass/global.styles.scss */
footer nav#block-menu-menu-footer-social-icons ul.menu {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  /* line 3134, ../sass/global.styles.scss */
  footer nav#block-menu-menu-footer-social-icons ul.menu {
    text-align: center;
  }
}
/* line 3141, ../sass/global.styles.scss */
footer nav#block-menu-menu-footer-social-icons ul.menu > li > a {
  text-indent: -999em;
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 3160, ../sass/global.styles.scss */
footer div#block-block-32 {
  clear: both;
  margin-top: -20px;
  float: right;
}
/* line 3164, ../sass/global.styles.scss */
footer div#block-block-32 p {
  margin: 0px;
}
/* line 3167, ../sass/global.styles.scss */
footer div#block-block-32 a#join-mailing-list {
  display: block;
  float: right;
  margin-right: 28px;
  padding-left: 80px;
  background: url("../images/mail/Mail-sprite.png") 0 2px no-repeat;
}
/* line 3173, ../sass/global.styles.scss */
footer div#block-block-32 a#join-mailing-list span {
  display: block;
  color: white;
  font-family: "Open Sans Bold";
  font-size: 13px;
  line-height: 23px;
  font-weight: normal;
}
/* line 3181, ../sass/global.styles.scss */
footer div#block-block-32 a#join-mailing-list:hover {
  text-decoration: none;
  background-position: 0 -43px;
}
/* line 3187, ../sass/global.styles.scss */
footer nav#block-menu-menu-footer-logos {
  float: left;
  margin-bottom: 0;
  float: left;
  width: 72%;
}
/* line 3189, ../sass/global.styles.scss */
footer nav#block-menu-menu-footer-logos div.block-inner.clearfix {
  float: left;
}
/* line 3193, ../sass/global.styles.scss */
footer nav#block-menu-menu-footer-logos div#block-block-2 {
  width: 400px;
  float: left;
}
@media only screen and (max-width: 768px) {
  /* line 3187, ../sass/global.styles.scss */
  footer nav#block-menu-menu-footer-logos {
    width: 100%;
  }
}
/* line 3204, ../sass/global.styles.scss */
footer nav#block-menu-menu-footer-logos .block-title {
  display: none;
}
/* line 3208, ../sass/global.styles.scss */
footer nav#block-menu-menu-footer-logos ul.menu li {
  margin: 0 28px 0 0;
}
@media only screen and (max-width: 768px) {
  /* line 3208, ../sass/global.styles.scss */
  footer nav#block-menu-menu-footer-logos ul.menu li {
    margin-right: 15px;
  }
}
/* line 3214, ../sass/global.styles.scss */
footer nav#block-menu-menu-footer-logos ul.menu li a {
  text-indent: -999em;
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 61px;
}
/* line 3221, ../sass/global.styles.scss */
footer nav#block-menu-menu-footer-logos ul.menu li a.logo-nsf {
  width: 60px;
  background: url("../images/NSF-EDC-EDLAB-Logos.png") left center no-repeat;
}
/* line 3225, ../sass/global.styles.scss */
footer nav#block-menu-menu-footer-logos ul.menu li a.logo-edc {
  width: 118px;
  background: url("../images/NSF-EDC-EDLAB-Logos.png") -92px center no-repeat;
}
/* line 3229, ../sass/global.styles.scss */
footer nav#block-menu-menu-footer-logos ul.menu li a.logo-edlab-group {
  width: 80px;
  background: url("../images/NSF-EDC-EDLAB-Logos.png") right center no-repeat;
}
/* line 3236, ../sass/global.styles.scss */
footer section#block-block-1 {
  width: 61%;
  float: left;
  font: 13px/19px "Open Sans";
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 3236, ../sass/global.styles.scss */
  footer section#block-block-1 {
    width: 100%;
  }
}
/* line 3245, ../sass/global.styles.scss */
footer section#block-block-1:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #498092;
  width: 1px;
  height: 222px;
}
/* line 3254, ../sass/global.styles.scss */
footer section#block-block-1 .block-title {
  font: 13px/19px "Open Sans";
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 1em;
}
/* line 3260, ../sass/global.styles.scss */
footer section#block-block-1 .block-inner {
  margin-right: 5%;
}
@media only screen and (max-width: 768px) {
  /* line 3260, ../sass/global.styles.scss */
  footer section#block-block-1 .block-inner {
    margin: 0;
  }
}
/* line 3267, ../sass/global.styles.scss */
footer div#block-block-2 {
  margin-bottom: 0;
}
/* line 3272, ../sass/global.styles.scss */
footer div#block-block-2 .block-inner {
  margin: 0;
}
/* line 3275, ../sass/global.styles.scss */
footer div#block-block-2 h6 {
  font: 13px/19px "Open Sans";
  font-weight: 200;
  margin-bottom: 1em;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  /* line 3275, ../sass/global.styles.scss */
  footer div#block-block-2 h6 {
    font: 0.75em/1.5em "Open Sans";
  }
}
/* line 3284, ../sass/global.styles.scss */
footer div#block-block-2 h6:first-child {
  margin-bottom: .1em;
}
/* line 3288, ../sass/global.styles.scss */
footer div#block-block-2 p {
  color: white;
  font: 11px/13px "Open Sans";
}
@media only screen and (max-width: 768px) {
  /* line 3288, ../sass/global.styles.scss */
  footer div#block-block-2 p {
    font: 0.7em/1.25em "Open Sans";
  }
}

/* line 3299, ../sass/global.styles.scss */
.left-side-content {
  float: left;
  /* /projects needs this as min width! */
  width: 584px;
}
@media only screen and (max-width: 768px) {
  /* line 3299, ../sass/global.styles.scss */
  .left-side-content {
    width: 100%;
    margin-top: 20px;
  }
}

/* line 3309, ../sass/global.styles.scss */
.right-side-sidebar {
  float: right;
  width: 300px;
}
@media only screen and (max-width: 768px) {
  /* line 3309, ../sass/global.styles.scss */
  .right-side-sidebar {
    width: 100%;
  }
}
/* line 3319, ../sass/global.styles.scss */
.right-side-sidebar .field-type-taxonomy-term-reference {
  clear: both;
}

/* line 3324, ../sass/global.styles.scss */
body > .dataTables_processing {
  z-index: 9999;
  position: fixed;
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}
/* line 3335, ../sass/global.styles.scss */
body > .dataTables_processing .processing-indicator {
  width: 200px;
  height: 200px;
  background: url("../images/processing.gif") center center no-repeat;
  margin: 0 auto;
}

/* line 3345, ../sass/global.styles.scss */
.stelar-search .date-display-single .date-display-range {
  display: inline-block;
}

/* line 3354, ../sass/global.styles.scss */
.node-type-event .field-name-field-start-date-time .date-display-single .date-display-range {
  display: inline;
}

/* line 3363, ../sass/global.styles.scss */
.stelar-search .dataTables_processing {
  z-index: 9999;
}
/* line 3372, ../sass/global.styles.scss */
.stelar-search .results-wrapper table.search-results, .stelar-search .results-wrapper table.search-results th, .stelar-search .results-wrapper table.search-results tr, .stelar-search .results-wrapper table.search-results td, .stelar-search .results-wrapper table.search-results thead, .stelar-search .results-wrapper table.search-results tbody {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* line 3383, ../sass/global.styles.scss */
.stelar-search .results-wrapper .project-search-categories {
  margin: 68px 0;
  position: relative;
  min-height: 240px;
}
@media only screen and (max-width: 768px) {
  /* line 3383, ../sass/global.styles.scss */
  .stelar-search .results-wrapper .project-search-categories {
    margin: 2em 0;
  }
}
/* line 3391, ../sass/global.styles.scss */
.stelar-search .results-wrapper .project-search-categories .project-search-star {
  position: absolute;
  z-index: 1;
  min-width: 245px;
  width: 100%;
  height: 250px;
  top: 0;
  left: 0;
  background: url("../images/projects-search/View-1-Star-Anim.png") center top no-repeat;
}
/* line 3400, ../sass/global.styles.scss */
.stelar-search .results-wrapper .project-search-categories .project-search-star.scaled-up {
  -moz-transform: scale(1.5) rotate(270deg);
  -ms-transform: scale(1.5) rotate(270deg);
  -webkit-transform: scale(1.5) rotate(270deg);
  transform: scale(1.5) rotate(270deg);
  opacity: 0;
  -webkit-transition: 425ms all linear;
  -ms-transition: 425ms all linear;
  -o-transition: 425ms all linear;
  -transition: 425ms all linear;
  transition: 425ms all linear;
}
/* line 3406, ../sass/global.styles.scss */
.stelar-search .results-wrapper .project-search-categories ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 181, ../sass/_custom.scss */
.stelar-search .results-wrapper .project-search-categories ul:before, .stelar-search .results-wrapper .project-search-categories ul:after {
  content: "";
  display: table;
}
/* line 186, ../sass/_custom.scss */
.stelar-search .results-wrapper .project-search-categories ul:after {
  clear: both;
}
/* line 3411, ../sass/global.styles.scss */
.stelar-search .results-wrapper .project-search-categories ul li {
  width: 182px;
  height: 110px;
  margin-right: 18px;
  margin-bottom: 18px;
  text-align: center;
  float: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  display: table;
  opacity: 0;
  -webkit-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* line 3426, ../sass/global.styles.scss */
.stelar-search .results-wrapper .project-search-categories ul li:hover {
  background: #444646;
}
/* line 3429, ../sass/global.styles.scss */
.stelar-search .results-wrapper .project-search-categories ul li.scaled-down {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0 linear;
  -ms-transition: all 0 linear;
  -o-transition: all 0 linear;
  -transition: all 0 linear;
  transition: all 0 linear;
}
/* line 3433, ../sass/global.styles.scss */
.stelar-search .results-wrapper .project-search-categories ul li span {
  color: #fff;
  font: 18px "Open Sans";
  font-weight: 600;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 1em;
}
/* line 3441, ../sass/global.styles.scss */
.stelar-search .results-wrapper .project-search-categories ul li span:hover {
  background: #444646;
  text-decoration: none;
}
/* line 3446, ../sass/global.styles.scss */
.stelar-search .results-wrapper .project-search-categories ul li:nth-of-type(1) {
  background: #3bb44a;
}
/* line 3449, ../sass/global.styles.scss */
.stelar-search .results-wrapper .project-search-categories ul li:nth-of-type(2) {
  background: #04a69c;
}
/* line 3452, ../sass/global.styles.scss */
.stelar-search .results-wrapper .project-search-categories ul li:nth-of-type(3) {
  background: #1e75bb;
  margin-right: 0;
}
/* line 3456, ../sass/global.styles.scss */
.stelar-search .results-wrapper .project-search-categories ul li:nth-of-type(4) {
  background: #1e75bb;
  margin-bottom: 0;
}
/* line 3460, ../sass/global.styles.scss */
.stelar-search .results-wrapper .project-search-categories ul li:nth-of-type(5) {
  background: #009348;
  margin-bottom: 0;
}
/* line 3464, ../sass/global.styles.scss */
.stelar-search .results-wrapper .project-search-categories ul li:nth-of-type(6) {
  background: #27a8e0;
  margin-bottom: 0;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  /* line 3411, ../sass/global.styles.scss */
  .stelar-search .results-wrapper .project-search-categories ul li {
    margin-right: 0;
    margin-bottom: 2% !important;
    width: 49%;
  }
  /* line 3473, ../sass/global.styles.scss */
  .stelar-search .results-wrapper .project-search-categories ul li:nth-of-type(2n+2) {
    margin-left: 2%;
  }
}
/* line 3482, ../sass/global.styles.scss */
.stelar-search .results-wrapper .resources-search-categories {
  margin: 0px 0 34px 0;
  position: relative;
}
/* line 3485, ../sass/global.styles.scss */
.stelar-search .results-wrapper .resources-search-categories ul {
  *zoom: 1;
  margin: 0px auto;
  padding: 0;
  list-style: none;
  border: 1px solid white;
  width: 790px;
}
/* line 181, ../sass/_custom.scss */
.stelar-search .results-wrapper .resources-search-categories ul:before, .stelar-search .results-wrapper .resources-search-categories ul:after {
  content: "";
  display: table;
}
/* line 186, ../sass/_custom.scss */
.stelar-search .results-wrapper .resources-search-categories ul:after {
  clear: both;
}
/* line 3492, ../sass/global.styles.scss */
.stelar-search .results-wrapper .resources-search-categories ul li {
  width: 182px;
  height: 64px;
  margin-right: 20px;
  margin-bottom: 18px;
  text-align: center;
  float: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  display: table;
  -webkit-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* iPads (portrait) ----------- */
  /*  &:nth-of-type(5){
      background: #009348;
      margin-bottom: 0;
    }
    &:nth-of-type(6){
      background: #27a8e0;
      margin-bottom: 0;
      margin-right: 0;
      }*/
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 3492, ../sass/global.styles.scss */
  .stelar-search .results-wrapper .resources-search-categories ul li {
    width: 236px;
  }
}
/* line 3515, ../sass/global.styles.scss */
.stelar-search .results-wrapper .resources-search-categories ul li.scaled-down {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0 linear;
  -ms-transition: all 0 linear;
  -o-transition: all 0 linear;
  -transition: all 0 linear;
  transition: all 0 linear;
}
/* line 3519, ../sass/global.styles.scss */
.stelar-search .results-wrapper .resources-search-categories ul li span {
  color: #fff;
  font: 14px "Open Sans";
  font-weight: 600;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 1em;
}
/* line 3527, ../sass/global.styles.scss */
.stelar-search .results-wrapper .resources-search-categories ul li span svg {
  width: 150px;
}
/* line 3530, ../sass/global.styles.scss */
.stelar-search .results-wrapper .resources-search-categories ul li span:hover {
  text-decoration: none;
}
/* line 3547, ../sass/global.styles.scss */
.stelar-search .results-wrapper .resources-search-categories ul li:nth-of-type(4) {
  margin-right: 0px;
}
/* line 3563, ../sass/global.styles.scss */
.stelar-search .results-wrapper #resources-search-results_info {
  text-transform: uppercase;
}
/* line 3567, ../sass/global.styles.scss */
.stelar-search .results-wrapper .DTTT_container {
  /*  margin-right: 350px; */
  margin-top: 0px;
}
/* line 3570, ../sass/global.styles.scss */
.stelar-search .results-wrapper .DTTT_container a.DTTT_button:nth-child(2),
.stelar-search .results-wrapper .DTTT_container a.DTTT_button:nth-child(3) {
  display: none;
}
/* line 3574, ../sass/global.styles.scss */
.stelar-search .results-wrapper .DTTT_container a.DTTT_button:nth-child(4) {
  float: right;
}
/* line 3581, ../sass/global.styles.scss */
.stelar-search .results-wrapper .DTTT_container a.DTTT_button span {
  cursor: pointer;
}
/* line 3584, ../sass/global.styles.scss */
.stelar-search .results-wrapper .DTTT_container a {
  color: #7c7e7e;
  font-family: "Droid Sans Bold";
  font-size: 15px;
  transition: 0.2s ease;
}
/* line 3590, ../sass/global.styles.scss */
.stelar-search .results-wrapper .DTTT_container a:before {
  font-family: "FontAwesome";
  margin-right: 5px;
}
/* line 3596, ../sass/global.styles.scss */
.stelar-search .results-wrapper .DTTT_container a.DTTT_button:first-child::before {
  content: '\f067';
}
/* line 3600, ../sass/global.styles.scss */
.stelar-search .results-wrapper .DTTT_container a.DTTT_button:nth-child(4)::before {
  content: '\f0ce';
}
/* line 3603, ../sass/global.styles.scss */
.stelar-search .results-wrapper .DTTT_container a:hover {
  text-decoration: none;
  color: black;
  transition: 0.2s ease;
}
/* line 3609, ../sass/global.styles.scss */
.stelar-search .results-wrapper .info-pagination,
.stelar-search .results-wrapper .info-pagination .dataTables_info {
  font: 13px "Open Sans";
  color: #7c7e7e;
  float: left;
}
/* line 3614, ../sass/global.styles.scss */
.stelar-search .results-wrapper .info-pagination a,
.stelar-search .results-wrapper .info-pagination .dataTables_info a {
  color: #7c7e7e !important;
}
/* line 3618, ../sass/global.styles.scss */
.stelar-search .results-wrapper div#events-search-results_wrapper .info-pagination {
  margin-top: 60px;
}
/* line 3623, ../sass/global.styles.scss */
.stelar-search .results-wrapper .info-pagination.first .dataTables_paginate {
  display: none;
}
/* line 3629, ../sass/global.styles.scss */
.stelar-search .results-wrapper .info-pagination.last .dataTables_info {
  display: none;
}
/* line 3632, ../sass/global.styles.scss */
.stelar-search .results-wrapper .info-pagination.last .dataTables_paginate {
  float: none;
  height: auto;
  text-align: left;
}
/* line 3636, ../sass/global.styles.scss */
.stelar-search .results-wrapper .info-pagination.last .dataTables_paginate a.paginate_button {
  font-family: "Droid Sans Bold";
  background: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 6px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 3648, ../sass/global.styles.scss */
.stelar-search .results-wrapper .info-pagination.last .dataTables_paginate a.paginate_button:hover {
  text-decoration: underline;
  color: #7c7e7e !important;
}
/* line 3652, ../sass/global.styles.scss */
.stelar-search .results-wrapper .info-pagination.last .dataTables_paginate a.paginate_button.first, .stelar-search .results-wrapper .info-pagination.last .dataTables_paginate a.paginate_button.previous, .stelar-search .results-wrapper .info-pagination.last .dataTables_paginate a.paginate_button.next, .stelar-search .results-wrapper .info-pagination.last .dataTables_paginate a.paginate_button.last {
  width: inherit;
  border: 0;
  color: #2bafe9 !important;
  text-transform: uppercase;
}
/* line 3662, ../sass/global.styles.scss */
.stelar-search .results-wrapper .info-pagination.last .dataTables_paginate a.paginate_button.disabled {
  color: #ddd !important;
}
/* line 3664, ../sass/global.styles.scss */
.stelar-search .results-wrapper .info-pagination.last .dataTables_paginate a.paginate_button.disabled:hover {
  cursor: default;
}
/* line 3671, ../sass/global.styles.scss */
.stelar-search .results-wrapper hr {
  clear: both;
  padding: 0;
  margin: 16px 0;
  background: #c5c8c9;
  height: 1px;
  border: 0;
}
/* line 3680, ../sass/global.styles.scss */
.stelar-search .results-wrapper .search_result h6 {
  margin: 0;
}
/* line 3683, ../sass/global.styles.scss */
.stelar-search .results-wrapper .search_result h6 a {
  margin: 0;
  font-family: "Open Sans Bold";
  font-size: 20px;
  font-weight: normal;
  color: #2bafe9;
  text-decoration: none;
  transition: 0.2s ease;
}
@media only screen and (max-width: 768px) {
  /* line 3683, ../sass/global.styles.scss */
  .stelar-search .results-wrapper .search_result h6 a {
    font: 1.5em/2em "Open Sans";
  }
}
/* line 3695, ../sass/global.styles.scss */
.stelar-search .results-wrapper .search_result h6 a:hover {
  transition: 0.2s ease;
  text-decoration: none;
  color: #2075bc;
}
/* line 3701, ../sass/global.styles.scss */
.stelar-search .results-wrapper .search_result .date_display {
  font-family: "Droid Sans Bold";
  color: black;
  margin: 5px 0px;
}
/* line 3709, ../sass/global.styles.scss */
.stelar-search .results-wrapper .result-body div.image.pull-left img {
  width: 140px;
}
/* line 3713, ../sass/global.styles.scss */
.stelar-search .results-wrapper .result-body div.content.clearfix {
  float: left;
  width: 75%;
  padding-bottom: 20px;
}
/* line 3718, ../sass/global.styles.scss */
.stelar-search .results-wrapper .result-body .summary {
  font-size: 17px;
  margin-left: 10px;
  line-height: 28px;
  font-family: "Open Sans";
  color: #000000;
  display: block;
}
@media only screen and (max-width: 768px) {
  /* line 3718, ../sass/global.styles.scss */
  .stelar-search .results-wrapper .result-body .summary {
    font: 0.9em/1.25em "Open Sans";
  }
}
/* line 3729, ../sass/global.styles.scss */
.stelar-search .results-wrapper .result-body .actions {
  margin: 0;
  float: right;
}
/* line 3732, ../sass/global.styles.scss */
.stelar-search .results-wrapper .result-body .actions li {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
/* line 3737, ../sass/global.styles.scss */
.stelar-search .results-wrapper .result-body .actions a {
  text-transform: uppercase;
  color: #1c2f46;
  font-family: "Droid Sans Bold";
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  transition: color 0.2s ease;
}
@media only screen and (max-width: 768px) {
  /* line 3737, ../sass/global.styles.scss */
  .stelar-search .results-wrapper .result-body .actions a {
    font: 0.75em/1em "Open Sans";
  }
}
/* line 3749, ../sass/global.styles.scss */
.stelar-search .results-wrapper .result-body .actions a:hover {
  transition: color 0.2s ease;
  text-decoration: none;
  color: #2075bc;
}
/* line 3756, ../sass/global.styles.scss */
.stelar-search .results-wrapper .result-body .meta {
  display: none;
}
/* line 3762, ../sass/global.styles.scss */
.stelar-search .search_result.no-image .result-body div.content.clearfix {
  width: 100%;
}
/* line 3765, ../sass/global.styles.scss */
.stelar-search .search_result.no-image .date_display,
.stelar-search .search_result.no-image p.summary {
  margin-left: 0px;
}
/* line 3774, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents h2 {
  margin-bottom: 1em;
  margin-top: 0;
  font-size: 17px;
  font-family: "Droid Sans Bold";
  font-weight: normal;
  color: #747474;
}
/* line 3782, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents p.instructions {
  font: 14px/24px "Open Sans";
  color: #000;
  margin-bottom: 23px;
}
/* line 3787, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item {
  border-width: 1px 0;
  margin-top: -1px;
  margin-bottom: 0;
}
/* line 3793, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item.ui-widget {
  border-bottom: 1px solid #c6c6c6;
}
/* line 3796, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item.ui-widget.form-item-disciplines {
  border-top: 1px solid #c6c6c6;
}
/* line 3799, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item.form-item-search-text {
  margin-bottom: 26px;
}
/* line 3802, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item > label {
  margin: 0;
  padding: 0;
  background-color: none;
  background: url("../images/projects-search/plus-square.png") left center no-repeat;
  padding-left: 51px;
  line-height: 52px;
  border: 0;
  width: inherit;
  font: 14px/52px "Open Sans";
  color: #444646;
  font-weight: 600;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #3cb646;
  transition: 0.2s ease;
}
/* line 3820, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item > label:hover {
  color: #029547;
  transition: 0.2s ease;
  text-decoration: underline;
}
/* line 3825, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item > label > .ui-icon {
  display: none;
}
/* line 3828, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item > label.ui-state-default {
  background: url("../images/projects-search/plus-square.png") left center no-repeat;
}
/* line 3831, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item > label.ui-state-active {
  background: url("../images/projects-search/minus-square.png") left center no-repeat;
}
/* line 3835, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-type-checkbox.form-item-project-inactives > label, .stelar-search .form-wrapper .stelar-search-form-contents > .form-type-checkbox.form-item-past-events > label {
  background: none;
  padding-left: 35px;
}
/* line 3839, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item > div {
  background: none;
  border: 0;
  padding: 0px 10px;
  margin-bottom: 15px;
}
/* line 3840, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item > div > h6 {
  margin: 1em 0;
}
/* line 3843, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item > div .form-item {
  margin: 0;
}
/* line 3845, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item > div .form-item label.option {
  font: 12px/14px "Open Sans";
}
/* line 3853, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item > div label {
  font: 14px/24px "Open Sans";
  font-weight: 200;
  color: #444646;
  text-transform: uppercase;
}
/* line 3860, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item > div#edit-project-work-state .form-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 20px;
  float: left;
  min-width: 115px;
}
/* line 3865, ../sass/global.styles.scss */
.stelar-search .form-wrapper .stelar-search-form-contents > .form-item > div#edit-project-work-state .form-item:nth-of-type(2n+1) {
  clear: both;
}
/* line 3872, ../sass/global.styles.scss */
.stelar-search .form-wrapper input.action.action-apply_filters.form-submit {
  margin-top: 34px;
}
/* line 3877, ../sass/global.styles.scss */
.stelar-search .form-wrapper span.search-action-reset {
  margin-top: 34px;
  margin-left: 20px;
}
/* line 3883, ../sass/global.styles.scss */
.stelar-search .form-wrapper a.action.action-clear_filters {
  display: none;
}

/* line 3891, ../sass/global.styles.scss */
#events-search .result-body .date_display {
  display: block;
}

/* line 3898, ../sass/global.styles.scss */
body.page-events .stelar-search .results-wrapper .DTTT_container a.DTTT_button:nth-child(2),
body.page-events .stelar-search .results-wrapper .DTTT_container a.DTTT_button:nth-child(3) {
  display: block;
  float: left;
}
/* line 3902, ../sass/global.styles.scss */
body.page-events .stelar-search .results-wrapper .DTTT_container a.DTTT_button:nth-child(2):hover,
body.page-events .stelar-search .results-wrapper .DTTT_container a.DTTT_button:nth-child(3):hover {
  color: #2bafe9;
}
/* line 3906, ../sass/global.styles.scss */
body.page-events .stelar-search .results-wrapper .DTTT_container a.DTTT_button:nth-child(3) {
  margin-left: 26px;
}
/* line 3908, ../sass/global.styles.scss */
body.page-events .stelar-search .results-wrapper .DTTT_container a.DTTT_button:nth-child(3):before {
  content: '|';
  margin-right: 26px;
}

/* line 3917, ../sass/global.styles.scss */
.page-node #main-content-header {
  margin-bottom: 35px;
}

/* line 3923, ../sass/global.styles.scss */
.page-node.not-logged-in #main-content-header, .page-node-register #main-content-header {
  margin-bottom: 0;
}

/*.node-project-profile,
.node-event,
.node-news-article,
.node-instrument,
.node-opportunity,
.node-publication,
.node-project-curricula,
.node-image-gallery,
.node-video {*/
/* line 3938, ../sass/global.styles.scss */
body.page-node .node.mode-full hr {
  clear: both;
  padding: 0;
  margin: 0 0 32px;
  background: #c5c8c9;
  height: 1px;
  border: 0;
  display: none;
}
/* line 3947, ../sass/global.styles.scss */
body.page-node .node.mode-full div.left-side-content .detail-section-title {
  margin-bottom: 5px;
  padding-top: 20px;
  border-top: 1px solid #c7c7c7;
  font-family: "Droid Sans Bold";
  font-size: 20px;
  color: #2bafe9;
  font-weight: 600;
}
/* line 3956, ../sass/global.styles.scss */
body.page-node .node.mode-full div.right-side-sidebar .detail-section-title {
  font-family: "Open Sans Bold";
  font-size: 15px;
  color: #7e7e7e;
  text-transform: none;
}
/* line 3962, ../sass/global.styles.scss */
body.page-node .node.mode-full .left-side-content {
  color: #7c7e7e;
}
/* line 3963, ../sass/global.styles.scss */
body.page-node .node.mode-full .left-side-content > div.submitted {
  display: none;
}
/* line 3966, ../sass/global.styles.scss */
body.page-node .node.mode-full .left-side-content #only-date {
  font-family: "Droid Sans Bold";
  color: #777;
  font-size: 20px;
}
/* line 3970, ../sass/global.styles.scss */
body.page-node .node.mode-full .left-side-content #only-date > div.submitted {
  display: none;
}
/* line 3974, ../sass/global.styles.scss */
body.page-node .node.mode-full .left-side-content h2.content-title {
  font: 30px/36px "Open Sans Bold";
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  /* line 3974, ../sass/global.styles.scss */
  body.page-node .node.mode-full .left-side-content h2.content-title {
    margin-bottom: 0.5em;
    font: 1.5em/1.75em "Open Sans";
  }
}
/* line 3982, ../sass/global.styles.scss */
body.page-node .node.mode-full .left-side-content .social-addtoany {
  margin-top: 42px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  /* line 3982, ../sass/global.styles.scss */
  body.page-node .node.mode-full .left-side-content .social-addtoany {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
/* line 3992, ../sass/global.styles.scss */
body.page-node .node.mode-full .left-side-content p {
  font: 17px/28px "Open Sans";
  color: black;
  margin-bottom: 28px;
}
/* line 3998, ../sass/global.styles.scss */
body.page-node .node.mode-full .left-side-content p#already-registered a, body.page-node .node.mode-full .left-side-content p#already-registered a:link {
  color: #2bafe9;
}
/* line 4004, ../sass/global.styles.scss */
body.page-node .node.mode-full .right-side-sidebar .field-label,
body.page-node .node.mode-full .right-side-sidebar .field-items,
body.page-node .node.mode-full .right-side-sidebar .field-label-inline .field-items {
  float: none;
}
/* line 4009, ../sass/global.styles.scss */
body.page-node .node.mode-full .right-side-sidebar .field-items a,
body.page-node .node.mode-full .right-side-sidebar .field-items span.file a {
  color: black;
  transition: 0.3s ease;
  text-decoration: underline;
}
/* line 4014, ../sass/global.styles.scss */
body.page-node .node.mode-full .right-side-sidebar .field-items a:hover,
body.page-node .node.mode-full .right-side-sidebar .field-items span.file a:hover {
  transition: 0.3s ease;
  color: #2075bc;
}
/* line 4020, ../sass/global.styles.scss */
body.page-node .node.mode-full .right-side-sidebar .content-type-icon-wrap {
  display: inline-block;
}
/* line 4023, ../sass/global.styles.scss */
body.page-node .node.mode-full .right-side-sidebar .content-type-icon-wrap .content-type-icon {
  background: transparent url("../images/Resource-Type-Icon-and-Circle-Sprite.png") no-repeat;
  width: 82px;
  background-position: -33px;
  height: 134px;
  display: block;
  float: left;
}
/* line 4031, ../sass/global.styles.scss */
body.page-node .node.mode-full .right-side-sidebar .content-type-icon-wrap .content-type-title {
  width: 150px;
  height: 84px;
  float: right;
  padding-left: 10px;
  padding-top: 50px;
  font: 18px 'Open Sans';
  font-weight: 600;
  color: #085e7a;
}
/* line 4042, ../sass/global.styles.scss */
body.page-node .node.mode-full .right-side-sidebar .project-main-image {
  margin-top: 56px;
  float: left;
  margin-bottom: 26px;
  width: 100%;
}
/* line 4048, ../sass/global.styles.scss */
body.page-node .node.mode-full .right-side-sidebar .project-main-image h2.field-label {
  display: none;
}
/* line 4052, ../sass/global.styles.scss */
body.page-node .node.mode-full .right-side-sidebar .field-item {
  color: black;
  line-height: 24px;
}
/* line 4056, ../sass/global.styles.scss */
body.page-node .node.mode-full .right-side-sidebar span.detail-section-title.right-sidebar-title {
  margin-top: 20px;
  display: block;
}
/* line 4060, ../sass/global.styles.scss */
body.page-node .node.mode-full .right-side-sidebar span.detail-section-title.right-sidebar-title,
body.page-node .node.mode-full .right-side-sidebar .field-label-above h2.field-label,
body.page-node .node.mode-full .right-side-sidebar .field h2.field-label {
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  /* line 4060, ../sass/global.styles.scss */
  body.page-node .node.mode-full .right-side-sidebar span.detail-section-title.right-sidebar-title,
  body.page-node .node.mode-full .right-side-sidebar .field-label-above h2.field-label,
  body.page-node .node.mode-full .right-side-sidebar .field h2.field-label {
    margin-top: 0.5em;
  }
}
/* line 4072, ../sass/global.styles.scss */
body.page-node .node.mode-full .right-side-sidebar .field-label-above h2.field-label,
body.page-node .node.mode-full .right-side-sidebar .field h2.field-label {
  color: #000;
}
/* line 4078, ../sass/global.styles.scss */
body.page-node .node.mode-full .content + #comments, body.page-node .node.mode-full .content + ul.links, body.page-node .node.mode-full .node-content + #comments, body.page-node .node.mode-full .node-content + ul.links {
  clear: both;
}
/* line 4083, ../sass/global.styles.scss */
body.page-node .node.mode-full.node-highlight .field-name-field-published-date .field-item {
  color: #3bb44a;
  font-weight: normal;
  font-size: 1.4em;
  margin: 0 0 10px 0;
}
/* line 4092, ../sass/global.styles.scss */
body.page-node .node.mode-full .recent-highlights a.link-highlight {
  display: block;
  margin: 0 0 10px 0;
}
/* line 4095, ../sass/global.styles.scss */
body.page-node .node.mode-full .recent-highlights a.link-highlight .date-display-single {
  display: block;
  color: #3bb44a;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 0 4px 0;
}
/* line 4102, ../sass/global.styles.scss */
body.page-node .node.mode-full .recent-highlights a.link-highlight .highlight-topic {
  display: block;
  font-weight: bold;
  font-size: 1.4em;
}

/* line 4112, ../sass/global.styles.scss */
.node-event .right-side-sidebar .content-type-icon-wrap .content-type-icon {
  background-position: -732px 0;
}

/* line 4118, ../sass/global.styles.scss */
.node-news-article .right-side-sidebar .content-type-icon-wrap .content-type-icon {
  background-position: -437px 0;
}

/* line 4124, ../sass/global.styles.scss */
.node-instrument .right-side-sidebar .content-type-icon-wrap .content-type-icon {
  background-position: 0 0;
}

/* line 4130, ../sass/global.styles.scss */
.node-opportunity .right-side-sidebar .content-type-icon-wrap .content-type-icon {
  background-position: -582px 0;
}

/* line 4136, ../sass/global.styles.scss */
.node-publication .right-side-sidebar .content-type-icon-wrap .content-type-icon {
  background-position: -294px 0;
}

/* line 4142, ../sass/global.styles.scss */
.node-project-curricula .right-side-sidebar .content-type-icon-wrap .content-type-icon {
  background-position: -145px 0;
}

/* line 4151, ../sass/global.styles.scss */
.page-community .results-wrapper {
  margin-top: 20px;
}
/* line 4153, ../sass/global.styles.scss */
.page-community .results-wrapper .DTTT_container {
  display: none;
}
/* line 4159, ../sass/global.styles.scss */
.page-community .stelar-search .form-wrapper .stelar-search-form-contents > .form-item.form-item-unrestricted-community > label {
  background: none;
  padding-left: 10px;
}

/* line 4168, ../sass/global.styles.scss */
#block-block-4 {
  padding: 20px;
  background-color: #ffffff;
  display: none;
  margin-bottom: 34px;
}
/* line 4173, ../sass/global.styles.scss */
.left-side-content #block-block-4 {
  display: block;
}
/* line 4176, ../sass/global.styles.scss */
#block-block-4 h3 {
  color: #444646;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  /* line 4180, ../sass/global.styles.scss */
  #block-block-4 p {
    font-size: 0.875em;
  }
}
/* line 4185, ../sass/global.styles.scss */
#block-block-4 p > strong {
  color: #27a8e0;
}
/* line 4188, ../sass/global.styles.scss */
#block-block-4 p a {
  display: block;
  text-transform: uppercase;
  color: #085e7a;
  font-weight: 500;
  margin-top: 0.25em;
}
@media only screen and (max-width: 768px) {
  /* line 4188, ../sass/global.styles.scss */
  #block-block-4 p a {
    font: 1em/1em "Open Sans";
  }
}
/* line 4198, ../sass/global.styles.scss */
#block-block-4 p a:hover {
  text-decoration: underline;
}
/* line 4202, ../sass/global.styles.scss */
#block-block-4 p:last-of-type {
  margin-bottom: 0;
}
/* line 4206, ../sass/global.styles.scss */
#block-block-4 h2.block-title {
  color: #444646;
  font-weight: 200;
  font-size: 30px;
  margin-bottom: 15px;
}

/* line 4217, ../sass/global.styles.scss */
#dashboard .left-side-content .groups-other h3 {
  font-weight: 600;
}
/* line 4222, ../sass/global.styles.scss */
#dashboard .left-side-content .groups-member h3 {
  font-weight: 600;
}
/* line 4230, ../sass/global.styles.scss */
#dashboard .left-side-content #stelar-join-group-form label.option {
  color: #7C7E7E;
  font-size: 14px;
  font-weight: 200;
}
/* line 4235, ../sass/global.styles.scss */
#dashboard .left-side-content #stelar-join-group-form .form-item.form-type-checkboxes {
  margin-top: 5px;
}
/* line 4237, ../sass/global.styles.scss */
#dashboard .left-side-content #stelar-join-group-form .form-item.form-type-checkboxes .form-item {
  margin: 0 0 2px;
}
/* line 4244, ../sass/global.styles.scss */
#dashboard .right-side-sidebar .block-content {
  margin-top: 8px;
  font: 13px/19px "Open Sans";
  color: #7c7e7e;
  display: block;
}
/* line 4249, ../sass/global.styles.scss */
#dashboard .right-side-sidebar .block-content p:first-child {
  margin-bottom: 34px;
}
/* line 4255, ../sass/global.styles.scss */
#dashboard .community_search-wrapper p.instructions {
  max-width: 180px;
  color: #7c7e7e;
  font-size: 13px;
  font-size: 200;
}
/* line 4262, ../sass/global.styles.scss */
#dashboard .community_search-wrapper form .form-submit {
  margin-top: 5px;
  font-weight: 200;
}
/* line 4268, ../sass/global.styles.scss */
#dashboard .profile-wrapper, #dashboard .events-wrapper, #dashboard .community_search-wrapper {
  margin-bottom: 20px;
  padding: 20px;
}
/* line 4272, ../sass/global.styles.scss */
#dashboard .profile-wrapper.profile-wrapper > .inner, #dashboard .events-wrapper.profile-wrapper > .inner, #dashboard .community_search-wrapper.profile-wrapper > .inner {
  background: url("../images/dashboard/Dashboard-Profile.png") right 0 no-repeat;
}
/* line 4275, ../sass/global.styles.scss */
#dashboard .profile-wrapper.community_search-wrapper > .inner, #dashboard .events-wrapper.community_search-wrapper > .inner, #dashboard .community_search-wrapper.community_search-wrapper > .inner {
  background: url("../images/dashboard/Dashboard-Community-Search.png") right -10px no-repeat;
}
/* line 4278, ../sass/global.styles.scss */
#dashboard .profile-wrapper.events-wrapper > .inner, #dashboard .events-wrapper.events-wrapper > .inner, #dashboard .community_search-wrapper.events-wrapper > .inner {
  background: url("../images/dashboard/Dashboard-Events.png") right 0 no-repeat;
}
/* line 4282, ../sass/global.styles.scss */
#dashboard .profile-wrapper .realname, #dashboard .events-wrapper .realname, #dashboard .community_search-wrapper .realname {
  display: none;
}
/* line 4285, ../sass/global.styles.scss */
#dashboard .profile-wrapper ul, #dashboard .events-wrapper ul, #dashboard .community_search-wrapper ul {
  margin: 0;
  padding: 0;
}
/* line 4289, ../sass/global.styles.scss */
#dashboard .profile-wrapper li, #dashboard .events-wrapper li, #dashboard .community_search-wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 4294, ../sass/global.styles.scss */
#dashboard .profile-wrapper .button, #dashboard .profile-wrapper #comments .form-actions input.form-submit, #comments .form-actions #dashboard .profile-wrapper input.form-submit, #dashboard .profile-wrapper .region-front-newsletter .link-newsletter-archives, .region-front-newsletter #dashboard .profile-wrapper .link-newsletter-archives, #dashboard .profile-wrapper body.front span.blue-button a, body.front span.blue-button #dashboard .profile-wrapper a, #dashboard .profile-wrapper .stelar-search .form-wrapper input.action.action-apply_filters.form-submit, .stelar-search .form-wrapper #dashboard .profile-wrapper input.action.action-apply_filters.form-submit, #dashboard .profile-wrapper .stelar-search .form-wrapper span.search-action-reset, .stelar-search .form-wrapper #dashboard .profile-wrapper span.search-action-reset, #dashboard .profile-wrapper body.page-contact #contact-site-form #edit-submit, body.page-contact #contact-site-form #dashboard .profile-wrapper #edit-submit, #dashboard .profile-wrapper .related-content-link a, .related-content-link #dashboard .profile-wrapper a, #dashboard .profile-wrapper .system-edit-form input.form-submit, .system-edit-form #dashboard .profile-wrapper input.form-submit, #dashboard .profile-wrapper #node-registration-form input.form-submit, #node-registration-form #dashboard .profile-wrapper input.form-submit, #dashboard .profile-wrapper #event-node-form input.form-submit, #event-node-form #dashboard .profile-wrapper input.form-submit, #dashboard .profile-wrapper body.page-user #content input.form-submit, body.page-user #content #dashboard .profile-wrapper input.form-submit, #dashboard .profile-wrapper #node-registration-form a#edit-return, #node-registration-form #dashboard .profile-wrapper a#edit-return, #dashboard .profile-wrapper #node-registration-form .form-actions input.form-submit + a, #node-registration-form .form-actions #dashboard .profile-wrapper input.form-submit + a, #dashboard .profile-wrapper input#edit-preview, #dashboard .profile-wrapper input#edit-delete, #dashboard .profile-wrapper body.page-user #content .contact-me .contact-me-button, body.page-user #content .contact-me #dashboard .profile-wrapper .contact-me-button, #dashboard .profile-wrapper body.page-registration-cancel #content .form-actions a#edit-cancel, body.page-registration-cancel #content .form-actions #dashboard .profile-wrapper a#edit-cancel, #dashboard .profile-wrapper .registration-link a, .registration-link #dashboard .profile-wrapper a, #dashboard .profile-wrapper .event-registration-info a, .event-registration-info #dashboard .profile-wrapper a, #dashboard .profile-wrapper #block-menu-menu-interactions div.block-content ul.menu li a, #block-menu-menu-interactions div.block-content ul.menu li #dashboard .profile-wrapper a, #dashboard .profile-wrapper .form-submit, #dashboard .events-wrapper .button, #dashboard .events-wrapper #comments .form-actions input.form-submit, #comments .form-actions #dashboard .events-wrapper input.form-submit, #dashboard .events-wrapper .region-front-newsletter .link-newsletter-archives, .region-front-newsletter #dashboard .events-wrapper .link-newsletter-archives, #dashboard .events-wrapper body.front span.blue-button a, body.front span.blue-button #dashboard .events-wrapper a, #dashboard .events-wrapper .stelar-search .form-wrapper input.action.action-apply_filters.form-submit, .stelar-search .form-wrapper #dashboard .events-wrapper input.action.action-apply_filters.form-submit, #dashboard .events-wrapper .stelar-search .form-wrapper span.search-action-reset, .stelar-search .form-wrapper #dashboard .events-wrapper span.search-action-reset, #dashboard .events-wrapper body.page-contact #contact-site-form #edit-submit, body.page-contact #contact-site-form #dashboard .events-wrapper #edit-submit, #dashboard .events-wrapper .related-content-link a, .related-content-link #dashboard .events-wrapper a, #dashboard .events-wrapper .system-edit-form input.form-submit, .system-edit-form #dashboard .events-wrapper input.form-submit, #dashboard .events-wrapper #node-registration-form input.form-submit, #node-registration-form #dashboard .events-wrapper input.form-submit, #dashboard .events-wrapper #event-node-form input.form-submit, #event-node-form #dashboard .events-wrapper input.form-submit, #dashboard .events-wrapper body.page-user #content input.form-submit, body.page-user #content #dashboard .events-wrapper input.form-submit, #dashboard .events-wrapper #node-registration-form a#edit-return, #node-registration-form #dashboard .events-wrapper a#edit-return, #dashboard .events-wrapper #node-registration-form .form-actions input.form-submit + a, #node-registration-form .form-actions #dashboard .events-wrapper input.form-submit + a, #dashboard .events-wrapper input#edit-preview, #dashboard .events-wrapper input#edit-delete, #dashboard .events-wrapper body.page-user #content .contact-me .contact-me-button, body.page-user #content .contact-me #dashboard .events-wrapper .contact-me-button, #dashboard .events-wrapper body.page-registration-cancel #content .form-actions a#edit-cancel, body.page-registration-cancel #content .form-actions #dashboard .events-wrapper a#edit-cancel, #dashboard .events-wrapper .registration-link a, .registration-link #dashboard .events-wrapper a, #dashboard .events-wrapper .event-registration-info a, .event-registration-info #dashboard .events-wrapper a, #dashboard .events-wrapper #block-menu-menu-interactions div.block-content ul.menu li a, #block-menu-menu-interactions div.block-content ul.menu li #dashboard .events-wrapper a, #dashboard .events-wrapper .form-submit, #dashboard .community_search-wrapper .button, #dashboard .community_search-wrapper #comments .form-actions input.form-submit, #comments .form-actions #dashboard .community_search-wrapper input.form-submit, #dashboard .community_search-wrapper .region-front-newsletter .link-newsletter-archives, .region-front-newsletter #dashboard .community_search-wrapper .link-newsletter-archives, #dashboard .community_search-wrapper body.front span.blue-button a, body.front span.blue-button #dashboard .community_search-wrapper a, #dashboard .community_search-wrapper .stelar-search .form-wrapper input.action.action-apply_filters.form-submit, .stelar-search .form-wrapper #dashboard .community_search-wrapper input.action.action-apply_filters.form-submit, #dashboard .community_search-wrapper .stelar-search .form-wrapper span.search-action-reset, .stelar-search .form-wrapper #dashboard .community_search-wrapper span.search-action-reset, #dashboard .community_search-wrapper body.page-contact #contact-site-form #edit-submit, body.page-contact #contact-site-form #dashboard .community_search-wrapper #edit-submit, #dashboard .community_search-wrapper .related-content-link a, .related-content-link #dashboard .community_search-wrapper a, #dashboard .community_search-wrapper .system-edit-form input.form-submit, .system-edit-form #dashboard .community_search-wrapper input.form-submit, #dashboard .community_search-wrapper #node-registration-form input.form-submit, #node-registration-form #dashboard .community_search-wrapper input.form-submit, #dashboard .community_search-wrapper #event-node-form input.form-submit, #event-node-form #dashboard .community_search-wrapper input.form-submit, #dashboard .community_search-wrapper body.page-user #content input.form-submit, body.page-user #content #dashboard .community_search-wrapper input.form-submit, #dashboard .community_search-wrapper #node-registration-form a#edit-return, #node-registration-form #dashboard .community_search-wrapper a#edit-return, #dashboard .community_search-wrapper #node-registration-form .form-actions input.form-submit + a, #node-registration-form .form-actions #dashboard .community_search-wrapper input.form-submit + a, #dashboard .community_search-wrapper input#edit-preview, #dashboard .community_search-wrapper input#edit-delete, #dashboard .community_search-wrapper body.page-user #content .contact-me .contact-me-button, body.page-user #content .contact-me #dashboard .community_search-wrapper .contact-me-button, #dashboard .community_search-wrapper body.page-registration-cancel #content .form-actions a#edit-cancel, body.page-registration-cancel #content .form-actions #dashboard .community_search-wrapper a#edit-cancel, #dashboard .community_search-wrapper .registration-link a, .registration-link #dashboard .community_search-wrapper a, #dashboard .community_search-wrapper .event-registration-info a, .event-registration-info #dashboard .community_search-wrapper a, #dashboard .community_search-wrapper #block-menu-menu-interactions div.block-content ul.menu li a, #block-menu-menu-interactions div.block-content ul.menu li #dashboard .community_search-wrapper a, #dashboard .community_search-wrapper .form-submit {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 150px;
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
/* line 4306, ../sass/global.styles.scss */
#dashboard .content-title {
  margin-bottom: 20px;
}
/* line 4309, ../sass/global.styles.scss */
#dashboard hr {
  margin: 20px 0 40px;
  width: 100%;
  height: 1px;
  background: #aab2b5;
  border: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
/* line 4318, ../sass/global.styles.scss */
#dashboard .groups-member-content li {
  margin: 0;
}
/* line 4320, ../sass/global.styles.scss */
#dashboard .groups-member-content li a {
  color: #7c7e7e;
  font: 14px/24px "Open Sans";
  font-weight: 200;
}
/* line 4327, ../sass/global.styles.scss */
#dashboard .groups-member, #dashboard .groups-other {
  float: left;
  width: 50%;
}
/* line 4331, ../sass/global.styles.scss */
#dashboard .icon-my-projects {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 50px;
  height: 50px;
  background: url("../images/Projects-Icon.png") center no-repeat;
  vertical-align: text-bottom;
}
/* line 4338, ../sass/global.styles.scss */
#dashboard .icon-join-group {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 50px;
  height: 50px;
  background: url("../images/Group-Icon.png") center no-repeat;
  vertical-align: text-bottom;
}
/* line 4345, ../sass/global.styles.scss */
#dashboard .my-project {
  border-bottom: solid 1px #D5D8DA;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #7c7e7e;
}
/* line 4349, ../sass/global.styles.scss */
#dashboard .my-project:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 4355, ../sass/global.styles.scss */
#dashboard .my-project h3.project-title {
  font: 18px/26px "Open Sans";
  color: #464646;
  font-weight: 600;
}
/* line 4359, ../sass/global.styles.scss */
#dashboard .my-project h3.project-title > a.link-view {
  font: 18px/26px "Open Sans";
  color: #464646;
  font-weight: 600;
}
/* line 4366, ../sass/global.styles.scss */
#dashboard .my-project .project-survey {
  *zoom: 1;
  margin-top: 8px;
}
/* line 181, ../sass/_custom.scss */
#dashboard .my-project .project-survey:before, #dashboard .my-project .project-survey:after {
  content: "";
  display: table;
}
/* line 186, ../sass/_custom.scss */
#dashboard .my-project .project-survey:after {
  clear: both;
}
/* line 4370, ../sass/global.styles.scss */
#dashboard .my-project .project-survey-title {
  font: 14px/24px "Open Sans";
  font-weight: 600;
  width: 180px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
/* line 4377, ../sass/global.styles.scss */
#dashboard .my-project .project-survey-status {
  font: 14px/24px "Open Sans";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 4380, ../sass/global.styles.scss */
#dashboard .my-project .project-survey-status.survey-status-completed {
  padding-left: 28px;
  background: url("../images/checkmark.png") left center no-repeat;
}
/* line 4384, ../sass/global.styles.scss */
#dashboard .my-project .project-survey-status.survey-status-not-completed {
  padding-left: 28px;
  background: url("../images/x.png") left center no-repeat;
}
/* line 4389, ../sass/global.styles.scss */
#dashboard .my-project .project-desc {
  line-height: 24px;
}
/* line 4392, ../sass/global.styles.scss */
#dashboard .my-project .project-survey-link {
  color: #085e7a;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 4399, ../sass/global.styles.scss */
#dashboard .my-project .project-actions {
  margin-top: 34px;
}
/* line 4401, ../sass/global.styles.scss */
#dashboard .my-project .project-actions a {
  margin-right: 30px;
  margin-bottom: 20px;
}

/* [MH] style change 6/8/20 - adding space above descriptive text on about page */
/* about page - ABOUT NSF AND ITEST*/
/* line 4417, ../sass/global.styles.scss */
#node-10506 .field-type-text-with-summary {
  padding-top: 25px;
}

/* about page - WHO WE ARE*/
/* line 4426, ../sass/global.styles.scss */
#node-10532 .field-type-text-with-summary {
  padding-top: 25px;
}

/* about page - WHAT STELAR DOES*/
/* line 4434, ../sass/global.styles.scss */
#node-10533 .field-type-text-with-summary {
  padding-top: 25px;
}

/* about page - OUR ADVISORS*/
/* line 4442, ../sass/global.styles.scss */
#node-10534 .field-type-text-with-summary {
  padding-top: 25px;
}

/* line 4451, ../sass/global.styles.scss */
#node-10506 .side-menu, #node-10532 .side-menu, #node-10533 .side-menu, #node-10534 .side-menu {
  float: right;
  width: 300px;
}
@media only screen and (max-width: 768px) {
  /* line 4451, ../sass/global.styles.scss */
  #node-10506 .side-menu, #node-10532 .side-menu, #node-10533 .side-menu, #node-10534 .side-menu {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
}
/* line 4460, ../sass/global.styles.scss */
#node-10506 > .node-content, #node-10506 > .content, #node-10532 > .node-content, #node-10532 > .content, #node-10533 > .node-content, #node-10533 > .content, #node-10534 > .node-content, #node-10534 > .content {
  float: left;
  width: 584px;
}
@media only screen and (max-width: 768px) {
  /* line 4460, ../sass/global.styles.scss */
  #node-10506 > .node-content, #node-10506 > .content, #node-10532 > .node-content, #node-10532 > .content, #node-10533 > .node-content, #node-10533 > .content, #node-10534 > .node-content, #node-10534 > .content {
    float: none;
    width: 100%;
  }
}
/* line 4469, ../sass/global.styles.scss */
#node-10506 > .node-content .field-item p, #node-10506 > .content .field-item p, #node-10532 > .node-content .field-item p, #node-10532 > .content .field-item p, #node-10533 > .node-content .field-item p, #node-10533 > .content .field-item p, #node-10534 > .node-content .field-item p, #node-10534 > .content .field-item p {
  font: 17px/28px "Open Sans";
  color: black;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  /* line 4469, ../sass/global.styles.scss */
  #node-10506 > .node-content .field-item p, #node-10506 > .content .field-item p, #node-10532 > .node-content .field-item p, #node-10532 > .content .field-item p, #node-10533 > .node-content .field-item p, #node-10533 > .content .field-item p, #node-10534 > .node-content .field-item p, #node-10534 > .content .field-item p {
    font: 1em/1.5em "Open Sans";
  }
}

/* line 4488, ../sass/global.styles.scss */
body.page-contact #contact-site-form .form-item {
  max-width: 700px;
}
/* line 4490, ../sass/global.styles.scss */
body.page-contact #contact-site-form .form-item label {
  color: #464646;
  margin-bottom: 5px;
}
/* line 4496, ../sass/global.styles.scss */
body.page-contact #contact-site-form .form-type-textfield input {
  height: 26px;
  width: 700px;
  border-color: #959595;
}
/* line 4503, ../sass/global.styles.scss */
body.page-contact #contact-site-form .form-item-message textarea {
  width: 700px;
  border-color: #959595;
}
/* line 4509, ../sass/global.styles.scss */
body.page-contact #contact-site-form .form-type-select select {
  border-color: #959595;
}

/* line 4521, ../sass/global.styles.scss */
body.page-contact-confirmation #main-content {
  margin: 30px 0 0;
  background-color: #FFF;
  padding: 0 30px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
/* line 4529, ../sass/global.styles.scss */
body.page-contact-confirmation #page-title {
  border: 0;
  color: #444646;
  font-weight: 200;
  font-size: 30px;
  margin: 0 0 15px;
  text-align: left;
  padding: 30px 0 0;
}
@media only screen and (max-width: 768px) {
  /* line 4529, ../sass/global.styles.scss */
  body.page-contact-confirmation #page-title {
    font: 1em/1.5em "Open Sans";
  }
}

/* line 4545, ../sass/global.styles.scss */
.node-page.article .content .addtoany_list, .node-page.article .node-content .addtoany_list {
  margin-bottom: 40px;
  display: block;
}
/* line 4550, ../sass/global.styles.scss */
.node-page.article .content .field-item p, .node-page.article .node-content .field-item p {
  font: 17px/28px "Open Sans";
  color: #000000;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  /* line 4550, ../sass/global.styles.scss */
  .node-page.article .content .field-item p, .node-page.article .node-content .field-item p {
    font: 1em/1.5em "Open Sans";
  }
}
/* line 4558, ../sass/global.styles.scss */
.node-page.article .content .field-item ol, .node-page.article .content .field-item ul, .node-page.article .node-content .field-item ol, .node-page.article .node-content .field-item ul {
  list-style-position: outside;
  padding-left: 20px;
  font: 17px/24px "Open Sans";
  color: #000000;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  /* line 4558, ../sass/global.styles.scss */
  .node-page.article .content .field-item ol, .node-page.article .content .field-item ul, .node-page.article .node-content .field-item ol, .node-page.article .node-content .field-item ul {
    font: 1em/1.5em "Open Sans";
  }
}
/* line 4568, ../sass/global.styles.scss */
.node-page.article .content .field-item ol li, .node-page.article .content .field-item ul li, .node-page.article .node-content .field-item ol li, .node-page.article .node-content .field-item ul li {
  margin-bottom: 16px;
}
/* line 4572, ../sass/global.styles.scss */
.node-page.article .content .field-item ol, .node-page.article .node-content .field-item ol {
  list-style-type: decimal;
}
/* line 4575, ../sass/global.styles.scss */
.node-page.article .content .field-item ul, .node-page.article .node-content .field-item ul {
  list-style-type: disc;
}

/* line 4582, ../sass/global.styles.scss */
.node-page.article div.content span.a2a_target.addtoany_list {
  display: none;
  border: 1px solid red;
}

/* line 4589, ../sass/global.styles.scss */
#about-menu ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 4593, ../sass/global.styles.scss */
#about-menu ul.menu li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border-top: solid 1px #C5C8C9;
}
/* line 4599, ../sass/global.styles.scss */
#about-menu ul.menu li.last {
  border-bottom: solid 1px #C5C8C9;
}
/* line 4602, ../sass/global.styles.scss */
#about-menu ul.menu li a {
  font: bold 14px "Open Sans";
  text-transform: uppercase;
  color: #444646;
  display: block;
  width: 100%;
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  /* line 4602, ../sass/global.styles.scss */
  #about-menu ul.menu li a {
    font: bold 0.75em "Open Sans";
  }
}
/* line 4613, ../sass/global.styles.scss */
#about-menu ul.menu li a.active-trail {
  color: #2075bc;
}
/* line 4616, ../sass/global.styles.scss */
#about-menu ul.menu li a:hover {
  color: #2075bc;
  text-decoration: underline;
}

/* line 4625, ../sass/global.styles.scss */
#social-menu {
  margin-bottom: 0;
  float: left;
  width: 61%;
}
@media only screen and (max-width: 768px) {
  /* line 4625, ../sass/global.styles.scss */
  #social-menu {
    width: 100%;
    margin-bottom: 1em;
  }
}
/* line 4634, ../sass/global.styles.scss */
#social-menu .block-title {
  display: none;
}
/* line 4637, ../sass/global.styles.scss */
#social-menu ul.menu {
  display: block;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 4637, ../sass/global.styles.scss */
  #social-menu ul.menu {
    margin-top: 2em;
    text-align: center;
  }
}
/* line 4648, ../sass/global.styles.scss */
#social-menu ul.menu li {
  display: inline;
  height: 13px;
  list-style: none outside none;
  margin-right: 10px;
  padding: 0;
}
/* line 4655, ../sass/global.styles.scss */
#social-menu ul.menu > li > a {
  text-indent: -999em;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 4678, ../sass/global.styles.scss */
.related-content-link {
  margin-top: 20px;
  display: block;
}

/* line 4692, ../sass/global.styles.scss */
.logged-in .stelar-privacy-legend,
.page-user .stelar-privacy-legend,
.page-course-participant .stelar-privacy-legend,
.page-project-member .stelar-privacy-legend {
  display: none;
}

/* line 4698, ../sass/global.styles.scss */
.page-course-participant #content > .block,
.page-project-member #content > .block {
  margin-top: 20px;
}
/* line 4704, ../sass/global.styles.scss */
.page-course-participant form#user-profile-form section .field-name-field-listed-accredited div.description:before,
.page-course-participant form#user-register-form section .field-name-field-listed-accredited div.description:before,
.page-project-member form#user-profile-form section .field-name-field-listed-accredited div.description:before,
.page-project-member form#user-register-form section .field-name-field-listed-accredited div.description:before {
  display: none;
}
/* line 4707, ../sass/global.styles.scss */
.page-course-participant form#user-profile-form section .field-name-field-listed-accredited div.description a,
.page-course-participant form#user-register-form section .field-name-field-listed-accredited div.description a,
.page-project-member form#user-profile-form section .field-name-field-listed-accredited div.description a,
.page-project-member form#user-register-form section .field-name-field-listed-accredited div.description a {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #464646;
}

/* line 4719, ../sass/global.styles.scss */
#main-content-header #tasks {
  margin-bottom: 0;
}
/* line 4721, ../sass/global.styles.scss */
#main-content-header #tasks ul.primary.tabs, #main-content-header #tasks ul.tabs {
  margin-bottom: -1px;
  padding: 0;
}
/* line 4724, ../sass/global.styles.scss */
#main-content-header #tasks ul.primary.tabs li, #main-content-header #tasks ul.tabs li {
  margin-left: 0;
  margin-right: -1px;
}
/* line 4727, ../sass/global.styles.scss */
#main-content-header #tasks ul.primary.tabs li a, #main-content-header #tasks ul.tabs li a {
  background-color: #F1F2F2;
  border-left: solid 1px #C6CCCD;
  border-top: solid 1px #C6CCCD;
  border-right: solid 1px #C6CCCD;
  color: #464646;
  font-size: 13px;
  padding: 20px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  /* line 4727, ../sass/global.styles.scss */
  #main-content-header #tasks ul.primary.tabs li a, #main-content-header #tasks ul.tabs li a {
    padding: 5px;
  }
}
/* line 4742, ../sass/global.styles.scss */
#main-content-header #tasks ul.primary.tabs li.active a, #main-content-header #tasks ul.tabs li.active a {
  background-color: #FFF;
}

/* line 4751, ../sass/global.styles.scss */
.system-edit-form, #node-registration-form, #event-node-form, body.page-user #content {
  background-color: #FFF;
  padding: 15px;
  border: solid 1px #C6CCCD;
}

/* line 4762, ../sass/global.styles.scss */
form#user-profile-form fieldset, form#user-register-form fieldset {
  border: 0;
}
/* line 4764, ../sass/global.styles.scss */
form#user-profile-form fieldset span.fieldset-legend, form#user-register-form fieldset span.fieldset-legend {
  background: none;
  padding-left: 0;
  color: #27A8E0;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
/* line 4776, ../sass/global.styles.scss */
form#user-profile-form > div, form#user-register-form > div {
  max-width: 100%;
  padding: 0px 20px 20px 20px;
}
/* line 4783, ../sass/global.styles.scss */
form#user-profile-form section.section-main > header, form#user-register-form section.section-main > header {
  margin-top: 10px;
}
/* line 4787, ../sass/global.styles.scss */
form#user-profile-form section, form#user-register-form section {
  color: #464646;
}
/* line 4789, ../sass/global.styles.scss */
form#user-profile-form section > header, form#user-register-form section > header {
  font-size: 18px;
  font-weight: 600;
  color: #27a8e0;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 4789, ../sass/global.styles.scss */
  form#user-profile-form section > header, form#user-register-form section > header {
    margin-top: 15px;
  }
}
/* line 4798, ../sass/global.styles.scss */
form#user-profile-form section p, form#user-register-form section p {
  font: 13px/20px "Open Sans";
  font-style: italic;
  font-weight: 100;
}
/* line 4803, ../sass/global.styles.scss */
form#user-profile-form section p.demographics-explanation:before, form#user-register-form section p.demographics-explanation:before {
  content: "Note:";
  color: #eb3f1d;
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase;
}
/* line 4812, ../sass/global.styles.scss */
form#user-profile-form section div.description, form#user-register-form section div.description {
  font: 13px/20px "Open Sans";
  font-style: italic;
  font-weight: 100;
}
/* line 4816, ../sass/global.styles.scss */
form#user-profile-form section div.description:before, form#user-register-form section div.description:before {
  content: "Note:";
  color: #eb3f1d;
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase;
}
/* line 4824, ../sass/global.styles.scss */
form#user-profile-form section .form-type-radio, form#user-profile-form section .form-type-checkbox, form#user-register-form section .form-type-radio, form#user-register-form section .form-type-checkbox {
  margin: 0;
}
/* line 4826, ../sass/global.styles.scss */
form#user-profile-form section .form-type-radio input, form#user-profile-form section .form-type-checkbox input, form#user-register-form section .form-type-radio input, form#user-register-form section .form-type-checkbox input {
  margin-right: 5px;
}
/* line 4829, ../sass/global.styles.scss */
form#user-profile-form section .form-type-radio label, form#user-profile-form section .form-type-checkbox label, form#user-register-form section .form-type-radio label, form#user-register-form section .form-type-checkbox label {
  font-size: 13px;
  color: #464646;
}
/* line 4835, ../sass/global.styles.scss */
form#user-profile-form input[type="text"], form#user-profile-form input[type="password"], form#user-register-form input[type="text"], form#user-register-form input[type="password"] {
  max-width: 300px;
  width: 100%;
}
/* line 4839, ../sass/global.styles.scss */
form#user-profile-form input#edit-mail, form#user-register-form input#edit-mail {
  max-width: 760px;
  width: 100%;
}
/* line 4843, ../sass/global.styles.scss */
form#user-profile-form .confirm-parent, form#user-profile-form .password-parent, form#user-register-form .confirm-parent, form#user-register-form .password-parent {
  width: 100%;
}
/* line 4846, ../sass/global.styles.scss */
form#user-profile-form .form-item, form#user-register-form .form-item {
  margin: 3px 0 8px;
}

/* line 4851, ../sass/global.styles.scss */
#node-registration-form {
  margin-top: 16px;
}
/* line 4854, ../sass/global.styles.scss */
#node-registration-form a#edit-return {
  margin-left: 20px;
  display: none;
}
/* line 4861, ../sass/global.styles.scss */
#node-registration-form .form-actions input.form-submit + a {
  margin-left: 20px;
}

/* line 4871, ../sass/global.styles.scss */
#event-node-form input#edit-preview.form-submit {
  margin-left: 20px;
}
/* line 4875, ../sass/global.styles.scss */
#event-node-form input#edit-delete.form-submit {
  margin-left: 20px;
}

/* line 4881, ../sass/global.styles.scss */
input#edit-preview {
  margin-left: 20px;
}

/* line 4887, ../sass/global.styles.scss */
input#edit-delete {
  margin-left: 20px;
}

/* line 4894, ../sass/global.styles.scss */
body.page-user .user-full-name {
  font-size: 30px;
  color: #444646;
  padding-left: 65px;
  background: url("../images/User-Icon-Profile.png") left bottom no-repeat;
}
/* line 4902, ../sass/global.styles.scss */
body.page-user #content section a {
  color: #7c7e7e;
  text-decoration: none;
}
/* line 4905, ../sass/global.styles.scss */
body.page-user #content section a:hover {
  text-decoration: underline;
}
/* line 4909, ../sass/global.styles.scss */
body.page-user #content section ul.field-items {
  margin: 0;
}
/* line 4915, ../sass/global.styles.scss */
body.page-user #content section.history h3 {
  text-transform: capitalize;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: #27a8e0;
}
/* line 4923, ../sass/global.styles.scss */
body.page-user #content section.history dl dt {
  color: #444646;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  font-variant: normal;
}
/* line 4930, ../sass/global.styles.scss */
body.page-user #content section.history dl dd {
  color: #7c7e7e;
}
/* line 4935, ../sass/global.styles.scss */
body.page-user #content .contact-me {
  margin-top: 32px;
}

/* line 4946, ../sass/global.styles.scss */
body.page-user.not-logged-in input.form-text {
  padding-left: 10px;
}
/* line 4949, ../sass/global.styles.scss */
body.page-user.not-logged-in .user-full-name {
  margin-bottom: 20px;
}
/* line 4952, ../sass/global.styles.scss */
body.page-user.not-logged-in .contact-me {
  display: none;
}

/* line 4958, ../sass/global.styles.scss */
#breadcrumb {
  display: none;
}

/* line 4964, ../sass/global.styles.scss */
.form-managed-file input[type="file"] + input[value="Upload"] {
  margin-left: 20px;
}

/* line 4971, ../sass/global.styles.scss */
body.page-registration-cancel #content {
  margin-top: 20px;
}
/* line 4974, ../sass/global.styles.scss */
body.page-registration-cancel #content .form-actions a#edit-cancel {
  margin-left: 20px;
}

/* line 4984, ../sass/global.styles.scss */
.registration-link {
  margin-bottom: 20px;
  display: block;
}

/* line 4996, ../sass/global.styles.scss */
#advanced-search .advanced-search-form p:first-child {
  display: none;
}
/* line 5000, ../sass/global.styles.scss */
#advanced-search .advanced-search-form .go-to-projects-link a, #advanced-search .advanced-search-form .go-to-community-link a {
  color: #085E7A;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 5006, ../sass/global.styles.scss */
#advanced-search .advanced-search-form > p {
  font-weight: 600;
}
/* line 5008, ../sass/global.styles.scss */
#advanced-search .advanced-search-form > p span {
  font-weight: 200;
  font-size: 13px;
}
/* line 5013, ../sass/global.styles.scss */
#advanced-search .advanced-search-form .form-item {
  max-width: 585px;
  width: 100%;
}
/* line 5016, ../sass/global.styles.scss */
#advanced-search .advanced-search-form .form-item input.form-text {
  width: 100%;
  max-width: 585px;
  height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
}
/* line 5028, ../sass/global.styles.scss */
#advanced-search .advanced-search-form .form-item.form-item-content-types > label {
  border: solid 1px #CFCFCF;
  width: 100%;
  max-width: 585px;
  border-radius: 0;
  background-image: none;
  background-color: #FFF;
  height: 24px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #444646;
}
/* line 5040, ../sass/global.styles.scss */
#advanced-search .advanced-search-form .form-item.form-item-content-types > label:before {
  background-color: #FFF;
  color: #FFF;
  content: ".";
  float: left;
  margin-right: 25px;
}
/* line 5048, ../sass/global.styles.scss */
#advanced-search .advanced-search-form .form-item.form-item-content-types > #edit-content-types {
  border: solid 1px #CFCFCF;
  width: 100%;
  max-width: 585px;
  border-radius: 0;
  padding: 0 0 15px;
}
/* line 5054, ../sass/global.styles.scss */
#advanced-search .advanced-search-form .form-item.form-item-content-types > #edit-content-types .form-type-checkbox {
  margin: 3px 20px;
  width: auto;
}
/* line 5057, ../sass/global.styles.scss */
#advanced-search .advanced-search-form .form-item.form-item-content-types > #edit-content-types .form-type-checkbox input {
  margin-right: 5px;
}
/* line 5060, ../sass/global.styles.scss */
#advanced-search .advanced-search-form .form-item.form-item-content-types > #edit-content-types .form-type-checkbox label {
  font-size: 13px;
  color: #464646;
}
/* line 5069, ../sass/global.styles.scss */
#advanced-search #advanced-search-results_wrapper {
  max-width: 590px;
  width: 100%;
  margin-top: 55px;
}
/* line 5074, ../sass/global.styles.scss */
#advanced-search #advanced-search-results_wrapper .search-results h2.content-title {
  font-weight: 200;
  padding-top: 15px;
  padding-bottom: 25px;
}
/* line 5078, ../sass/global.styles.scss */
#advanced-search #advanced-search-results_wrapper .search-results h2.content-title + .info-pagination.results-counter {
  margin-top: 0;
}
/* line 5083, ../sass/global.styles.scss */
#advanced-search #advanced-search-results_wrapper .search-results .content p.summary {
  margin-bottom: 10px;
}
/* line 5088, ../sass/global.styles.scss */
#advanced-search #advanced-search-results_wrapper .DTTT_container {
  display: none;
}

/* line 5095, ../sass/global.styles.scss */
#back-to-top a {
  width: 46px;
  height: 46px;
  position: fixed;
  z-index: 1000;
  top: 500px;
  right: 122px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #2bafe9;
  display: block;
  text-indent: -9999px;
  z-index: 1000;
  transition: 0.4s ease;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  /* line 5095, ../sass/global.styles.scss */
  #back-to-top a {
    right: 10px;
  }
}
/* line 5113, ../sass/global.styles.scss */
#back-to-top a:before {
  text-indent: 0px;
  font-family: "FontAwesome";
  content: '\f077';
  font-size: 12px;
  top: 12px;
  left: 17px;
  position: absolute;
  color: #2bafe9;
}
/* line 5123, ../sass/global.styles.scss */
#back-to-top a:hover {
  transition: 0.4s ease;
  border-color: #2077be;
}
/* line 5126, ../sass/global.styles.scss */
#back-to-top a:hover:before {
  color: #2077be;
}

/* line 5132, ../sass/global.styles.scss */
#back-to-top.visible a {
  opacity: 1;
  pointer-events: auto;
}

/* line 5139, ../sass/global.styles.scss */
.region-dashboard-content #block-block-4 {
  border-radius: 4px;
  border: solid 2px #27A8E0;
}

/* line 5150, ../sass/global.styles.scss */
.info-pagination {
  clear: both;
}

/* line 5155, ../sass/global.styles.scss */
.info-pagination.first {
  margin-top: 16px;
  padding-bottom: 8px;
}

/* line 5161, ../sass/global.styles.scss */
a.view-all-blogs {
  font-family: "Open Sans";
  color: #444646;
  display: inline-block;
  font-size: 13px;
  margin-top: 0;
  text-transform: uppercase;
}

/* line 5172, ../sass/global.styles.scss */
html.js input.form-autocomplete {
  background-position: 100% 8px;
}
/* line 5174, ../sass/global.styles.scss */
html.js input.form-autocomplete.throbbing {
  background-position: 100% -13px;
}

/* line 5184, ../sass/global.styles.scss */
.page-projects-related-content .related-content h2.node-title a {
  color: #444646;
  font: 600 15px/22px "Open Sans";
  margin: 0;
}
/* line 5191, ../sass/global.styles.scss */
.page-projects-related-content .related-content .node .left-side-content {
  border-bottom: solid 1px #C5C8C9;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
/* line 5198, ../sass/global.styles.scss */
.page-projects-related-content a.read-more {
  color: #085E7A;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 5204, ../sass/global.styles.scss */
.page-projects-related-content .field-item p {
  color: #7C7E7E;
  font: 14px "Open Sans";
}

/* line 5212, ../sass/global.styles.scss */
.event-registration-info {
  clear: both;
}
/* line 5214, ../sass/global.styles.scss */
.event-registration-info a {
  margin-left: 15px;
}

/* line 5221, ../sass/global.styles.scss */
.right-side-sidebar .form-item {
  border-width: 0px;
}
/* line 5223, ../sass/global.styles.scss */
.right-side-sidebar .form-item input.form-text {
  background-color: #f3f3f3;
  padding: 17px;
  border-width: 0px;
  text-transform: none;
  font-size: 14px;
}

/* line 5232, ../sass/global.styles.scss */
#stelar-quick-search-form .form-item input.form-text::placeholder {
  text-transform: none;
  color: #bababa;
  font-family: "Droid Sans Bold";
}

/* line 5239, ../sass/global.styles.scss */
iframe, object, embed {
  max-width: 100%;
}

/* line 5245, ../sass/global.styles.scss */
section.field-name-field-youtube-link .field-label {
  display: none;
}

/* line 5253, ../sass/global.styles.scss */
body.node-type-blog .left-side-content h2.content-title {
  margin-bottom: 20px;
}
/* line 5257, ../sass/global.styles.scss */
body.node-type-blog .social-addtoany {
  margin-top: 30px;
  margin-bottom: 20px;
}
/* line 5261, ../sass/global.styles.scss */
body.node-type-blog span.date-published {
  background: url("../images/Event-Feed-Icon.png") left center no-repeat;
  padding-left: 25px;
  font-size: 15px;
  color: #444646;
}
/* line 5266, ../sass/global.styles.scss */
body.node-type-blog span.date-published time {
  font-size: 15px;
  color: #444646;
}

/* line 5275, ../sass/global.styles.scss */
.field-name-field-main-image h2.field-label {
  display: none;
}

/* line 5282, ../sass/global.styles.scss */
#galleriffic {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  /* line 5285, ../sass/global.styles.scss */
  #galleriffic #thumbs ul.thumbs {
    text-align: center;
  }
}
/* line 5290, ../sass/global.styles.scss */
#galleriffic #thumbs ul.thumbs li {
  margin: 0 20px 20px 0;
}
/* line 5292, ../sass/global.styles.scss */
#galleriffic #thumbs ul.thumbs li:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  /* line 5290, ../sass/global.styles.scss */
  #galleriffic #thumbs ul.thumbs li {
    margin: 0 auto 20px;
    float: none;
  }
}
/* line 5300, ../sass/global.styles.scss */
#galleriffic #thumbs ul.thumbs li > a {
  display: block;
  position: relative;
}
/* line 5303, ../sass/global.styles.scss */
#galleriffic #thumbs ul.thumbs li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: transparent url("../images/Zoom-Icon.png") left top no-repeat;
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: all 100ms linear, opacity 1000ms linear;
  -ms-transition: all 100ms linear, opacity 1000ms linear;
  -o-transition: all 100ms linear, opacity 1000ms linear;
  -transition: all 100ms linear, opacity 1000ms linear;
  transition: all 100ms linear, opacity 1000ms linear;
}
/* line 5318, ../sass/global.styles.scss */
#galleriffic #thumbs ul.thumbs li > a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -transition: all 100ms linear;
  transition: all 100ms linear;
}
@media only screen and (max-width: 768px) {
  /* line 5318, ../sass/global.styles.scss */
  #galleriffic #thumbs ul.thumbs li > a:hover:before {
    display: none;
  }
}
/* line 5327, ../sass/global.styles.scss */
#galleriffic #thumbs ul.thumbs li img {
  display: block;
  width: 220px;
  height: 162px;
  border: 0;
}
@media only screen and (max-width: 768px) {
  /* line 5327, ../sass/global.styles.scss */
  #galleriffic #thumbs ul.thumbs li img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

/* line 5342, ../sass/global.styles.scss */
#gallery-viewer #controls a {
  background: none;
  border: 0;
  font: 12px "Open Sans";
  font-weight: 600;
  text-transform: uppercase;
}
/* line 5348, ../sass/global.styles.scss */
#gallery-viewer #controls a:hover {
  background: none;
  border: 0;
  color: #999;
}

@media only screen and (max-width: 768px) {
  /* line 5357, ../sass/global.styles.scss */
  .forum-node-create-links, .forum-node-create-links-top {
    width: 100%;
    line-height: 2.5em;
  }
}

@media only screen and (max-width: 768px) {
  /* line 5364, ../sass/global.styles.scss */
  .forum-post-panel-main {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  /* line 5370, ../sass/global.styles.scss */
  .forum-post-panel-sub {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  /* line 5378, ../sass/global.styles.scss */
  #forum .views-field-topic-icon, #forum .views-field-last-updated {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 5383, ../sass/global.styles.scss */
  #forum .forum-tools, #forum #forum-sort {
    float: none;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 768px) {
  /* line 5392, ../sass/global.styles.scss */
  #advanced-forum-forum-topic-list-sort-form .container-inline, #ctools-jump-menu .container-inline {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  /* line 5397, ../sass/global.styles.scss */
  #advanced-forum-forum-topic-list-sort-form .container-inline > div, #ctools-jump-menu .container-inline > div {
    display: block;
    margin-bottom: .75em !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 5403, ../sass/global.styles.scss */
  #advanced-forum-forum-topic-list-sort-form .container-inline > div select, #ctools-jump-menu .container-inline > div select {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 5409, ../sass/global.styles.scss */
  #advanced-forum-forum-topic-list-sort-form .container-inline input, #ctools-jump-menu .container-inline input {
    width: auto;
    padding: 8px 30px !important;
  }
}

/* line 5420, ../sass/global.styles.scss */
.node-type-forum a.author-pane-link:visited {
  color: white;
  text-shadow: none;
}

/* line 5429, ../sass/global.styles.scss */
.field-name-field-related-projects .item-list ul li {
  margin: 0;
}

/* line 5436, ../sass/global.styles.scss */
#event-anon-registration {
  float: left;
}

/* line 5440, ../sass/global.styles.scss */
input.form-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 416, ../sass/_custom.scss */
input.form-text::-webkit-input-placeholder {
  color: #b5bec1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 200;
}
/* line 417, ../sass/_custom.scss */
input.form-text:-moz-placeholder {
  color: #b5bec1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 200;
}
/* line 418, ../sass/_custom.scss */
input.form-text::-moz-placeholder {
  color: #b5bec1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 200;
}
/* line 419, ../sass/_custom.scss */
input.form-text:-ms-input-placeholder {
  color: #b5bec1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 200;
}

/* line 5452, ../sass/global.styles.scss */
#project-search-results h2.content-title, #news-search-results h2.content-title, #events-search-results h2.content-title, #blogs-search-results h2.content-title, #resources-search-results h2.content-title, #community-search-results h2.content-title, #opportunity-search-results h2.content-title {
  display: none;
}

/* line 5459, ../sass/global.styles.scss */
.right-side-sidebar hr {
  margin: 32px 0;
}
/* line 5463, ../sass/global.styles.scss */
.right-side-sidebar .field-name-field-project-work-state ul.field-items {
  float: left;
}
/* line 5465, ../sass/global.styles.scss */
.right-side-sidebar .field-name-field-project-work-state ul.field-items .field-item {
  width: 100%;
}
/* line 5467, ../sass/global.styles.scss */
.right-side-sidebar .field-name-field-project-work-state ul.field-items .field-item.states-two-columns {
  width: 110px;
  float: left;
}
/* line 5471, ../sass/global.styles.scss */
.right-side-sidebar .field-name-field-project-work-state ul.field-items .field-item.states-three-columns {
  width: 80px;
  float: left;
}
/* line 5480, ../sass/global.styles.scss */
.right-side-sidebar .field-type-entityreference .field-item a {
  text-decoration: underline;
}

/* line 5487, ../sass/global.styles.scss */
h2.share-resources-title {
  font-weight: 600;
  color: #3b4444;
  font-size: 18px;
  margin: 35px 0 5px 20px;
}

/* line 5495, ../sass/global.styles.scss */
.hide-paginate {
  display: none;
}

/* line 5501, ../sass/global.styles.scss */
#resources-search-results thead {
  border-top: 1px solid #c8c8c8 !important;
  display: block;
  padding-top: 16px !important;
}
/* line 5507, ../sass/global.styles.scss */
#resources-search-results .content-image .meta {
  margin-left: 10px;
}
/* line 5512, ../sass/global.styles.scss */
#resources-search-results .result-body .item-list .meta {
  display: block;
  margin-bottom: 0px;
}
/* line 5515, ../sass/global.styles.scss */
#resources-search-results .result-body .item-list .meta li {
  margin-left: 0;
  margin-right: 5px;
  display: inline;
  text-transform: uppercase;
  color: #9a9a9a;
  font-size: 12px;
}

/* Accordion Blocks*/
/* line 5530, ../sass/global.styles.scss */
.ui-accordion .ui-accordion-header {
  background: url("../images/accordion-plus.png") 16px center no-repeat #05a69e;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 16px 16px 58px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 5537, ../sass/global.styles.scss */
.ui-accordion .ui-accordion-header.ui-state-active {
  background: url("../images/accordion-minus.png") 16px center no-repeat #27a8e1;
}
/* line 5540, ../sass/global.styles.scss */
.ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}
/* line 5544, ../sass/global.styles.scss */
.ui-accordion .ui-widget-content {
  border: none;
  background: none transparent;
  color: #333;
  padding: 1em 0;
}

/* line 5552, ../sass/global.styles.scss */
.ui-accordion-content-active {
  height: auto !important;
}

/* Node - Compact */
/* line 5558, ../sass/global.styles.scss */
article.mode-compact a:hover h2 {
  color: #27a8e1;
}

/* line 5560, ../sass/global.styles.scss */
article.mode-compact {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #c6c8c7;
}
/* line 5564, ../sass/global.styles.scss */
article.mode-compact a {
  color: #444646;
  display: block;
  text-decoration: none;
}
/* line 5568, ../sass/global.styles.scss */
article.mode-compact a:hover, article.mode-compact a:focus {
  text-decoration: none;
}
/* line 5570, ../sass/global.styles.scss */
article.mode-compact a:hover .link-more, article.mode-compact a:focus .link-more {
  color: #085b79;
}
/* line 5574, ../sass/global.styles.scss */
article.mode-compact a h2 {
  margin: 0 0 4px 0;
  font-size: 1em;
}
/* line 5578, ../sass/global.styles.scss */
article.mode-compact a .content {
  margin: 0 0 4px 0;
  color: black;
}
/* line 5581, ../sass/global.styles.scss */
article.mode-compact a .content .node-type {
  color: #085b79;
  font-style: italic;
  text-transform: uppercase;
}
/* line 5587, ../sass/global.styles.scss */
article.mode-compact a .content .field-name-body {
  display: inline;
}
/* line 5589, ../sass/global.styles.scss */
article.mode-compact a .content .field-name-body div, article.mode-compact a .content .field-name-body p {
  display: inline;
}
/* line 5594, ../sass/global.styles.scss */
article.mode-compact a .link-more {
  color: #bbb;
  text-transform: uppercase;
  font-size: 0.8em;
}

/* Opportunities Showcase */
/* line 5603, ../sass/global.styles.scss */
.opportunities_showcase {
  background: #fff;
  padding: 20px 20px 20px 0px;
  margin-bottom: 20px;
}
/* line 5607, ../sass/global.styles.scss */
.opportunities_showcase h2 {
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 200;
  color: #085e7a;
  margin: 0 0 10px 0;
}
/* line 5614, ../sass/global.styles.scss */
.opportunities_showcase a.stelar-show-all {
  color: #1c2f46;
  float: right;
  font-family: "Droid Sans Bold";
  font-size: 13px;
  margin-top: 10px;
  transition: 0.2s ease;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  /* line 5614, ../sass/global.styles.scss */
  .opportunities_showcase a.stelar-show-all {
    font-size: .75em;
  }
}
/* line 5629, ../sass/global.styles.scss */
.opportunities_showcase a.stelar-show-all:hover {
  text-decoration: none;
  color: #2bafe9;
  transition: 0.2s ease;
}
/* line 5635, ../sass/global.styles.scss */
.opportunities_showcase .showcase-item {
  margin: 0 0 0px;
  /* h6 {
     font-size: 14px;
     line-height: 20px;
     font-weight: bold;
     color: #444646;
     margin: 0 0 4px 0;
     }*/
}

/* line 5648, ../sass/global.styles.scss */
.maintenance-page #page {
  padding: 0;
}
/* line 5650, ../sass/global.styles.scss */
.maintenance-page #page #header {
  text-align: center;
}
/* line 5652, ../sass/global.styles.scss */
.maintenance-page #page #header #branding {
  float: none;
  width: 300px;
  margin: 0 auto;
}
/* line 5658, ../sass/global.styles.scss */
.maintenance-page #page #main-content {
  max-width: 1170px;
  margin: 40px auto;
  border: 1px solid #1c2f46;
  padding: 20px;
  background: #fff;
  font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* line 5665, ../sass/global.styles.scss */
.maintenance-page #page #main-content h1 {
  margin: 0 0 20px 0;
}
/* line 5668, ../sass/global.styles.scss */
.maintenance-page #page #main-content #content {
  font-size: 1.4em;
  line-height: 1.6em;
}

/* line 5676, ../sass/global.styles.scss */
#block-menu-menu-interactions {
  margin-top: 10px;
  margin-bottom: 5px;
}
/* line 5679, ../sass/global.styles.scss */
#block-menu-menu-interactions h2.block-title {
  display: none;
}
/* line 5682, ../sass/global.styles.scss */
#block-menu-menu-interactions div.block-content {
  text-align: center;
}
/* line 5684, ../sass/global.styles.scss */
#block-menu-menu-interactions div.block-content ul.menu {
  margin: 20px auto 0 auto;
  padding: 0;
  display: inline-block;
}
/* line 5688, ../sass/global.styles.scss */
#block-menu-menu-interactions div.block-content ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0 5px;
}
/* line 5693, ../sass/global.styles.scss */
#block-menu-menu-interactions div.block-content ul.menu li a {
  padding: 5px 25px;
}

/* line 5704, ../sass/global.styles.scss */
body.page-node-add #page-title {
  margin-bottom: 0;
  text-align: left;
  padding: 10px 0 20px 0;
}
/* line 5711, ../sass/global.styles.scss */
body.page-node-add #block-system-main .node-form input.form-text {
  width: 100%;
}
/* line 5714, ../sass/global.styles.scss */
body.page-node-add #block-system-main .node-form input.form-submit {
  padding: 5px 25px;
  margin-right: 15px;
}
/* line 5719, ../sass/global.styles.scss */
body.page-node-add #block-system-main .node-form #edit-field-relevant-project-und-actions #edit-field-relevant-project-und-actions-bundle {
  display: none;
}
/* line 5724, ../sass/global.styles.scss */
body.page-node-add #block-system-main .node-form table label {
  margin-left: 10px;
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: bold;
  line-height: 21px;
  text-transform: none;
  color: #000;
}
/* line 5734, ../sass/global.styles.scss */
body.page-node-add #block-system-main .node-form .tabledrag-toggle-weight-wrapper {
  display: none;
}
/* line 5737, ../sass/global.styles.scss */
body.page-node-add #block-system-main .node-form fieldset {
  margin: 20px 0 25px 0;
  background-color: #e5e5e5;
}
/* line 5741, ../sass/global.styles.scss */
body.page-node-add #block-system-main .node-form fieldset legend .fieldset-legend {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
}
/* line 5748, ../sass/global.styles.scss */
body.page-node-add #block-system-main .node-form fieldset .fieldset-description {
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 5757, ../sass/global.styles.scss */
.view-interactions.view-display-id-page_1 .views-exposed-form #edit-field-status-value-wrapper {
  width: 140px;
}

/* line 5763, ../sass/global.styles.scss */
body.page-node-add.page-node-add-interaction #block-system-main #edit-field-duration, body.page-node-add.page-node-add-interaction #block-system-main #edit-field-duration-m {
  display: inline-block;
  margin-right: 30px;
  width: 120px;
}
/* line 5767, ../sass/global.styles.scss */
body.page-node-add.page-node-add-interaction #block-system-main #edit-field-duration .field-prefix, body.page-node-add.page-node-add-interaction #block-system-main #edit-field-duration-m .field-prefix {
  display: inline-block;
}
/* line 5770, ../sass/global.styles.scss */
body.page-node-add.page-node-add-interaction #block-system-main #edit-field-duration .form-text, body.page-node-add.page-node-add-interaction #block-system-main #edit-field-duration-m .form-text {
  display: inline-block;
  width: 60px;
}
/* line 5777, ../sass/global.styles.scss */
body.page-node-add.page-node-add-interaction form#interaction-node-form #edit-field-staff-involved, body.page-node-add.page-node-add-interaction form#interaction-node-form #edit-field-interaction-who-involved {
  width: 460px;
  float: left;
}
/* line 5781, ../sass/global.styles.scss */
body.page-node-add.page-node-add-interaction form#interaction-node-form #edit-field-staff-involved {
  margin-right: 20px;
}
/* line 5786, ../sass/global.styles.scss */
body.page-node-add.page-node-add-interaction fieldset.group-date #edit-field-date-of-interaction, body.page-node-add.page-node-add-interaction fieldset.group-date #edit-field-completion-date {
  width: 360px;
  float: left;
}
/* line 5791, ../sass/global.styles.scss */
body.page-node-add.page-node-add-interaction #edit-field-interaction-topic, body.page-node-add.page-node-add-interaction #edit-field-category-of-activity, body.page-node-add.page-node-add-interaction #edit-field-resources-shared, body.page-node-add.page-node-add-interaction #edit-field-resources-shared, body.page-node-add.page-node-add-interaction #edit-field-type-of-assistance {
  width: 220px;
  float: left;
  margin-right: 15px;
}
/* line 5795, ../sass/global.styles.scss */
body.page-node-add.page-node-add-interaction #edit-field-interaction-topic select, body.page-node-add.page-node-add-interaction #edit-field-category-of-activity select, body.page-node-add.page-node-add-interaction #edit-field-resources-shared select, body.page-node-add.page-node-add-interaction #edit-field-resources-shared select, body.page-node-add.page-node-add-interaction #edit-field-type-of-assistance select {
  width: 200px;
}
/* line 5799, ../sass/global.styles.scss */
body.page-node-add.page-node-add-interaction #edit-field-status {
  clear: both;
}

/* line 5806, ../sass/global.styles.scss */
body.page-node-edit.node-type-interaction .group-duration .field-type-hms-field-form {
  float: left;
  width: 120px;
  margin-right: 20px;
}
/* line 5813, ../sass/global.styles.scss */
body.page-node-edit.node-type-interaction form#interaction-node-form #edit-field-staff-involved, body.page-node-edit.node-type-interaction form#interaction-node-form #edit-field-interaction-who-involved {
  width: 460px;
  float: left;
}
/* line 5817, ../sass/global.styles.scss */
body.page-node-edit.node-type-interaction form#interaction-node-form #edit-field-staff-involved {
  margin-right: 20px;
}
/* line 5822, ../sass/global.styles.scss */
body.page-node-edit.node-type-interaction fieldset.group-date #edit-field-date-of-interaction, body.page-node-edit.node-type-interaction fieldset.group-date #edit-field-completion-date {
  width: 360px;
  float: left;
}
/* line 5827, ../sass/global.styles.scss */
body.page-node-edit.node-type-interaction #edit-field-interaction-topic, body.page-node-edit.node-type-interaction #edit-field-category-of-activity, body.page-node-edit.node-type-interaction #edit-field-resources-shared, body.page-node-edit.node-type-interaction #edit-field-resources-shared, body.page-node-edit.node-type-interaction #edit-field-type-of-assistance {
  width: 220px;
  float: left;
  margin-right: 15px;
}
/* line 5831, ../sass/global.styles.scss */
body.page-node-edit.node-type-interaction #edit-field-interaction-topic select, body.page-node-edit.node-type-interaction #edit-field-category-of-activity select, body.page-node-edit.node-type-interaction #edit-field-resources-shared select, body.page-node-edit.node-type-interaction #edit-field-resources-shared select, body.page-node-edit.node-type-interaction #edit-field-type-of-assistance select {
  width: 200px;
}
/* line 5835, ../sass/global.styles.scss */
body.page-node-edit.node-type-interaction #edit-field-status {
  clear: both;
}

/* line 5840, ../sass/global.styles.scss */
.st-fields-wrapper {
  display: block;
  width: 100%;
  position: relative;
}

/* line 5846, ../sass/global.styles.scss */
.st-field {
  float: left;
  margin: 15px;
}

/* line 5852, ../sass/global.styles.scss */
.st-field:first-child {
  margin-left: 0;
}

/* line 5856, ../sass/global.styles.scss */
.st-field-last {
  margin-right: 0;
}

/* line 5860, ../sass/global.styles.scss */
.st-inner-wrapper, .st-inner-wrapper-long {
  border: 1px solid black;
  padding: 7px;
  margin: 5px 0;
}

/* line 5866, ../sass/global.styles.scss */
.st-inner-wrapper {
  width: 275px;
}

/* line 5872, ../sass/global.styles.scss */
.node-type-interaction .field li, .node-type-interaction .field .field-item {
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  padding: 7px;
}
/* line 5878, ../sass/global.styles.scss */
.node-type-interaction .field li:last-child, .node-type-interaction .field .field-item:last-child {
  border: 1px solid black;
}
/* line 5881, ../sass/global.styles.scss */
.node-type-interaction .field .field-items {
  margin: 5px 0;
}
/* line 5886, ../sass/global.styles.scss */
.node-type-interaction .st-fields-wrapper li, .node-type-interaction .st-fields-wrapper .field-item {
  width: 275px;
}
/* line 5896, ../sass/global.styles.scss */
.node-type-interaction .field-type-hms-field {
  display: inline;
}
/* line 5898, ../sass/global.styles.scss */
.node-type-interaction .field-type-hms-field .field-items {
  display: inline;
}
/* line 5901, ../sass/global.styles.scss */
.node-type-interaction .field-type-hms-field li, .node-type-interaction .field-type-hms-field .field-item {
  border: none;
  padding: 1px;
  width: auto;
  display: inline;
}
/* line 5906, ../sass/global.styles.scss */
.node-type-interaction .field-type-hms-field li span, .node-type-interaction .field-type-hms-field .field-item span {
  display: inline;
}
/* line 5910, ../sass/global.styles.scss */
.node-type-interaction .field-type-hms-field li:last-child, .node-type-interaction .field-type-hms-field .field-item:last-child {
  border: none;
}
/* line 5915, ../sass/global.styles.scss */
.node-type-interaction .field-name-field-staff-involved .field-items {
  margin: 0;
}
/* line 5918, ../sass/global.styles.scss */
.node-type-interaction .field-name-field-staff-involved .field-item {
  display: inline;
  border: none;
}
/* line 5921, ../sass/global.styles.scss */
.node-type-interaction .field-name-field-staff-involved .field-item:last-child {
  display: inline;
  border: none;
}
/* line 5924, ../sass/global.styles.scss */
.node-type-interaction .field-name-field-staff-involved .field-item:last-child:after {
  content: "";
}
/* line 5928, ../sass/global.styles.scss */
.node-type-interaction .field-name-field-staff-involved .field-item:after {
  content: ";";
}
/* line 5934, ../sass/global.styles.scss */
.node-type-interaction .field-name-field-notes .field-item, .node-type-interaction .field-name-field-description .field-item {
  overflow: scroll;
  height: 100px;
}

/* line 5947, ../sass/global.styles.scss */
.node-type-interaction .field-name-field-interaction-who-involved > .field-items > .field-item:first-child .content > section > h2.field-label {
  display: block;
  font-size: 13px;
  margin-top: 14px;
}
/* line 5955, ../sass/global.styles.scss */
.node-type-interaction .field-name-field-interaction-who-involved > .field-items > .field-item {
  border: 0;
  padding: 0;
  margin: 0;
}
/* line 5959, ../sass/global.styles.scss */
.node-type-interaction .field-name-field-interaction-who-involved > .field-items > .field-item .node-person {
  margin: 0;
  padding: 0;
}
/* line 5964, ../sass/global.styles.scss */
.node-type-interaction .field-name-field-interaction-who-involved > .field-items > .field-item .content > section {
  width: 186px;
  float: left;
  margin: 0;
  padding: 0;
}
/* line 5969, ../sass/global.styles.scss */
.node-type-interaction .field-name-field-interaction-who-involved > .field-items > .field-item .content > section > h2.field-label {
  display: none;
}
/* line 5972, ../sass/global.styles.scss */
.node-type-interaction .field-name-field-interaction-who-involved > .field-items > .field-item .content > section > .field-items {
  margin: 0;
  padding: 0;
}
/* line 5981, ../sass/global.styles.scss */
.node-type-interaction .field-name-field-interaction-who-involved h2.node-title {
  display: none;
}
/* line 5986, ../sass/global.styles.scss */
.node-type-interaction .field-items .field-item {
  color: #444646;
}
/* line 5988, ../sass/global.styles.scss */
.node-type-interaction .field-items .field-item a:link, .node-type-interaction .field-items .field-item a:visited, .node-type-interaction .field-items .field-item a {
  color: #444646;
}
/* line 5994, ../sass/global.styles.scss */
.node-type-interaction .interaction-person-table table {
  border: none;
}
/* line 5997, ../sass/global.styles.scss */
.node-type-interaction .interaction-person-table table thead tr {
  background-color: #f1f2f2;
  border: none;
}
/* line 6001, ../sass/global.styles.scss */
.node-type-interaction .interaction-person-table table thead th {
  font-weight: normal;
}
/* line 6003, ../sass/global.styles.scss */
.node-type-interaction .interaction-person-table table thead th:after {
  margin-left: -3px;
  content: ":";
}
/* line 6009, ../sass/global.styles.scss */
.node-type-interaction .interaction-person-table table td {
  border: 1px solid black;
  background-color: #f1f2f2;
  padding: 7px;
}

/* line 6021, ../sass/global.styles.scss */
.node-type-opportunity #menu-bar #block-system-main-menu .menu-item-1651 a {
  color: #41A6DF;
  text-decoration: none;
  border-bottom-color: #41A6DF;
}

/* New Video */
/* line 6031, ../sass/global.styles.scss */
.new-video {
  background: url("../images/bg-upcoming-events.png") repeat left top;
  margin-bottom: 20px;
}
/* line 6034, ../sass/global.styles.scss */
.new-video .bglayer-a {
  background: url("../images/stelar-icon-watermark-178.png") no-repeat left bottom;
}
/* line 6036, ../sass/global.styles.scss */
.new-video .bglayer-a .bglayer-b {
  background: url("../images/stelar-icon-isolated-55.png") no-repeat 95% 90%;
}
/* line 6040, ../sass/global.styles.scss */
.new-video .new-video-contents {
  padding: 20px;
}
/* line 6042, ../sass/global.styles.scss */
.new-video .new-video-contents .new-video-image {
  border: 7px solid #fff;
  width: 200px;
  float: left;
}
/* line 6046, ../sass/global.styles.scss */
.new-video .new-video-contents .new-video-image img {
  max-width: 100%;
}
/* line 6050, ../sass/global.styles.scss */
.new-video .new-video-contents .new-video-content {
  margin-left: 240px;
}
/* line 6052, ../sass/global.styles.scss */
.new-video .new-video-contents .new-video-content h6 {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #1fa96e;
  margin: 0 0 10px 0;
}
/* line 6058, ../sass/global.styles.scss */
.new-video .new-video-contents .new-video-content h5 {
  font-size: 2.0em;
  line-height: 1.4em;
  color: #555;
  margin: 0 0 10px 0;
}
/* line 6064, ../sass/global.styles.scss */
.new-video .new-video-contents .new-video-content .new-video-title {
  margin: 0 0 10px 0;
}
/* line 6066, ../sass/global.styles.scss */
.new-video .new-video-contents .new-video-content .new-video-title a {
  color: #085e7a;
  font-weight: bold;
}
/* line 6072, ../sass/global.styles.scss */
.new-video .new-video-contents .new-video-content .new-video-link a {
  color: #085e7a;
}
/* line 6075, ../sass/global.styles.scss */
.new-video .new-video-contents .new-video-content .new-video-link span:first-child {
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  /* line 6083, ../sass/global.styles.scss */
  .new-video .new-video-contents .new-video-image {
    width: 100px;
  }
  /* line 6086, ../sass/global.styles.scss */
  .new-video .new-video-contents .new-video-content {
    margin-left: 140px;
  }
  /* line 6088, ../sass/global.styles.scss */
  .new-video .new-video-contents .new-video-content h5 {
    font-size: 1.5em;
  }
}

/* line 6098, ../sass/global.styles.scss */
.node-video .node-title {
  margin-top: 10px;
}
/* line 6100, ../sass/global.styles.scss */
.node-video .node-title a {
  margin: 0;
  font: 15px/22px "Open Sans";
  color: #444646;
  font-weight: 600;
}
/* line 6107, ../sass/global.styles.scss */
.node-video .read-more {
  text-transform: uppercase;
  color: #085e7a;
  font-weight: 500;
}

/* line 6115, ../sass/global.styles.scss */
.view-videos .views-row {
  width: 584px;
  border-bottom: 1px solid #c5c8c9;
}
/* line 6118, ../sass/global.styles.scss */
.view-videos .views-row p {
  font: 17px/28px "Open Sans";
  color: #000000;
}
/* line 6122, ../sass/global.styles.scss */
.view-videos .views-row .node {
  margin-bottom: 15px;
}

/* line 6128, ../sass/global.styles.scss */
.stelar-video-side {
  display: inline-block;
  float: left;
  margin-right: 1em;
}
/* line 6133, ../sass/global.styles.scss */
.stelar-video-side img {
  padding-top: 6px;
}

/* line 6138, ../sass/global.styles.scss */
.stelar-content-side {
  display: inline-block;
  float: left;
  width: 60%;
}

/* line 6146, ../sass/global.styles.scss */
#columns {
  background-color: white;
}

/* line 6150, ../sass/global.styles.scss */
#project-social-media {
  margin-top: 30px;
}

/*h1#site-name {
    width: 500px;
    margin-top: -20px;
    font-family: "Droid Sans";
    font-size: 12px;
    color: $stelar_dark_blue;
    font-weight: normal;
    }*/
/* line 6169, ../sass/global.styles.scss */
#menu-search #menu-bar {
  z-index: 100;
  margin-top: -42px;
  float: right;
  width: 640px;
  font-size: 14px;
  margin-right: 20px;
  opacity: 1;
  transition: opacity 0.2s ease;
  transition-delay: 0.2s;
}
/* line 6179, ../sass/global.styles.scss */
#menu-search #menu-bar nav#block-system-main-menu {
  pointer-events: auto;
  float: none;
  width: 640px;
}
/* line 6184, ../sass/global.styles.scss */
#menu-search #menu-bar #edit-search-text {
  border-width: 0px;
  border-bottom-width: 1px;
}
/* line 6188, ../sass/global.styles.scss */
#menu-search #menu-bar:after {
  clear: none;
}
/* line 6191, ../sass/global.styles.scss */
#menu-search #menu-bar form:after {
  clear: none;
}
/* line 6194, ../sass/global.styles.scss */
#menu-search #menu-bar div.wrap {
  min-width: 0px;
  max-width: 640px;
  display: block;
}

/* line 6202, ../sass/global.styles.scss */
#page.container #header > .wrap,
#page.container #menu-bar > .wrap {
  min-width: 0px;
  pointer-events: none;
}

/* line 6208, ../sass/global.styles.scss */
#page.container #header > .wrap {
  /*width: 860px;
  position: relative;
  left: -62px;*/
}

/*.admin-menu {
  pointer-events: none;
  }*/
/* line 6218, ../sass/global.styles.scss */
#menu-search {
  max-width: 960px;
  width: 100%;
  margin: -38px auto 0px auto;
  padding-top: 35px;
  float: none;
  clear: both;
}

/* line 6228, ../sass/global.styles.scss */
#menu-search > .clearfix.form-wrapper {
  z-index: 100;
  float: right;
  width: 20px;
  height: auto;
  margin-top: -44px;
  margin-right: 0px;
  transition: 0.4s ease;
  position: relative;
}
/* line 6237, ../sass/global.styles.scss */
#menu-search > .clearfix.form-wrapper:before {
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 20px;
  color: #1c2f46;
  width: 20px;
  height: 20px;
  margin-left: 0px;
  position: absolute;
  right: 0px;
  z-index: 100;
  pointer-events: none;
  transition: 0.4s ease;
}
/* line 6251, ../sass/global.styles.scss */
#menu-search > .clearfix.form-wrapper form#stelar-quick-search-form {
  cursor: pointer;
  width: 30px;
  margin-right: 20px;
}
/* line 6257, ../sass/global.styles.scss */
#menu-search > .clearfix.form-wrapper input.form-submit, #menu-search > .clearfix.form-wrapper a {
  display: none;
}
/* line 6260, ../sass/global.styles.scss */
#menu-search > .clearfix.form-wrapper #edit-search-text {
  pointer-events: none;
}
/* line 6263, ../sass/global.styles.scss */
#menu-search > .clearfix.form-wrapper div.form-item {
  width: 20px;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  margin-right: 20px;
  transition: 0.4s ease;
}

/* line 6273, ../sass/global.styles.scss */
#menu-search.show #menu-bar {
  opacity: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
/* line 6277, ../sass/global.styles.scss */
#menu-search.show #menu-bar a {
  cursor: default;
  pointer-events: none;
}

/* line 6284, ../sass/global.styles.scss */
#menu-bar.hide {
  left: -9999px;
}

/* line 6290, ../sass/global.styles.scss */
#menu-search.show > .clearfix.form-wrapper {
  width: 360px;
  transition: 0.4s ease;
  transition-delay: 0.4s;
}
/* line 6294, ../sass/global.styles.scss */
#menu-search.show > .clearfix.form-wrapper:before {
  transition: 0.4s ease;
  transition-delay: 0.4s;
}
/* line 6298, ../sass/global.styles.scss */
#menu-search.show > .clearfix.form-wrapper #edit-search-text {
  pointer-events: auto;
  border-width: 0px;
  border-bottom-width: 1px;
}
/* line 6303, ../sass/global.styles.scss */
#menu-search.show > .clearfix.form-wrapper form#stelar-quick-search-form {
  width: 360px;
  border-width: 0px;
  border-bottom-width: 1px;
}
/* line 6307, ../sass/global.styles.scss */
#menu-search.show > .clearfix.form-wrapper form#stelar-quick-search-form input {
  border-width: 0px 0px 1px 0px;
  padding-left: 0px;
}
/* line 6312, ../sass/global.styles.scss */
#menu-search.show > .clearfix.form-wrapper div.form-item {
  width: 360px;
  margin-right: 360px;
  opacity: 1;
  transition: 0.4s ease;
  transition-delay: 0.4s;
  border-width: 0px;
}
/* line 6320, ../sass/global.styles.scss */
#menu-search.show > .clearfix.form-wrapper input.form-submit {
  z-index: 1000;
  padding: 2px 0px;
  display: block;
  position: relative;
  z-index: 1;
  background-color: white;
  float: right;
  margin-top: -24px;
}

/* line 6333, ../sass/global.styles.scss */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* line 6341, ../sass/global.styles.scss */
#stelar-quick-search-form:after {
  clear: none;
}

/*
#menu-search .clearfix:before {
  display: none;
  }*/
/* actions menu */
/* line 6352, ../sass/global.styles.scss */
div#columns {
  overflow: visible;
  position: relative;
}

@media screen and (min-width: 961px) {
  /* line 6359, ../sass/global.styles.scss */
  #actions-menu-area {
    max-width: 960px;
    width: 100%;
    margin-top: -245px;
    height: 488px;
    margin-bottom: 79px;
  }

  /* line 6367, ../sass/global.styles.scss */
  #actions-blurb,
  #homepage-actions {
    width: 50%;
    float: left;
    height: 488px;
  }
}
/* line 6375, ../sass/global.styles.scss */
#actions-menu-area {
  z-index: 11;
  background-color: #41b159;
}
/* line 6378, ../sass/global.styles.scss */
#actions-menu-area #block-block-34 h2, #actions-menu-area p, #actions-menu-area a {
  color: white;
}

/* line 6383, ../sass/global.styles.scss */
#actions-blurb {
  background-image: url("../images/backgrounds/Green-Lge-Block.png");
}

/* line 6388, ../sass/global.styles.scss */
#actions-blurb h2 {
  width: 280px;
  margin-top: 52px;
  margin-bottom: 34px;
  font-size: 32px;
  font-weight: normal;
  font-family: "Open Sans Bold";
}
/* line 6396, ../sass/global.styles.scss */
#actions-blurb p {
  font-size: 22px;
  line-height: 34px;
}

/* line 6402, ../sass/global.styles.scss */
#homepage-actions {
  background-color: #2175bd;
}
/* line 6404, ../sass/global.styles.scss */
#homepage-actions ul.menu {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
}
/* line 6409, ../sass/global.styles.scss */
#homepage-actions ul.menu li {
  list-style: none;
  margin-left: 0px;
  width: 50%;
  float: left;
  padding: 0px;
  position: relative;
  overflow: hidden;
  height: 244px;
}
/* line 6418, ../sass/global.styles.scss */
#homepage-actions ul.menu li:after {
  font-family: "FontAwesome";
  content: "\f101";
  color: #1c2f46;
  font-size: 200px;
  margin-top: 161px;
}
/* line 6425, ../sass/global.styles.scss */
#homepage-actions ul.menu li:before {
  content: 'Learn More';
  font-family: "Droid Sans Bold";
  color: #1c2f46;
  margin-top: 430px;
  text-transform: uppercase;
}
/* line 6432, ../sass/global.styles.scss */
#homepage-actions ul.menu li:before, #homepage-actions ul.menu li:after {
  width: 200px;
  height: 20px;
  padding-top: 20px;
  margin-left: 20px;
  font-size: 15px;
  display: block;
  position: absolute;
  transition: 0.4s ease;
  z-index: 1000;
  pointer-events: none;
}
/* line 6445, ../sass/global.styles.scss */
#homepage-actions ul.menu li:hover:before {
  margin-top: 185px;
  padding-left: 14px;
}
/* line 6449, ../sass/global.styles.scss */
#homepage-actions ul.menu li:hover:after {
  margin-top: -59px;
}
/* line 6457, ../sass/global.styles.scss */
#homepage-actions ul.menu li:first-child a {
  background-image: url("../images/icons/Proposal-Icon.png");
  background-position: center 50px;
}
/* line 6461, ../sass/global.styles.scss */
#homepage-actions ul.menu li:nth-child(n+2) a {
  background-image: url("../images/icons/ITEST-Icon.png");
  background-position: center 50px;
}
/* line 6465, ../sass/global.styles.scss */
#homepage-actions ul.menu li:nth-child(3) a {
  background-image: url("../images/icons/STELAR-News-Icon.png");
  background-position: center 62px;
}
/* line 6469, ../sass/global.styles.scss */
#homepage-actions ul.menu li:nth-child(4) a {
  background-image: url("../images/icons/STELAR-Star-Icon.png");
  background-position: center 57px;
}
/* line 6473, ../sass/global.styles.scss */
#homepage-actions ul.menu li a {
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  padding-top: 184px;
  height: 60px;
  display: block;
  padding-left: 10px;
  margin: 0px;
  font-family: "Droid Sans Bold";
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
/* line 6488, ../sass/global.styles.scss */
#homepage-actions ul.menu li a:hover {
  text-decoration: none;
}
/* line 6492, ../sass/global.styles.scss */
#homepage-actions ul.menu li a:before {
  margin-top: -185px;
  content: attr(title);
  width: calc(100% - 40px);
  height: 244px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  margin-top: 60px;
  background-color: lightgrey;
  background-image: url("../images/backgrounds/hover-pattern.png");
  margin-left: -10px;
  display: block;
  color: black;
  font-family: "Droid Sans";
  position: absolute;
  transition: 0.4s ease;
}
/* line 6510, ../sass/global.styles.scss */
#homepage-actions ul.menu li a:hover:before {
  margin-top: -185px;
  transition: 0.4s ease;
}
/* line 6516, ../sass/global.styles.scss */
#homepage-actions ul.menu li:nth-child(2) a {
  background-color: #2aafe8;
}
/* line 6519, ../sass/global.styles.scss */
#homepage-actions ul.menu li:nth-child(3) a {
  background-color: #00a897;
}
/* line 6522, ../sass/global.styles.scss */
#homepage-actions ul.menu li:nth-child(4) a {
  background-color: #029547;
}
/* line 6526, ../sass/global.styles.scss */
#homepage-actions ul.menu li:nth-child(n+3) a {
  padding-top: 204px;
}
/* line 6529, ../sass/global.styles.scss */
#homepage-actions ul.menu li:nth-child(n+3) a:hover:before {
  margin-top: -205px;
}
/* line 6532, ../sass/global.styles.scss */
#homepage-actions ul.menu li:nth-child(n+3) a:hover:after {
  margin-top: -59px;
}
/* line 6537, ../sass/global.styles.scss */
#homepage-actions ul.menu li:nth-child(n+3):hover:after {
  margin-top: -82px;
}
/* line 6541, ../sass/global.styles.scss */
#homepage-actions ul.menu li:nth-child(n+3):hover:before {
  margin-top: 182px;
}
/* line 6545, ../sass/global.styles.scss */
#homepage-actions ul.menu:after {
  clear: both;
}
/* line 6548, ../sass/global.styles.scss */
#homepage-actions:after {
  clear: both;
}

/* line 6555, ../sass/global.styles.scss */
body.front #main-content {
  z-index: 10;
  position: relative;
}

/* event feed */
/* line 6561, ../sass/global.styles.scss */
.feed-item,
.showcase-item {
  clear: both;
  padding: 10px 0px;
  height: 50px;
  border-bottom: 1px solid #d9d9d9;
  height: auto;
}

/* line 6571, ../sass/global.styles.scss */
.event-date, .op-date, .deadline {
  width: 50px;
  float: left;
  clear: both;
  height: 50px;
}

/* line 6578, ../sass/global.styles.scss */
.event-title,
.op-title {
  float: left;
  margin-left: 30px;
  font-size: 15px;
  line-height: 24px;
  height: 50px;
}
/* line 6586, ../sass/global.styles.scss */
.event-title a,
.op-title a {
  color: black;
}
/* line 6589, ../sass/global.styles.scss */
.event-title a:hover,
.op-title a:hover {
  color: #2075bc;
}

/* line 6594, ../sass/global.styles.scss */
.event-month,
.event-day,
.op-month,
.op-day,
.deadline-label,
.deadline-value {
  font-family: "Droid Sans Bold";
  text-align: center;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}

/* line 6607, ../sass/global.styles.scss */
.event-month,
.op-month {
  font-size: 16px;
}

/* line 6612, ../sass/global.styles.scss */
.op-month,
.deadline-label {
  color: #1c2f46;
}

/* line 6617, ../sass/global.styles.scss */
.event-day,
.op-day,
.deadline-value {
  color: #2bafe9;
}

/* line 6623, ../sass/global.styles.scss */
.event-day,
.op-day {
  font-size: 27px;
  margin-top: -7px;
}

/* line 6629, ../sass/global.styles.scss */
.deadline-label,
.deadline-value {
  font-size: 14px;
}

/* line 6634, ../sass/global.styles.scss */
#featured-content {
  clear: both;
  background-color: #2bafe9;
  padding: 79px 0px;
}

/* line 6640, ../sass/global.styles.scss */
#site-project-logos-container {
  margin: 0px auto;
  max-width: 960px;
  width: 100%;
  padding: 88px 0px;
  background-color: white;
  background-image: url("../images/site-project-logos/circles.png");
  background-repeat: no-repeat;
  background-position: center 10px;
}
/* line 6650, ../sass/global.styles.scss */
#site-project-logos-container h2 {
  margin: 0px 0px 20px 0px;
  color: #1c2f46;
  font-family: "Droid Sans Bold";
  font-size: 17px;
}

/* line 6658, ../sass/global.styles.scss */
#block-block-33.block {
  margin-bottom: 0px;
}

/* line 6662, ../sass/global.styles.scss */
#site-project-logos a {
  background-repeat: no-repeat;
  background-position: center center;
  height: 42px;
  float: left;
  width: 100px;
  display: block;
}

/* line 6671, ../sass/global.styles.scss */
#site-project-logos a:nth-child(n+2) {
  margin-left: 54px;
}

/* LOGOS */
/* line 6676, ../sass/global.styles.scss */
#site-project-logos {
  position: relative;
  top: 10px;
}
/* line 6679, ../sass/global.styles.scss */
#site-project-logos a {
  text-indent: -9999px;
}
/* line 6682, ../sass/global.styles.scss */
#site-project-logos a#cs-for-all-logo {
  background-image: url("../images/site-project-logos/cs-for-all.png");
  width: 100px;
  height: 60px;
  margin-top: -5px;
}
/* line 6688, ../sass/global.styles.scss */
#site-project-logos a#cadre-logo {
  background-image: url("../images/site-project-logos/cadre.png");
  width: 227px;
}
/* line 6692, ../sass/global.styles.scss */
#site-project-logos a#arc-logo {
  background-image: url("../images/site-project-logos/arc.png");
  width: 93px;
}
/* line 6696, ../sass/global.styles.scss */
#site-project-logos a#caise-logo {
  background-image: url("../images/site-project-logos/caise.png");
  width: 89px;
}
/* line 6700, ../sass/global.styles.scss */
#site-project-logos a#cyberlearning-logo {
  background-image: url("../images/site-project-logos/cyberlearning.png");
  width: 146px;
}
/* line 6704, ../sass/global.styles.scss */
#site-project-logos a#mspnet-logo {
  background-image: url("../images/site-project-logos/mspnet.png");
  width: 147px;
}

/* line 6712, ../sass/global.styles.scss */
table#events-search-results {
  padding-top: 20px !important;
  border-top: 1px solid #c8c8c8 !important;
}

/* line 6717, ../sass/global.styles.scss */
div#events-search-results_wrapper {
  position: relative;
  z-index: 100;
  top: -22px;
}
/* line 6721, ../sass/global.styles.scss */
div#events-search-results_wrapper a.DTTT_button:first-child {
  display: none;
}

/* line 6726, ../sass/global.styles.scss */
div#events-toggle {
  margin-bottom: -32px;
}

/* line 6730, ../sass/global.styles.scss */
a#past-events,
a#upcoming-events,
span.pipe {
  float: left;
  display: block;
  font-family: "Droid Sans Bold";
  color: #777;
  transition: 0.2s ease;
}
/* line 6738, ../sass/global.styles.scss */
a#past-events:hover, a#past-events:active,
a#upcoming-events:hover,
a#upcoming-events:active,
span.pipe:hover,
span.pipe:active {
  color: #2bafe9;
  text-decoration: none;
  transition: 0.2s ease;
}

/* line 6745, ../sass/global.styles.scss */
a#past-events,
span.pipe {
  margin-left: 26px;
}

/* line 6752, ../sass/global.styles.scss */
div.region-secondary-content div.block-views {
  margin-bottom: 0px;
}
/* line 6755, ../sass/global.styles.scss */
div.region-secondary-content .block-inner {
  margin: 0px;
}
/* line 6757, ../sass/global.styles.scss */
div.region-secondary-content .block-inner img {
  width: 100%;
  margin-bottom: -6px;
}
/* line 6762, ../sass/global.styles.scss */
div.region-secondary-content div.view-content {
  position: relative;
}
/* line 6765, ../sass/global.styles.scss */
div.region-secondary-content div.views-field-field-static-image-blurb {
  position: absolute;
  top: 50px;
  right: 330px;
  width: 400px;
  color: white;
  font-family: "Droid Sans";
  font-size: 30px;
  line-height: 40px;
}
/* line 6775, ../sass/global.styles.scss */
div.region-secondary-content div.views-field-field-static-image-link {
  top: 160px;
  right: 330px;
  width: 400px;
  position: absolute;
}

/* line 6783, ../sass/global.styles.scss */
div.info-pagination {
  font-family: "Droid Sans Bold";
}

/* line 6791, ../sass/global.styles.scss */
a.button.slide-button-more, .region-front-newsletter a.slide-button-more.link-newsletter-archives, body.front span.blue-button a.slide-button-more, body.page-contact #contact-site-form a.slide-button-more#edit-submit, .related-content-link a.slide-button-more, #node-registration-form a.slide-button-more#edit-return, #node-registration-form .form-actions input.form-submit + a.slide-button-more, body.page-user #content .contact-me a.slide-button-more.contact-me-button, body.page-registration-cancel #content .form-actions a.slide-button-more#edit-cancel, .registration-link a.slide-button-more, .event-registration-info a.slide-button-more, #block-menu-menu-interactions div.block-content ul.menu li a.slide-button-more,
a.top-button-more {
  border: 1px solid white;
  background-color: transparent;
  border-radius: 0px;
  padding: 20px 32px 20px 28px;
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  font-family: "Droid Sans Bold";
}
/* line 6801, ../sass/global.styles.scss */
a.button.slide-button-more span.arrow:after, .region-front-newsletter a.slide-button-more.link-newsletter-archives span.arrow:after, body.front span.blue-button a.slide-button-more span.arrow:after, body.page-contact #contact-site-form a.slide-button-more#edit-submit span.arrow:after, .related-content-link a.slide-button-more span.arrow:after, #node-registration-form a.slide-button-more#edit-return span.arrow:after, #node-registration-form .form-actions input.form-submit + a.slide-button-more span.arrow:after, body.page-user #content .contact-me a.slide-button-more.contact-me-button span.arrow:after, body.page-registration-cancel #content .form-actions a.slide-button-more#edit-cancel span.arrow:after, .registration-link a.slide-button-more span.arrow:after, .event-registration-info a.slide-button-more span.arrow:after, #block-menu-menu-interactions div.block-content ul.menu li a.slide-button-more span.arrow:after,
a.top-button-more span.arrow:after {
  font-family: "FontAwesome";
  content: '\f061';
  color: white;
  position: relative;
  left: 8px;
  text-decoration: none;
}
/* line 6809, ../sass/global.styles.scss */
a.button.slide-button-more:hover, .region-front-newsletter a.slide-button-more.link-newsletter-archives:hover, body.front span.blue-button a.slide-button-more:hover, body.page-contact #contact-site-form a.slide-button-more#edit-submit:hover, .related-content-link a.slide-button-more:hover, #node-registration-form a.slide-button-more#edit-return:hover, #node-registration-form .form-actions input.form-submit + a.slide-button-more:hover, body.page-user #content .contact-me a.slide-button-more.contact-me-button:hover, body.page-registration-cancel #content .form-actions a.slide-button-more#edit-cancel:hover, .registration-link a.slide-button-more:hover, .event-registration-info a.slide-button-more:hover, #block-menu-menu-interactions div.block-content ul.menu li a.slide-button-more:hover,
a.top-button-more:hover {
  text-decoration: none;
}
/* line 6812, ../sass/global.styles.scss */
a.button.slide-button-more:hover span.text, .region-front-newsletter a.slide-button-more.link-newsletter-archives:hover span.text, body.front span.blue-button a.slide-button-more:hover span.text, body.page-contact #contact-site-form a.slide-button-more#edit-submit:hover span.text, .related-content-link a.slide-button-more:hover span.text, #node-registration-form a.slide-button-more#edit-return:hover span.text, #node-registration-form .form-actions input.form-submit + a.slide-button-more:hover span.text, body.page-user #content .contact-me a.slide-button-more.contact-me-button:hover span.text, body.page-registration-cancel #content .form-actions a.slide-button-more#edit-cancel:hover span.text, .registration-link a.slide-button-more:hover span.text, .event-registration-info a.slide-button-more:hover span.text, #block-menu-menu-interactions div.block-content ul.menu li a.slide-button-more:hover span.text,
a.top-button-more:hover span.text {
  text-decoration: underline;
}

/* line 6817, ../sass/global.styles.scss */
.calendar_link:after {
  font-family: "FontAwesome";
  content: '\f061';
  color: #2bafe9;
  position: relative;
  left: -24px;
  text-decoration: none;
}

/* line 6826, ../sass/global.styles.scss */
.calendar_link a {
  border: 1px solid #2bafe9;
  color: #2bafe9;
  background-color: transparent;
  border-radius: 0px;
  padding: 20px 32px 20px 28px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Droid Sans";
}

/* line 6839, ../sass/global.styles.scss */
body.page-events div.right-side-sidebar {
  margin-top: -100px;
}

/* line 6844, ../sass/global.styles.scss */
div#block-views-events-calendar-block-1 {
  font-family: "Droid Sans";
  font-weight: normal;
  margin-bottom: 62px;
}
/* line 6848, ../sass/global.styles.scss */
div#block-views-events-calendar-block-1 h3 {
  font-size: 20px;
}
/* line 6851, ../sass/global.styles.scss */
div#block-views-events-calendar-block-1 .block-inner {
  margin-left: 0px;
  width: 240px;
}
/* line 6857, ../sass/global.styles.scss */
div#block-views-events-calendar-block-1 div.date-nav-wrapper ul.pager li {
  background-color: white;
  overflow-x: hidden;
}
/* line 6860, ../sass/global.styles.scss */
div#block-views-events-calendar-block-1 div.date-nav-wrapper ul.pager li a {
  color: white;
  display: block;
  color: white;
}
/* line 6864, ../sass/global.styles.scss */
div#block-views-events-calendar-block-1 div.date-nav-wrapper ul.pager li a:after {
  font-family: "FontAwesome";
  content: '\f061';
  position: relative;
  left: 8px;
  color: #b8c6c6;
}
/* line 6878, ../sass/global.styles.scss */
div#block-views-events-calendar-block-1 div.date-nav-wrapper li.date-prev a:before {
  font-family: "FontAwesome";
  content: '\f060';
  position: relative;
  color: #b8c6c6;
}
/* line 6885, ../sass/global.styles.scss */
div#block-views-events-calendar-block-1 h3 a {
  color: #000;
}
/* line 6889, ../sass/global.styles.scss */
div#block-views-events-calendar-block-1 table.mini th, div#block-views-events-calendar-block-1 table.mini td {
  background-color: white;
  font-family: "Droid Sans";
  text-align: center;
  padding: 5px 0px;
  color: #171717;
}
/* line 6895, ../sass/global.styles.scss */
div#block-views-events-calendar-block-1 table.mini th a, div#block-views-events-calendar-block-1 table.mini td a {
  color: #2075bc;
  text-decoration: none;
  border: 1px solid #dadada;
  padding: 4px 6px;
}
/* line 6902, ../sass/global.styles.scss */
div#block-views-events-calendar-block-1 table.mini thead tr {
  border: 1px solid #dadada;
}
/* line 6905, ../sass/global.styles.scss */
div#block-views-events-calendar-block-1 table.mini tbody {
  border: 1px solid #dadada;
  border-top: 0px;
}
/* line 6909, ../sass/global.styles.scss */
div#block-views-events-calendar-block-1 table.mini tbody tr {
  border: 0px;
}
/* line 6912, ../sass/global.styles.scss */
div#block-views-events-calendar-block-1 table.mini th {
  border-right: 1px solid #dadada;
}

/* line 6921, ../sass/global.styles.scss */
.view .date-nav-wrapper .date-prev,
.view .date-nav-wrapper .date-next {
  background-color: white;
}
/* line 6924, ../sass/global.styles.scss */
.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
  color: #1c2f46;
  text-transition: 0.3s ease;
  font-family: "Open Sans";
}
/* line 6929, ../sass/global.styles.scss */
.view .date-nav-wrapper .date-prev a:hover,
.view .date-nav-wrapper .date-next a:hover {
  color: #2075bc;
  text-transition: 0.3s ease;
}

/* line 6936, ../sass/global.styles.scss */
div.social-addtoany span.a2a_svg {
  display: none;
}

/* line 6940, ../sass/global.styles.scss */
div.social-addtoany {
  color: #2a3040;
  font-family: "Droid Sans Bold";
}
/* line 6944, ../sass/global.styles.scss */
div.social-addtoany a:before {
  font-family: "FontAwesome";
  position: relative;
}
/* line 6948, ../sass/global.styles.scss */
div.social-addtoany a.addtoany_share_save:before {
  content: '\f067';
}
/* line 6951, ../sass/global.styles.scss */
div.social-addtoany a.a2a_button_facebook:before {
  content: '\f09a';
}
/* line 6954, ../sass/global.styles.scss */
div.social-addtoany a.a2a_button_twitter:before {
  content: '\f099';
}
/* line 6957, ../sass/global.styles.scss */
div.social-addtoany a.a2a_button_linkedin:before {
  content: '\f0e1';
}
/* line 6960, ../sass/global.styles.scss */
div.social-addtoany a[class^='a2a_button'] {
  color: #2bafe9;
  transition: color 0.2s ease;
  margin-left: 16px;
}
/* line 6964, ../sass/global.styles.scss */
div.social-addtoany a[class^='a2a_button']:hover {
  transition: color 0.2s ease;
  text-decoration: none;
  color: #2075bc;
}

/* line 6972, ../sass/global.styles.scss */
a.addtoany_share_save {
  color: #2a3040;
  font-family: "Droid Sans Bold";
}
/* line 6975, ../sass/global.styles.scss */
a.addtoany_share_save svg, a.addtoany_share_save span.a2a_svg {
  display: none;
}
/* line 6978, ../sass/global.styles.scss */
a.addtoany_share_save:before {
  font-family: "FontAwesome";
  content: '\f067';
  position: relative;
}
/* line 6983, ../sass/global.styles.scss */
a.addtoany_share_save:hover {
  text-decoration: none;
}
/* line 6985, ../sass/global.styles.scss */
a.addtoany_share_save:hover span.a2a_svg {
  display: none;
}

/* line 6991, ../sass/global.styles.scss */
body a.node-type-event {
  color: #2bafe9;
  text-decoration: underline;
}

/* line 6996, ../sass/global.styles.scss */
#specific-results-sidebar .form-item-content-types {
  display: none;
}

/* line 7002, ../sass/global.styles.scss */
body.all-resources header#main-content-header h1#page-title {
  color: white;
  margin: 0px auto;
  max-width: 960px;
  width: 100%;
}
/* line 7008, ../sass/global.styles.scss */
body.all-resources #category-select,
body.all-resources header#main-content-header {
  background-color: #2aafe8;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
/* line 7014, ../sass/global.styles.scss */
body.all-resources #category-select {
  margin-bottom: 40px;
}
/* line 7016, ../sass/global.styles.scss */
body.all-resources #category-select svg.resource-icon {
  cursor: pointer;
  content: '';
  width: 110px;
  height: 110px;
  border: 1px solid #8bd3f3;
  border-radius: 55px;
  display: block;
  margin: 0px auto;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}
/* line 7028, ../sass/global.styles.scss */
body.all-resources #category-select svg.resource-icon:hover {
  fill: white;
  transition: 0.3s ease;
}
/* line 7034, ../sass/global.styles.scss */
body.all-resources #category-select ul.search-categories li:hover svg path, body.all-resources #category-select ul.search-categories li:hover svg rect, body.all-resources #category-select ul.search-categories li:hover svg polygon {
  border-color: white;
  transition: 0.3s ease;
  fill: white;
}
/* line 7040, ../sass/global.styles.scss */
body.all-resources #category-select ul.search-categories li:hover span {
  color: white;
  transition: 0.3s ease;
}
/* line 7044, ../sass/global.styles.scss */
body.all-resources #category-select ul.search-categories li span {
  cursor: pointer;
  display: block;
  color: black;
  transition: 0.3s ease;
}
/* line 7067, ../sass/global.styles.scss */
body.all-resources #category-select table {
  margin: 0px auto;
  max-width: 960px;
  width: 100%;
  border-width: 0px;
}
/* line 7072, ../sass/global.styles.scss */
body.all-resources #category-select table thead {
  border-width: 0px;
}
/* line 7074, ../sass/global.styles.scss */
body.all-resources #category-select table thead ul {
  border-width: 0px;
}
/* line 7079, ../sass/global.styles.scss */
body.all-resources #category-select table thead tr {
  background-color: transparent;
}

/* line 7087, ../sass/global.styles.scss */
div.view-People .views-widget-sort-by,
div.view-People .views-widget-sort-order {
  display: none;
}
/* line 7091, ../sass/global.styles.scss */
div.view-People ul.pager {
  float: left;
  margin-top: 50px;
  font-family: "Droid Sans Bold";
}
/* line 7095, ../sass/global.styles.scss */
div.view-People ul.pager a {
  text-transform: uppercase;
  color: black;
}
/* line 7099, ../sass/global.styles.scss */
div.view-People ul.pager li.pager-first,
div.view-People ul.pager li.pager-last {
  display: none;
}
/* line 7105, ../sass/global.styles.scss */
div.view-People ul.pager li.pager-previous a,
div.view-People ul.pager li.pager-next a {
  color: #2bafe9;
}
/* line 7110, ../sass/global.styles.scss */
div.view-People div.contextual-links-wrapper {
  clear: both;
}
/* line 7113, ../sass/global.styles.scss */
div.view-People div.item-list ul.views-summary {
  padding-left: 0px;
  margin-bottom: 40px;
  float: left;
}
/* line 7117, ../sass/global.styles.scss */
div.view-People div.item-list ul.views-summary li:first-child {
  display: none;
}
/* line 7120, ../sass/global.styles.scss */
div.view-People div.item-list ul.views-summary li {
  margin-left: 0px;
  float: left;
}
/* line 7124, ../sass/global.styles.scss */
div.view-People div.item-list ul.views-summary li a {
  color: #293038;
  font-family: "Droid Sans Bold";
  width: 30px;
  display: block;
  border-right: 1px solid #dbdbdb;
  text-align: center;
  transition: 0.2s ease;
}
/* line 7132, ../sass/global.styles.scss */
div.view-People div.item-list ul.views-summary li a:hover {
  text-decoration: none;
  transition: 0.2s ease;
  color: #2bafe9;
}
/* line 7138, ../sass/global.styles.scss */
div.view-People div.item-list ul.views-summary li:last-child a {
  border-right-width: 0px;
}
/* line 7143, ../sass/global.styles.scss */
div.view-People table {
  border: 0px;
}
/* line 7146, ../sass/global.styles.scss */
div.view-People thead tr th {
  background-color: white;
  border: 0px;
}
/* line 7149, ../sass/global.styles.scss */
div.view-People thead tr th a {
  color: #757575;
  transition: 0.2s ease;
  font-family: "Droid Sans";
  text-transform: uppercase;
}
/* line 7154, ../sass/global.styles.scss */
div.view-People thead tr th a:hover {
  text-decoration: none;
  transition: 0.2s ease;
  color: #2bafe9;
}
/* line 7161, ../sass/global.styles.scss */
div.view-People thead tr th {
  font-family: "Droid Sans";
  font-weight: bold;
  text-transform: uppercase;
  color: #777777;
  cursor: pointer;
}
/* line 7167, ../sass/global.styles.scss */
div.view-People thead tr th.desc, div.view-People thead tr th.asc {
  color: #1c2f46;
}
/* line 7171, ../sass/global.styles.scss */
div.view-People thead tr th:hover {
  text-decoration: none;
  transition: 0.2s ease;
  color: #2bafe9;
}
/* line 7176, ../sass/global.styles.scss */
div.view-People thead tr th.desc:after, div.view-People thead tr th.asc:after {
  font-family: "FontAwesome";
  content: '\f078';
  margin-left: 4px;
  margin-bottom: 2px;
  font-size: 12px;
  position: relative;
  bottom: 2px;
}
/* line 7186, ../sass/global.styles.scss */
div.view-People thead tr th.desc:after {
  content: '\f077';
}
/* line 7191, ../sass/global.styles.scss */
div.view-People thead tr th.active a {
  color: #293038;
  text-decoration: none;
}
/* line 7194, ../sass/global.styles.scss */
div.view-People thead tr th.active a img {
  display: none;
}
/* line 7200, ../sass/global.styles.scss */
div.view-People tbody {
  border-top: 1px solid #d8d8d8;
}
/* line 7203, ../sass/global.styles.scss */
div.view-People tbody tr {
  border: 0px;
}
/* line 7205, ../sass/global.styles.scss */
div.view-People tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 7210, ../sass/global.styles.scss */
div.view-People tbody tr td a {
  font-family: "Droid Sans Bold";
  color: #2bafe9;
}
/* line 7215, ../sass/global.styles.scss */
div.view-People tbody tr.odd td,
div.view-People tbody tr.odd td.active {
  background: none;
  background-color: white;
}
/* line 7220, ../sass/global.styles.scss */
div.view-People tbody tr.even td {
  background: none;
  background-color: #f3f3f3;
}

/* line 7226, ../sass/global.styles.scss */
.views-widget input.form-text.form-autocomplete,
.views-widget input.form-text {
  background-color: #f3f3f3;
  padding: 17px;
  border-width: 0px;
  text-transform: none;
  font-size: 14px;
  background-position: right 5px top 17px;
}

/* line 7236, ../sass/global.styles.scss */
input#edit-field-organization-tid {
  width: 200px;
}

/* line 7240, ../sass/global.styles.scss */
input#edit-field-profile-first-name-value {
  width: 200px;
}

/* line 7244, ../sass/global.styles.scss */
input#edit-field-profile-last-name-value {
  width: 200px;
}

/* line 7248, ../sass/global.styles.scss */
body.page-people div#content div.view-content {
  margin-top: 20px;
}

/* line 7252, ../sass/global.styles.scss */
body.page-people .views-submit-button {
  margin-left: 10px;
}

/* line 7256, ../sass/global.styles.scss */
body.page-people div.view-header {
  text-align: right;
  margin-top: -88px;
  margin-bottom: 68px;
}
/* line 7260, ../sass/global.styles.scss */
body.page-people div.view-header p {
  margin: 0px;
}

/* line 7265, ../sass/global.styles.scss */
body.page-people a.button.people-connector, body.page-people .region-front-newsletter a.people-connector.link-newsletter-archives, .region-front-newsletter body.page-people a.people-connector.link-newsletter-archives, body.page-people body.front span.blue-button a.people-connector, body.front span.blue-button body.page-people a.people-connector, body.page-people body.page-contact #contact-site-form a.people-connector#edit-submit, body.page-contact #contact-site-form body.page-people a.people-connector#edit-submit, body.page-people .related-content-link a.people-connector, .related-content-link body.page-people a.people-connector, body.page-people #node-registration-form a.people-connector#edit-return, #node-registration-form body.page-people a.people-connector#edit-return, body.page-people #node-registration-form .form-actions input.form-submit + a.people-connector, #node-registration-form .form-actions body.page-people input.form-submit + a.people-connector, body.page-people body.page-user #content .contact-me a.people-connector.contact-me-button, body.page-user #content .contact-me body.page-people a.people-connector.contact-me-button, body.page-people body.page-registration-cancel #content .form-actions a.people-connector#edit-cancel, body.page-registration-cancel #content .form-actions body.page-people a.people-connector#edit-cancel, body.page-people .registration-link a.people-connector, .registration-link body.page-people a.people-connector, body.page-people .event-registration-info a.people-connector, .event-registration-info body.page-people a.people-connector, body.page-people #block-menu-menu-interactions div.block-content ul.menu li a.people-connector, #block-menu-menu-interactions div.block-content ul.menu li body.page-people a.people-connector {
  background-color: white;
  border: 1px solid #2bafe9;
  color: #2bafe9;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 20px 22px;
  font-size: 10px;
}
/* line 7273, ../sass/global.styles.scss */
body.page-people a.button.people-connector span.arrow:after, body.page-people .region-front-newsletter a.people-connector.link-newsletter-archives span.arrow:after, .region-front-newsletter body.page-people a.people-connector.link-newsletter-archives span.arrow:after, body.page-people body.front span.blue-button a.people-connector span.arrow:after, body.front span.blue-button body.page-people a.people-connector span.arrow:after, body.page-people body.page-contact #contact-site-form a.people-connector#edit-submit span.arrow:after, body.page-contact #contact-site-form body.page-people a.people-connector#edit-submit span.arrow:after, body.page-people .related-content-link a.people-connector span.arrow:after, .related-content-link body.page-people a.people-connector span.arrow:after, body.page-people #node-registration-form a.people-connector#edit-return span.arrow:after, #node-registration-form body.page-people a.people-connector#edit-return span.arrow:after, body.page-people #node-registration-form .form-actions input.form-submit + a.people-connector span.arrow:after, #node-registration-form .form-actions body.page-people input.form-submit + a.people-connector span.arrow:after, body.page-people body.page-user #content .contact-me a.people-connector.contact-me-button span.arrow:after, body.page-user #content .contact-me body.page-people a.people-connector.contact-me-button span.arrow:after, body.page-people body.page-registration-cancel #content .form-actions a.people-connector#edit-cancel span.arrow:after, body.page-registration-cancel #content .form-actions body.page-people a.people-connector#edit-cancel span.arrow:after, body.page-people .registration-link a.people-connector span.arrow:after, .registration-link body.page-people a.people-connector span.arrow:after, body.page-people .event-registration-info a.people-connector span.arrow:after, .event-registration-info body.page-people a.people-connector span.arrow:after, body.page-people #block-menu-menu-interactions div.block-content ul.menu li a.people-connector span.arrow:after, #block-menu-menu-interactions div.block-content ul.menu li body.page-people a.people-connector span.arrow:after {
  font-family: "FontAwesome";
  content: '\f061';
  color: #2bafe9;
  position: relative;
  left: 12px;
  text-decoration: none;
}

/* line 7283, ../sass/global.styles.scss */
div#share-actions-menu {
  margin: 0px auto;
}
@media screen and (min-width: 991px) {
  /* line 7283, ../sass/global.styles.scss */
  div#share-actions-menu {
    width: 800px;
  }
}
@media screen and (min-width: 430px) and (max-width: 990px) {
  /* line 7283, ../sass/global.styles.scss */
  div#share-actions-menu {
    width: 390px;
  }
  /* line 7291, ../sass/global.styles.scss */
  div#share-actions-menu .dashboard-nav > div:nth-child(2n-1) {
    clear: both;
  }
  /* line 7294, ../sass/global.styles.scss */
  div#share-actions-menu .dashboard-nav > div:nth-child(2n) {
    margin-right: 0px;
  }
}
/* line 7298, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav {
  *zoom: 1;
  margin-bottom: 98px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  /* iPads (portrait) ----------- */
}
/* line 181, ../sass/_custom.scss */
div#share-actions-menu .dashboard-nav:before, div#share-actions-menu .dashboard-nav:after {
  content: "";
  display: table;
}
/* line 186, ../sass/_custom.scss */
div#share-actions-menu .dashboard-nav:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  /* line 7298, ../sass/global.styles.scss */
  div#share-actions-menu .dashboard-nav {
    margin-bottom: 1em;
    text-align: center;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 7298, ../sass/global.styles.scss */
  div#share-actions-menu .dashboard-nav {
    margin: 0 auto 1em;
    width: 500px;
  }
}
/* line 7314, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav h2 {
  margin: 1em 0 1.5em;
}
/* line 7317, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div {
  float: left;
  margin-right: 30px;
  position: relative;
  margin-bottom: 20px;
  /* Smartphones (portrait) ----------- */
}
/* line 7321, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div:nth-child(4n) {
  margin-right: 0px;
}
@media only screen and (max-width: 768px) {
  /* line 7317, ../sass/global.styles.scss */
  div#share-actions-menu .dashboard-nav > div {
    float: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 7317, ../sass/global.styles.scss */
  div#share-actions-menu .dashboard-nav > div {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 7342, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div a {
  display: block;
  width: 160px;
  padding: 0px 0 0;
  height: auto;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #464646;
  text-decoration: none;
  margin: 0 auto;
}
/* line 7353, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div a:before {
  content: 'N';
  width: 160px;
  height: 80px;
  margin: 0 auto 5px auto;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid black;
  background-color: #2bafe9;
  font-size: 120px;
  width: 100px;
  color: black;
  border: 1px solid black;
  text-align: center;
  line-height: 20px;
  padding: 0px;
  position: relative;
  font-weight: normal;
  display: block;
  transition: 0.2s ease;
}
/* line 7374, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div a:hover, div#share-actions-menu .dashboard-nav > div a:visited {
  text-decoration: none;
}
/* line 7378, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div a:hover::before {
  color: white;
  transition: 0.2s ease;
}
/* line 7382, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div.upload-video a:before, div#share-actions-menu .dashboard-nav > div.share-instrument a:before, div#share-actions-menu .dashboard-nav > div.share-curricular-materials a:before, div#share-actions-menu .dashboard-nav > div.suggest-resource a:before {
  font-family: "icomoon";
  padding: 59px 52px 0px 0px;
  font-size: 150px;
  height: 92px;
}
/* line 7391, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div.share-news a:before, div#share-actions-menu .dashboard-nav > div.share-opportunity a:before, div#share-actions-menu .dashboard-nav > div.upload-image a:before, div#share-actions-menu .dashboard-nav > div.write-blog a:before {
  font-family: "FontAwesome";
  font-size: 60px;
  padding: 64px 26px 0px 26px;
  height: 88px;
}
/* line 7402, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div.upload-video a:before {
  content: '\e903';
}
/* line 7405, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div.suggest-resource a:before {
  content: '\e900';
}
/* line 7408, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div.share-instrument a:before {
  content: '\e902';
}
/* line 7411, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div.share-curricular-materials a:before {
  content: '\e901';
}
/* line 7415, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div.share-news a:before {
  content: '\f1ea';
}
/* line 7418, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div.upload-image {
  clear: both;
}
/* line 7421, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div.upload-image a:before {
  content: '\f03e';
}
/* line 7424, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div.share-opportunity a:before {
  content: '\f075';
  font-size: 70px;
}
/* line 7428, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div.share-opportunity a:after {
  font-family: "FontAwesome";
  content: '\f007';
  color: #2bafe9;
  position: absolute;
  left: 68px;
  top: 46px;
  font-size: 32px;
  font-weight: normal;
  -webkit-text-stroke: 2px black;
  transition: 0.2s ease;
}
/* line 7440, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div.share-opportunity a:hover::after {
  -webkit-text-stroke: 2px white;
}
/* line 7443, ../sass/global.styles.scss */
div#share-actions-menu .dashboard-nav > div.write-blog a:before {
  content: '\f040';
}

/* line 7451, ../sass/global.styles.scss */
div#block-views-nodequeue-34-block {
  max-width: 584px;
}
/* line 7454, ../sass/global.styles.scss */
div#block-views-nodequeue-34-block div.item-list ul li.views-row {
  margin-left: 0px;
  clear: both;
  margin-bottom: 60px;
}
/* line 7458, ../sass/global.styles.scss */
div#block-views-nodequeue-34-block div.item-list ul li.views-row div.views-field-field-team-member-photo {
  float: left;
  margin-right: 26px;
  margin-bottom: 16px;
  overflow: hidden;
  width: 140px;
  height: 140px;
  border-radius: 70px;
}
/* line 7466, ../sass/global.styles.scss */
div#block-views-nodequeue-34-block div.item-list ul li.views-row div.views-field-field-team-member-photo img {
  width: 160px;
}
/* line 7470, ../sass/global.styles.scss */
div#block-views-nodequeue-34-block div.item-list ul li.views-row div.views-field-field-bio {
  font: 17px/28px "Open Sans";
}
@media only screen and (max-width: 768px) {
  /* line 7470, ../sass/global.styles.scss */
  div#block-views-nodequeue-34-block div.item-list ul li.views-row div.views-field-field-bio {
    font: 0.85em/1.5em "Open Sans";
  }
}
/* line 7476, ../sass/global.styles.scss */
div#block-views-nodequeue-34-block div.item-list ul li.views-row div.views-field-field-bio p {
  color: black;
}
/* line 7479, ../sass/global.styles.scss */
div#block-views-nodequeue-34-block div.item-list ul li.views-row div.views-field-field-bio p:last-child {
  margin-bottom: 0px;
}
/* line 7482, ../sass/global.styles.scss */
div#block-views-nodequeue-34-block div.item-list ul li.views-row div.views-field-field-bio span.bio-title {
  font-style: italic;
}
/* line 7485, ../sass/global.styles.scss */
div#block-views-nodequeue-34-block div.item-list ul li.views-row div.views-field-field-bio span.bio-name {
  font-family: "Open Sans Bold";
  color: #2bafe9;
}
/* line 7490, ../sass/global.styles.scss */
div#block-views-nodequeue-34-block div.item-list ul li.views-row .views-field-field-team-member-email a {
  color: #0a0a0a;
  font-family: "Droid Sans Bold";
}
@media only screen and (max-width: 768px) {
  /* line 7490, ../sass/global.styles.scss */
  div#block-views-nodequeue-34-block div.item-list ul li.views-row .views-field-field-team-member-email a {
    font-size: 0.85em;
    line-height: 1.5em;
  }
}
/* line 7497, ../sass/global.styles.scss */
div#block-views-nodequeue-34-block div.item-list ul li.views-row .views-field-field-team-member-email a span.label {
  text-transform: uppercase;
}
/* line 7500, ../sass/global.styles.scss */
div#block-views-nodequeue-34-block div.item-list ul li.views-row .views-field-field-team-member-email a:hover {
  color: #2075bc;
  text-decoration: underline;
}

/* line 7511, ../sass/global.styles.scss */
body.page-node-10532 div#node-10532 {
  margin-bottom: 50px;
}
/* line 7514, ../sass/global.styles.scss */
body.page-node-10532 .block {
  margin-bottom: 0px;
}
/* line 7517, ../sass/global.styles.scss */
body.page-node-10532 div.node-page-article {
  margin-bottom: 0px;
}
/* line 7520, ../sass/global.styles.scss */
body.page-node-10532 hr {
  display: none;
}

/* line 7525, ../sass/global.styles.scss */
footer#footer {
  clear: both;
}

/* line 7529, ../sass/global.styles.scss */
body.page-node.node.mode-full hr {
  display: none;
}

/* line 7533, ../sass/global.styles.scss */
#node-10532 > .content .field-item p {
  margin-bottom: 0px;
}

/* line 7541, ../sass/global.styles.scss */
a.DTTT_button:first-child {
  display: none;
}

/* line 7550, ../sass/global.styles.scss */
body.role-administrator a.DTTT_button:first-child,
body.role-STELAR-Staff a.DTTT_button:first-child,
body.role-Project-Member a.DTTT_button:first-child,
body.role-STELAR-Administrator a.DTTT_button:first-child {
  display: inline-block;
}

/* line 7555, ../sass/global.styles.scss */
#mobile-header {
  display: none;
}

/* line 7561, ../sass/global.styles.scss */
.submit-button, input#edit-submit-toggle, #already-registered a,
a#all-events-link, #page.container #node-registration-form input#edit-submit,
#page.container #node-registration-form a#edit-return, #event-anon-registration a.event-login,
#event-anon-registration a.event-user-register {
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #2bafe9;
  color: #2bafe9 !important;
  font-family: "Droid Sans";
  text-transform: uppercase;
  padding: 20px 40px 20px 25px;
  font-size: 11px;
  position: relative;
}

/* line 7573, ../sass/global.styles.scss */
.submit-after, #registration-toggle-container:not(.hide-text):after, #registration-toggle-container.hide-text:before, #already-registered a:after,
a#all-events-link:after, #page.container #node-registration-form div#edit-actions:after, #event-anon-registration a.event-login:after,
#event-anon-registration a.event-user-register:after {
  font-family: "FontAwesome";
  content: '\f061';
  color: #2bafe9;
  position: relative;
  right: 12px;
  text-decoration: none;
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 12px;
}

/* line 7586, ../sass/global.styles.scss */
input#edit-submit-toggle {
  top: 0px;
  width: 170px;
}
/* line 7590, ../sass/global.styles.scss */
input#edit-submit-toggle.hide-text {
  padding-left: 36px;
  padding-right: 29px;
}

/* line 7597, ../sass/global.styles.scss */
#registration-toggle-container {
  position: relative;
  width: 170px;
}

/* line 7602, ../sass/global.styles.scss */
#registration-toggle-container:not(.hide-text):after {
  top: 18px;
}

/* line 7607, ../sass/global.styles.scss */
#registration-toggle-container.hide-text:before {
  top: 18px;
  content: '\f060';
  left: 14px;
}

/* line 7615, ../sass/global.styles.scss */
#already-registered a,
a#all-events-link {
  padding-top: 16px;
  padding-bottom: 16px;
  clear: both;
  display: block;
}

/* line 7629, ../sass/global.styles.scss */
a#all-events-link {
  width: 60px;
}

/* line 7633, ../sass/global.styles.scss */
#already-registered a {
  width: 40px;
  margin-top: 20px;
}

/* line 7638, ../sass/global.styles.scss */
.registration-slots-left {
  font-style: italic;
}

/* line 7643, ../sass/global.styles.scss */
#page.container #node-registration-form.hide {
  display: none;
}
/* line 7646, ../sass/global.styles.scss */
#page.container #node-registration-form div#edit-actions {
  position: relative;
  width: 175px;
}
/* line 7650, ../sass/global.styles.scss */
#page.container #node-registration-form div#edit-actions:after {
  top: 17px;
}
/* line 7661, ../sass/global.styles.scss */
#page.container #node-registration-form input#edit-submit {
  width: 170px;
  padding-left: 20px;
  padding-right: 45px;
}
/* line 7666, ../sass/global.styles.scss */
#page.container #node-registration-form a#edit-return {
  margin-left: 10px;
  margin-top: 0px;
  float: right;
  width: 20px;
}

/* line 7675, ../sass/global.styles.scss */
.page-registration-cancel h1#page-title {
  font-size: 14px;
  font-weight: normal;
  font-family: "Droid Sans";
}

/* line 7684, ../sass/global.styles.scss */
#event-anon-registration h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 7691, ../sass/global.styles.scss */
#event-anon-registration p {
  color: #7d7d7d;
}
/* line 7694, ../sass/global.styles.scss */
#event-anon-registration ul {
  height: 55px;
  margin-bottom: 0px;
}
/* line 7698, ../sass/global.styles.scss */
#event-anon-registration li {
  height: 55px;
  float: left;
}
/* line 7702, ../sass/global.styles.scss */
#event-anon-registration a.event-login,
#event-anon-registration a.event-user-register {
  display: block;
  height: 15px;
}
/* line 7712, ../sass/global.styles.scss */
#event-anon-registration a.event-user-register {
  display: none;
  margin-left: 10px;
}

/* The Modal (background) */
/* line 7721, ../sass/global.styles.scss */
div#block-block-2 .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* line 7740, ../sass/global.styles.scss */
div#block-block-2 .modal p {
  color: #1c2f46;
  font-size: 14px;
  font-family: "Droid Sans";
  line-height: 24px;
}

/* Modal Content/Box */
/* line 7749, ../sass/global.styles.scss */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
  opacity: 0;
  transition: 0.4s ease;
}
@media screen and (max-width: 667px) {
  /* line 7749, ../sass/global.styles.scss */
  .modal-content {
    width: 90%;
  }
}

/* The Close Button */
/* line 7765, ../sass/global.styles.scss */
.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 10px;
  position: relative;
  top: 0px;
}

/* line 7775, ../sass/global.styles.scss */
.modal-content.show {
  opacity: 1;
  transition: 0.4s ease;
}

/* line 7780, ../sass/global.styles.scss */
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* line 7790, ../sass/global.styles.scss */
body.page-projects-related-content h1#page-title,
body.page-taxonomy h1#page-title {
  font-size: 30px;
}
/* line 7793, ../sass/global.styles.scss */
body.page-projects-related-content .field-label-inline .field-items,
body.page-projects-related-content h2.field-label,
body.page-taxonomy .field-label-inline .field-items,
body.page-taxonomy h2.field-label {
  float: none;
}
/* line 7797, ../sass/global.styles.scss */
body.page-projects-related-content a,
body.page-taxonomy a {
  color: #2bafe9;
}
/* line 7799, ../sass/global.styles.scss */
body.page-projects-related-content a:hover,
body.page-taxonomy a:hover {
  color: #2075bc;
}
/* line 7803, ../sass/global.styles.scss */
body.page-projects-related-content h2.node-title a,
body.page-taxonomy h2.node-title a {
  color: #1c2f46;
}

@media screen and (min-width: 668px) {
  /* line 7811, ../sass/global.styles.scss */
  body.front div.messages.status {
    position: relative;
    z-index: 1000;
    top: -300px;
  }
}
/* line 7832, ../sass/global.styles.scss */
body.page-node-20819 div#columns section[id^="block-views-nodequeue-"] h2.block-title {
  margin-bottom: 15px;
}
/* line 7835, ../sass/global.styles.scss */
body.page-node-20819 div#columns section[id^="block-views-nodequeue-"] div.views-field-field-photo-short-blurb p {
  margin-bottom: 6px;
}
/* line 7838, ../sass/global.styles.scss */
body.page-node-20819 div#columns section[id^="block-views-nodequeue-"] div.views-field-field-photo-credit-description p {
  margin-bottom: 6px;
}
/* line 7841, ../sass/global.styles.scss */
body.page-node-20819 div#columns section[id^="block-views-nodequeue-"] ul li {
  margin-left: 0px;
  font-family: "Open Sans";
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 20px;
}
/* line 7849, ../sass/global.styles.scss */
body.page-node-20819 div#columns section[id^="block-views-nodequeue-"] ul li img {
  margin: 0px auto 20px auto;
  width: 200px;
}
/* line 7855, ../sass/global.styles.scss */
body.page-node-20819 div#columns section[id^="block-views-nodequeue-"] .item-list a {
  color: #2bafe9;
}
@media screen and (max-width: 768px) {
  /* line 7861, ../sass/global.styles.scss */
  body.page-node-20819 div#columns section[id^="block-views-nodequeue-"] div.views-field-field-photo-short-blurb p,
  body.page-node-20819 div#columns section[id^="block-views-nodequeue-"] div.views-field-field-photo-credit-description p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  /* line 7869, ../sass/global.styles.scss */
  body.page-node-20819 div#columns section[id^="block-views-nodequeue-"] h1#page-title {
    text-align: center;
  }
  /* line 7873, ../sass/global.styles.scss */
  body.page-node-20819 div#columns section[id^="block-views-nodequeue-"] h2.block-title {
    text-align: center;
  }
  /* line 7877, ../sass/global.styles.scss */
  body.page-node-20819 div#columns section[id^="block-views-nodequeue-"] div.views-field-field-photo-credit-image {
    text-align: center;
  }
}

/* line 7884, ../sass/global.styles.scss */
.link-field-column {
  float: none;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  /* line 7884, ../sass/global.styles.scss */
  .link-field-column {
    display: block;
    width: 90%;
  }
}

/* line 7893, ../sass/global.styles.scss */
body.page-node-add #block-system-main .node-form .link-attributes input, body.page-node-edit #block-system-main .node-form .link-attributes input {
  width: auto;
}
@media screen and (max-width: 768px) {
  /* line 7893, ../sass/global.styles.scss */
  body.page-node-add #block-system-main .node-form .link-attributes input, body.page-node-edit #block-system-main .node-form .link-attributes input {
    width: 60%;
  }
}
/* line 7899, ../sass/global.styles.scss */
body.page-node-add .field-name-body .form-type-textarea .description, body.page-node-edit .field-name-body .form-type-textarea .description {
  font-weight: bold;
  color: blue;
}

/* line 7905, ../sass/global.styles.scss */
.node-form input:not([type='submit']) {
  background-color: #ffffff;
}

/* line 7910, ../sass/global.styles.scss */
.field-name-field-videos-and-text .field-item {
  margin-top: 3em;
}

/* line 7915, ../sass/global.styles.scss */
#block-block-41 .block-inner, #block-block-42 .block-inner, #block-block-43 .block-inner, #block-block-44 .block-inner {
  margin: 0;
}

/* line 7919, ../sass/global.styles.scss */
.hideme {
  display: none;
}

/* line 7922, ../sass/global.styles.scss */
.field-name-field-event-type .field-items {
  margin-top: 0px;
}

/*Start Quicktab Styles */
/* line 7927, ../sass/global.styles.scss */
ul.quicktabs-tabs.quicktabs-style-navlist li.active a {
  background-color: #006285;
  border: 2px solid #006285;
  color: white;
}

/* line 7934, ../sass/global.styles.scss */
body.page-node-22392 h1#page-title {
  text-align: center;
}

/* line 7937, ../sass/global.styles.scss */
.quicktabs_main.quicktabs-style-navlist {
  background: white;
  border: 2px solid #006285;
  width: 77%;
}

/*STart Table styling for node */
/* line 7947, ../sass/global.styles.scss */
body.page-node-22392 tr:nth-child(even) {
  color: gray;
  font-weight: bold;
}

/* line 7952, ../sass/global.styles.scss */
body.page-node-22392 .gray-gradient-background, body.page-node-22392 tr.odd, body.page-node-22392 tr.info, body.page-node-22392 tr.even, body.page-node-22392 tr:nth-child(2n+2), body.page-node-22392 tr.odd td.active, tr.odd body.page-node-22392 td.active, body.page-node-22392 tr.even td.active, tr.even body.page-node-22392 td.active {
  background: #F1F2F2;
}

/* line 7957, ../sass/global.styles.scss */
body.page-node-22392 th {
  background-color: #006286;
  color: white;
  text-align: left;
}

/* line 7962, ../sass/global.styles.scss */
body.page-node-22392 tr {
  background-color: white;
  color: gray;
}

/* line 7967, ../sass/global.styles.scss */
body.page-node-22392 .header-background {
  background: #00B5EF;
  text-align: center;
}

/* line 7972, ../sass/global.styles.scss */
body.page-node-22392 strong {
  color: #00B5EF;
}

/* line 7977, ../sass/global.styles.scss */
body.page-node-22392 h2, h3 {
  color: #006285;
  line-height: .5;
  text-align: center;
  margin-bottom: 25px;
}

/* line 7984, ../sass/global.styles.scss */
body.page-node-22392 .node-page.article .content .field-item ol li, .node-page.article .content .field-item ul li, .node-page.article .node-content .field-item ol li, .node-page.article .node-content .field-item ul li {
  margin-bottom: 2px;
}

/* line 7990, ../sass/global.styles.scss */
body.page-node-22392 .node-page.article .content .field-item p, .node-page.article .node-content .field-item p {
  margin-bottom: 15px;
}

/* line 7995, ../sass/global.styles.scss */
body.page-node-22392 .node-page.article .content .field-item ol, .node-page.article .content .field-item ul, .node-page.article .node-content .field-item ol, .node-page.article .node-content .field-item ul {
  margin-bottom: 15px;
}

/*Start Quotebox Styles */
/* line 8002, ../sass/global.styles.scss */
.stelar-author {
  text-align: right;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-size: 14px;
}

/* line 8011, ../sass/global.styles.scss */
.stelar-quotebox {
  background-color: #d3d5d6;
  float: right;
  color: #004d6a;
  /*#558989; /*#69a0a0;*/
  border: 0px;
  padding: 0.1em 10px;
  /*padding: 5px;*/
  font-size: 15px;
  quotes: "“" "”";
  width: 300px;
  margin: 0px -39px 20px 0px;
  padding-bottom: 20px;
}

/* line 8027, ../sass/global.styles.scss */
.centered_quotebox {
  background-color: #d3d5d6;
  float: center;
  color: #004d6a;
  /*#558989; /*#69a0a0;*/
  border: 0px;
  padding: 0.1em 10px;
  /*padding: 5px;*/
  font-size: 15px;
  quotes: "“" "”";
  /*width: 500px;*/
  margin: 0px 40px 20px 40px;
  padding-bottom: 20px;
}

/* line 8043, ../sass/global.styles.scss */
li .centered_quotebox {
  margin-top: 16px;
}

/* line 8048, ../sass/global.styles.scss */
li .centered_quotebox ul {
  margin-left: 30px;
  margin-top: 30px;
}

/* line 8053, ../sass/global.styles.scss */
div.accordion .stelar-quotebox {
  border: 1px solid #005798;
  border-left-width: 30px;
}

/* line 8058, ../sass/global.styles.scss */
div.accordion .stelar-quotebox {
  margin-top: 20px;
}

/* line 8062, ../sass/global.styles.scss */
.stelar-quotebox::before {
  color: #004d6a;
  font-family: "Times New Roman", Times, serif;
  content: open-quote;
  font-size: 7.2em;
  line-height: 0.1em;
  margin-right: 0.25em;
  position: relative;
  top: 0.3em;
  vertical-align: -0.4em;
}

/* line 8074, ../sass/global.styles.scss */
.centered_quotebox::before {
  color: #004d6a;
  font-family: "Times New Roman", Times, serif;
  content: open-quote;
  font-size: 7.2em;
  line-height: 0.1em;
  margin-right: 0.25em;
  position: relative;
  top: 0.3em;
  vertical-align: -0.4em;
}

/* line 8086, ../sass/global.styles.scss */
.quotebox-adjacent {
  width: 650px;
  float: left;
}

/* line 8091, ../sass/global.styles.scss */
.stelar-quote {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.2em;
  text-indent: 55px;
  line-height: 2em;
}

/*Quotebox*/
/* line 8104, ../sass/global.styles.scss */
.quotebox-right {
  width: 650px;
  float: right;
}

/* line 8109, ../sass/global.styles.scss */
.stelar-quote {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.2em;
  text-indent: 55px;
  line-height: 2em;
}

/* line 8119, ../sass/global.styles.scss */
.stelar-quote-small {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  text-indent: 55px;
}

/*Callout Box Styles */
/* line 8129, ../sass/global.styles.scss */
.callout-box {
  display: block;
  width: 600px;
  background-color: white;
  border: 2px solid #068fd3;
  margin-bottom: 30px;
  margin: 20px auto;
}

/* line 8139, ../sass/global.styles.scss */
.financial-box {
  border: 2px solid green;
  padding-bottom: 10px;
}

/* line 8144, ../sass/global.styles.scss */
.exemplars-box p.source,
p.source {
  margin-bottom: 0px;
}

/* line 8148, ../sass/global.styles.scss */
.examplars-box p.desc,
p.desc {
  margin-top: 10px;
  line-height: 1.5em;
}

/* line 8153, ../sass/global.styles.scss */
.general-box,
.quicklinks-box,
.specific-box,
.problem-box,
.exemplars-box,
.callout-box,
.financial-box {
  display: block;
  width: 600px;
  background-color: #FFFFFF;
  margin: 0px auto;
  margin-bottom: 20px;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  padding: 0px 15px;
}

/* line 8172, ../sass/global.styles.scss */
.problem-box {
  border: 2px solid #e59e36;
  width: 650px;
}

/* line 8177, ../sass/global.styles.scss */
.exemplars-box {
  border: 2px solid #009789;
}

/* line 8181, ../sass/global.styles.scss */
.general-box {
  border: 2px solid #004d6a;
}

/* line 8186, ../sass/global.styles.scss */
.quicklinks-box {
  border: 2px solid #93b203;
}

/* line 8191, ../sass/global.styles.scss */
.specific-box {
  border: 2px solid #4e3c92;
  color: #3a3b39;
  /*e96c02;*/
  padding-bottom: 25px;
}

/* line 8198, ../sass/global.styles.scss */
.item-shadow {
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

/* line 8204, ../sass/global.styles.scss */
.general-box h3 {
  background-color: #004d6a;
}

/* line 8208, ../sass/global.styles.scss */
.quicklinks-box h3 {
  background-color: #93b203;
}

/* line 8212, ../sass/global.styles.scss */
.exemplars-box h3 {
  background-color: #009789;
}

/* line 8216, ../sass/global.styles.scss */
.problem-box h3 {
  background-color: #e59e36;
}

/* line 8220, ../sass/global.styles.scss */
.specific-box h3 {
  background-color: #4e3c92;
}

/* line 8224, ../sass/global.styles.scss */
.callout-box h3 {
  background-color: #068fd3;
}

/* line 8228, ../sass/global.styles.scss */
.financial-box h3 {
  background-color: green;
}

/* line 8232, ../sass/global.styles.scss */
.financial-box h3 {
  background-color: green;
}

/* line 8236, ../sass/global.styles.scss */
.general-box h3,
.quicklinks-box h3,
.problem-box h3,
.exemplars-box h3,
.specific-box h3,
.callout-box h3,
.financial-box h3 {
  font-weight: normal;
  color: white;
  padding: 15px 0px;
  text-align: center;
  font-family: "Open Sans";
  margin: 0px -15px 10px -15px;
  font-size: 18px;
}

/* line 8253, ../sass/global.styles.scss */
.financial-box .problem-instructions::before {
  content: '$';
  font-size: 80px;
  color: green;
  font-family: "Arial";
  display: block;
  float: left;
  width: 80px;
  text-align: center;
  margin-right: 20px;
  margin-top: -10px;
}

/* line 8266, ../sass/global.styles.scss */
.greencallout-box {
  display: block;
  width: auto;
  background-color: #FFFFFF;
  margin: 0px auto;
  margin-bottom: 20px;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  padding: 0px 15px;
}

/* line 8278, ../sass/global.styles.scss */
.greencallout-box {
  display: block;
  width: auto;
  background-color: white;
  border: 3px solid #00CC33;
  margin-bottom: 30px;
  margin: 20px auto;
}

/* line 8288, ../sass/global.styles.scss */
.greencallout-box h3 {
  background-color: #00CC33;
}

/* line 8292, ../sass/global.styles.scss */
.greencallout-box h3 {
  font-weight: normal;
  color: white;
  padding: 5px 0px;
  text-align: center;
  font-family: "Open Sans";
  margin: 0px -15px 10px -15px;
  font-size: 18px;
}

/* line 8303, ../sass/global.styles.scss */
.bluecallout-box {
  display: block;
  width: auto;
  background-color: #FFFFFF;
  margin: 0px auto;
  margin-bottom: 20px;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  padding: 0px 15px;
}

/* line 8316, ../sass/global.styles.scss */
.bluecallout-box {
  display: block;
  width: auto;
  background-color: white;
  border: 2px solid #33CCFF;
  margin-bottom: 30px;
  margin: 20px auto;
  text-align: left;
  padding-bottom: 20px;
}

/* line 8329, ../sass/global.styles.scss */
.bluecallout-box h3 {
  background-color: #33CCFF;
}

/* line 8334, ../sass/global.styles.scss */
.bluecallout-box h3 {
  font-weight: normal;
  color: white;
  padding: 15px 0px;
  text-align: center;
  font-family: "Open Sans";
  margin: 0px -15px 10px -15px;
  font-size: 18px;
}

/* line 8345, ../sass/global.styles.scss */
.purplecallout-box {
  display: block;
  width: auto;
  background-color: #FFFFFF;
  margin: 0px auto;
  margin-bottom: 20px;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  padding: 0px 15px;
}

/* line 8358, ../sass/global.styles.scss */
.purplecallout-box {
  display: block;
  width: auto;
  background-color: white;
  border: 2px solid #4e3c92;
  margin-bottom: 30px;
  margin: 20px auto;
  text-align: left;
}

/* line 8369, ../sass/global.styles.scss */
.purplecallout-box h3 {
  background-color: #4e3c92;
}

/* line 8374, ../sass/global.styles.scss */
.purplecallout-box h3 {
  font-weight: normal;
  color: white;
  padding: 5px 0px;
  text-align: center;
  font-family: "Open Sans";
  margin: 0px -15px 10px -15px;
  font-size: 18px;
}

/* line 8386, ../sass/global.styles.scss */
.purpleoutline {
  display: block;
  width: auto;
  background-color: white;
  border: 2px solid #4e3c92;
  padding: 10px;
  text-align: left;
}

/* Start pop up's*/
/* line 8397, ../sass/global.styles.scss */
.popup-element {
  background-color: #009380;
  padding: 20px;
  border: 4px solid #00b5ef;
}

/* line 8404, ../sass/global.styles.scss */
.popup-element-title {
  color: white;
  font-weight: bold;
  font-size: 18px;
}

/* line 8412, ../sass/global.styles.scss */
.popup-element-title a:hover, .popup-element-title a:focus {
  color: #7c7e7e;
  text-decoration: underline;
}

/* Start of webform styling*/
/* the style below hides the percentegae complete number under the progress bar*/
/* line 8421, ../sass/global.styles.scss */
.webform-progressbar-number {
  color: transparent;
  display: none;
}

/* line 8427, ../sass/global.styles.scss */
.webform-progressbar-page {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: -7px -4px;
  border: 1px solid #356900;
  background-color: white;
  border-radius: 5px;
}

/* line 8437, ../sass/global.styles.scss */
div#page.container div#content div.content {
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 8445, ../sass/global.styles.scss */
.webform-component-select-or-other label {
  font-weight: normal;
  background-color: #33CCFF;
  color: white;
  padding: 5px 0px;
  text-align: center;
  font-family: "Open Sans";
  margin: 0px -15px 10px -15px;
  font-size: 18px;
}

/* line 8458, ../sass/global.styles.scss */
.webform-component-textarea label {
  font-weight: normal;
  background-color: #33CCFF;
  color: white;
  padding: 5px 0px;
  text-align: center;
  font-family: "Open Sans";
  margin: 0px -15px 10px -15px;
  font-size: 18px;
}

/* line 8470, ../sass/global.styles.scss */
.webform-component-textfield label {
  font-weight: normal;
  background-color: #33CCFF;
  color: white;
  padding: 5px 0px;
  text-align: center;
  font-family: "Open Sans";
  margin: 0px -15px 10px -15px;
  font-size: 18px;
}

/* line 8482, ../sass/global.styles.scss */
.webform-component-checkboxes label {
  font-weight: normal;
  background-color: #33CCFF;
  color: white;
  padding: 5px 0px;
  text-align: center;
  font-family: "Open Sans";
  margin: 0px -15px 10px -15px;
  font-size: 18px;
}

/* line 8494, ../sass/global.styles.scss */
.form-type-checkbox label {
  font-weight: normal;
  background-color: white;
  color: black;
  padding: 5px 0px;
  text-align: center;
  font-family: "Open Sans";
  margin: 0px -15px 10px 15px;
  font-size: 12px;
}

/* line 8506, ../sass/global.styles.scss */
.webform-component-view .ui-accordion .ui-widget-content {
  border: 3px solid steelblue;
  background: none transparent;
  color: #333;
  padding: 20px;
}

/* line 8514, ../sass/global.styles.scss */
.webform-progressbar {
  width: 90%;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 60px;
}

/* line 8521, ../sass/global.styles.scss */
form.webform-client-form div.form-type-select {
  margin-left: 20px;
}

/* line 8526, ../sass/global.styles.scss */
form.webform-client-form table td,
form.webform-client-form table th {
  width: 30%;
  overflow: hidden;
}
/* line 8531, ../sass/global.styles.scss */
form.webform-client-form input {
  max-width: 250px;
}

/* This  @media shrinks the labels on the progress bar when window is at 900px  */
@media only screen and (max-width: 900px) {
  /* line 8539, ../sass/global.styles.scss */
  .webform-progressbar-page-label {
    font-size: 10px;
    display: block;
  }

  /* line 8543, ../sass/global.styles.scss */
  form.webform-client-form table input {
    max-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 8548, ../sass/global.styles.scss */
  form.webform-client-form table input[type="text"] {
    background-color: white;
  }
}
@media only screen and (max-width: 667px) {
  /* line 8553, ../sass/global.styles.scss */
  .webform-progressbar span.webform-progressbar-page-label {
    text-overflow: ellipsis;
    width: 40px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  /* line 8561, ../sass/global.styles.scss */
  form.webform-client-form table input {
    max-width: 150px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 8566, ../sass/global.styles.scss */
  form.webform-client-form table input {
    max-width: 100px;
  }
}
/* line 8573, ../sass/global.styles.scss */
.webform-component-markup ul {
  list-style: disc;
  margin: 0px 0px 10px 30px;
  margin-left: 30px;
  margin-block-end: 0px;
  line-height: 28px;
  padding-left: 30px;
  padding-bottom: 10px;
}

/* line 8584, ../sass/global.styles.scss */
.webform-component h4 {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 550;
  margin: 10px 0px 10px 0px;
  color: #006285;
}

/* line 8593, ../sass/global.styles.scss */
.webform-component-markup h6 {
  font-family: "Open Sans Bold";
  font-size: 20px;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  color: #2bafe9;
}

/* line 8602, ../sass/global.styles.scss */
.form-item {
  margin-bottom: 1em;
  margin-top: 0em;
}

/* line 8609, ../sass/global.styles.scss */
.webform-component-textarea .form-type-checkboxes h6 {
  font-family: "Open Sans Bold";
  font-size: 20px;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  color: #2bafe9;
}

/* line 8618, ../sass/global.styles.scss */
div.hr {
  clear: both;
  padding: 0px;
  margin: 25px 0 25px;
  background: #c5c8c9;
  height: 1px;
  border: 0;
}

/* line 8627, ../sass/global.styles.scss */
div.hr hr {
  display: none;
}

/* line 8631, ../sass/global.styles.scss */
.webform-component ul.a {
  list-style-type: circle;
}

/* line 8635, ../sass/global.styles.scss */
.webform-component ul.b {
  list-style-type: square;
}

/* line 8639, ../sass/global.styles.scss */
.webform-component ol.c {
  list-style-type: upper-roman;
  padding: 30px;
}

/* line 8644, ../sass/global.styles.scss */
.webform-component ol.d {
  list-style-type: lower-alpha;
}

/* line 8648, ../sass/global.styles.scss */
.webform-component ol {
  list-style: normal;
  margin-left: 40px;
  line-height: 2em;
}

/* line 8653, ../sass/global.styles.scss */
.webform-component ol ol {
  margin: 0px 0px 0px 20px;
}

/* line 8656, ../sass/global.styles.scss */
.webform-component ol.flex-control-nav {
  margin-left: 0px;
  padding-left: 0px;
  left: 0px;
}

/* line 8661, ../sass/global.styles.scss */
.webform-component, .button, #comments .form-actions input.form-submit, .region-front-newsletter .link-newsletter-archives, body.front span.blue-button a, .stelar-search .form-wrapper input.action.action-apply_filters.form-submit, .stelar-search .form-wrapper span.search-action-reset, body.page-contact #contact-site-form #edit-submit, .related-content-link a, .system-edit-form input.form-submit, #node-registration-form input.form-submit, #event-node-form input.form-submit, body.page-user #content input.form-submit, #node-registration-form a#edit-return, #node-registration-form .form-actions input.form-submit + a, input#edit-preview, input#edit-delete, body.page-user #content .contact-me .contact-me-button, body.page-registration-cancel #content .form-actions a#edit-cancel, .registration-link a, .event-registration-info a, #block-menu-menu-interactions div.block-content ul.menu li a {
  margin-left: 20px;
}

/* Start slider styling*/
/* line 8667, ../sass/global.styles.scss */
.field-name-field-slide-content ul li {
  list-style: disc;
  margin: 0px 0px 10px 30px;
}

/* line 8672, ../sass/global.styles.scss */
.flex-direction-nav a {
  width: 50px;
  height: 50px;
}

/* line 8677, ../sass/global.styles.scss */
.field-item img {
  float: left;
  padding-right: 5px;
}

/* line 8683, ../sass/global.styles.scss */
.flexslider {
  border: 2px solid #3cb646;
  padding: 10px;
  border-style: groove;
}

/*** Below is the text color of the slider and accordion on the webform modules**/
/* line 8696, ../sass/global.styles.scss */
.field-name-field-slide-content .field-item {
  color: black !important;
}

/* line 8701, ../sass/global.styles.scss */
.ui-accordion .field-item {
  color: black !important;
}

/*************** Course Styles ********************/
/* line 8707, ../sass/global.styles.scss */
.blueheader {
  font-size: 20px;
  font-weight: normal;
  color: #2bafe9;
}

/* line 8713, ../sass/global.styles.scss */
.g-recaptcha {
  padding-bottom: 70px;
}

/*
.field-name-field-mailing-list  {
    bottom: 90px; 
    padding-left: 10px;
    width: 100%;
}*/
/* line 8725, ../sass/global.styles.scss */
.section-contact {
  padding-bottom: 30px;
}

/* line 8729, ../sass/global.styles.scss */
.page-course-participant form#user-profile-form section .field-name-field-listed-accredited div.description a:hover, .page-course-participant form#user-register-form section .field-name-field-listed-accredited div.description a,
.page-project-member form#user-profile-form section .field-name-field-listed-accredited div.description a:hover, .page-project-member form#user-register-form section .field-name-field-listed-accredited div.description a:hover {
  color: #2bafe9  !important;
}

/*************** Divider Line ********************/
/* line 8738, ../sass/global.styles.scss */
.dividerline {
  margin: 5px auto 18px auto;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

/*************** Colored Backgrounds ********************/
/* line 8749, ../sass/global.styles.scss */
.graylayoutshadow {
  background-color: #F0EDED;
  padding: 15px;
  /* Hyphens off 
  -ms-hyphens:auto;
  -moz-hyphens: auto;
  hyphens: auto;       */
  margin-top: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 8761, ../sass/global.styles.scss */
.graylayout {
  background-color: #F0EDED;
  padding: 15px;
  margin-top: 20px;
}

/*************** Buttons ********************/
/* this the green button*/
/* line 8773, ../sass/global.styles.scss */
.greenbutton {
  background-color: #3bb44a;
  /* you had this on width: auto; but that makes the button too big. Adding max-width to make it less wide */
  max-width: 200px;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 0px 0px 20px 0px;
  cursor: pointer;
}

/* line 8788, ../sass/global.styles.scss */
.button-link {
  background-color: #3bb44a;
  /* you had this on width: auto; but that makes the button too big. Adding max-width to make it less wide */
  max-width: 200px;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

/* line 8805, ../sass/global.styles.scss */
.button-link a {
  color: white;
}

/* line 8810, ../sass/global.styles.scss */
.button-link a:hover {
  color: white;
  /* text-decoration: underline;*/
}

/*************** Colored Texts ********************/
/* line 8818, ../sass/global.styles.scss */
.whitetext {
  color: white;
}

/* line 8823, ../sass/global.styles.scss */
.stelarbluetext {
  color: #27a8e0;
}

/* line 8828, ../sass/global.styles.scss */
.stelardarkbluetext {
  color: #1c2f46;
}

/* line 8832, ../sass/global.styles.scss */
.Headertext {
  font-size: 1.4em;
}

/*************** Course Module List Styles ********************/
/* line 8838, ../sass/global.styles.scss */
.module-button {
  padding: 12px 30px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #27a8e0;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 130px;
  border-radius: 8px;
}

/* line 8850, ../sass/global.styles.scss */
.module-button a {
  color: white;
  text-align: center;
}

/* line 8855, ../sass/global.styles.scss */
.module-list-header {
  padding-bottom: 20px;
  margin: 0px;
}

/* line 8862, ../sass/global.styles.scss */
.module-container .module-view-rows {
  display: flow-root;
  height: auto;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 8870, ../sass/global.styles.scss */
.module-description {
  font-size: 16px;
  padding-right: 20px;
}

/* line 8875, ../sass/global.styles.scss */
.views-field-field-module-assessment {
  font-size: 30px;
  padding-bottom: 10px;
}

/* line 8880, ../sass/global.styles.scss */
.image-container {
  float: left;
  height: auto;
  display: flex;
  padding-right: 20px;
  padding-bottom: 20px;
}

/* line 8889, ../sass/global.styles.scss */
.webform-component a {
  text-decoration: underline;
}

/* line 8894, ../sass/global.styles.scss */
.webform-component a:hover {
  color: #27a8e0;
}

/* line 8898, ../sass/global.styles.scss */
.ui-accordion a:hover {
  color: white;
}

/******** Module Listing /itest_proposal page ***************/
/* Module's 0, 2, 4, 6, 8 rows*/
/* line 8908, ../sass/global.styles.scss */
.view-module-list
.views-row {
  background-color: white;
  height: auto;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*Module's 0, 2, 4, 6, 8  Title*/
/* line 8918, ../sass/global.styles.scss */
.view-module-list
.views-row a {
  color: black;
}

/*Module's 0, 2, 4, 6, 8  Title Hover*/
/* line 8927, ../sass/global.styles.scss */
.view-module-list
.views-row a:hover {
  color: #2bafe9;
}

/*Module's 0, 2, 4, 6, 8  Descriptive Text*/
/* line 8935, ../sass/global.styles.scss */
.view-module-list
.views-row p {
  color: black;
}

/* Row field items*/
/* line 8943, ../sass/global.styles.scss */
.view-module-list
.field-item {
  color: black;
}

/* Module 1 */
/* line 8952, ../sass/global.styles.scss */
.view-module-list
.views-row-2 {
  background-color: #e4e4e4;
  height: auto;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Module 1 - title*/
/* line 8962, ../sass/global.styles.scss */
.view-module-list
.views-row-2 a {
  color: black;
}

/* Module 1 descriptive text */
/* line 8969, ../sass/global.styles.scss */
.view-module-list
.views-row-2 p {
  color: black;
}

/* Module 3 row*/
/* line 8975, ../sass/global.styles.scss */
.view-module-list
.views-row-4 {
  background-color: #4ba499;
  color: white;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Module 3 - title*/
/* line 8985, ../sass/global.styles.scss */
.view-module-list
.views-row-4 a {
  color: white;
}

/* Module 3 - title HOVER*/
/* line 8992, ../sass/global.styles.scss */
.view-module-list
.views-row-4 a:hover {
  color: white !important;
}

/* Module 5 row */
/* line 8998, ../sass/global.styles.scss */
.view-module-list
.views-row-6 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e4e4e4;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Module 5 title */
/* line 9012, ../sass/global.styles.scss */
.view-module-list
.views-row-6 a {
  color: black;
}

/*Module 5 Descriptive Text*/
/* line 9020, ../sass/global.styles.scss */
.view-module-list
.views-row-6 p {
  color: black;
}

/*Module 7 row*/
/* line 9029, ../sass/global.styles.scss */
.view-module-list
.views-row-8 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2a5e75;
  color: white;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*Module 7 title*/
/* line 9041, ../sass/global.styles.scss */
.view-module-list
.views-row-8 a {
  color: white;
}

/*Module 7 descriptive Text*/
/* line 9048, ../sass/global.styles.scss */
.view-module-list
.views-row-8 p {
  color: white;
}

/*Module 3 descriptive Text*/
/* line 9055, ../sass/global.styles.scss */
.view-module-list
.views-row-4 p {
  color: white;
}

/* Module 9 row */
/* line 9062, ../sass/global.styles.scss */
.view-module-list
.views-row-10 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e4e4e4;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Module 9 - title*/
/* line 9073, ../sass/global.styles.scss */
.view-module-list
.views-row-10 a {
  color: black;
}

/* Module 6 */
/* line 9084, ../sass/global.styles.scss */
.view-module-list
.views-row-14 {
  background-color: #e4e4e4;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Module 7 */
/* line 9093, ../sass/global.styles.scss */
.view-module-list
.views-row-16 {
  background-color: #4ba499;
  color: white;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Module 7  - title*/
/* line 9103, ../sass/global.styles.scss */
.view-module-list
.views-row-16 a {
  color: white;
}

/* Module 8 */
/* line 9111, ../sass/global.styles.scss */
.view-module-list
.views-row-18 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e4e4e4;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Module 8  - title*/
/* line 9123, ../sass/global.styles.scss */
.view-module-list
.views-row-18 a {
  color: black;
}

/* Module 9 */
/* line 9129, ../sass/global.styles.scss */
.view-module-list
.views-row-20 {
  background-color: #2a5e75;
  color: white;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Module 9  - title*/
/* line 9140, ../sass/global.styles.scss */
.view-module-list
.views-row-20 a {
  color: white;
}

/* Horizontal bar for module view*/
/* line 9147, ../sass/global.styles.scss */
div.hr2 {
  clear: both;
  padding: 0px;
  margin: 25px 0 25px;
  background: #2bafe9;
  height: 1px;
  border: 0;
}

/* line 9159, ../sass/global.styles.scss */
.page-course-participant #user-register-form .section-other,
.page-project-member-register #user-register-form .section-other {
  border: 2px solid deepskyblue;
  padding: 0 20px;
}

/* line 9168, ../sass/global.styles.scss */
.page-user-edit-course-participant .section-main,
.page-user-edit-course-participant .section-contact,
.page-user-edit-course-participant .section-professional,
.page-user-edit-course-participant .section-demographics,
.page-user-edit-course-participant .section-mailing_list,
.page-user-edit-course-participant .section-websites,
.page-user-edit-project-member .section-main,
.page-user-edit-project-member .section-contact,
.page-user-edit-project-member .section-professional,
.page-user-edit-project-member .section-demographics,
.page-user-edit-project-member .section-mailing_list,
.page-user-edit-project-member .section-websites,
.page-user-edit-main .section-main,
.page-user-edit-main .section-contact,
.page-user-edit-main .section-professional,
.page-user-edit-main .section-demographics,
.page-user-edit-main .section-mailing_list,
.page-user-edit-main .section-websites {
  display: none;
}

/* line 9179, ../sass/global.styles.scss */
.page-user-edit #main-content-header #tasks ul.primary.tabs,
.page-user-edit #main-content-header #tasks ul.tabs {
  display: inline-block;
}
/* line 9183, ../sass/global.styles.scss */
.page-user-edit #main-content-header #tasks ul.secondary {
  display: inline-block;
  margin-left: 10px;
}
/* line 9186, ../sass/global.styles.scss */
.page-user-edit #main-content-header #tasks ul.secondary li {
  display: block;
  float: left;
}
/* line 9189, ../sass/global.styles.scss */
.page-user-edit #main-content-header #tasks ul.secondary li:first-child {
  padding: 0 10px 0 10px;
}
/* line 9192, ../sass/global.styles.scss */
.page-user-edit #main-content-header #tasks ul.secondary li a {
  display: block;
  float: left;
}

/* line 9201, ../sass/global.styles.scss */
.section-mailing_list fieldset {
  padding: 0.35em 0 2em;
}

/* line 9206, ../sass/global.styles.scss */
.stelar-module-webform .hide-me-component {
  display: none !important;
}

/* line 9212, ../sass/global.styles.scss */
.page-node-submission .webform-submission .hide-me-component {
  display: none !important;
}

/* line 9218, ../sass/global.styles.scss */
.page-project-member-register.register-access-denied #page-title,
.page-project-member-register.register-access-denied #block-system-main {
  display: none;
}

/* mailing form -- Feb. 11 2021 */
/* line 9226, ../sass/global.styles.scss */
form#user-profile-form > div {
  display: flex;
  flex-direction: column;
}

/* line 9230, ../sass/global.styles.scss */
form#user-profile-form section.section-mailing_list {
  order: 1;
  margin-bottom: 20px;
  margin-left: 0px;
}

/* line 9235, ../sass/global.styles.scss */
form#user-profile-form div.form-actions.form-wrapper {
  position: absolute;
  bottom: 0px;
}

/* line 9240, ../sass/global.styles.scss */
form#user-profile-form fieldset#edit-contact {
  margin-left: 0px;
  padding-left: 0px;
}

/* line 9244, ../sass/global.styles.scss */
section.field-name-mailing-list {
  padding-left: 20px;
}

/* line 9247, ../sass/global.styles.scss */
section.field-name-field-mailing-list h2 {
  width: 100%;
}

/* line 9250, ../sass/global.styles.scss */
form#user-profile-form input#edit-submit {
  margin-left: 0px;
}

/* line 9253, ../sass/global.styles.scss */
body.page-user article.profile > section.field-name-field-mailing-list {
  margin-left: 20px;
}
/* line 9255, ../sass/global.styles.scss */
body.page-user article.profile > section.field-name-field-mailing-list input#edit-submit {
  margin-left: 0px;
}
