@charset "UTF-8";
/**
 * Contains all the imported styles
 *
 * _style.scss
 */
/**
 * Contains all the different of configurations
 *
 * _style.scss
 */
/**
 * Contains all the mixins/functions
 *
 * _mixins.scss
 */
/**
 * Contains all the base styles
 *
 * _base.scss
 */
.block-views.block-image .block-left p a.arrow,
.block-views.block-image .block-right p a.arrow, .block-views.block-text-only .block-left p a.arrow,
.block-views.block-text-only .block-right p a.arrow, #notification .message-box .text a.arrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333333;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image .block-left p a.arrow,
  .block-views.block-image .block-right p a.arrow, .block-views.block-text-only .block-left p a.arrow,
  .block-views.block-text-only .block-right p a.arrow, #notification .message-box .text a.arrow {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1180px) {
  .block-views.block-image .block-left p a.arrow,
  .block-views.block-image .block-right p a.arrow, .block-views.block-text-only .block-left p a.arrow,
  .block-views.block-text-only .block-right p a.arrow, #notification .message-box .text a.arrow {
    font-size: 17px;
  }
}
.block-views.block-image .block-left p a.arrow:after,
.block-views.block-image .block-right p a.arrow:after, .block-views.block-text-only .block-left p a.arrow:after,
.block-views.block-text-only .block-right p a.arrow:after, #notification .message-box .text a.arrow:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #8a1b17;
  line-height: 18px;
  margin-left: 10px;
}

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

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

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
}

body {
  background: transparent;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-family: "Lora", "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  color: #666666;
  font-weight: normal;
}

p {
  margin: 0 0 15px;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #333333;
}
a img {
  border: none;
}
.node:not(.node-landing) a, .bean-wysiwyg .content a {
  text-decoration: underline;
}

.element-invisible,
.hide {
  display: none;
}

img {
  border: 0;
  vertical-align: middle;
}

img, object, embed {
  max-width: 100%;
}

.tabs ul.primary, .tabs ul.secondary, ul.action-links, .node-type-class #main .sidebar .block-views ul, .node-type-class #main .sidebar .block-views ul li, .view-list-pages .view-content ul {
  margin: 0;
  padding: 0;
}

.tabs ul.primary, .tabs ul.secondary, ul.action-links, .node-type-class #main .sidebar .block-views ul, .node-type-class #main .sidebar .block-views ul li, .view-list-pages .view-content ul {
  list-style: none;
}

.tabs {
  background-color: #555555;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 2px #000000;
  position: fixed;
  right: 10px;
  top: 38px;
  z-index: 1000;
  font-size: 11px;
}
.tabs ul.primary {
  border: none;
}
.tabs ul.primary li {
  padding: 0;
  display: inline;
}
.tabs ul.primary li a {
  background: none;
  border: none;
  color: #fff !important;
  display: block;
  float: left;
  font-family: Verdana, sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0.25em 1em;
}
.tabs ul.primary li a:hover, .tabs ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}
.tabs ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}
.tabs ul.primary li:first-child a {
  border-radius: 3px 0 0 3px;
}
.tabs ul.primary li:last-child a {
  border-radius: 0 3px 3px 0;
}
.tabs ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
}
.tabs ul.secondary li {
  border-right: none;
}
.tabs ul.secondary li a, .tabs ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5em;
  padding: 0 1em;
}
.tabs ul.secondary li a:hover, .tabs ul.secondary li a.active, .tabs ul.secondary li a:link:hover, .tabs ul.secondary li a:link.active {
  background: #888;
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}

ul.action-links {
  background-color: #555555;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 2px #000000;
  position: fixed;
  right: 10px;
  top: 65px;
  z-index: 1000;
  font-size: 11px;
}
ul.action-links li {
  padding: 0;
  display: inline;
}
ul.action-links li a {
  background: none;
  border: none;
  color: #fff !important;
  display: block;
  float: left;
  font-family: Verdana, sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0.25em 1em;
}
ul.action-links li a:hover, ul.action-links li a.active {
  background: #666;
  border: none;
  color: #fff;
}
ul.action-links li a:hover {
  background: #888;
  text-decoration: none;
}
ul.action-links li:first-child a {
  border-radius: 3px 0 0 3px;
}
ul.action-links li:last-child a {
  border-radius: 0 3px 3px 0;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, #block-google-appliance-ga-block-search-form input[type="submit"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, #block-google-appliance-ga-block-search-form input.fa-pull-left[type="submit"] {
  margin-right: .3em;
}
.fa.fa-pull-right, #block-google-appliance-ga-block-search-form input.fa-pull-right[type="submit"] {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, #block-google-appliance-ga-block-search-form input.pull-left[type="submit"] {
  margin-right: .3em;
}
.fa.pull-right, #block-google-appliance-ga-block-search-form input.pull-right[type="submit"] {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before, .chosen-container .chosen-drop .chosen-search:after, .top-menu a.link-search:before, .hamburger.link-search:before {
  content: "";
}

.fa-envelope-o:before, .node-type-class #main #content .node-class .details-block .instructors ul li a:after {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.hamburger.menu-close:before,
.search-modal .search-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before, .not-front:not(.node-type-landing) #content #block-system-main ul.pager.pager-load-more a:before, .not-front:not(.node-type-landing) #content #block-system-main ul.pager.pager--infinite-scroll a:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before, #main-wrapper #block-system-main .print_html a:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before, .webform-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  content: "";
}

.fa-chevron-right:before, .sidebar .block-bean-links .block-title h2:after, .webform-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before, #page .messages:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before, #navigation .back-to-home:before {
  content: "";
}

.fa-arrow-right:before, .block-views.block-image .block-left p a.arrow:after,
.block-views.block-image .block-right p a.arrow:after, .block-views.block-text-only .block-left p a.arrow:after,
.block-views.block-text-only .block-right p a.arrow:after, #notification .message-box .text a.arrow:after, .block-footer-image .field.field-name-field-wysiwyg .field-item ul a:after, .block-footer-image .field.field-name-field-wysiwyg .field-item p a:after, .block-views.block-image .block-control .btn:before, .block-views.block-image .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:before, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-image .block-control a:before, .block-views.block-image .block-control .node-webform .form-actions input[type="submit"]:before, .node-webform .form-actions .block-views.block-image .block-control input[type="submit"]:before,
.block-views.block-image .block-control .node-webform .form-actions button[type="submit"]:before,
.node-webform .form-actions .block-views.block-image .block-control button[type="submit"]:before,
.block-views.block-image .block-control .block-webform .form-actions input[type="submit"]:before,
.block-webform .form-actions .block-views.block-image .block-control input[type="submit"]:before,
.block-views.block-image .block-control .block-webform .form-actions button[type="submit"]:before,
.block-webform .form-actions .block-views.block-image .block-control button[type="submit"]:before, .block-views.block-text-only .block-control .btn:before, .block-views.block-text-only .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:before, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-text-only .block-control a:before, .block-views.block-text-only .block-control .node-webform .form-actions input[type="submit"]:before, .node-webform .form-actions .block-views.block-text-only .block-control input[type="submit"]:before,
.block-views.block-text-only .block-control .node-webform .form-actions button[type="submit"]:before,
.node-webform .form-actions .block-views.block-text-only .block-control button[type="submit"]:before,
.block-views.block-text-only .block-control .block-webform .form-actions input[type="submit"]:before,
.block-webform .form-actions .block-views.block-text-only .block-control input[type="submit"]:before,
.block-views.block-text-only .block-control .block-webform .form-actions button[type="submit"]:before,
.block-webform .form-actions .block-views.block-text-only .block-control button[type="submit"]:before, .block-views.block-image.image-right .block-control .btn:after, .block-views.block-image.image-right .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:after, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-image.image-right .block-control a:after, .block-views.block-image.image-right .block-control .node-webform .form-actions input[type="submit"]:after, .node-webform .form-actions .block-views.block-image.image-right .block-control input[type="submit"]:after,
.block-views.block-image.image-right .block-control .node-webform .form-actions button[type="submit"]:after,
.node-webform .form-actions .block-views.block-image.image-right .block-control button[type="submit"]:after,
.block-views.block-image.image-right .block-control .block-webform .form-actions input[type="submit"]:after,
.block-webform .form-actions .block-views.block-image.image-right .block-control input[type="submit"]:after,
.block-views.block-image.image-right .block-control .block-webform .form-actions button[type="submit"]:after,
.block-webform .form-actions .block-views.block-image.image-right .block-control button[type="submit"]:after, .block-views.block-text-only.image-right .block-control .btn:after, .block-views.block-text-only.image-right .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:after, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-text-only.image-right .block-control a:after, .block-views.block-text-only.image-right .block-control .node-webform .form-actions input[type="submit"]:after, .node-webform .form-actions .block-views.block-text-only.image-right .block-control input[type="submit"]:after,
.block-views.block-text-only.image-right .block-control .node-webform .form-actions button[type="submit"]:after,
.node-webform .form-actions .block-views.block-text-only.image-right .block-control button[type="submit"]:after,
.block-views.block-text-only.image-right .block-control .block-webform .form-actions input[type="submit"]:after,
.block-webform .form-actions .block-views.block-text-only.image-right .block-control input[type="submit"]:after,
.block-views.block-text-only.image-right .block-control .block-webform .form-actions button[type="submit"]:after,
.block-webform .form-actions .block-views.block-text-only.image-right .block-control button[type="submit"]:after, #main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container .link:after, #main-wrapper #block-system-main .node-landing .cta-wrap .cta-box span.cta-teaser:after, .sidebar .block-bean-links .bean-links > .content a:after, .sidebar .block-bean-wysiwyg .button:before, .sidebar .block-bean-wysiwyg .btn:before, .sidebar .block-bean-wysiwyg .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:before, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .sidebar .block-bean-wysiwyg a:before, .search-modal .row-2 a:after, .node-webform .multipart .form-actions:before,
.block-webform .multipart .form-actions:before, .node-webform .form-actions input[type="submit"]:before,
.node-webform .form-actions button[type="submit"]:before,
.block-webform .form-actions input[type="submit"]:before,
.block-webform .form-actions button[type="submit"]:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before, .chosen-container.chosen-container-multi .chosen-choices li.search-field:after {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before, #page .messages.error:before, #page .messages.warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before, .webform-datepicker:before, .webform-datepicker #ui-datepicker-div:after {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before, .chosen-container .chosen-single div b:before, .node-webform .form-item.webform-component .form-type-select label:before, .node-webform .form-item.webform-component .form-type-select fieldset legend:before, .node-webform .form-item.webform-component fieldset .form-type-select legend:before,
.block-webform .form-item.webform-component .form-type-select label:before,
.block-webform .form-item.webform-component .form-type-select fieldset legend:before,
.block-webform .form-item.webform-component fieldset .form-type-select legend:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before, #breadcrumb .breadcrumb-items a:after {
  content: "";
}

.fa-angle-up:before, .topbar .topbar-search .metanav-toggle.open:after {
  content: "";
}

.fa-angle-down:before, .topbar .topbar-search .metanav-toggle:after {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/**
 * Contains all the styles related to generic elements
 *
 * _elements.scss
 */
input[type="text"], input[type="password"],
input[type="date"], input[type="datetime"],
input[type="email"], input[type="number"],
input[type="search"], input[type="tel"],
input[type="time"], input[type="url"],
textarea, select {
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  /*outline: none;*/
}
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #a9a9a9;
}
input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder,
input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder,
input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder, select:-moz-placeholder {
  color: #a9a9a9;
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder, select::-moz-placeholder {
  color: #a9a9a9;
}
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #a9a9a9;
}

input[type="submit"],
input[type="button"],
.btn,
.not-front:not(.node-type-landing) #content #block-system-main ul.pager li a,
.node-webform .form-actions input[type="submit"],
.node-webform .form-actions button[type="submit"],
.block-webform .form-actions input[type="submit"],
.block-webform .form-actions button[type="submit"], .button,
button {
  outline: none;
  cursor: pointer;
}
input[type="submit"]:focus, input[type="submit"]:hover,
input[type="button"]:focus,
input[type="button"]:hover,
.btn:focus,
.not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:focus,
.node-webform .form-actions input[type="submit"]:focus,
.node-webform .form-actions button[type="submit"]:focus,
.block-webform .form-actions input[type="submit"]:focus,
.block-webform .form-actions button[type="submit"]:focus,
.btn:hover,
.not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:hover,
.node-webform .form-actions input[type="submit"]:hover,
.node-webform .form-actions button[type="submit"]:hover,
.block-webform .form-actions input[type="submit"]:hover,
.block-webform .form-actions button[type="submit"]:hover, .button:focus, .button:hover,
button:focus,
button:hover {
  outline: none;
}

.btn, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a, .node-webform .form-actions input[type="submit"],
.node-webform .form-actions button[type="submit"],
.block-webform .form-actions input[type="submit"],
.block-webform .form-actions button[type="submit"], .button,
button {
  background-color: #8a1b17;
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  outline: none;
  border: none;
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
}
.btn:hover, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:hover, .node-webform .form-actions input[type="submit"]:hover,
.node-webform .form-actions button[type="submit"]:hover,
.block-webform .form-actions input[type="submit"]:hover,
.block-webform .form-actions button[type="submit"]:hover, .button:hover,
button:hover {
  color: #ffffff;
}

.chosen-container {
  width: 100% !important;
}
.chosen-container .chosen-single {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
  font-family: "Lora", "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-size: 24px;
  color: #666666 !important;
  font-weight: 700;
  padding: 3px 35px 3px 15px;
  line-height: 1.4;
  height: 45px;
}
.chosen-container .chosen-single div {
  right: 15px;
}
.chosen-container .chosen-single div b {
  background: none;
  color: #cccccc;
  line-height: 1.8;
}
.chosen-container .chosen-single div b:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.chosen-container.chosen-container-active .chosen-single {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}
.chosen-container .chosen-drop {
  display: none;
  border: solid 1px #ffffff;
  min-width: 200px;
  border-radius: 0;
}
.chosen-container .chosen-drop .chosen-search:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  right: 15px;
  top: 10px;
}
.chosen-container .chosen-drop .chosen-search input[type="text"] {
  background: #ffffff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}
.chosen-container ul {
  padding: 0 !important;
  margin: 0 !important;
}
.chosen-container ul li {
  padding: 0 !important;
  margin: 0 !important;
}
.chosen-container ul li:before {
  display: none;
}
.chosen-container ul.chosen-results li {
  padding: 8px 15px !important;
  list-style: none;
  font-size: 13px !important;
  line-height: 1.4 !important;
}
.chosen-container ul.chosen-results li:before {
  display: none !important;
}
.chosen-container ul.chosen-results li.highlighted {
  background: #3fa9f5;
  color: #ffffff;
}
.chosen-container.chosen-container-multi .chosen-choices {
  border: none !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  background: none;
}
.chosen-container.chosen-container-multi .chosen-choices li {
  line-height: 1.4 !important;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-field {
  border: none !important;
  border-radius: 5px !important;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-field:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  background: #ffffff;
  color: #cccccc !important;
  left: auto;
  right: 0;
  width: 55px;
  text-align: center;
  top: 0px;
  padding-top: 14px;
  border-left: solid 10px #eeeeee;
  height: 45px;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-family: "Lora", "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-size: 16px;
  color: #666666 !important;
  font-weight: 700;
  padding: 8px 45px 8px 15px;
  line-height: 1.4;
  border-radius: 5px !important;
  margin: 0 !important;
  height: 45px;
  background: #ffffff !important;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-choice {
  background: #ffffff !important;
  border: none;
  font-family: "Lora", "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-size: 23px !important;
  color: #666666;
  padding: 7px 35px 6px 15px !important;
  margin: 0px 8px 8px 0 !important;
  font-weight: 700;
  box-shadow: none;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-choice + .search-field:before {
  display: none !important;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-choice + .search-field input[type="text"] {
  padding-right: 10px;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-choice + .search-field:after {
  left: 0;
  right: auto;
  width: 100%;
  text-align: center;
  border-left: 0;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: none;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #cccccc !important;
  top: 11px;
  width: 25px;
  height: 25px;
  text-align: center;
  right: 7px;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\00d7";
}
.chosen-container.chosen-container-multi.chosen-with-drop .chosen-choices {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
  border-radius: 0 !important;
  border: solid 1px #3fa9f5 !important;
  background: #ffffff;
}
.chosen-container.chosen-container-multi.chosen-with-drop .chosen-choices li.search-choice {
  background: #eeeeee !important;
  font-size: 11px !important;
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-weight: normal;
  margin: 4px 4px 2px 5px !important;
  padding: 12px 35px 12px 15px !important;
}
.chosen-container.chosen-container-multi.chosen-with-drop .chosen-choices li.search-choice .search-choice-close {
  top: 10.5px;
  color: #999999 !important;
  font-size: 20px;
  right: 8px;
}
.chosen-container.chosen-container-multi.chosen-with-drop .chosen-choices li.search-field:before {
  display: none !important;
}
.chosen-container.chosen-container-multi.chosen-with-drop .chosen-choices li.search-field input[type="text"] {
  min-width: 180px;
}
.chosen-container.chosen-container-multi.chosen-with-drop .chosen-choices li.search-field:after {
  display: none;
}

#page .messages {
  color: #666666;
  background: #d9edf7;
  border: solid 2px #bce8f1;
  padding: 20px 20px 20px 80px;
  margin: 0 auto;
  max-width: 400px;
  border-radius: 5px;
  position: relative;
  font-size: 13px;
}
#page .messages:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  font-size: 36px;
  left: 20px;
  top: 20px;
  color: #31708f;
}
#page .messages .dismiss {
  position: absolute;
  background: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  color: #31708f;
  font-size: 24px;
  line-height: 0.5;
  font-weight: bold;
}
#page .messages .dismiss:before {
  content: "\00d7";
}
#page .messages span {
  color: #f16158;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  display: block;
  padding-bottom: 2px;
}
#page .messages.error, #page .messages.warning {
  border-color: #f8b5af;
  background: #feeceb;
}
#page .messages.error:before, #page .messages.warning:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  font-size: 36px;
  color: #f3756b;
  left: 20px;
  top: 20px;
}
#page .messages.error .dismiss, #page .messages.warning .dismiss {
  color: #f16158;
}
#page .messages.warning {
  background: #fcf8e3;
  border-color: #faebcc;
}
#page .messages.warning:before {
  color: #8a6d3b;
}
#page .messages.warning .dismiss {
  color: #8a6d3b;
}

/**
 * Contains all the header styles
 *
 * _header.scss
 */
.topbar {
  background: #8a1b17;
  padding: 18px 0 12px;
}
@media only screen and (min-width: 1024px) {
  .topbar {
    padding: 10px 0;
  }
}
.topbar #wordmark {
  text-indent: -9999px;
  display: block;
  white-space: nowrap;
  background: url("../images/wordmark.svg") center center no-repeat;
  height: 25px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .topbar #wordmark {
    float: left;
    width: 190px;
    margin-top: 2px;
  }
}
.topbar .topbar-search {
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .topbar .topbar-search {
    float: right;
    padding-top: 0;
  }
}
.topbar .topbar-search .metanav-toggle,
.topbar .topbar-search .block-google-appliance {
  display: inline-block;
  vertical-align: middle;
}
.topbar .topbar-search .metanav-toggle {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
.topbar .topbar-search .metanav-toggle:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 18px;
  vertical-align: middle;
  margin-left: 2px;
}
.topbar .topbar-search .metanav-toggle.open:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 18px;
  vertical-align: middle;
  margin-left: 2px;
}

/*#metanav {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  background: $color-type3;
  padding: 25px 15px 20px;
  ul {
    list-style: none;
    li {
      margin-bottom: 8px;
      a {
        font-size: 13px;
        color: $color-type1;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        @include responsive(md) {
          font-size: 15px;
        }
        @include responsive(lg) {
          font-size: 17px;
        }
        @include icon(arrow-right, after) {
          color: $color-type4;
          line-height: 18px;
          margin-left: 10px;
        }
      }
    }
  }
  &.open {
    display: block;
  }
}*/
#header {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 25px 0 10px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  #header {
    padding-top: 55px;
  }
}
#header .container {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #header .logo-block {
    float: left;
    width: 290px;
  }
}
#header .logo-block #logo {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.15;
  font-weight: bold;
  display: block;
  width: 225px;
}
@media only screen and (min-width: 1024px) {
  #header .logo-block #logo {
    font-size: 40px;
    width: 290px;
    line-height: 1;
  }
}
#header .logo-block #logo span {
  display: block;
}
#header .logo-block #name-and-slogan {
  display: none;
}

/*.hamburger {
  width: 50px;
  height: 50px;
  background: #ffffff;
  position: absolute;
  top: 5px;
  right: 20px;
  padding: 13px 10px;
  cursor: pointer;
}*/
/*@media only screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  width: 30px;
  height: 5px;
  border-radius: 1px;
  display: block;
  background: #8a1b17;
  margin-bottom: 5px;
}
.hamburger span:last-child {
  margin-bottom: 0;
}
.hamburger.menu-close {
  text-align: center;
  top: 20px;
}*/
/*@media only screen and (min-width: 768px) {
  .hamburger.menu-close {
    top: 30px;
  }
}
.hamburger.menu-close span {
  display: none;
}
.hamburger.menu-close:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 35px;
  line-height: 0.7;
  color: #8a1b17;
}*/

#navigation {
  position: fixed;
  top: 0;
  right: -1000px;
  bottom: 0;
  background-color: #7A1919;
  z-index: 2;
  display: none;
  width: 100%;
  padding-top: 90px;
}
@media only screen and (min-width: 1024px) {
  #navigation {
    display: block !important;
    position: static;
    float: right;
    width: calc(100% - 300px);
    background-color: transparent;
    padding: 0;
  }
}
#navigation.open {
  display: block !important;
  overflow: auto;
  right: 0;
}
#navigation .section {
  padding: 0 20px 10px 20px;
  background-color: #8a1b17;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  #navigation .section {
    background: transparent;
    padding: 0;
    height: auto;
  }
}
#navigation .back-to-home {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
  position: absolute;
  top: 40px;
}
#navigation .back-to-home:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 5px;
}
@media only screen and (min-width: 1024px) {
  #navigation .back-to-home {
    display: none;
  }
}
#navigation h2 {
  display: none;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation ul#top-menu-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #navigation ul#top-menu-desktop {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  #navigation ul.top-menu {
    text-align: right;
  }
}
#navigation ul.top-menu li {
  padding-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  #navigation ul.top-menu li {
    padding: 0 10px 12px 10px;
    display: inline-block;
  }
  #navigation ul.top-menu li:first-child {
    padding-left: 0;
  }
  #navigation ul.top-menu li:last-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #navigation ul.top-menu li {
    padding: 0 14px 12px 14px;
  }
}
#navigation ul.top-menu li a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  #navigation ul#top-menu-mobile {
    display: none;
  }
}
#navigation ul#main-menu {
  padding-top: 30px;
  margin-bottom: 35px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  #navigation ul#main-menu {
    text-align: right;
    padding-top: 0;
  }
}
#navigation ul#main-menu li {
  padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  #navigation ul#main-menu li {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }
  #navigation ul#main-menu li:first-child {
    padding-left: 0;
  }
  #navigation ul#main-menu li:last-child {
    padding-right: 0;
  }
}
#navigation ul#main-menu li.active a {
  border-bottom: dotted 1px #ffffff;
}
#navigation ul#main-menu li a {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}

/**
 * Contains all the footer styles
 *
 * _footer.scss
 */
#footer:after, #footer:before {
  content: "";
  display: table;
  clear: both;
}

.block-footer-image {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 25px;
}
@media only screen and (min-width: 1024px) {
  .block-footer-image {
    padding-bottom: 30px;
  }
}
.block-footer-image .field.field-name-field-footer-title .field-item {
  font-size: 28px;
  color: #ffffff;
  font-family: "Lora", "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  .block-footer-image .field.field-name-field-footer-title .field-item {
    font-size: 40px;
    margin-bottom: 45px;
  }
  .block-footer-image .field.field-name-field-footer-title .field-item br {
    display: none;
  }
}
.block-footer-image .field.field-name-field-wysiwyg .field-items {
  padding-bottom: 13px;
}
@media only screen and (min-width: 1024px) {
  .block-footer-image .field.field-name-field-wysiwyg .field-items {
    text-align: center;
  }
}
.block-footer-image .field.field-name-field-wysiwyg .field-item {
  position: relative;
  background-color: #ffffff;
  padding: 45px 30px 35px;
  max-width: 290px;
  margin: 0 auto 38px;
}
@media only screen and (min-width: 1024px) {
  .block-footer-image .field.field-name-field-wysiwyg .field-item {
    width: 395px;
    max-width: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    text-align: left;
    padding: 50px 40px 42px;
  }
  .block-footer-image .field.field-name-field-wysiwyg .field-item.even {
    margin-right: 25px;
  }
  .block-footer-image .field.field-name-field-wysiwyg .field-item.odd {
    margin-left: 25px;
  }
}
.block-footer-image .field.field-name-field-wysiwyg .field-item:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #beb395;
}
.block-footer-image .field.field-name-field-wysiwyg .field-item h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media only screen and (min-width: 1024px) {
  .block-footer-image .field.field-name-field-wysiwyg .field-item h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
.block-footer-image .field.field-name-field-wysiwyg .field-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-footer-image .field.field-name-field-wysiwyg .field-item ul li {
  margin-bottom: 5px;
}
.block-footer-image .field.field-name-field-wysiwyg .field-item ul, .block-footer-image .field.field-name-field-wysiwyg .field-item p {
  margin-bottom: 28px;
}
@media only screen and (min-width: 1024px) {
  .block-footer-image .field.field-name-field-wysiwyg .field-item ul, .block-footer-image .field.field-name-field-wysiwyg .field-item p {
    font-size: 21px;
    margin-bottom: 35px;
    line-height: 1.60;
  }
}
.block-footer-image .field.field-name-field-wysiwyg .field-item ul:last-child, .block-footer-image .field.field-name-field-wysiwyg .field-item p:last-child {
  margin-bottom: 0;
}
.block-footer-image .field.field-name-field-wysiwyg .field-item ul a, .block-footer-image .field.field-name-field-wysiwyg .field-item p a {
  text-transform: uppercase;
  color: #333333;
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1024px) {
  .block-footer-image .field.field-name-field-wysiwyg .field-item ul a, .block-footer-image .field.field-name-field-wysiwyg .field-item p a {
    font-size: 17px;
  }
}
.block-footer-image .field.field-name-field-wysiwyg .field-item ul a:after, .block-footer-image .field.field-name-field-wysiwyg .field-item p a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #8a1b17;
  line-height: 18px;
  margin-left: 10px;
}
.block-footer-image .block-footer-info {
  max-width: 290px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .block-footer-image .block-footer-info {
    margin: 0;
    max-width: none;
  }
}
.block-footer-image .block-footer-info h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-weight: bold;
  display: block;
  width: 225px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .block-footer-image .block-footer-info h3 {
    font-size: 36px;
    width: auto;
    margin-bottom: 15px;
  }
}
.block-footer-image .block-footer-info h3 span {
  display: block;
}
.block-footer-image .block-footer-info p {
  color: #ffffff;
  line-height: 1.71;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .block-footer-image .block-footer-info p {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
  }
}
.block-footer-image .block-footer-info p:last-child {
  margin-bottom: 0;
}
.block-footer-image .block-footer-info p a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: dotted #ffffff;
}
@media only screen and (min-width: 1024px) {
  .block-footer-image .block-footer-info p a {
    font-size: 17px;
    font-weight: 600;
  }
}

#umass-footer {
  background: #8a1b17;
  color: #ffffff;
  padding: 30px 20px 30px 20px;
}
#umass-footer p {
  margin: 0 auto;
  max-width: 290px;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  #umass-footer p {
    max-width: 1180px;
  }
}
@media only screen and (min-width: 1180px) {
  #umass-footer p {
    padding: 0 20px 0 20px;
  }
}
#umass-footer p a {
  color: #ffffff;
  text-decoration: underline;
}
#umass-footer p a:hover {
  text-decoration: none;
}
#umass-footer p a:first-child {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  #umass-footer p a:first-child {
    margin-right: 40px;
  }
}

/**
 * Contains styles of different blocks
 *
 * _blocks.scss
 */
#block-google-appliance-ga-block-search-form input[type="text"] {
  border: none;
  background: #ffffff;
  border-radius: 2px;
  padding: 7px 12px 5px;
  font-size: 13px;
  height: 30px;
  margin: 0 8px 0 10px;
}
#block-google-appliance-ga-block-search-form input[type="submit"] {
  background: transparent;
  padding: 0;
  border: none;
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
}

.block-views.block-image, .block-views.block-text-only {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image, .block-views.block-text-only {
    background-color: #ffffff;
    padding: 100px 0px 0px;
    max-width: none;
    display: table;
    width: 100%;
  }
}
.block-views.block-image .container, .block-views.block-text-only .container {
  padding: 0;
  max-width: 1280px;
}
.block-views.block-image .container:after, .block-views.block-image .container:before, .block-views.block-text-only .container:after, .block-views.block-text-only .container:before {
  content: "";
  display: table;
  clear: both;
}
.block-views.block-image .block-control, .block-views.block-text-only .block-control {
  padding: 0 20px 0 20px;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image .block-control, .block-views.block-text-only .block-control {
    text-align: center;
    padding: 0;
    margin-top: 0px;
    margin-left: -190px;
  }
}
.block-views.block-image .block-control .btn, .block-views.block-image .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-image .block-control a, .block-views.block-image .block-control .node-webform .form-actions input[type="submit"], .node-webform .form-actions .block-views.block-image .block-control input[type="submit"],
.block-views.block-image .block-control .node-webform .form-actions button[type="submit"],
.node-webform .form-actions .block-views.block-image .block-control button[type="submit"],
.block-views.block-image .block-control .block-webform .form-actions input[type="submit"],
.block-webform .form-actions .block-views.block-image .block-control input[type="submit"],
.block-views.block-image .block-control .block-webform .form-actions button[type="submit"],
.block-webform .form-actions .block-views.block-image .block-control button[type="submit"], .block-views.block-text-only .block-control .btn, .block-views.block-text-only .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-text-only .block-control a, .block-views.block-text-only .block-control .node-webform .form-actions input[type="submit"], .node-webform .form-actions .block-views.block-text-only .block-control input[type="submit"],
.block-views.block-text-only .block-control .node-webform .form-actions button[type="submit"],
.node-webform .form-actions .block-views.block-text-only .block-control button[type="submit"],
.block-views.block-text-only .block-control .block-webform .form-actions input[type="submit"],
.block-webform .form-actions .block-views.block-text-only .block-control input[type="submit"],
.block-views.block-text-only .block-control .block-webform .form-actions button[type="submit"],
.block-webform .form-actions .block-views.block-text-only .block-control button[type="submit"] {
  position: relative;
  text-align: left;
  display: inline-block;
  padding-left: 70px;
  height: 50px;
  min-width: 290px;
  margin: 25px 0 20px;
}
.block-views.block-image .block-control .btn:before, .block-views.block-image .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:before, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-image .block-control a:before, .block-views.block-image .block-control .node-webform .form-actions input[type="submit"]:before, .node-webform .form-actions .block-views.block-image .block-control input[type="submit"]:before,
.block-views.block-image .block-control .node-webform .form-actions button[type="submit"]:before,
.node-webform .form-actions .block-views.block-image .block-control button[type="submit"]:before,
.block-views.block-image .block-control .block-webform .form-actions input[type="submit"]:before,
.block-webform .form-actions .block-views.block-image .block-control input[type="submit"]:before,
.block-views.block-image .block-control .block-webform .form-actions button[type="submit"]:before,
.block-webform .form-actions .block-views.block-image .block-control button[type="submit"]:before, .block-views.block-text-only .block-control .btn:before, .block-views.block-text-only .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:before, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-text-only .block-control a:before, .block-views.block-text-only .block-control .node-webform .form-actions input[type="submit"]:before, .node-webform .form-actions .block-views.block-text-only .block-control input[type="submit"]:before,
.block-views.block-text-only .block-control .node-webform .form-actions button[type="submit"]:before,
.node-webform .form-actions .block-views.block-text-only .block-control button[type="submit"]:before,
.block-views.block-text-only .block-control .block-webform .form-actions input[type="submit"]:before,
.block-webform .form-actions .block-views.block-text-only .block-control input[type="submit"]:before,
.block-views.block-text-only .block-control .block-webform .form-actions button[type="submit"]:before,
.block-webform .form-actions .block-views.block-text-only .block-control button[type="submit"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  left: 0;
  top: 0;
  background: #c69214;
  color: #ffffff;
  line-height: 18px;
  padding: 16px 16px 15px 20px;
  height: 50px;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image .block-control .btn, .block-views.block-image .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-image .block-control a, .block-views.block-image .block-control .node-webform .form-actions input[type="submit"], .node-webform .form-actions .block-views.block-image .block-control input[type="submit"],
  .block-views.block-image .block-control .node-webform .form-actions button[type="submit"],
  .node-webform .form-actions .block-views.block-image .block-control button[type="submit"],
  .block-views.block-image .block-control .block-webform .form-actions input[type="submit"],
  .block-webform .form-actions .block-views.block-image .block-control input[type="submit"],
  .block-views.block-image .block-control .block-webform .form-actions button[type="submit"],
  .block-webform .form-actions .block-views.block-image .block-control button[type="submit"], .block-views.block-text-only .block-control .btn, .block-views.block-text-only .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-text-only .block-control a, .block-views.block-text-only .block-control .node-webform .form-actions input[type="submit"], .node-webform .form-actions .block-views.block-text-only .block-control input[type="submit"],
  .block-views.block-text-only .block-control .node-webform .form-actions button[type="submit"],
  .node-webform .form-actions .block-views.block-text-only .block-control button[type="submit"],
  .block-views.block-text-only .block-control .block-webform .form-actions input[type="submit"],
  .block-webform .form-actions .block-views.block-text-only .block-control input[type="submit"],
  .block-views.block-text-only .block-control .block-webform .form-actions button[type="submit"],
  .block-webform .form-actions .block-views.block-text-only .block-control button[type="submit"] {
    margin-left: 39%;
    max-width: 530px;
    font-size: 34px;
    font-weight: 900;
    height: 115px;
    padding: 33px 20px 29px 115px;
    text-align: center;
    display: block;
    margin-top: -60px;
    margin-bottom: 0;
  }
  .block-views.block-image .block-control .btn:before, .block-views.block-image .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:before, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-image .block-control a:before, .block-views.block-image .block-control .node-webform .form-actions input[type="submit"]:before, .node-webform .form-actions .block-views.block-image .block-control input[type="submit"]:before,
  .block-views.block-image .block-control .node-webform .form-actions button[type="submit"]:before,
  .node-webform .form-actions .block-views.block-image .block-control button[type="submit"]:before,
  .block-views.block-image .block-control .block-webform .form-actions input[type="submit"]:before,
  .block-webform .form-actions .block-views.block-image .block-control input[type="submit"]:before,
  .block-views.block-image .block-control .block-webform .form-actions button[type="submit"]:before,
  .block-webform .form-actions .block-views.block-image .block-control button[type="submit"]:before, .block-views.block-text-only .block-control .btn:before, .block-views.block-text-only .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:before, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-text-only .block-control a:before, .block-views.block-text-only .block-control .node-webform .form-actions input[type="submit"]:before, .node-webform .form-actions .block-views.block-text-only .block-control input[type="submit"]:before,
  .block-views.block-text-only .block-control .node-webform .form-actions button[type="submit"]:before,
  .node-webform .form-actions .block-views.block-text-only .block-control button[type="submit"]:before,
  .block-views.block-text-only .block-control .block-webform .form-actions input[type="submit"]:before,
  .block-webform .form-actions .block-views.block-text-only .block-control input[type="submit"]:before,
  .block-views.block-text-only .block-control .block-webform .form-actions button[type="submit"]:before,
  .block-webform .form-actions .block-views.block-text-only .block-control button[type="submit"]:before {
    height: 115px;
    padding: 40px;
    line-height: 33px;
    font-size: 42px;
  }
}
.block-views.block-image .block-left,
.block-views.block-image .block-right, .block-views.block-text-only .block-left,
.block-views.block-text-only .block-right {
  position: relative;
}
.block-views.block-image .block-left .block-text,
.block-views.block-image .block-right .block-text, .block-views.block-text-only .block-left .block-text,
.block-views.block-text-only .block-right .block-text {
  padding: 35px 20px 45px 20px;
  background-color: #eeeeee;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image .block-left .block-text,
  .block-views.block-image .block-right .block-text, .block-views.block-text-only .block-left .block-text,
  .block-views.block-text-only .block-right .block-text {
    padding: 45px 40px 40px;
  }
  .block-views.block-image .block-left .block-text:after,
  .block-views.block-image .block-right .block-text:after, .block-views.block-text-only .block-left .block-text:after,
  .block-views.block-text-only .block-right .block-text:after {
    content: " ";
    position: absolute;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
}
@media only screen and (min-width: 1180px) {
  .block-views.block-image .block-left .block-text,
  .block-views.block-image .block-right .block-text, .block-views.block-text-only .block-left .block-text,
  .block-views.block-text-only .block-right .block-text {
    padding: 75px 70px 65px;
  }
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image .block-left,
  .block-views.block-image .block-right, .block-views.block-text-only .block-left,
  .block-views.block-text-only .block-right {
    display: table-cell;
    vertical-align: top;
  }
}
.block-views.block-image .block-left .label,
.block-views.block-image .block-right .label, .block-views.block-text-only .block-left .label,
.block-views.block-text-only .block-right .label {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image .block-left .label,
  .block-views.block-image .block-right .label, .block-views.block-text-only .block-left .label,
  .block-views.block-text-only .block-right .label {
    display: block;
    position: absolute;
    right: 0;
    margin-top: -87px;
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 15px #666666;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 5px;
    min-width: 335px;
  }
}
@media only screen and (min-width: 1180px) {
  .block-views.block-image .block-left .label,
  .block-views.block-image .block-right .label, .block-views.block-text-only .block-left .label,
  .block-views.block-text-only .block-right .label {
    margin-top: -117px;
  }
}
.block-views.block-image .block-left h1,
.block-views.block-image .block-right h1, .block-views.block-text-only .block-left h1,
.block-views.block-text-only .block-right h1 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image .block-left h1,
  .block-views.block-image .block-right h1, .block-views.block-text-only .block-left h1,
  .block-views.block-text-only .block-right h1 {
    font-size: 30px;
    padding-bottom: 35px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1180px) {
  .block-views.block-image .block-left h1,
  .block-views.block-image .block-right h1, .block-views.block-text-only .block-left h1,
  .block-views.block-text-only .block-right h1 {
    font-size: 40px;
    padding-bottom: 55px;
    margin-bottom: 40px;
  }
}
.block-views.block-image .block-left h1:after,
.block-views.block-image .block-right h1:after, .block-views.block-text-only .block-left h1:after,
.block-views.block-text-only .block-right h1:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #e5e5e5;
}
.block-views.block-image .block-left h2, .block-views.block-image .block-left h3,
.block-views.block-image .block-right h2,
.block-views.block-image .block-right h3, .block-views.block-text-only .block-left h2, .block-views.block-text-only .block-left h3,
.block-views.block-text-only .block-right h2,
.block-views.block-text-only .block-right h3 {
  font-weight: 700;
}
.block-views.block-image .block-left h2,
.block-views.block-image .block-right h2, .block-views.block-text-only .block-left h2,
.block-views.block-text-only .block-right h2 {
  font-size: 28px;
}
.block-views.block-image .block-left h3,
.block-views.block-image .block-right h3, .block-views.block-text-only .block-left h3,
.block-views.block-text-only .block-right h3 {
  font-size: 21px;
}
.block-views.block-image .block-left ul,
.block-views.block-image .block-right ul, .block-views.block-text-only .block-left ul,
.block-views.block-text-only .block-right ul {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}
.block-views.block-image .block-left ul li,
.block-views.block-image .block-right ul li, .block-views.block-text-only .block-left ul li,
.block-views.block-text-only .block-right ul li {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 15px;
  padding-bottom: 3px;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image .block-left ul li,
  .block-views.block-image .block-right ul li, .block-views.block-text-only .block-left ul li,
  .block-views.block-text-only .block-right ul li {
    font-size: 17px;
    line-height: 1.42;
    padding-left: 35px;
    padding-bottom: 8px;
  }
}
.block-views.block-image .block-left ul li:last-child ul, .block-views.block-image .block-left ul li:last-child ol,
.block-views.block-image .block-right ul li:last-child ul,
.block-views.block-image .block-right ul li:last-child ol, .block-views.block-text-only .block-left ul li:last-child ul, .block-views.block-text-only .block-left ul li:last-child ol,
.block-views.block-text-only .block-right ul li:last-child ul,
.block-views.block-text-only .block-right ul li:last-child ol {
  margin-bottom: 0;
}
.block-views.block-image .block-left ul li:before,
.block-views.block-image .block-right ul li:before, .block-views.block-text-only .block-left ul li:before,
.block-views.block-text-only .block-right ul li:before {
  position: absolute;
  font-size: 28px;
  line-height: 0.85;
  content: "\00b7";
  left: 0;
  top: 0;
  color: #881c1c;
}
.block-views.block-image .block-left p,
.block-views.block-image .block-right p, .block-views.block-text-only .block-left p,
.block-views.block-text-only .block-right p {
  font-size: 14px;
  line-height: 1.71;
  color: #666666;
  margin-bottom: 25px;
}
.block-views.block-image .block-left p:last-child,
.block-views.block-image .block-right p:last-child, .block-views.block-text-only .block-left p:last-child,
.block-views.block-text-only .block-right p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image .block-left p,
  .block-views.block-image .block-right p, .block-views.block-text-only .block-left p,
  .block-views.block-text-only .block-right p {
    font-size: 17px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1180px) {
  .block-views.block-image .block-left p,
  .block-views.block-image .block-right p, .block-views.block-text-only .block-left p,
  .block-views.block-text-only .block-right p {
    font-size: 21px;
    margin-bottom: 40px;
  }
}
.block-views.block-image .block-left p a,
.block-views.block-image .block-right p a, .block-views.block-text-only .block-left p a,
.block-views.block-text-only .block-right p a {
  color: #881c1c;
}
.block-views.block-image .block-left, .block-views.block-text-only .block-left {
  text-align: center;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image .block-left, .block-views.block-text-only .block-left {
    width: 39%;
  }
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image .block-right, .block-views.block-text-only .block-right {
    width: 61%;
    background-color: #eeeeee;
  }
  .block-views.block-image .block-right:before, .block-views.block-text-only .block-right:before {
    content: " ";
    position: relative;
    background-color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image.image-right .block-mobile, .block-views.block-text-only.image-right .block-mobile {
    display: none;
  }
}
.block-views.block-image.image-right .block-desktop, .block-views.block-text-only.image-right .block-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image.image-right .block-desktop, .block-views.block-text-only.image-right .block-desktop {
    display: table-cell;
  }
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image.image-right .block-text .label, .block-views.block-text-only.image-right .block-text .label {
    left: 0;
    right: auto;
    text-align: right;
  }
}
.block-views.block-image.image-right .block-control .btn:after, .block-views.block-image.image-right .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:after, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-image.image-right .block-control a:after, .block-views.block-image.image-right .block-control .node-webform .form-actions input[type="submit"]:after, .node-webform .form-actions .block-views.block-image.image-right .block-control input[type="submit"]:after,
.block-views.block-image.image-right .block-control .node-webform .form-actions button[type="submit"]:after,
.node-webform .form-actions .block-views.block-image.image-right .block-control button[type="submit"]:after,
.block-views.block-image.image-right .block-control .block-webform .form-actions input[type="submit"]:after,
.block-webform .form-actions .block-views.block-image.image-right .block-control input[type="submit"]:after,
.block-views.block-image.image-right .block-control .block-webform .form-actions button[type="submit"]:after,
.block-webform .form-actions .block-views.block-image.image-right .block-control button[type="submit"]:after, .block-views.block-text-only.image-right .block-control .btn:after, .block-views.block-text-only.image-right .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:after, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-text-only.image-right .block-control a:after, .block-views.block-text-only.image-right .block-control .node-webform .form-actions input[type="submit"]:after, .node-webform .form-actions .block-views.block-text-only.image-right .block-control input[type="submit"]:after,
.block-views.block-text-only.image-right .block-control .node-webform .form-actions button[type="submit"]:after,
.node-webform .form-actions .block-views.block-text-only.image-right .block-control button[type="submit"]:after,
.block-views.block-text-only.image-right .block-control .block-webform .form-actions input[type="submit"]:after,
.block-webform .form-actions .block-views.block-text-only.image-right .block-control input[type="submit"]:after,
.block-views.block-text-only.image-right .block-control .block-webform .form-actions button[type="submit"]:after,
.block-webform .form-actions .block-views.block-text-only.image-right .block-control button[type="submit"]:after {
  display: none;
}
.block-views.block-image.image-right .block-control .btn:after, .block-views.block-image.image-right .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:after, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-image.image-right .block-control a:after, .block-views.block-image.image-right .block-control .node-webform .form-actions input[type="submit"]:after, .node-webform .form-actions .block-views.block-image.image-right .block-control input[type="submit"]:after,
.block-views.block-image.image-right .block-control .node-webform .form-actions button[type="submit"]:after,
.node-webform .form-actions .block-views.block-image.image-right .block-control button[type="submit"]:after,
.block-views.block-image.image-right .block-control .block-webform .form-actions input[type="submit"]:after,
.block-webform .form-actions .block-views.block-image.image-right .block-control input[type="submit"]:after,
.block-views.block-image.image-right .block-control .block-webform .form-actions button[type="submit"]:after,
.block-webform .form-actions .block-views.block-image.image-right .block-control button[type="submit"]:after, .block-views.block-text-only.image-right .block-control .btn:after, .block-views.block-text-only.image-right .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:after, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-text-only.image-right .block-control a:after, .block-views.block-text-only.image-right .block-control .node-webform .form-actions input[type="submit"]:after, .node-webform .form-actions .block-views.block-text-only.image-right .block-control input[type="submit"]:after,
.block-views.block-text-only.image-right .block-control .node-webform .form-actions button[type="submit"]:after,
.node-webform .form-actions .block-views.block-text-only.image-right .block-control button[type="submit"]:after,
.block-views.block-text-only.image-right .block-control .block-webform .form-actions input[type="submit"]:after,
.block-webform .form-actions .block-views.block-text-only.image-right .block-control input[type="submit"]:after,
.block-views.block-text-only.image-right .block-control .block-webform .form-actions button[type="submit"]:after,
.block-webform .form-actions .block-views.block-text-only.image-right .block-control button[type="submit"]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: #c69214;
  color: #ffffff;
  height: 115px;
  padding: 40px;
  line-height: 33px;
  font-size: 42px;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-image.image-right .block-control, .block-views.block-text-only.image-right .block-control {
    margin-left: 0;
    margin-right: 0;
  }
  .block-views.block-image.image-right .block-control .btn, .block-views.block-image.image-right .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-image.image-right .block-control a, .block-views.block-image.image-right .block-control .node-webform .form-actions input[type="submit"], .node-webform .form-actions .block-views.block-image.image-right .block-control input[type="submit"],
  .block-views.block-image.image-right .block-control .node-webform .form-actions button[type="submit"],
  .node-webform .form-actions .block-views.block-image.image-right .block-control button[type="submit"],
  .block-views.block-image.image-right .block-control .block-webform .form-actions input[type="submit"],
  .block-webform .form-actions .block-views.block-image.image-right .block-control input[type="submit"],
  .block-views.block-image.image-right .block-control .block-webform .form-actions button[type="submit"],
  .block-webform .form-actions .block-views.block-image.image-right .block-control button[type="submit"], .block-views.block-text-only.image-right .block-control .btn, .block-views.block-text-only.image-right .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-text-only.image-right .block-control a, .block-views.block-text-only.image-right .block-control .node-webform .form-actions input[type="submit"], .node-webform .form-actions .block-views.block-text-only.image-right .block-control input[type="submit"],
  .block-views.block-text-only.image-right .block-control .node-webform .form-actions button[type="submit"],
  .node-webform .form-actions .block-views.block-text-only.image-right .block-control button[type="submit"],
  .block-views.block-text-only.image-right .block-control .block-webform .form-actions input[type="submit"],
  .block-webform .form-actions .block-views.block-text-only.image-right .block-control input[type="submit"],
  .block-views.block-text-only.image-right .block-control .block-webform .form-actions button[type="submit"],
  .block-webform .form-actions .block-views.block-text-only.image-right .block-control button[type="submit"] {
    margin-left: auto;
    margin-right: calc(39% - 118px);
    padding: 33px 115px 29px 20px;
    max-width: 700px;
  }
  .block-views.block-image.image-right .block-control .btn:before, .block-views.block-image.image-right .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:before, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-image.image-right .block-control a:before, .block-views.block-image.image-right .block-control .node-webform .form-actions input[type="submit"]:before, .node-webform .form-actions .block-views.block-image.image-right .block-control input[type="submit"]:before,
  .block-views.block-image.image-right .block-control .node-webform .form-actions button[type="submit"]:before,
  .node-webform .form-actions .block-views.block-image.image-right .block-control button[type="submit"]:before,
  .block-views.block-image.image-right .block-control .block-webform .form-actions input[type="submit"]:before,
  .block-webform .form-actions .block-views.block-image.image-right .block-control input[type="submit"]:before,
  .block-views.block-image.image-right .block-control .block-webform .form-actions button[type="submit"]:before,
  .block-webform .form-actions .block-views.block-image.image-right .block-control button[type="submit"]:before, .block-views.block-text-only.image-right .block-control .btn:before, .block-views.block-text-only.image-right .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:before, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-text-only.image-right .block-control a:before, .block-views.block-text-only.image-right .block-control .node-webform .form-actions input[type="submit"]:before, .node-webform .form-actions .block-views.block-text-only.image-right .block-control input[type="submit"]:before,
  .block-views.block-text-only.image-right .block-control .node-webform .form-actions button[type="submit"]:before,
  .node-webform .form-actions .block-views.block-text-only.image-right .block-control button[type="submit"]:before,
  .block-views.block-text-only.image-right .block-control .block-webform .form-actions input[type="submit"]:before,
  .block-webform .form-actions .block-views.block-text-only.image-right .block-control input[type="submit"]:before,
  .block-views.block-text-only.image-right .block-control .block-webform .form-actions button[type="submit"]:before,
  .block-webform .form-actions .block-views.block-text-only.image-right .block-control button[type="submit"]:before {
    display: none;
  }
  .block-views.block-image.image-right .block-control .btn:after, .block-views.block-image.image-right .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:after, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-image.image-right .block-control a:after, .block-views.block-image.image-right .block-control .node-webform .form-actions input[type="submit"]:after, .node-webform .form-actions .block-views.block-image.image-right .block-control input[type="submit"]:after,
  .block-views.block-image.image-right .block-control .node-webform .form-actions button[type="submit"]:after,
  .node-webform .form-actions .block-views.block-image.image-right .block-control button[type="submit"]:after,
  .block-views.block-image.image-right .block-control .block-webform .form-actions input[type="submit"]:after,
  .block-webform .form-actions .block-views.block-image.image-right .block-control input[type="submit"]:after,
  .block-views.block-image.image-right .block-control .block-webform .form-actions button[type="submit"]:after,
  .block-webform .form-actions .block-views.block-image.image-right .block-control button[type="submit"]:after, .block-views.block-text-only.image-right .block-control .btn:after, .block-views.block-text-only.image-right .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:after, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-text-only.image-right .block-control a:after, .block-views.block-text-only.image-right .block-control .node-webform .form-actions input[type="submit"]:after, .node-webform .form-actions .block-views.block-text-only.image-right .block-control input[type="submit"]:after,
  .block-views.block-text-only.image-right .block-control .node-webform .form-actions button[type="submit"]:after,
  .node-webform .form-actions .block-views.block-text-only.image-right .block-control button[type="submit"]:after,
  .block-views.block-text-only.image-right .block-control .block-webform .form-actions input[type="submit"]:after,
  .block-webform .form-actions .block-views.block-text-only.image-right .block-control input[type="submit"]:after,
  .block-views.block-text-only.image-right .block-control .block-webform .form-actions button[type="submit"]:after,
  .block-webform .form-actions .block-views.block-text-only.image-right .block-control button[type="submit"]:after {
    display: block;
  }
}
.block-views.block-text-only {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-text-only {
    display: block;
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .block-views.block-text-only > .container {
    max-width: 780px;
    background: #ffffff;
  }
}
@media only screen and (min-width: 1024px) {
  .block-views.block-text-only .block-left,
  .block-views.block-text-only .block-right {
    display: block;
    width: 100%;
  }
}
.block-views.block-text-only .block-left {
  text-align: left;
  padding: 0 20px 0 20px;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-text-only .block-left {
    padding: 45px 40px 0;
  }
}
@media only screen and (min-width: 1180px) {
  .block-views.block-text-only .block-left {
    padding: 75px 70px 0;
  }
}
.block-views.block-text-only .block-left .label {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-text-only .block-left .label {
    display: block;
    right: auto;
    left: 0;
  }
}
.block-views.block-text-only .block-left h1 {
  border-top: solid 12px #666666;
  padding-top: 42px;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-text-only .block-left h1 {
    border-top: none;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .block-views.block-text-only .block-right:before, .block-views.block-text-only .block-right:after {
    display: none;
  }
}
.block-views.block-text-only .block-right .block-text {
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .block-views.block-text-only .block-right .block-text:after {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .block-views.block-text-only .block-control {
    margin: 3px 0 0;
    background: #eeeeee;
  }
}
@media only screen and (min-width: 1024px) {
  .block-views.block-text-only .block-control .btn, .block-views.block-text-only .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-text-only .block-control a, .block-views.block-text-only .block-control .node-webform .form-actions input[type="submit"], .node-webform .form-actions .block-views.block-text-only .block-control input[type="submit"],
  .block-views.block-text-only .block-control .node-webform .form-actions button[type="submit"],
  .node-webform .form-actions .block-views.block-text-only .block-control button[type="submit"],
  .block-views.block-text-only .block-control .block-webform .form-actions input[type="submit"],
  .block-webform .form-actions .block-views.block-text-only .block-control input[type="submit"],
  .block-views.block-text-only .block-control .block-webform .form-actions button[type="submit"],
  .block-webform .form-actions .block-views.block-text-only .block-control button[type="submit"] {
    max-width: 530px;
    font-size: 34px;
    font-weight: 900;
    height: 115px;
    padding: 33px 20px 29px 115px;
    text-align: center;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .block-views.block-text-only .block-control .btn:before, .block-views.block-text-only .block-control .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:before, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .block-views.block-text-only .block-control a:before, .block-views.block-text-only .block-control .node-webform .form-actions input[type="submit"]:before, .node-webform .form-actions .block-views.block-text-only .block-control input[type="submit"]:before,
  .block-views.block-text-only .block-control .node-webform .form-actions button[type="submit"]:before,
  .node-webform .form-actions .block-views.block-text-only .block-control button[type="submit"]:before,
  .block-views.block-text-only .block-control .block-webform .form-actions input[type="submit"]:before,
  .block-webform .form-actions .block-views.block-text-only .block-control input[type="submit"]:before,
  .block-views.block-text-only .block-control .block-webform .form-actions button[type="submit"]:before,
  .block-webform .form-actions .block-views.block-text-only .block-control button[type="submit"]:before {
    height: 115px;
    padding: 40px;
    line-height: 33px;
    font-size: 42px;
    display: block;
  }
}

.block-main-content .block-bean > h2 {
  display: none;
}
.block-main-content .block-bean.block-bean-wysiwyg {
  padding-top: 20px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .block-main-content .block-bean.block-bean-wysiwyg {
    margin-top: 40px;
    padding-bottom: 30px;
  }
}
.block-main-content .block-bean.block-bean-wysiwyg > .content {
  margin: 0 auto;
  max-width: 1180px;
}
.block-main-content .block-bean.block-bean-wysiwyg .entity-bean {
  max-width: 675px;
  margin: 0 auto;
  padding: 0 20px;
}
.block-main-content .block-bean.block-bean-wysiwyg .entity-bean img {
  margin-top: 20px;
}
.block-main-content .block-bean.block-bean-wysiwyg ul li, .block-main-content .block-bean.block-bean-wysiwyg ol li {
  padding-bottom: 3px !important;
}
.block-main-content .block-bean.block-bean-wysiwyg h1, .block-main-content .block-bean.block-bean-wysiwyg h2, .block-main-content .block-bean.block-bean-wysiwyg h3, .block-main-content .block-bean.block-bean-wysiwyg h4, .block-main-content .block-bean.block-bean-wysiwyg h5 {
  padding-top: 15px !important;
}
@media only screen and (min-width: 1024px) {
  .block-main-content .block-bean.block-bean-wysiwyg h1, .block-main-content .block-bean.block-bean-wysiwyg h2, .block-main-content .block-bean.block-bean-wysiwyg h3, .block-main-content .block-bean.block-bean-wysiwyg h4, .block-main-content .block-bean.block-bean-wysiwyg h5 {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .block-main-content .block-bean.block-bean-wysiwyg p:first-child {
    font-size: 17px !important;
    line-height: 1.42 !important;
  }
}
.block-main-content .block-bean.bean-centered > .content .entity {
  text-align: center;
  padding: 30px 20px 25px 20px;
  max-width: 850px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .block-main-content .block-bean.bean-centered > .content .entity {
    padding: 38px 0 35px;
  }
}
.block-main-content .block-bean.bean-centered h2 {
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.block-main-content .block-bean.bean-centered .field-name-field-description p {
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
}
@media only screen and (min-width: 1024px) {
  .block-main-content .block-bean.bean-centered .field-name-field-description p {
    font-size: 17px;
  }
}
.block-main-content .block-bean.bean-centered .field-name-field-description p:last-child {
  margin-bottom: 0;
}
.block-main-content .block-bean.bean-grey {
  background: #eeeeee;
}
.block-main-content .block-bean.block-image .block-views, .block-main-content .block-bean.block-text-only .block-views {
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .block-main-content .block-bean .block-views.block-image .block-left {
    z-index: 1;
  }
}
.block-main-content .block-bean .block-views.block-image .block-right .block-text:after {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .block-main-content .block-bean .block-views.block-image .block-right .block-text:after {
    content: " ";
    position: absolute;
    top: 90px;
    right: -200px;
    width: 200px;
    height: calc(100% - 90px);
    background: #eeeeee;
    display: block;
    left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .block-main-content .block-bean .block-views.block-image.image-left .block-left {
    z-index: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .block-main-content .block-bean .block-views.block-image.image-left .block-text:after {
    right: auto;
    left: -200px;
  }
}

/**
 * Contains all the different layouts
 *
 * _layout.scss
 */
.not-front:not(.node-type-landing) #main {
  position: relative;
}
.not-front:not(.node-type-landing) #main:after, .not-front:not(.node-type-landing) #main:before {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) #main {
    padding: 0 20px 0 20px;
    max-width: 1180px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) #main #content {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing).one-sidebar #main #content {
    width: 70%;
    float: left;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .not-front:not(.node-type-landing).one-sidebar #main #content {
    width: 740px;
    padding-right: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing).one-sidebar #main .sidebar {
    width: 30%;
    float: right;
    padding: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1180px) {
  .not-front:not(.node-type-landing).one-sidebar #main .sidebar {
    width: 380px;
    padding-right: 30px;
  }
}

/**
 * Contains all the styles w.r.t system
 *
 * _main.scss
 */
.not-front:not(.node-type-landing) .page-background {
  background: url("../images/page-background.png") no-repeat;
  background-size: cover;
  height: 150px;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) .page-background {
    height: 245px;
  }
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg p, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg p, .not-front:not(.node-type-landing) #content #block-system-main p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 28px;
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg p:first-child, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg p:first-child, .not-front:not(.node-type-landing) #content #block-system-main p:first-child {
  font-size: 17px;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg p:first-child, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg p:first-child, .not-front:not(.node-type-landing) #content #block-system-main p:first-child {
    font-size: 21px;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg p, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg p, .not-front:not(.node-type-landing) #content #block-system-main p {
    font-size: 17px;
    line-height: 1.42;
  }
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg p + ul, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg p + ul, .not-front:not(.node-type-landing) #content #block-system-main p + ul, .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg p + ol, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg p + ol, .not-front:not(.node-type-landing) #content #block-system-main p + ol {
  margin-top: -25px;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg p + ul, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg p + ul, .not-front:not(.node-type-landing) #content #block-system-main p + ul, .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg p + ol, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg p + ol, .not-front:not(.node-type-landing) #content #block-system-main p + ol {
    margin-top: -15px;
  }
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg ul, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg ul, .not-front:not(.node-type-landing) #content #block-system-main ul {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg ul li, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg ul li, .not-front:not(.node-type-landing) #content #block-system-main ul li {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 15px;
  padding-bottom: 3px;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg ul li, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg ul li, .not-front:not(.node-type-landing) #content #block-system-main ul li {
    font-size: 17px;
    line-height: 1.42;
    padding-left: 35px;
    padding-bottom: 8px;
  }
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg ul li:last-child ul, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg ul li:last-child ul, .not-front:not(.node-type-landing) #content #block-system-main ul li:last-child ul, .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg ul li:last-child ol, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg ul li:last-child ol, .not-front:not(.node-type-landing) #content #block-system-main ul li:last-child ol {
  margin-bottom: 0;
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg ul li:before, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg ul li:before, .not-front:not(.node-type-landing) #content #block-system-main ul li:before {
  position: absolute;
  font-size: 28px;
  line-height: 0.85;
  content: "\00b7";
  left: 0;
  top: 0;
  color: #881c1c;
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg ol, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg ol, .not-front:not(.node-type-landing) #content #block-system-main ol {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg ol li, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg ol li, .not-front:not(.node-type-landing) #content #block-system-main ol li {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 15px;
  padding-bottom: 3px;
  counter-increment: li;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg ol li, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg ol li, .not-front:not(.node-type-landing) #content #block-system-main ol li {
    font-size: 17px;
    line-height: 1.42;
    padding-left: 35px;
    padding-bottom: 5px;
  }
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg ol li:before, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg ol li:before, .not-front:not(.node-type-landing) #content #block-system-main ol li:before {
  content: counter(li);
  color: #881c1c;
  left: 0;
  top: 0;
  position: absolute;
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg ol li:last-child ul, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg ol li:last-child ul, .not-front:not(.node-type-landing) #content #block-system-main ol li:last-child ul, .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg ol li:last-child ol, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg ol li:last-child ol, .not-front:not(.node-type-landing) #content #block-system-main ol li:last-child ol {
  margin-bottom: 0;
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h1, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h1, .not-front:not(.node-type-landing) #content #block-system-main h1, .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h2, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h2, .not-front:not(.node-type-landing) #content #block-system-main h2, .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h3, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h3, .not-front:not(.node-type-landing) #content #block-system-main h3, .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h4, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h4, .not-front:not(.node-type-landing) #content #block-system-main h4 {
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h1, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h1, .not-front:not(.node-type-landing) #content #block-system-main h1, .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h2, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h2, .not-front:not(.node-type-landing) #content #block-system-main h2, .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h3, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h3, .not-front:not(.node-type-landing) #content #block-system-main h3, .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h4, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h4, .not-front:not(.node-type-landing) #content #block-system-main h4 {
    padding-top: 60px;
  }
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h1, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h1, .not-front:not(.node-type-landing) #content #block-system-main h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h1, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h1, .not-front:not(.node-type-landing) #content #block-system-main h1 {
    font-size: 40px;
    margin-bottom: 35px;
    position: relative;
    padding-top: 45px;
  }
  .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h1:before, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h1:before, .not-front:not(.node-type-landing) #content #block-system-main h1:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 15px;
    background: #cccccc;
  }
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h2, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h2, .not-front:not(.node-type-landing) #content #block-system-main h2 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h2, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h2, .not-front:not(.node-type-landing) #content #block-system-main h2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h2:after, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h2:after, .not-front:not(.node-type-landing) #content #block-system-main h2:after {
  content: " ";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #e5e5e5;
  left: 0;
  bottom: 0;
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h3, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h3, .not-front:not(.node-type-landing) #content #block-system-main h3 {
  position: relative;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h3, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h3, .not-front:not(.node-type-landing) #content #block-system-main h3 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h3:after, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h3:after, .not-front:not(.node-type-landing) #content #block-system-main h3:after {
  content: " ";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #e5e5e5;
  left: 0;
  bottom: 0;
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h4, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h4, .not-front:not(.node-type-landing) #content #block-system-main h4 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h4, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h4, .not-front:not(.node-type-landing) #content #block-system-main h4 {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg h4:after, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg h4:after, .not-front:not(.node-type-landing) #content #block-system-main h4:after {
  content: " ";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #e5e5e5;
  left: 0;
  bottom: 0;
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg blockquote, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg blockquote, .not-front:not(.node-type-landing) #content #block-system-main blockquote {
  margin: 0 0 30px;
  border-left: solid 1px #e5e5e5;
  padding-left: 25px;
  color: #666666;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg blockquote, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg blockquote, .not-front:not(.node-type-landing) #content #block-system-main blockquote {
    padding-left: 35px;
    margin: 65px 0 50px;
  }
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg blockquote p, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg blockquote p, .not-front:not(.node-type-landing) #content #block-system-main blockquote p {
  font-family: "Lora", "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-size: 17px !important;
  line-height: 1.3 !important;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg blockquote p, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg blockquote p, .not-front:not(.node-type-landing) #content #block-system-main blockquote p {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg blockquote h6, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg blockquote h6, .not-front:not(.node-type-landing) #content #block-system-main blockquote h6 {
  text-transform: uppercase;
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg blockquote h6, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg blockquote h6, .not-front:not(.node-type-landing) #content #block-system-main blockquote h6 {
    font-size: 17px;
  }
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg blockquote h6:before, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg blockquote h6:before, .not-front:not(.node-type-landing) #content #block-system-main blockquote h6:before {
  content: "\2014";
  margin-right: 5px;
}
.not-front:not(.node-type-landing) .block-main-content .block-bean.block-bean-wysiwyg a, .block-main-content .not-front:not(.node-type-landing) .block-bean.block-bean-wysiwyg a, .not-front:not(.node-type-landing) #content #block-system-main a {
  color: #881c1c;
}
.not-front:not(.node-type-landing) #content {
  padding: 0 20px 0 20px;
}
.not-front:not(.node-type-landing) #content #page-title {
  font-size: 28px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) #content #page-title {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 35px;
    position: relative;
    padding-top: 45px;
  }
  .not-front:not(.node-type-landing) #content #page-title:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 15px;
    background: #cccccc;
  }
}
.not-front:not(.node-type-landing) #content #block-system-main {
  color: #666666;
}
.not-front:not(.node-type-landing) #content #block-system-main .node-page > .content {
  padding-bottom: 20px;
}
.not-front:not(.node-type-landing).sidebar-second #content #page-title {
  margin-top: 35px;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing).sidebar-second #content #page-title {
    margin-top: 0;
  }
}

#page-wrapper {
  position: relative;
}

#notification {
  padding: 30px 10px;
  background-color: #eeeeee;
}
@media only screen and (min-width: 768px) {
  #notification {
    min-height: 108px;
  }
}
@media only screen and (min-width: 768px) {
  #notification .message-box {
    float: right;
    text-align: right;
  }
}
#notification .message-box .title {
  color: #666666;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #notification .message-box .title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  #notification .message-box .title {
    font-size: 18px;
  }
}
#notification .message-box .text {
  color: #333333;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 7px;
}
#notification .message-box .text a.arrow {
  font-size: 14px;
  line-height: 1.2;
}
#notification .message-box .text a.arrow:after {
  margin-left: .25em;
}

#google_translate_element_mobile {
  margin: 0 auto 40px;
  position: relative;
  width: 290px;
}
#google_translate_element_mobile .goog-te-combo {
  background-color: #611414;
  border: 0 none;
  color: #ffffff;
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
}

#google_translate_element {
  float: left;
}
#notification #google_translate_element {
  display: none;
}
@media only screen and (min-width: 768px) {
  #notification #google_translate_element {
    display: block;
  }
}
#google_translate_element .goog-te-gadget {
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  text-transform: uppercase;
}
#google_translate_element .goog-te-gadget .goog-te-gadget-simple {
  border: 0 none;
  padding: 13px;
}
#google_translate_element .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value {
  color: #666666;
  font-size: 14px;
}
#google_translate_element .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value span {
  display: none;
}
#google_translate_element .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value span:first-child {
  display: inline-block;
  padding-right: 40px;
}
#google_translate_element .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value span:last-child {
  display: inline-block;
}

html body.admin-menu {
  margin-top: 0 !important;
  padding-top: 29px;
}
html body.admin-menu.admin-menu-with-shortcuts {
  padding-top: 65px;
}

#preface {
  background: #eeeeee;
}
@media only screen and (min-width: 1024px) {
  #preface {
    padding-top: 65px;
  }
}
#preface #page-title {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding-top: 45px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 1024px) {
  #preface #page-title {
    font-size: 40px;
    padding-bottom: 140px;
  }
}
#preface #page-title:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 15px;
  background: #cccccc;
  display: none;
}
@media only screen and (min-width: 1024px) {
  #preface #page-title:before {
    display: block;
  }
}

#main-wrapper #block-system-main .print_html {
  display: none;
  position: absolute;
  top: -65px;
  right: 50px;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 1024px) {
  #main-wrapper #block-system-main .print_html {
    display: block;
  }
}
#main-wrapper #block-system-main .print_html img {
  display: none;
}
#main-wrapper #block-system-main .print_html a {
  text-indent: -9999px;
  display: inline-block;
}
#main-wrapper #block-system-main .print_html a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0;
  color: #666666;
  float: left;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding: 17px 5px;
}
#main-wrapper #block-system-main .node-landing .field-name-field-hero-image .hero-image {
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 280px;
  width: 100%;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  #main-wrapper #block-system-main .node-landing .field-name-field-hero-image .hero-image {
    height: 750px;
  }
}
#main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container {
  padding: 0;
  background: #eeeeee;
}
@media only screen and (min-width: 1024px) {
  #main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container {
    position: relative;
    background: transparent;
    padding: 0;
  }
}
#main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container .caption {
  padding: 40px 20px 45px 20px;
  background-color: #ffffff;
  display: block;
}
@media only screen and (min-width: 1024px) {
  #main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container .caption {
    position: absolute;
    bottom: 120px;
    width: calc(100% - 300px);
    right: 20px;
    max-width: 610px;
    padding-left: 50px;
    padding-right: 35px;
  }
}
#main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container h1 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  #main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container h1 {
    font-size: 40px;
  }
}
#main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container .date {
  font-size: 14px;
  text-transform: uppercase;
  color: #666666;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.7;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  #main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container .date {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container .summary {
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  #main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container .summary {
    margin-bottom: 20px;
  }
}
#main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container .summary p, #main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container .summary div {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
}
@media only screen and (min-width: 1024px) {
  #main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container .summary p, #main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container .summary div {
    font-size: 21px;
  }
}
#main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container .link {
  text-align: right;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
}
#main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container .link:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #8a1b17;
  line-height: 18px;
  margin-left: 10px;
}
@media only screen and (min-width: 1024px) {
  #main-wrapper #block-system-main .node-landing .field-name-field-hero-image + .container .link {
    font-size: 17px;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-wrapper #block-system-main .node-landing .cta-wrap:after, #main-wrapper #block-system-main .node-landing .cta-wrap:before {
    content: "";
    display: table;
    clear: both;
  }
}
#main-wrapper #block-system-main .node-landing .cta-wrap .cta-box {
  display: block;
  padding: 20px 0 20px;
  position: relative;
  text-align: center;
}
#main-wrapper #block-system-main .node-landing .cta-wrap .cta-box:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #76881d;
}
@media only screen and (min-width: 1024px) {
  #main-wrapper #block-system-main .node-landing .cta-wrap .cta-box {
    float: left;
    width: 33.33%;
    background-color: #ffffff !important;
    padding: 55px 0 50px;
  }
}
#main-wrapper #block-system-main .node-landing .cta-wrap .cta-box span {
  display: block;
}
#main-wrapper #block-system-main .node-landing .cta-wrap .cta-box span.cta-title {
  font-family: "Lora", "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  #main-wrapper #block-system-main .node-landing .cta-wrap .cta-box span.cta-title {
    font-size: 32px;
    color: #666666;
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 1180px) {
  #main-wrapper #block-system-main .node-landing .cta-wrap .cta-box span.cta-title {
    font-size: 40px;
  }
}
#main-wrapper #block-system-main .node-landing .cta-wrap .cta-box span.cta-teaser {
  font-size: 13px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1024px) {
  #main-wrapper #block-system-main .node-landing .cta-wrap .cta-box span.cta-teaser {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1180px) {
  #main-wrapper #block-system-main .node-landing .cta-wrap .cta-box span.cta-teaser {
    font-size: 17px;
  }
}
#main-wrapper #block-system-main .node-landing .cta-wrap .cta-box span.cta-teaser:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #ffffff;
  line-height: 18px;
  margin-left: 10px;
}
#main-wrapper #block-system-main .node-landing .cta-wrap .cta-box:first-child .cta-teaser:after {
  color: #76881d;
}
#main-wrapper #block-system-main .node-landing .cta-wrap .cta-box:nth-child(2):before {
  background-color: #c69214;
}
#main-wrapper #block-system-main .node-landing .cta-wrap .cta-box:nth-child(2) .cta-teaser:after {
  color: #c69214;
}
#main-wrapper #block-system-main .node-landing .cta-wrap .cta-box:last-child:before {
  background-color: #71b2c9;
}
#main-wrapper #block-system-main .node-landing .cta-wrap .cta-box:last-child .cta-teaser:after {
  color: #71b2c9;
}
#main-wrapper #block-system-main .node-landing .block-views.block-image, #main-wrapper #block-system-main .node-landing .block-views.block-text-only {
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  #main-wrapper #block-system-main .node-landing .block-views.block-image, #main-wrapper #block-system-main .node-landing .block-views.block-text-only {
    background-color: #eeeeee;
  }
  #main-wrapper #block-system-main .node-landing .block-views.block-image:last-child, #main-wrapper #block-system-main .node-landing .block-views.block-text-only:last-child {
    padding-bottom: 85px;
  }
}
@media only screen and (min-width: 1180px) {
  #main-wrapper #block-system-main .node-landing .block-views.block-image:last-child, #main-wrapper #block-system-main .node-landing .block-views.block-text-only:last-child {
    padding-bottom: 120px;
  }
}
#main-wrapper #block-system-main .node-landing .block-views .block-left .block-text,
#main-wrapper #block-system-main .node-landing .block-views .block-right .block-text {
  background-color: #ffffff;
}
#main-wrapper #block-system-main .node-landing .block-views .block-left .block-text:after,
#main-wrapper #block-system-main .node-landing .block-views .block-right .block-text:after {
  background-color: #eeeeee;
}
@media only screen and (min-width: 1024px) {
  #main-wrapper #block-system-main .node-landing .block-views .block-right {
    background-color: #ffffff;
  }
  #main-wrapper #block-system-main .node-landing .block-views .block-right:before {
    background-color: #eeeeee;
  }
}

#postscript {
  background: #eeeeee;
}
#postscript .inner {
  max-width: 1180px;
  margin: 0 auto;
}
#postscript .inner .block-bean-wysiwyg {
  padding: 30px 20px 25px 20px;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  #postscript .inner .block-bean-wysiwyg {
    padding: 38px 0 35px;
  }
}
#postscript .inner .block-bean-wysiwyg h2 {
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
#postscript .inner .block-bean-wysiwyg .field-name-field-description p {
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
}
@media only screen and (min-width: 1024px) {
  #postscript .inner .block-bean-wysiwyg .field-name-field-description p {
    font-size: 17px;
  }
}
#postscript .inner .block-bean-wysiwyg .field-name-field-description p:last-child {
  margin-bottom: 0;
}

/**
 * Contains all the search styles
 *
 * _search.scss
 */
.page-class-search #main #content {
  padding: 0;
  margin-top: 0 !important;
}
.page-class-search #main-wrapper {
  background: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #main {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
}
.page-class-search #main-wrapper #page-title {
  padding: 40px 20px 0 20px;
  background: #eeeeee;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #page-title {
    display: none;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search > div {
  background: #eeeeee;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .helpers {
  display: none;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters {
  background: transparent;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .page-title {
  float: left;
  width: 250px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .page-title {
    display: block;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .filter-controls {
  background: #eeeeee;
  padding-top: 35px;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .filter-controls {
    padding-top: 85px;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .filter-controls .filtered-values {
  padding: 0 20px 0 20px;
  max-width: 1180px;
  margin: 0 auto;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .filter-controls .filtered-values:after, .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .filter-controls .filtered-values:before {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .filter-controls .filtered-values .form-wrapper {
    float: right;
    width: calc(100% - 250px);
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1180px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .filter-controls .filtered-values .form-wrapper {
    padding-left: 100px;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form {
  position: relative;
  z-index: 0;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .ajax-progress-throbber {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  font-size: 11px;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .ajax-progress-throbber .message {
  display: none;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .chosen-container .chosen-results li.group-result {
  color: #cccccc;
  font-weight: normal;
  font-style: italic;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .chosen-container .chosen-results li.group-option {
  display: none;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .chosen-container.chosen-with-drop .chosen-choices {
  border: 0 none;
  box-shadow: none;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-text {
  font-size: 13px;
  font-family: "Lora", "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  color: #666666;
  padding-right: 5px;
  display: inline-block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-text {
    font-size: 24px;
    padding-right: 12px;
    margin-bottom: 42px;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget {
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget {
    padding-bottom: 42px;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-item-field-program-target-id .search-field input[type="text"],
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-item-field-subject-target-id .search-field input[type="text"] {
  min-width: 185px;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-item-field-program-target-id .search-choice + .search-field input[type="text"],
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-item-field-subject-target-id .search-choice + .search-field input[type="text"] {
  min-width: 0;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-item {
  margin: 0;
  background: none !important;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-item.error .selected-option {
  border: solid 1px #f8b5af !important;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-item.error .search-field:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(100% - 55px);
  border: solid 1px #f8b5af;
  left: 0;
  border-radius: 5px;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-type-select {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-type-select {
    display: inline-block;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-type-select.multiple-select .add-option {
  position: relative;
  z-index: 3;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-type-select.multiple-select .add-option {
  display: inline-block;
  background: #ffffff;
  color: #cccccc;
  width: 25px;
  height: 25px;
  padding: 2px 0;
  text-align: center;
  border-radius: 5px;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-type-select.multiple-select .add-option i {
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-type-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  max-height: 100%;
  filter: Alpha(Opacity=0.0001);
  opacity: 0.0001;
  z-index: 100;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-type-select select {
    display: none;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-type-select .selected-options {
  line-height: 1.4;
  display: inline;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-type-select .selected-options {
    display: none;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-type-select .selected-options .selected-option {
  position: relative;
  background: #ffffff;
  font-family: "Lora", "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-size: 13px;
  color: #666666;
  padding: 4px 25px 3px 8px;
  margin: 1px 4px 3px 0;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-type-select .selected-options .selected-option i {
  position: absolute;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #cccccc;
  top: 7px;
  right: 9px;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-type-select .selected-options .selected-option .search-choice-close {
  font-size: 16px;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 1.57;
  text-align: center;
  z-index: 4;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .form-type-select .selected-options .selected-option .search-choice-close:before {
  content: "\00d7";
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget.views-submit-button {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget.views-submit-button {
    padding-bottom: 65px;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget.views-submit-button .form-submit {
  position: relative;
  padding-left: 70px;
  height: 50px;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget.views-submit-button .form-submit {
    width: 320px;
    text-align: center;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget.views-submit-button .form-submit i {
  position: absolute;
  left: 0;
  top: 0;
  background: #c69214;
  color: #ffffff;
  line-height: 18px;
  padding: 16px 16px 15px 20px;
  height: 50px;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget.views-reset-button {
  position: absolute;
  bottom: 0;
  left: 200px;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget.views-reset-button {
    left: 330px;
    padding-bottom: 65px;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget.views-reset-button .form-submit {
  background: transparent;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #666666;
  height: 50px;
  padding-right: 0;
  padding-left: 10px;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget > * {
  display: inline-block;
  vertical-align: middle;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .views-widget {
  padding-right: 5px;
  min-width: 100px;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget .views-widget {
    padding-right: 12px;
    min-width: 125px;
    display: inline-block;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget > label, .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .node-webform .form-item.webform-component fieldset .views-exposed-widget > legend, .node-webform .form-item.webform-component fieldset .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget > legend,
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .block-webform .form-item.webform-component fieldset .views-exposed-widget > legend,
.block-webform .form-item.webform-component fieldset .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget > legend {
  position: absolute;
  top: -17px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666666;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget > label.error, .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .node-webform .form-item.webform-component fieldset .views-exposed-widget > legend.error, .node-webform .form-item.webform-component fieldset .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget > legend.error,
.page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .block-webform .form-item.webform-component fieldset .views-exposed-widget > legend.error,
.block-webform .form-item.webform-component fieldset .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget > legend.error {
  color: #f16158;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget > label, .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .node-webform .form-item.webform-component fieldset .views-exposed-widget > legend, .node-webform .form-item.webform-component fieldset .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget > legend,
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .block-webform .form-item.webform-component fieldset .views-exposed-widget > legend,
  .block-webform .form-item.webform-component fieldset .page-class-search #main-wrapper #block-system-main .view-class-search .view-filters .views-exposed-form .views-exposed-widget > legend {
    font-size: 11px;
    top: -22px;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .filtered-criteria {
  background: #ffffff;
  padding: 30px 20px 0 20px;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .filtered-criteria {
    padding: 58px 0 0 0;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .filtered-criteria .filtered-content {
  max-width: 540px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 3px;
  color: #333333;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .filtered-criteria .filtered-content {
    font-size: 14px;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .filtered-criteria .filtered-content p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #666666;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .filtered-criteria .filtered-content p {
    font-size: 17px;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-content {
  /*display: none;*/
  background: #ffffff;
  clear: both;
  max-width: 1180px;
  margin: 0 auto;
  padding: 25px 20px 20px 20px;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-content {
    padding-top: 55px;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row {
  padding-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 20px);
    margin-right: 20px;
  }
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row:nth-child(3n+2) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row:nth-child(3n) {
    margin-left: 20px;
    margin-right: 0;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap {
  background: #eeeeee;
  color: #666666;
  display: block;
  padding: 30px 35px;
  position: relative;
  margin-bottom: 30px;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap h5 {
  color: #333333;
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap h5 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap {
    margin-bottom: 50px;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-title {
  padding-bottom: 18px;
  font-size: 18px;
  font-family: "Lora", "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  color: #666666;
  word-wrap: break-word;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-title {
    font-weight: 700;
    padding-bottom: 22px;
    font-size: 24px;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-status {
  position: absolute;
  top: -42px;
  left: 0;
  border-bottom: solid 15px #76881d;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #76881d;
  padding: 0 35px 8px 0;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-status {
    font-size: 17px;
    padding: 0 10px 6px 0;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-status.status-f {
  color: #999999;
  border-color: #999999;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-status.status-c {
  color: #881c1c;
  border-color: #881c1c;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-details label, .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-details .node-webform .form-item.webform-component fieldset legend, .node-webform .form-item.webform-component fieldset .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-details legend,
.page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-details .block-webform .form-item.webform-component fieldset legend,
.block-webform .form-item.webform-component fieldset .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-details legend {
  color: #333333;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-details label, .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-details .node-webform .form-item.webform-component fieldset legend, .node-webform .form-item.webform-component fieldset .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-details legend,
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-details .block-webform .form-item.webform-component fieldset legend,
  .block-webform .form-item.webform-component fieldset .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-details legend {
    margin-bottom: 15px;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-details ul {
  margin-bottom: 0;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-details ul li {
  font-size: 15px;
}
@media only screen and (min-width: 1024px) {
  .page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-details ul li {
    padding-left: 18px;
    padding-bottom: 10px;
  }
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-content .views-row .tile-wrap .tile-details ul li:before {
  color: #666666;
}
.page-class-search #main-wrapper #block-system-main .view-class-search .view-content.ajax-changed {
  display: block;
}

/**
 * Contains all the aside styles
 *
 * _aside.scss
 */
.sidebar {
  padding: 0 20px 0 20px;
  margin-top: 30px;
}
.sidebar .block-bean-links {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .sidebar .block-bean-links {
    box-shadow: none !important;
    border: solid 1px #cccccc;
    padding: 0;
  }
}
.sidebar .block-bean-links > h2 {
  display: none;
}
.sidebar .block-bean-links > .content {
  padding: 0;
}
.sidebar .block-bean-links .block-title {
  background: #eeeeee;
  cursor: pointer;
  border-top: solid 12px #cccccc;
}
@media only screen and (min-width: 1024px) {
  .sidebar .block-bean-links .block-title {
    background: none;
  }
}
.sidebar .block-bean-links .block-title h2 {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 0;
  padding: 11px 15px 12px;
  position: relative;
}
.sidebar .block-bean-links .block-title h2:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  right: 20px;
  top: 16px;
  line-height: 1;
  font-size: 18px;
  color: #8a1b17;
}
@media only screen and (min-width: 1024px) {
  .sidebar .block-bean-links .block-title h2 {
    padding: 35px 45px 25px;
    font-size: 28px;
    cursor: default;
  }
  .sidebar .block-bean-links .block-title h2:after {
    display: none;
  }
}
.sidebar .block-bean-links .bean-links > .content {
  padding: 0 15px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sidebar .block-bean-links .bean-links > .content {
    display: block !important;
    padding: 0 45px;
  }
}
.sidebar .block-bean-links .bean-links > .content a {
  font-weight: 600;
  display: block;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 15px;
  margin-top: 15px;
  font-size: 13px;
  line-height: 2.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .sidebar .block-bean-links .bean-links > .content a {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.sidebar .block-bean-links .bean-links > .content a:last-child {
  border-bottom: 0;
}
.sidebar .block-bean-links .bean-links > .content a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #8a1b17;
  margin-left: 9px;
}
.sidebar .block-bean-links.block-open {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}
.sidebar .block-bean-links.block-open > .block-title h2:after {
  content: "\f078";
}
.sidebar .block-bean-links.block-open > .content {
  display: block;
}
.sidebar .block-bean-wysiwyg {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .sidebar .block-bean-wysiwyg {
    margin-bottom: 50px;
  }
}
.sidebar .block-bean-wysiwyg .button, .sidebar .block-bean-wysiwyg .btn, .sidebar .block-bean-wysiwyg .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .sidebar .block-bean-wysiwyg a, .sidebar .block-bean-wysiwyg .node-webform .form-actions input[type="submit"], .node-webform .form-actions .sidebar .block-bean-wysiwyg input[type="submit"],
.sidebar .block-bean-wysiwyg .node-webform .form-actions button[type="submit"],
.node-webform .form-actions .sidebar .block-bean-wysiwyg button[type="submit"],
.sidebar .block-bean-wysiwyg .block-webform .form-actions input[type="submit"],
.block-webform .form-actions .sidebar .block-bean-wysiwyg input[type="submit"],
.sidebar .block-bean-wysiwyg .block-webform .form-actions button[type="submit"],
.block-webform .form-actions .sidebar .block-bean-wysiwyg button[type="submit"] {
  position: relative;
  padding-left: 70px;
  height: 50px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 520px) {
  .sidebar .block-bean-wysiwyg .button, .sidebar .block-bean-wysiwyg .btn, .sidebar .block-bean-wysiwyg .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .sidebar .block-bean-wysiwyg a, .sidebar .block-bean-wysiwyg .node-webform .form-actions input[type="submit"], .node-webform .form-actions .sidebar .block-bean-wysiwyg input[type="submit"],
  .sidebar .block-bean-wysiwyg .node-webform .form-actions button[type="submit"],
  .node-webform .form-actions .sidebar .block-bean-wysiwyg button[type="submit"],
  .sidebar .block-bean-wysiwyg .block-webform .form-actions input[type="submit"],
  .block-webform .form-actions .sidebar .block-bean-wysiwyg input[type="submit"],
  .sidebar .block-bean-wysiwyg .block-webform .form-actions button[type="submit"],
  .block-webform .form-actions .sidebar .block-bean-wysiwyg button[type="submit"] {
    width: auto;
    min-width: 290px;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar .block-bean-wysiwyg .button, .sidebar .block-bean-wysiwyg .btn, .sidebar .block-bean-wysiwyg .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .sidebar .block-bean-wysiwyg a, .sidebar .block-bean-wysiwyg .node-webform .form-actions input[type="submit"], .node-webform .form-actions .sidebar .block-bean-wysiwyg input[type="submit"],
  .sidebar .block-bean-wysiwyg .node-webform .form-actions button[type="submit"],
  .node-webform .form-actions .sidebar .block-bean-wysiwyg button[type="submit"],
  .sidebar .block-bean-wysiwyg .block-webform .form-actions input[type="submit"],
  .block-webform .form-actions .sidebar .block-bean-wysiwyg input[type="submit"],
  .sidebar .block-bean-wysiwyg .block-webform .form-actions button[type="submit"],
  .block-webform .form-actions .sidebar .block-bean-wysiwyg button[type="submit"] {
    padding-left: 85px;
    width: 100%;
  }
}
.sidebar .block-bean-wysiwyg .button:before, .sidebar .block-bean-wysiwyg .btn:before, .sidebar .block-bean-wysiwyg .not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:before, .not-front:not(.node-type-landing) #content #block-system-main ul.pager li .sidebar .block-bean-wysiwyg a:before, .sidebar .block-bean-wysiwyg .node-webform .form-actions input[type="submit"]:before, .node-webform .form-actions .sidebar .block-bean-wysiwyg input[type="submit"]:before,
.sidebar .block-bean-wysiwyg .node-webform .form-actions button[type="submit"]:before,
.node-webform .form-actions .sidebar .block-bean-wysiwyg button[type="submit"]:before,
.sidebar .block-bean-wysiwyg .block-webform .form-actions input[type="submit"]:before,
.block-webform .form-actions .sidebar .block-bean-wysiwyg input[type="submit"]:before,
.sidebar .block-bean-wysiwyg .block-webform .form-actions button[type="submit"]:before,
.block-webform .form-actions .sidebar .block-bean-wysiwyg button[type="submit"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  left: 0;
  top: 0;
  background: #c69214;
  color: #ffffff;
  line-height: 18px;
  padding: 16px 16px 15px 20px;
  height: 50px;
}
.sidebar #block-bean-best-online-program .field-name-field-description:after, .sidebar #block-bean-best-online-program .field-name-field-description:before {
  content: "";
  display: table;
  clear: both;
}
.sidebar #block-bean-best-online-program .field-name-field-description p {
  font-size: 11px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .sidebar #block-bean-best-online-program .field-name-field-description p {
    font-size: 14px;
  }
}
.sidebar #block-bean-best-online-program .field-name-field-description p img {
  width: 18% !important;
  height: auto !important;
  margin-right: 12px;
}
@media only screen and (min-width: 1024px) {
  .sidebar #block-bean-best-online-program .field-name-field-description p img {
    width: auto !important;
    margin-right: 20px;
  }
}

/**
 * Contains all the breadcrumb styles
 *
 * _breadcrumb.scss
 */
#breadcrumb {
  background: #eeeeee;
}
#breadcrumb .breadcrumb-items {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 0;
}
@media only screen and (min-width: 1024px) {
  #breadcrumb .breadcrumb-items {
    font-size: 16px;
    padding: 28px 0;
  }
}
#breadcrumb .breadcrumb-items a {
  color: #666666;
  display: inline-block;
  vertical-align: middle;
}
#breadcrumb .breadcrumb-items a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-left: 5px;
}
@media only screen and (min-width: 1024px) {
  #breadcrumb .breadcrumb-items a {
    margin-right: 2px;
  }
  #breadcrumb .breadcrumb-items a:after {
    margin-left: 9px;
  }
}
#breadcrumb .breadcrumb-items a:last-child:after {
  display: none;
}

/**
 * Contains pagination styles
 *
 * _pager.scss
 */
.not-front:not(.node-type-landing) #content #block-system-main ul.pager {
  margin: 0;
  background: #ffffff;
  padding: 25px 0 50px;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) #content #block-system-main ul.pager {
    padding-bottom: 80px;
  }
}
.not-front:not(.node-type-landing) #content #block-system-main ul.pager li {
  padding: 0;
  text-align: center;
}
.not-front:not(.node-type-landing) #content #block-system-main ul.pager li a {
  background: #eeeeee;
  color: #666666;
  position: relative;
  height: 50px;
}
.not-front:not(.node-type-landing) #content #block-system-main ul.pager li a:hover {
  color: #666666;
}
.not-front:not(.node-type-landing) #content #block-system-main ul.pager li:before {
  display: none;
}
.not-front:not(.node-type-landing) #content #block-system-main ul.pager.pager-load-more a, .not-front:not(.node-type-landing) #content #block-system-main ul.pager.pager--infinite-scroll a {
  padding-left: 70px;
}
.not-front:not(.node-type-landing) #content #block-system-main ul.pager.pager-load-more a:before, .not-front:not(.node-type-landing) #content #block-system-main ul.pager.pager--infinite-scroll a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  left: 0;
  top: 0;
  background: #666666;
  color: #ffffff;
  line-height: 18px;
  padding: 16px 16px 15px 20px;
  height: 50px;
}
.not-front:not(.node-type-landing) #content #block-system-main .view-class-search .item-list.ajax-changed {
  display: block;
}

/**
 * Contains styles related to class
 *
 * _class.scss
 */
.node-type-class #main #content #page-title {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .node-type-class #main #content #page-title {
    margin-bottom: 10px;
  }
}
.node-type-class #main #content .node-class {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .node-type-class #main #content .node-class {
    margin-bottom: 0;
  }
}
.node-type-class #main #content .node-class .field-name-field-subject,
.node-type-class #main #content .node-class .field-name-field-catalog {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1024px) {
  .node-type-class #main #content .node-class .field-name-field-subject,
  .node-type-class #main #content .node-class .field-name-field-catalog {
    font-size: 16px;
  }
}
.node-type-class #main #content .node-class .field-name-body {
  padding-top: 20px;
  margin-bottom: 28px;
}
@media only screen and (min-width: 1024px) {
  .node-type-class #main #content .node-class .field-name-body {
    padding-top: 25px;
  }
}
.node-type-class #main #content .node-class .field-name-body * {
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (min-width: 1024px) {
  .node-type-class #main #content .node-class .field-name-body * {
    font-size: 17px;
  }
}
.node-type-class #main #content .node-class .class-note p {
  font-size: 16px !important;
}
.node-type-class #main #content .node-class .details-block:after, .node-type-class #main #content .node-class .details-block:before {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .node-type-class #main #content .node-class .details-block {
    padding-top: 25px;
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  .node-type-class #main #content .node-class .details-block .left-block,
  .node-type-class #main #content .node-class .details-block .right-block {
    float: left;
    width: 50%;
    padding-right: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .node-type-class #main #content .node-class .details-block .right-block {
    float: right;
    width: 50%;
    padding-right: 0;
    padding-left: 28px;
  }
}
.node-type-class #main #content .node-class .details-block p, .node-type-class #main #content .node-class .details-block ul {
  margin-bottom: 0;
}
.node-type-class #main #content .node-class .details-block label, .node-type-class #main #content .node-class .details-block .node-webform .form-item.webform-component fieldset legend, .node-webform .form-item.webform-component fieldset .node-type-class #main #content .node-class .details-block legend,
.node-type-class #main #content .node-class .details-block .block-webform .form-item.webform-component fieldset legend,
.block-webform .form-item.webform-component fieldset .node-type-class #main #content .node-class .details-block legend {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
  letter-spacing: 1px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .node-type-class #main #content .node-class .details-block label, .node-type-class #main #content .node-class .details-block .node-webform .form-item.webform-component fieldset legend, .node-webform .form-item.webform-component fieldset .node-type-class #main #content .node-class .details-block legend,
  .node-type-class #main #content .node-class .details-block .block-webform .form-item.webform-component fieldset legend,
  .block-webform .form-item.webform-component fieldset .node-type-class #main #content .node-class .details-block legend {
    font-size: 17px;
    margin-bottom: 4px;
  }
}
.node-type-class #main #content .node-class .details-block .block-item {
  margin-bottom: 18px;
}
@media only screen and (min-width: 1024px) {
  .node-type-class #main #content .node-class .details-block .block-item {
    margin-bottom: 30px;
  }
}
.node-type-class #main #content .node-class .details-block .block-item p {
  line-height: 1.42857;
}
@media only screen and (min-width: 1024px) {
  .node-type-class #main #content .node-class .details-block .details {
    font-size: 17px;
    line-height: 1.7;
  }
}
.node-type-class #main #content .node-class .details-block .details small {
  font-size: 14px;
}
.node-type-class #main #content .node-class .details-block .details ul li {
  line-height: 1.42857;
  padding-left: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .node-type-class #main #content .node-class .details-block .details ul li {
    line-height: 1.7;
  }
}
.node-type-class #main #content .node-class .details-block .details ul li:before {
  display: none;
}
.node-type-class #main #content .node-class .details-block .details ul li.link {
  font-size: 14px;
}
.node-type-class #main #content .node-class .details-block .details p {
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .node-type-class #main #content .node-class .details-block .details p {
    font-size: 17px;
    line-height: 1.7;
  }
}
.node-type-class #main #content .node-class .details-block .instructors ul li {
  color: #666666;
  word-wrap: break-word;
}
.node-type-class #main #content .node-class .details-block .instructors ul li a {
  color: #666666;
}
.node-type-class #main #content .node-class .details-block .instructors ul li a:hover {
  text-decoration: none;
}
.node-type-class #main #content .node-class .details-block .instructors ul li a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #881c1c;
  margin-left: 8px;
}
.node-type-class #main #content .node-class .details-block .meets .meetings {
  margin-top: 1em;
}
.node-type-class #main #content .node-class .details-block .meets .meetings p {
  margin-bottom: .75em;
}
.node-type-class #main #content .node-class .details-block .meets .meetings span {
  display: block;
  line-height: 1.2;
}
.node-type-class #main .sidebar .block-views {
  margin-bottom: 50px;
}
.node-type-class #main .sidebar .block-views h2 {
  color: #333333;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 5px 0 7px;
  text-transform: uppercase;
}
.node-type-class #main .sidebar .block-views ul li {
  line-height: 1.7;
}
.node-type-class #main .sidebar .block-views ul li a {
  color: #8a1b17;
}

/**
 * Contains styles related to isotope grid
 *
 * _isotope.scss
 */
.isotope-container .isotope-grid-sizer {
  width: 0;
}
@media only screen and (min-width: 768px) {
  .isotope-container .isotope-grid-sizer {
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 1024px) {
  .isotope-container .isotope-grid-sizer {
    width: calc(33.33% - 40px);
  }
}
.isotope-container .isotope-gutter-sizer {
  width: 0px;
}
@media only screen and (min-width: 768px) {
  .isotope-container .isotope-gutter-sizer {
    width: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .isotope-container .isotope-gutter-sizer {
    width: 40px;
  }
}
.isotope-container .isotope-element {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .isotope-container .isotope-element {
    width: calc(50% - 25px);
    float: left;
    margin: 0 12.5px;
  }
}
@media only screen and (min-width: 1024px) {
  .isotope-container .isotope-element {
    width: calc(33.33% - 40px);
    margin: 0 20px;
  }
}

/**
 * Contains styles related to news
 *
 * _news.scss
 */
@media only screen and (min-width: 768px) {
  .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list {
    padding: 0 12.5px;
  }
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list {
    padding: 0 20px;
  }
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 15px;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul {
    margin: 0 -25px;
    padding: 35px 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul {
    margin: 0 -40px;
  }
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-grid-sizer, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-gutter-sizer {
  padding: 0;
  margin: 0;
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-grid-sizer:before, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-gutter-sizer:before {
  display: none;
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row {
    width: calc(50% - 25px);
    float: left;
    margin: 0 12.5px;
  }
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row {
    width: calc(33.33% - 40px);
    margin: 0 20px;
  }
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  border: solid 1px #cccccc;
}
@media only screen and (min-width: 768px) {
  .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row {
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row {
    margin: 0 20px 40px 20px;
  }
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element:before, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row:before {
  display: none;
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element > div, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row > div {
  padding: 0 30px;
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element .views-field-field-image, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row .views-field-field-image {
  padding: 0;
  border-top: solid 11px #cccccc;
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element .views-field-field-image img, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row .views-field-field-image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -11px;
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element .views-field-title, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row .views-field-title {
  font-family: "Lora", "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-size: 21px;
  line-height: normal;
  color: #666666;
  margin-bottom: 20px;
  padding-top: 35px;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element .views-field-title, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row .views-field-title {
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 18px;
  }
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element .views-field-title a, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row .views-field-title a {
  color: #666666;
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element .views-field-field-date, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row .views-field-field-date {
  font-size: 10px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 1px;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element .views-field-field-date, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row .views-field-field-date {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element .views-field-body, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row .views-field-body {
  font-size: 14px;
  padding-bottom: 15px;
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element .views-field-body p:first-child, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row .views-field-body p:first-child {
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element .views-field-body p:first-child, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row .views-field-body p:first-child {
    font-size: 17px;
  }
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element .views-field-body *, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row .views-field-body * {
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  padding: 0;
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: normal;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element .views-field-body *, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row .views-field-body * {
    font-size: 17px;
  }
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element .views-field-body *:before, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.isotope-element .views-field-body *:after, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row .views-field-body *:before, .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope .view-content .item-list ul li.views-row .views-field-body *:after {
  display: none;
}
.not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope ul.pager {
  padding: 0px 0 40px;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing) #content #block-system-main .view-news-isotope ul.pager {
    padding-bottom: 80px;
  }
}
.not-front:not(.node-type-landing).node-type-news #content #page-title {
  position: relative;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .not-front:not(.node-type-landing).node-type-news #content #page-title {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.not-front:not(.node-type-landing).node-type-news #content #page-title:before {
  display: none;
}
.not-front:not(.node-type-landing).node-type-news #content #page-title:after {
  content: " ";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #e5e5e5;
  left: 0;
  bottom: 0;
}
.not-front:not(.node-type-landing).node-type-news #content #block-system-main .node-news {
  margin-bottom: 50px;
}
.not-front:not(.node-type-landing).node-type-news #content #block-system-main .node-news .submitted {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 28px;
}
.not-front:not(.node-type-landing).node-type-news #content #block-system-main h2, .not-front:not(.node-type-landing).node-type-news #content #block-system-main h3, .not-front:not(.node-type-landing).node-type-news #content #block-system-main h4, .not-front:not(.node-type-landing).node-type-news #content #block-system-main h5 {
  padding-top: 0;
  padding-bottom: 0;
}
.not-front:not(.node-type-landing).node-type-news #content #block-system-main h2:after, .not-front:not(.node-type-landing).node-type-news #content #block-system-main h3:after, .not-front:not(.node-type-landing).node-type-news #content #block-system-main h4:after, .not-front:not(.node-type-landing).node-type-news #content #block-system-main h5:after {
  display: none;
}
.not-front:not(.node-type-landing).node-type-news #content #block-system-main h2 > img, .not-front:not(.node-type-landing).node-type-news #content #block-system-main h3 > img, .not-front:not(.node-type-landing).node-type-news #content #block-system-main h4 > img, .not-front:not(.node-type-landing).node-type-news #content #block-system-main h5 > img, .not-front:not(.node-type-landing).node-type-news #content #block-system-main p > img {
  margin-bottom: 25px;
}
.not-front:not(.node-type-landing).node-type-news #content #block-system-main h2 > img.image-left, .not-front:not(.node-type-landing).node-type-news #content #block-system-main h3 > img.image-left, .not-front:not(.node-type-landing).node-type-news #content #block-system-main h4 > img.image-left, .not-front:not(.node-type-landing).node-type-news #content #block-system-main h5 > img.image-left, .not-front:not(.node-type-landing).node-type-news #content #block-system-main p > img.image-left {
  margin-right: 25px;
  margin-left: 0;
}
.not-front:not(.node-type-landing).node-type-news #content #block-system-main h2 > img.image-right, .not-front:not(.node-type-landing).node-type-news #content #block-system-main h3 > img.image-right, .not-front:not(.node-type-landing).node-type-news #content #block-system-main h4 > img.image-right, .not-front:not(.node-type-landing).node-type-news #content #block-system-main h5 > img.image-right, .not-front:not(.node-type-landing).node-type-news #content #block-system-main p > img.image-right {
  margin-left: 25px;
  margin-right: 0;
}

/**
 * Subject/Program list pages.
 */
.view-list-pages .view-filters {
  position: absolute;
  top: -130px;
  min-width: 535px;
}
@media only screen and (min-width: 768px) {
  .view-list-pages .view-filters {
    left: 354px;
    top: -190px;
  }
}
.view-list-pages .view-filters label, .view-list-pages .view-filters .node-webform .form-item.webform-component fieldset legend, .node-webform .form-item.webform-component fieldset .view-list-pages .view-filters legend,
.view-list-pages .view-filters .block-webform .form-item.webform-component fieldset legend,
.block-webform .form-item.webform-component fieldset .view-list-pages .view-filters legend {
  font-size: 24px;
  font-family: "Lora", "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-weight: normal;
  color: #666666;
  float: left;
}
@media only screen and (max-width: 519px) {
  .view-list-pages .view-filters label, .view-list-pages .view-filters .node-webform .form-item.webform-component fieldset legend, .node-webform .form-item.webform-component fieldset .view-list-pages .view-filters legend,
  .view-list-pages .view-filters .block-webform .form-item.webform-component fieldset legend,
  .block-webform .form-item.webform-component fieldset .view-list-pages .view-filters legend {
    font-size: 16px;
  }
}
.view-list-pages .view-filters .views-widget {
  float: left;
  margin-left: 1.5em;
}
@media only screen and (max-width: 519px) {
  .view-list-pages .view-filters .views-widget .chosen-single {
    font-size: 16px;
    height: 30px;
  }
}
.view-list-pages .view-filters .description {
  position: absolute;
  top: -24px;
  left: 28.8em;
  color: #999999;
  font-size: 11px;
  text-transform: uppercase;
}
.view-list-pages .view-filters div:not(.chosen-drop), .view-list-pages .view-filters label, .view-list-pages .view-filters .node-webform .form-item.webform-component fieldset legend, .node-webform .form-item.webform-component fieldset .view-list-pages .view-filters legend,
.view-list-pages .view-filters .block-webform .form-item.webform-component fieldset legend,
.block-webform .form-item.webform-component fieldset .view-list-pages .view-filters legend {
  display: inline;
}
.view-list-pages .view-header .result {
  position: absolute;
  top: -75px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 520px) {
  .view-list-pages .view-header .result {
    font-size: 16px;
  }
}
.view-list-pages .view-header .info {
  font-size: 22px;
  margin-bottom: 1.5em;
}
.view-list-pages .view-header .info:after {
  content: '';
  border-top: 2px solid #D9D9D9;
  display: block;
  width: 50px;
  margin-top: 30px;
}
@media only screen and (min-width: 520px) {
  .view-list-pages .view-content ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.view-list-pages .view-content ul li {
  padding: 0 0 0.75em !important;
  margin: 0;
}
.view-list-pages .view-content ul li:before {
  display: none;
}

/**
 * Search (core).
 */
.top-menu a.link-search:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 18px;
  left: -5px;
  position: relative;
  top: -2px;
}

/*.hamburger.link-search {
  right: 90px;
}
.hamburger.link-search:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #8a1b17;
  font-size: 30px;
  left: 0;
  position: relative;
  top: -4px;
}
@media only screen and (min-width: 1024px) {
  .hamburger.link-search {
    display: none;
  }
}*/

.section-search #content {
  margin-top: 0 !important;
}
.section-search .search-totals {
  font-size: 15px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: -143px;
}
@media only screen and (min-width: 1024px) {
  .section-search .search-totals {
    font-size: 16px;
    top: -90px;
  }
}
.section-search #content #block-system-main ol.search-results {
  padding-top: 50px;
}
.section-search #content #block-system-main ol.search-results li.search-result {
  padding-left: 50px;
  position: relative;
}
.section-search #content #block-system-main ol.search-results li.search-result:before {
  display: none;
}
.section-search #content #block-system-main ol.search-results li.search-result .result-count {
  left: 0;
  position: absolute;
}
.section-search #content #block-system-main ol.search-results li.search-result h3 {
  padding: 0 0 25px;
}
.section-search #content #block-system-main ol.search-results li.search-result .search-snippet {
  font-size: 18px;
}
.section-search #content #block-system-main ol.search-results li.search-result .search-snippet strong {
  background-color: #f9e4ae;
  padding: 0 .25em;
}
.section-search #content #block-system-main .item-list ul.pager li {
  margin: 0 5px;
}
.section-search #content #block-system-main .item-list ul.pager li.pager-current {
  background: #eeeeee;
  height: 50px;
  padding: 11px 20px 15px;
}
.section-search #content #block-system-main .item-list ul.pager li a {
  padding: 16px 20px 15px;
  margin: 0;
}

.block-system form.search-form,
#search-api-page-search-form {
  margin-bottom: 1em;
  position: absolute;
  top: -95px;
}
@media only screen and (min-width: 1024px) {
  .block-system form.search-form,
  #search-api-page-search-form {
    top: -107px;
    right: 20px;
  }
}
.block-system form.search-form .form-item,
#search-api-page-search-form .form-item {
  display: inline;
}
.block-system form.search-form input,
#search-api-page-search-form input {
  padding: 0 1em;
  height: 50px;
  border: 0 none;
}
.block-system form.search-form .form-text,
#search-api-page-search-form .form-text {
  width: 285px;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666666;
}
.block-system form.search-form .form-submit,
#search-api-page-search-form .form-submit {
  float: left;
  color: #ffffff;
  width: 50px;
  background: url(//umass.edu/identity/umass_banner/search.svg) 0 -2px no-repeat #881c1c;
  background-size: 35px;
  background-position: 50%;
  text-indent: -9999px;
}
.block-system form.search-form label, .block-system form.search-form .node-webform .form-item.webform-component fieldset legend, .node-webform .form-item.webform-component fieldset .block-system form.search-form legend,
.block-system form.search-form .block-webform .form-item.webform-component fieldset legend,
.block-webform .form-item.webform-component fieldset .block-system form.search-form legend,
.block-system form.search-form fieldset.search-advanced,
#search-api-page-search-form label,
#search-api-page-search-form .node-webform .form-item.webform-component fieldset legend,
.node-webform .form-item.webform-component fieldset #search-api-page-search-form legend,
#search-api-page-search-form .block-webform .form-item.webform-component fieldset legend,
.block-webform .form-item.webform-component fieldset #search-api-page-search-form legend,
#search-api-page-search-form fieldset.search-advanced {
  display: none;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #881c1c;
  color: #DBD3BA;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  pointer-events: none;
}
.search-modal.open {
  pointer-events: auto;
  z-index: 1000;
  opacity: 1;
}
.search-modal.close {
  z-index: 1000;
  opacity: 0;
}
.search-modal > div {
  overflow: scroll;
  height: 100%;
}
.search-modal .row-1 {
  background-color: #7A1919;
  text-align: center;
  height: 45%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .search-modal .row-1 {
    height: 58%;
  }
}
.search-modal .row-1 .inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.search-modal .row-1 .form-text {
  font-size: 36px;
  font-weight: 600;
  background: transparent;
  color: #611414;
  border: 0 none;
  width: 100%;
  text-align: center;
}
.search-modal .row-1 .form-text::-webkit-input-placeholder {
  color: #611414;
  opacity: 1;
}
.search-modal .row-1 .form-text::-moz-placeholder {
  color: #611414;
  opacity: 1;
}
.search-modal .row-1 .form-text:-ms-input-placeholder {
  color: #611414;
  opacity: 1;
}
.search-modal .row-1 .form-text:-moz-placeholder {
  color: #611414;
  opacity: 1;
}
.search-modal .row-1 .form-text.active {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .search-modal .row-1 .form-text {
    font-size: 70px;
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .search-modal .row-1 .form-text {
    font-size: 90px;
    width: 60%;
  }
}
.search-modal .row-1 .form-submit {
  display: none;
}
.search-modal .row-1 .help {
  color: #BEB395;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 25px 1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .search-modal .row-1 .help {
    padding: 35px 1em;
  }
}
@media only screen and (min-width: 1024px) {
  .search-modal .row-1 .help {
    padding: 50px 1em;
  }
}
.search-modal.input-active .help {
  color: #ffffff;
}
.search-modal .row-2 {
  padding-top: 50px;
}
.search-modal .row-2 > div > div {
  display: inline;
  vertical-align: top;
  float: left;
  padding: 0 1em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .search-modal .row-2 > div > div {
    width: 33%;
    margin-bottom: 0;
  }
  .search-modal .row-2 > div > div:first-child {
    padding-left: 0;
  }
  .search-modal .row-2 > div > div:last-child {
    padding-right: 0;
  }
}
.search-modal .row-2 h2 {
  color: #DBD3BA;
  font-size: 28px;
  font-weight: bold;
}
.search-modal .row-2 .content {
  color: #BEB395;
  font-size: 16px;
}
.search-modal .row-2 p {
  margin: 0 0 1.5em;
}
.search-modal .row-2 a {
  color: #DBD3BA;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
}
.search-modal .row-2 a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-left: .5em;
  font-size: 20px;
}
.search-modal .inner {
  position: relative;
  padding: 0 20px 0 20px;
  max-width: 1180px;
  margin: 0 auto;
}
.search-modal .search-close {
  background-color: #ffffff;
  position: fixed;
  top: 20px;
  right: 10%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
}
.search-modal .search-close:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #7A1919;
  font-size: 36px;
  position: relative;
  top: 6px;
}
@media only screen and (min-width: 768px) {
  .search-modal .search-close {
    top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .search-modal .search-close {
    top: 10%;
  }
}

/**
 * Contains styles related to web forms
 *
 * _web-form.scss
 */
.node-webform .webform-client-form,
.block-webform .webform-client-form {
  background: #eeeeee;
  margin: 0 -20px;
  padding: 65px 20px 25px 20px;
}
@media only screen and (min-width: 768px) {
  .node-webform .webform-client-form,
  .block-webform .webform-client-form {
    max-width: 640px;
    margin: 0 0 50px;
  }
}
.node-webform .webform-progressbar-page.current,
.block-webform .webform-progressbar-page.current {
  background-color: #76881d;
}
.node-webform .webform-component-fieldset,
.block-webform .webform-component-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.node-webform .webform-component-fieldset legend,
.block-webform .webform-component-fieldset legend {
  display: none;
}
.node-webform .multipart .form-actions,
.block-webform .multipart .form-actions {
  position: relative;
}
.node-webform .multipart .form-actions:before,
.block-webform .multipart .form-actions:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  left: 0;
  top: 0;
  background: #c69214;
  color: #ffffff;
  line-height: 18px;
  padding: 16px 16px 15px 20px;
  height: 50px;
  z-index: 1;
  pointer-events: none;
}
.node-webform .form-actions input[type="submit"],
.node-webform .form-actions button[type="submit"],
.block-webform .form-actions input[type="submit"],
.block-webform .form-actions button[type="submit"] {
  position: relative;
  padding-left: 70px;
  height: 50px;
  display: block;
  width: 100%;
}
.node-webform .form-actions input[type="submit"]:before,
.node-webform .form-actions button[type="submit"]:before,
.block-webform .form-actions input[type="submit"]:before,
.block-webform .form-actions button[type="submit"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  left: 0;
  top: 0;
  background: #c69214;
  color: #ffffff;
  line-height: 18px;
  padding: 16px 16px 15px 20px;
  height: 50px;
}
.node-webform .form-item,
.block-webform .form-item {
  margin: 0 0 28px;
}
.node-webform .form-item label, .node-webform .form-item.webform-component fieldset legend,
.block-webform .form-item label,
.block-webform .form-item.webform-component fieldset legend {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 3px;
}
.node-webform .form-item label .form-required, .node-webform .form-item.webform-component fieldset legend .form-required,
.block-webform .form-item label .form-required,
.block-webform .form-item.webform-component fieldset legend .form-required {
  color: #881c1c;
  font-size: 10px;
  position: relative;
  top: -2px;
}
.node-webform .form-item input[type="text"], .node-webform .form-item input[type="password"],
.node-webform .form-item input[type="date"], .node-webform .form-item input[type="datetime"],
.node-webform .form-item input[type="email"], .node-webform .form-item input[type="number"],
.node-webform .form-item input[type="search"], .node-webform .form-item input[type="tel"],
.node-webform .form-item input[type="time"], .node-webform .form-item input[type="url"],
.node-webform .form-item textarea, .node-webform .form-item select,
.block-webform .form-item input[type="text"],
.block-webform .form-item input[type="password"],
.block-webform .form-item input[type="date"],
.block-webform .form-item input[type="datetime"],
.block-webform .form-item input[type="email"],
.block-webform .form-item input[type="number"],
.block-webform .form-item input[type="search"],
.block-webform .form-item input[type="tel"],
.block-webform .form-item input[type="time"],
.block-webform .form-item input[type="url"],
.block-webform .form-item textarea,
.block-webform .form-item select {
  background: #ffffff;
  border: solid 1px transparent;
  padding: 10px 10px 11px;
  display: block;
  width: 100%;
  font-size: 16px;
  outline: none;
}
.node-webform .form-item input[type="text"]:focus, .node-webform .form-item input[type="password"]:focus,
.node-webform .form-item input[type="date"]:focus, .node-webform .form-item input[type="datetime"]:focus,
.node-webform .form-item input[type="email"]:focus, .node-webform .form-item input[type="number"]:focus,
.node-webform .form-item input[type="search"]:focus, .node-webform .form-item input[type="tel"]:focus,
.node-webform .form-item input[type="time"]:focus, .node-webform .form-item input[type="url"]:focus,
.node-webform .form-item textarea:focus, .node-webform .form-item select:focus,
.block-webform .form-item input[type="text"]:focus,
.block-webform .form-item input[type="password"]:focus,
.block-webform .form-item input[type="date"]:focus,
.block-webform .form-item input[type="datetime"]:focus,
.block-webform .form-item input[type="email"]:focus,
.block-webform .form-item input[type="number"]:focus,
.block-webform .form-item input[type="search"]:focus,
.block-webform .form-item input[type="tel"]:focus,
.block-webform .form-item input[type="time"]:focus,
.block-webform .form-item input[type="url"]:focus,
.block-webform .form-item textarea:focus,
.block-webform .form-item select:focus {
  border-color: #64a8d9;
  box-shadow: 0 0 3px #64a8d9;
}
.node-webform .form-item select,
.block-webform .form-item select {
  border-radius: 5px;
  padding-right: 25px;
  background: #ffffff;
}
.node-webform .form-item.webform-component-file:after, .node-webform .form-item.webform-component-file:before,
.block-webform .form-item.webform-component-file:after,
.block-webform .form-item.webform-component-file:before {
  content: "";
  display: table;
  clear: both;
}
.node-webform .form-item.webform-component-file .form-managed-file,
.block-webform .form-item.webform-component-file .form-managed-file {
  background: #ffffff;
  padding: 10px 15px 11px;
  font-size: 16px;
  position: relative;
}
.node-webform .form-item.webform-component-file .form-managed-file .form-submit,
.block-webform .form-item.webform-component-file .form-managed-file .form-submit {
  position: absolute;
  top: 7px;
  right: 15px;
  background: #eeeeee;
  color: #666666;
  border: transparent;
  font-size: 13px;
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  padding: 5px 15px 7px;
  border-radius: 5px;
}
.node-webform .form-item.webform-component-file .description,
.block-webform .form-item.webform-component-file .description {
  padding: 15px 0 0;
}
.node-webform .form-item.webform-component-radios > label, .node-webform .form-item.webform-component fieldset .form-item.webform-component-radios > legend,
.block-webform .form-item.webform-component fieldset .node-webform .form-item.webform-component-radios > legend, .node-webform .form-item.webform-component--radio > label, .node-webform .form-item.webform-component fieldset .form-item.webform-component--radio > legend,
.block-webform .form-item.webform-component fieldset .node-webform .form-item.webform-component--radio > legend,
.block-webform .form-item.webform-component-radios > label,
.node-webform .form-item.webform-component fieldset .block-webform .form-item.webform-component-radios > legend,
.block-webform .form-item.webform-component fieldset .form-item.webform-component-radios > legend,
.block-webform .form-item.webform-component--radio > label,
.node-webform .form-item.webform-component fieldset .block-webform .form-item.webform-component--radio > legend,
.block-webform .form-item.webform-component fieldset .form-item.webform-component--radio > legend {
  padding-bottom: 20px;
}
.node-webform .form-item.webform-component fieldset,
.block-webform .form-item.webform-component fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.node-webform .form-item.webform-component fieldset legend,
.block-webform .form-item.webform-component fieldset legend {
  padding-left: 0;
  padding-right: 0;
}
.node-webform .form-item.webform-component .form-radios .form-item,
.block-webform .form-item.webform-component .form-radios .form-item {
  margin-bottom: 7px;
}
.node-webform .form-item.webform-component .form-radios .form-item input[type="radio"],
.block-webform .form-item.webform-component .form-radios .form-item input[type="radio"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.node-webform .form-item.webform-component .form-radios .form-item input[type="radio"]:checked + label:after, .node-webform .form-item.webform-component .form-radios .form-item fieldset input[type="radio"]:checked + legend:after, .node-webform .form-item.webform-component fieldset .form-radios .form-item input[type="radio"]:checked + legend:after,
.block-webform .form-item.webform-component .form-radios .form-item input[type="radio"]:checked + label:after,
.block-webform .form-item.webform-component .form-radios .form-item fieldset input[type="radio"]:checked + legend:after,
.block-webform .form-item.webform-component fieldset .form-radios .form-item input[type="radio"]:checked + legend:after {
  content: " ";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 19px;
  height: 19px;
  background: #3fa9f5;
  border-radius: 50%;
}
.node-webform .form-item.webform-component .form-radios .form-item label, .node-webform .form-item.webform-component .form-radios .form-item fieldset legend, .node-webform .form-item.webform-component fieldset .form-radios .form-item legend,
.block-webform .form-item.webform-component .form-radios .form-item label,
.block-webform .form-item.webform-component .form-radios .form-item fieldset legend,
.block-webform .form-item.webform-component fieldset .form-radios .form-item legend {
  display: inline-block;
  position: relative;
  padding: 3px 0px 5px 32px;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
.node-webform .form-item.webform-component .form-radios .form-item label:before, .node-webform .form-item.webform-component .form-radios .form-item fieldset legend:before, .node-webform .form-item.webform-component fieldset .form-radios .form-item legend:before,
.block-webform .form-item.webform-component .form-radios .form-item label:before,
.block-webform .form-item.webform-component .form-radios .form-item fieldset legend:before,
.block-webform .form-item.webform-component fieldset .form-radios .form-item legend:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: solid 1px #cccccc;
}
.node-webform .form-item.webform-component .form-type-select,
.block-webform .form-item.webform-component .form-type-select {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
}
.node-webform .form-item.webform-component .form-type-select select,
.block-webform .form-item.webform-component .form-type-select select {
  background: transparent;
  z-index: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.node-webform .form-item.webform-component .form-type-select label, .node-webform .form-item.webform-component .form-type-select fieldset legend, .node-webform .form-item.webform-component fieldset .form-type-select legend,
.block-webform .form-item.webform-component .form-type-select label,
.block-webform .form-item.webform-component .form-type-select fieldset legend,
.block-webform .form-item.webform-component fieldset .form-type-select legend {
  width: 15px;
  height: 17px;
  overflow: hidden;
  top: 13px;
  right: 6px;
  margin-right: 0;
  clip: none;
  clip: unset;
}
.node-webform .form-item.webform-component .form-type-select label:before, .node-webform .form-item.webform-component .form-type-select fieldset legend:before, .node-webform .form-item.webform-component fieldset .form-type-select legend:before,
.block-webform .form-item.webform-component .form-type-select label:before,
.block-webform .form-item.webform-component .form-type-select fieldset legend:before,
.block-webform .form-item.webform-component fieldset .form-type-select legend:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 22px;
}
.node-webform .form-item.webform-component .webform-container-inline .form-item,
.block-webform .form-item.webform-component .webform-container-inline .form-item {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
}
.node-webform .form-item.webform-component-time .form-radios, .node-webform .form-item.webform-component--time .form-radios,
.block-webform .form-item.webform-component-time .form-radios,
.block-webform .form-item.webform-component--time .form-radios {
  background: #ffffff;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
}
.node-webform .form-item.webform-component-time .form-radios .form-item, .node-webform .form-item.webform-component--time .form-radios .form-item,
.block-webform .form-item.webform-component-time .form-radios .form-item,
.block-webform .form-item.webform-component--time .form-radios .form-item {
  padding: 8px 0;
  margin-right: 5px;
  margin-bottom: 0;
}
.node-webform .form-item.webform-component-time .form-radios .form-item:last-child, .node-webform .form-item.webform-component--time .form-radios .form-item:last-child,
.block-webform .form-item.webform-component-time .form-radios .form-item:last-child,
.block-webform .form-item.webform-component--time .form-radios .form-item:last-child {
  margin-right: 0;
}
.node-webform .form-item.webform-component-time .form-radios .form-item label, .node-webform .form-item.webform-component-time .form-radios .form-item.webform-component fieldset legend, .node-webform .form-item.webform-component--time .form-radios .form-item label, .node-webform .form-item.webform-component--time .form-radios .form-item.webform-component fieldset legend,
.block-webform .form-item.webform-component-time .form-radios .form-item label,
.block-webform .form-item.webform-component-time .form-radios .form-item.webform-component fieldset legend,
.block-webform .form-item.webform-component--time .form-radios .form-item label,
.block-webform .form-item.webform-component--time .form-radios .form-item.webform-component fieldset legend {
  margin-right: 0;
  text-transform: uppercase;
}
.node-webform .form-item .chosen-container-single .chosen-single,
.block-webform .form-item .chosen-container-single .chosen-single {
  padding: 10px 15px;
}
.node-webform .form-item .chosen-container-single .chosen-single span,
.block-webform .form-item .chosen-container-single .chosen-single span {
  font-size: 16px;
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-weight: normal;
}
.node-webform .form-item .chosen-container-multi.chosen-with-drop .chosen-choices,
.block-webform .form-item .chosen-container-multi.chosen-with-drop .chosen-choices {
  box-shadow: 0 0 3px #64a8d9 !important;
}
.node-webform .form-item .chosen-container-multi .chosen-choices,
.block-webform .form-item .chosen-container-multi .chosen-choices {
  background: #ffffff;
}
.node-webform .form-item .chosen-container-multi .chosen-choices li.search-choice,
.block-webform .form-item .chosen-container-multi .chosen-choices li.search-choice {
  background: #eeeeee !important;
  font-size: 11px !important;
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif !important;
  font-weight: normal !important;
  margin: 8px 2px 8px 8px !important;
  padding: 7px 35px 7px 15px !important;
}
.node-webform .form-item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.block-webform .form-item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 8px;
  color: #999999 !important;
  font-size: 15px;
  right: 8px;
}
.node-webform .form-item .chosen-container-multi .chosen-choices li.search-field input[type="text"],
.block-webform .form-item .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-size: 16px;
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-weight: normal;
}
.node-webform .form-item .chosen-container-multi .chosen-choices li.search-field:after,
.block-webform .form-item .chosen-container-multi .chosen-choices li.search-field:after {
  display: none;
}
#page .node-webform .form-item .messages.error, #page
.block-webform .form-item .messages.error {
  border-width: 1px;
  font-size: 16px;
  margin-top: 8px;
  max-width: none;
  padding: 15px 50px 15px 15px;
  width: 100%;
}
#page .node-webform .form-item .messages.error:before, #page
.block-webform .form-item .messages.error:before {
  font-size: 20px;
  left: auto;
  top: 17px;
  right: 20px;
}
#page .node-webform .form-item .messages.error:after, #page
.block-webform .form-item .messages.error:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 1px;
  background-color: #feeceb;
  border-right: 1px solid #f8b5af;
  border-top: 1px solid #f8b5af;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: -7px;
  margin-left: -6px;
}

.webform-datepicker {
  position: relative;
}
.webform-datepicker:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  color: #666666;
  top: .85em;
  right: 1em;
  font-size: 17px;
}
.webform-datepicker #ui-datepicker-div {
  background-color: #ffffff;
  border: 0 none;
  border-radius: 10px;
  display: block;
  margin-top: 10px;
  padding: 0 0 10px;
  width: 100%;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.webform-datepicker #ui-datepicker-div:before {
  background: #3fa9f5;
  border-radius: 10px;
  color: #ffffff;
  content: 'Pick a date';
  display: block;
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  padding: .7em 1em;
  width: 100%;
}
.webform-datepicker #ui-datepicker-div:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  color: #ffffff;
  top: .85em;
  right: 1em;
  font-size: 17px;
}
.webform-datepicker #ui-datepicker-div div {
  display: block;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-header {
  background: transparent;
  border: 0 none;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
.webform-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  background: transparent !important;
  border: 0 none !important;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span,
.webform-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 20%;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #cccccc;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 20%;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #cccccc;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-year,
.webform-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
  display: block;
  padding: 0;
  width: 25%;
  font-size: 12px;
  font-weight: bold;
  background-color: #eee;
  margin: 2px 0 10px 0px;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  margin-right: 25%;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
  margin-left: 25%;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-calendar {
  text-align: center;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-calendar tbody {
  border: 0 none;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-calendar th {
  color: #666666;
  font-size: 11px;
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-calendar td a {
  color: #666666 !important;
  background: transparent;
  border: 0 none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  margin: 0 auto;
  font-size: 11px;
  font-family: "Open Sans", "Calibri", "Segoe UI", Helvetica, Arial, Sans-serif;
  font-weight: bold;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-hover {
  background: #D9EEFD;
}
.webform-datepicker #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active {
  background: #9FD4FA;
}

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