@charset "UTF-8";
/*!
 *  Font Awesome 4.7.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.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  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 {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

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

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -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 {
  content: "";
}

.fa-envelope-o:before {
  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,
.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 {
  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 {
  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 {
  content: "";
}

.fa-chevron-right: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 {
  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 {
  content: "";
}

.fa-arrow-right: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 {
  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,
.fa-exclamation-triangle:before {
  content: "";
}

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

.fa-calendar:before {
  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 {
  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 {
  content: "";
}

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

.fa-angle-down:before {
  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-pp: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-resistance: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: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: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

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

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.screen-reader-only,
.sr-only,
#region-search #searchbox label {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
}

#region-search #searchbox .search-btn {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  text-shadow: none;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
}

#region-search #searchbox .search-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.text-roboto {
  font-family: "Roboto", "trebuchet MS", arial, sans-serif !important;
}

.text-auto1 {
  font-family: "Auto1", "trebuchet MS", tahoma, verdana, sans-serif !important;
}

.text-auto1-smcp {
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.text-transform-uppercase {
  text-transform: uppercase !important;
}

.text-transform-none {
  text-transform: none !important;
}

.subheading {
  margin-top: -10px !important;
}

.card {
  border-bottom: 1px solid #444757;
  margin-bottom: 20px;
  padding: 0 0 20px;
}

.content-grid-row {
  clear: both;
}

@media (min-width: 768px) {
  .content-grid-row .col-md-4 {
    float: left;
    margin-right: 2%;
    width: 32%;
  }
  .content-grid-row .col-md-4:nth-child(3n + 3) {
    margin-right: 0;
  }
  .content-grid-row .col-md-4:nth-child(3n + 4) {
    clear: left;
  }
}

@media (min-width: 768px) {
  .content-grid-row .col-md-6 {
    float: left;
    width: 49%;
  }
  .content-grid-row .col-md-6:first-child {
    margin-right: 2%;
  }
}

select {
  width: 100%;
}

@media (min-width: 600px) {
  select {
    width: auto;
  }
}

.icheckbox_rru-minimal {
  display: inline-block;
}

.icheckbox_rru-minimal: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;
  content: "";
  color: white;
  background: white;
  border: 1px solid #111;
  padding: 3px;
}

.icheckbox_rru-minimal:before {
  border: 0;
  background: #e4e5e6;
  color: #e4e5e6;
}

.icheckbox_rru-minimal.hover:before {
  color: #999;
}

.icheckbox_rru-minimal.checked:before {
  color: #444757;
}

.icheckbox_rru-minimal.disabled:before {
  background: #eaebe8;
  color: #eaebe8;
  cursor: default;
}

.icheckbox_rru-minimal.checked.disabled:before {
  color: #999;
}

.iradio_rru-minimal {
  display: inline-block;
}

.iradio_rru-minimal: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;
  content: "";
  color: white;
  background: white;
  border: 1px solid #111;
  padding: 3px;
}

.iradio_rru-minimal:before {
  border: 0;
  background: #e4e5e6;
  color: #e4e5e6;
  font-size: 10px;
  padding: 5px;
}

.iradio_rru-minimal.hover:before {
  color: #999;
}

.iradio_rru-minimal.checked:before {
  color: #444757;
}

.iradio_rru-minimal.disabled:before {
  background: #eaebe8;
  color: #eaebe8;
  cursor: default;
}

.iradio_rru-minimal.checked.disabled:before {
  color: #999;
}

.selecter_rru-minimal {
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.selecter_rru-minimal.focus {
  margin-bottom: -1px;
  border-bottom: 1px solid #bcbfc1;
}

.selecter_rru-minimal .selecter-selected {
  border: 0;
  background: #e4e5e6;
  line-height: 20px;
  height: 40px;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  font-size: 12px;
  color: #363948;
}

.selecter_rru-minimal .selecter-selected:hover:after {
  color: #51C1D5;
}

.selecter_rru-minimal .selecter-selected: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;
  content: "";
  color: #363948;
  border: 0;
  width: auto;
  height: auto;
  top: auto;
  bottom: auto;
  font-size: 18px;
  line-height: 20px;
}

.selecter_rru-minimal .selecter-options {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e4e5e6;
  margin: 2px 0;
  padding: 5px;
}

.selecter_rru-minimal .selecter-options .selecter-item {
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 5px 10px;
  border: 0;
}

.selecter_rru-minimal .selecter-options .selecter-item:hover {
  background: #51C1D5;
  color: white;
}

.selecter_rru-minimal .selecter-options .selecter-item.selected {
  font-weight: 500;
  background: transparent;
}

.selecter_rru-minimal .selecter-options .selecter-item.selected:hover {
  background: #51C1D5;
}

.selecter_rru-minimal .selecter-options .selecter-item.selected: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;
  content: "";
  float: right;
  line-height: 18px;
}

.selecter_rru-minimal.closed .selecter-selected {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.selecter_rru-minimal.open .selecter-selected {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e4e5e6;
}

.selecter_rru-minimal.focus .selecter-selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e4e5e6;
}

.selecter_rru-minimal.multiple .selecter-options {
  background: #e4e5e6;
  border-radius: 0;
}

.selecter_rru-minimal.multiple .selecter-item {
  background: #e4e5e6;
}

#region-content .region-inner .block-system-main .button-blue {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #444757;
  color: white;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  border-bottom: none !important;
}

#region-content .region-inner .block-system-main .button-blue:hover {
  color: #51C1D5;
  background-color: #444757;
}

#region-content .region-inner .block-system-main .button-blue:hover:after {
  color: #51C1D5;
  background-color: #444757;
}

#region-content .region-inner .block-system-main .button-blue:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #444757;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

#region-content .region-inner .block-system-main .button-tan {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #DFDFD3;
  color: #363948;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  border-bottom: none !important;
}

#region-content .region-inner .block-system-main .button-tan:hover {
  color: #363948;
  background-color: #d0d0be;
}

#region-content .region-inner .block-system-main .button-tan:hover:after {
  color: #363948;
  background-color: #d0d0be;
}

#region-content .region-inner .block-system-main .button-tan:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #DFDFD3;
  color: #363948;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

#region-content .region-inner .block-system-main .button-green {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #54a657;
  color: white;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  border-bottom: none !important;
}

#region-content .region-inner .block-system-main .button-green:hover {
  color: #363948;
  background-color: #54a657;
}

#region-content .region-inner .block-system-main .button-green:hover:after {
  color: #363948;
  background-color: #54a657;
}

#region-content .region-inner .block-system-main .button-green:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #54a657;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

#region-content .region-inner .block-system-main .button-purple {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #6584c3;
  color: white;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  border-bottom: none !important;
}

#region-content .region-inner .block-system-main .button-purple:hover {
  color: #363948;
  background-color: #6584c3;
}

#region-content .region-inner .block-system-main .button-purple:hover:after {
  color: #363948;
  background-color: #6584c3;
}

#region-content .region-inner .block-system-main .button-purple:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #6584c3;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

#region-content .region-inner .block-system-main .download-button {
  border-bottom: none !important;
}

#region-content .region-inner .block-system-main .button__login {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0 20px 0 65px;
  border: 0;
  text-decoration: none;
  background: #eae9e4;
  border-bottom: none !important;
}

#region-content .region-inner .block-system-main .button__login:hover {
  background: #d4d2c7;
}

#region-content .region-inner .block-system-main .button__login:hover:before {
  background: #0074a4;
}

#region-content .region-inner .block-system-main .button__login:before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  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;
  content: "";
  background: #0098d7;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: white;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.ajax-progress {
  background: rgba(68, 71, 87, 0.2);
}

.ajax-throbber.sk-rotating-plane {
  background: #51C1D5;
  margin: -25px 0 0 -25px;
  top: 50%;
  left: 50%;
}

#region-content .region-inner .block-system-main .download-button {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0 20px 0 65px;
  border: 0;
  text-decoration: none;
  background: #eae9e4;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

#region-content .region-inner .block-system-main .download-button:hover {
  background: #d4d2c7;
}

#region-content .region-inner .block-system-main .download-button:hover:before {
  background: #54a657;
}

#region-content .region-inner .block-system-main .download-button:before {
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  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;
  content: "";
  background: #d8643a;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: white;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.page-search #region-content {
  margin-right: 0;
  width: 100%;
}

@media (min-width: 1020px) {
  .page-search #region-content {
    width: 800px;
    min-height: 1000px;
  }
}

.page-search .region-inner h1 {
  display: none;
}

.page-search .region-inner .pager li.pager-current, .page-search .region-inner .pager li.pager-ellipsis {
  padding: 5px 10px !important;
}

.page-search .region-inner .pager a:hover {
  border-color: #363948 !important;
}

.page-search #search-api-page-search-form {
  position: relative;
}

.page-search #search-api-page-search-form .form-item {
  margin: 0 0 5px;
  position: relative;
}

.page-search #search-api-page-search-form .form-item label {
  font-weight: normal;
  color: #363948;
  font-size: 14px;
  top: 6px;
  left: 40px;
}

.page-search #search-api-page-search-form .form-item input {
  width: 100%;
  border: 0;
  background: #EEE;
  height: 40px;
  padding: 4px 135px 0 40px;
  font-family: "Auto1", "trebuchet MS", tahoma, verdana, sans-serif;
  font-weight: bold;
}

.page-search #search-api-page-search-form span.fa-search {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #363948;
}

.page-search #search-api-page-search-form span.fa-search:before {
  display: block;
  padding: 11px;
  font-size: 18px;
}

.page-search #search-api-page-search-form input[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 120px;
  height: 40px;
  background: #d8643a;
  color: white;
  border: 0;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 16px;
  padding: 1px 0 2px;
}

.page-search #search-api-page-search-form input[type="submit"]:hover {
  color: #363948;
}

.page-search .search-api-page-results .search-performance {
  font-size: 13px !important;
  text-align: right;
  color: #444757 !important;
  margin-bottom: 0px !important;
  font-style: italic;
}

.page-search .search-result {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #EEE;
}

.page-search .search-result:first-child {
  border-top: 1px solid #EEE;
}

.page-search .search-result h3 {
  font-family: "Auto1", "trebuchet MS", tahoma, verdana, sans-serif !important;
  font-size: 18px !important;
  text-transform: none !important;
  line-height: 22px !important;
  margin: 0 !important;
}

.page-search .search-result h3 a {
  color: #0098d7 !important;
}

.page-search .search-result h3 a:hover {
  border-bottom: 1px solid #a2c7e9 !important;
}

.page-search .search-result h3 a:visited {
  color: #756ab1 !important;
  border-bottom: 1px solid #b5b4da !important;
}

.page-search .search-result .search-snippet-info {
  padding: 0;
}

.page-search .search-result .search-snippet-info p,
.page-search .search-result .search-snippet-info .search-snippet {
  margin-bottom: 0 !important;
}

.page-search .search-result .search-snippet-info .search-info {
  margin-bottom: 0 !important;
  font-style: italic;
  color: #5db69a !important;
}

.page-search .search-results-empty {
  margin: 20px 0;
}

.page-search .search-results-empty ul {
  margin-left: 25px;
}

/**
 *	Standard views block styles
 *  Note: These styles are used for a number of blocks that that have many of the same structural styles
 *	@Adam
 */
.block.views-content-block {
  background-color: #444757;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

.block.views-content-block p,
.block.views-content-block a:link,
.block.views-content-block a:visited {
  color: #fff;
}

.block.views-content-block .arrow-button {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #9eac48;
  color: white;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.block.views-content-block .arrow-button:hover {
  color: #444757;
  background-color: #9eac48;
}

.block.views-content-block .arrow-button:hover:after {
  color: #444757;
  background-color: #9eac48;
}

.block.views-content-block .arrow-button:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #9eac48;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.block.views-content-block.white p,
.block.views-content-block.white a:link,
.block.views-content-block.white a:visited, .block.views-content-block.offwhite p,
.block.views-content-block.offwhite a:link,
.block.views-content-block.offwhite a:visited, .block.views-content-block.tan p,
.block.views-content-block.tan a:link,
.block.views-content-block.tan a:visited {
  color: #444757;
}

.block.views-content-block.white .arrow-button, .block.views-content-block.offwhite .arrow-button, .block.views-content-block.tan .arrow-button {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #323542;
  color: white;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.block.views-content-block.white .arrow-button:hover, .block.views-content-block.offwhite .arrow-button:hover, .block.views-content-block.tan .arrow-button:hover {
  color: #0098d7;
  background-color: #323542;
}

.block.views-content-block.white .arrow-button:hover:after, .block.views-content-block.offwhite .arrow-button:hover:after, .block.views-content-block.tan .arrow-button:hover:after {
  color: #0098d7;
  background-color: #323542;
}

.block.views-content-block.white .arrow-button:after, .block.views-content-block.offwhite .arrow-button:after, .block.views-content-block.tan .arrow-button:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #323542;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.front .zone-feature .views-content-block {
  margin-bottom: 0;
}

#region-content .region-inner .block.views-content-block {
  float: none;
}

.block.views-content-block .block-inner {
  padding: 15px 15px;
}

.content-bottom-block .block.views-content-block .block-inner {
  padding: 0;
}

.block.views-content-block.white {
  background-color: #FFFFFF;
}

.block.views-content-block.offwhite {
  background-color: #eaebe8;
}

.block.views-content-block.tan {
  background-color: #bdbdab;
}

.block.views-content-block.midblue {
  background-color: #0098d7;
}

.block.views-content-block.paleblue {
  background-color: #6584c3;
}

.block.views-content-block h2,
#region-content .region-inner .block-views.views-content-block h2.block-title {
  font-family: 'Auto1 SmCp';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 10px;
  margin: 0px 0 15px;
  border-bottom: 1px solid #606270;
  line-height: 18px;
  color: #FFF;
}

.block.views-content-block.white h2,
#region-content .region-inner .block.views-content-block.white h2 {
  border-color: #CDCDD1;
  color: #444757;
}

.block.views-content-block.offwhite h2,
#region-content .region-inner .block.views-content-block.offwhite h2 {
  border-color: #CDCDD1;
  color: #444757;
}

.block.views-content-block.tan h2,
#region-content .region-inner .block.views-content-block.tan h2 {
  border-color: #8E8E80;
  color: #363948;
}

.block.views-content-block.midblue h2,
#region-content .region-inner .block.views-content-block.midblue h2 {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.block.views-content-block.paleblue h2,
#region-content .region-inner .block.views-content-block.paleblue h2 {
  border-color: #FFF;
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.block.views-content-block .view-empty {
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  font-size: 13px;
  color: #fff;
}

.block.views-content-block.white .view-empty,
.block.views-content-block.offwhite .view-empty,
.block.views-content-block.tan .view-empty {
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  font-size: 13px;
  color: #363948;
}

/* Row Hover background colours */
.block.views-content-block .view-content .views-content-block-row {
  margin: -5px -7px 10px;
  padding: 5px 7px;
}

.block.views-content-block .view-content .views-content-block-row:hover {
  background-color: #363948;
}

#region-content .region-inner .block-system-main .block.views-content-block .view-content a {
  border-bottom: none;
}

.block.views-content-block .view-content .views-content-block-row:hover a {
  color: #ffffff;
}

.block.views-content-block.white .view-content .views-content-block-row:hover {
  background-color: #E5E6E3;
}

.block.views-content-block.offwhite .view-content .views-content-block-row:hover {
  background-color: #dcddda;
}

.block.views-content-block.tan .view-content .views-content-block-row:hover {
  background-color: #a2a293;
}

.block.views-content-block.midblue .view-content .views-content-block-row:hover {
  background-color: #0085bc;
}

.block.views-content-block.paleblue .view-content .views-content-block-row:hover {
  background-color: #577ac1;
}

/* Block titles */
.block.views-content-block .view-content .views-content-block-title h3,
#region-content .region-inner .block-system-main .block.views-content-block .view-content .views-content-block-title h3 {
  color: white;
  display: block;
  text-decoration: none;
  padding-bottom: 2px;
  font-family: "Auto1", "trebuchet MS", tahoma, verdana, sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.block.views-content-block .view-content .views-content-block-title h3 a,
#region-content .region-inner .block-system-main .block.views-content-block .view-content .views-content-block-title h3 a {
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  font-family: 'Auto1';
  text-transform: none;
}

.block.views-content-block.white .view-content .views-content-block-title h3 a,
#region-content .region-inner .block-system-main .block.views-content-block.white .view-content .views-content-block-title h3 a {
  color: #363948;
}

.block.views-content-block.white .view-content .views-content-block-title.orange h3,
.block.views-content-block.white .view-content .views-content-block-title.orange h3 a {
  color: #d8643a;
}

.block.views-content-block.offwhite .view-content .views-content-block-title h3 a,
#region-content .region-inner .block-system-main .block.views-content-block.offwhite .view-content .views-content-block-title h3 a {
  color: #363948;
}

.block.views-content-block.offwhite .view-content .views-content-block-title.orange h3,
.block.views-content-block.offwhite .view-content .views-content-block-title.orange h3 a {
  color: #d8643a;
}

.block.views-content-block.tan .view-content .views-content-block-title h3 a {
  color: #363948;
}

.block.views-content-block.midblue .view-content .views-content-block-title h3 a {
  color: #FFFFFF;
}

.block.views-content-block.paleblue .view-content .views-content-block-title h3 a {
  color: #FFFFFF;
}

.block.views-content-block.paleblue .view-content .views-content-block-title.orange h3 a {
  color: #D8643A;
}

/* Details styles i.e. date, location, etc. */
.block.views-content-block .view-content .views-content-block-details {
  color: #ffffff;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  padding-bottom: 3px;
}

.block.views-content-block.white .view-content .views-content-block-details {
  color: #363948;
}

.block.views-content-block .view-content .views-content-block-details a,
#region-content .region-inner .block-system-main .block.views-content-block .view-content .views-content-block-details a {
  color: #ffffff;
  display: block;
  font-weight: normal;
  text-decoration: none;
}

.block.views-content-block.white .view-content .views-content-block-details a,
#region-content .region-inner .block-system-main .block.views-content-block.white .view-content .views-content-block-details a,
.block.views-content-block.offwhite .view-content .views-content-block-details a,
#region-content .region-inner .block-system-main .block.views-content-block.offwhite .view-content .views-content-block-details a {
  color: #363948;
}

.block.views-content-block.tan .view-content .views-content-block-details a {
  color: #363948;
}

.block.views-content-block.midblue .view-content .views-content-block-details a {
  color: #FFFFFF;
}

.block.views-content-block.paleblue .view-content .views-content-block-details a {
  color: #FFFFFF;
}

.block.views-content-block .view-content .views-content-block-details.uppercase {
  font-family: 'Auto1 SmCp';
  font-size: 15px;
  text-transform: uppercase;
}

.block.views-content-block.white .view-content .views-content-block-details.uppercase {
  color: #363948;
}

.block.views-content-block.white .view-content .views-content-block-details.uppercase a {
  color: #363948;
}

.block.views-content-block .view-content .views-content-block-details.italics {
  font-size: 14px;
  font-style: italic;
  padding-top: 3px;
}

.block.views-content-block.white .view-content .views-content-block-details.italics {
  color: #363948;
}

.block.views-content-block.white .view-content .views-content-block-details.italics a {
  color: #363948;
}

.block.views-content-block .view-content .views-content-block-details.blue,
.block.views-content-block .view-content .views-content-block-details.purple,
.block.views-content-block .view-content .views-content-block-details.orange {
  color: #51C1D5;
  /*Blue*/
  font-family: 'Auto1 SmCp';
  text-transform: uppercase;
  font-size: 15px;
}

.block.views-content-block .view-content .views-content-block-details.purple,
.block.views-content-block .view-content .views-content-block-details.purple a {
  color: #bd8bcf;
  /*Purple*/
}

.block.views-content-block .view-content .views-content-block-details.orange,
.block.views-content-block .view-content .views-content-block-details.orange a {
  color: #d8643a;
  /*Orange*/
}

.block.views-content-block.white .view-content .views-content-block-details.blue,
.block.views-content-block.offwhite .view-content .views-content-block-details.blue,
.block.views-content-block.tan .view-content .views-content-block-details.blue {
  color: #0098D7;
  /*Blue*/
}

.block.views-content-block .view-content .views-content-block-details.blue a {
  color: #51C1D5;
  /*Blue*/
}

.block.views-content-block.white .view-content .views-content-block-details.blue a,
#region-content .region-inner .block-system-main .block.views-content-block.white .view-content .views-content-block-details.blue a,
.block.views-content-block.offwhite .view-content .views-content-block-details.blue a,
#region-content .region-inner .block-system-main .block.views-content-block.offwhite .view-content .views-content-block-details.blue a,
.block.views-content-block.tan .view-content .views-content-block-details.blue a,
#region-content .region-inner .block-system-main .block.views-content-block.tan .view-content .views-content-block-details.blue a {
  color: #0098D7;
  /*Blue*/
}

/* Video Field */
.block.views-content-block .view-content .views-content-block-video {
  margin: 0 -15px;
}

.block.views-content-block .view-content .views-content-block-video iframe {
  width: 400px;
}

/* Teaser field */
.block.views-content-block .view-content .views-content-block-teaser,
#region-content .region-inner .block-system-main .block.views-content-block .view-content .views-content-block-teaser {
  color: #fff;
  font-weight: normal;
  line-height: 18px;
  padding-bottom: 15px;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  font-size: 13px;
}

.block.views-content-block .view-content .views-content-block-teaser p {
  color: #fff;
  line-height: 18px;
}

.block.views-content-block.offwhite .view-content .views-content-block-teaser,
.block.views-content-block.offwhite .view-content .views-content-block-teaser p,
.block.views-content-block.white .view-content .views-content-block-teaser,
.block.views-content-block.white .view-content .views-content-block-teaser p {
  color: #363948;
}

.block.views-content-block .view-content .views-content-block-teaser ul {
  margin-left: 45px;
}

.block.views-content-block .view-content .views-content-block-teaser a,
#region-content .region-inner .block-system-main .block.views-content-block .view-content .views-content-block-teaser a {
  color: #fff;
  border-bottom: none;
  font-weight: normal;
  text-decoration: none;
}

.block.views-content-block .view-content .views-content-block-teaser a:hover,
#region-content .region-inner .block-system-main .block.views-content-block .view-content .views-content-block-teaser a:hover {
  color: #fff;
}

.block.views-content-block .view-content .views-content-block-teaser a.btn,
#region-content .region-inner .block-system-main .block.views-content-block .view-content .views-content-block-teaser a.btn {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: white;
  color: #444757;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.block.views-content-block .view-content .views-content-block-teaser a.btn:hover,
#region-content .region-inner .block-system-main .block.views-content-block .view-content .views-content-block-teaser a.btn:hover {
  color: #51C1D5;
  background-color: white;
}

.block.views-content-block .view-content .views-content-block-teaser a.btn:hover:after,
#region-content .region-inner .block-system-main .block.views-content-block .view-content .views-content-block-teaser a.btn:hover:after {
  color: #51C1D5;
  background-color: white;
}

.block.views-content-block .view-content .views-content-block-teaser a.btn:after,
#region-content .region-inner .block-system-main .block.views-content-block .view-content .views-content-block-teaser a.btn:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: white;
  color: #444757;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.block.views-content-block.white .view-content .views-content-block-teaser a,
#region-content .region-inner .block-system-main .block.views-content-block.white .view-content .views-content-block-teaser a,
.block.views-content-block.offwhite .view-content .views-content-block-teaser a,
#region-content .region-inner .block-system-main .block.views-content-block.offwhite .view-content .views-content-block-teaser a,
.block.views-content-block.white .view-content .views-content-block-teaser a:hover,
#region-content .region-inner .block-system-main .block.views-content-block.white .view-content .views-content-block-teaser a:hover,
.block.views-content-block.offwhite .view-content .views-content-block-teaser a:hover,
#region-content .region-inner .block-system-main .block.views-content-block.offwhite .view-content .views-content-block-teaser a:hover {
  color: #363948;
}

/* Teaser button */
.block.views-content-block .view-content .views-content-block-teaser a.button {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: white;
  color: #444757;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.block.views-content-block .view-content .views-content-block-teaser a.button:hover {
  color: #0098d7;
  background-color: white;
}

.block.views-content-block .view-content .views-content-block-teaser a.button:hover:after {
  color: #0098d7;
  background-color: white;
}

.block.views-content-block .view-content .views-content-block-teaser a.button:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: white;
  color: #444757;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

/* Image field */
.block.views-content-block .view-content .views-content-block-image {
  margin: 0px 0 15px -15px;
}

/* Mini Pager Styles for Views Content Block @Kristy */
.block.views-content-block .pager {
  background-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  margin: 10px 0;
}

.block.views-content-block .pager li,
.block.views-content-block .pager li.pager-next {
  border-left: none;
  border-right: none;
  color: inherit;
  font: bold 13px/1.2 'Auto1 SmCp';
  text-transform: uppercase;
  outline: 0 none;
}

.block.views-content-block.white .pager li,
.block.views-content-block.white .pager li.pager-next {
  color: #FFFFFF;
}

.block.views-content-block .pager li.pager-previous a,
.block.views-content-block .pager li.pager-next a {
  background: url("../images/white-opacity-background.png") repeat scroll 0 0 transparent;
  border: 1px solid #AFB0B6;
  border-radius: 0 0 0 0;
  color: #FFFFFF;
  font-family: 'Auto1 SmCp';
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 2px 15px;
  padding: 5px 10px;
  width: auto;
}

.block.views-content-block.white .pager li.pager-previous a,
.block.views-content-block.white .pager li.pager-next a {
  background-image: none;
  border-color: #CDCDD1;
  color: #363948;
}

.block.views-content-block .pager li.pager-previous a:hover,
.block.views-content-block .pager li.pager-next a:hover {
  background: url("../images/white-opacity-background-hover.png") repeat scroll 0 0 transparent;
}

.block.views-content-block.white .pager li.pager-previous a:hover,
.block.views-content-block.white .pager li.pager-next a:hover {
  background-color: #E5E6E3;
}

.block.views-content-block .pager li.pager-current {
  background: url("../images/white-opacity-background.png") repeat scroll 0 0 transparent;
  border: 1px solid #AFB0B6;
  color: #FFFFFF;
  font-family: 'Auto1 SmCp';
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 2px 15px;
  padding: 5px 10px;
  width: auto;
}

.block.views-content-block.white .pager li.pager-current {
  background-image: none;
  border-color: #CDCDD1;
  color: #363948;
}

/* More link for Video */
.block.views-content-block .view-content .view-footer a.more-link.video,
.block.views-content-block .view-content div.more-link.video a {
  width: 125px;
  background-image: url("../images/playbg.png");
  background-repeat: no-repeat;
}

/* Jump Menu Option */
.block.views-content-block.jump-menu .view-content select {
  width: 100%;
}

.block.views-content-block.jump-menu .view-content input[type="submit"] {
  -webkit-appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0px;
  background-color: #D8643A;
  background-image: none;
  border: 1px solid #D8643A;
  border-color: #D8643A;
  cursor: pointer;
  color: #fff;
  font: bold 14px/1.2 'Auto1 SmCp', Arial, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 10px 0 0 0px;
  padding: 1px 15px 4px;
  text-shadow: none;
  text-transform: uppercase;
  width: auto;
}

.block.views-content-block.jump-menu .view-content input[type="submit"]:hover,
.block.views-content-block.jump-menu .view-content input[type="submit"]:active,
.block.views-content-block.jump-menu .view-content input[type="submit"]:focus {
  color: #363948;
}

/**
  * Content Bottom Block
  * Variation 1: POE Page: 1 block with each row alternating in 2 columns
  * Variation 2: RRU Program: 2 blocks, each at width 50%
  * @Kristy
  */
#region-content-bottom {
  background-color: #eaebe8;
  background-image: url("../images/content-dropshadow.png");
  background-position: left top;
  background-repeat: repeat-y;
}

#region-content-bottom .region-inner {
  padding: 25px;
}

#region-content .region-inner .content-bottom-block {
  background-color: #eaebe8;
  margin: 15px -25px -30px;
  padding: 25px;
  background-image: url("../images/content-dropshadow.png");
  background-position: left top;
  background-repeat: repeat-y;
  clear: both;
}

#region-content .region-inner .content-bottom-block .content-bottom-block-column,
#region-content-bottom .content-bottom-block-column {
  display: inline-block;
  width: 47%;
  vertical-align: top;
}

#region-content .region-inner .content-bottom-block .content-bottom-block-column.column-first,
#region-content-bottom .content-bottom-block-column.column-first {
  margin-right: 25px;
}

/**
 *	Profiles Vertical Listing block styles
 *  Views Content Grid
 *	@Adam
 */
/*Allows for a subtitle in the view*/
#region-content .region-inner .views-content-grid {
  /**
     * Variations
     * @kristygislason
     *
     * Hint: Tan background, different sizes and heights
     *
     */
}

#region-content .region-inner .views-content-grid .view-header h2.subtitle {
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: -15px 0 10px;
}

#region-content .region-inner .views-content-grid .view-header .teaser {
  margin: 0px 0 0px 0;
}

#region-content .region-inner .views-content-grid .view-filters {
  margin-bottom: 20px;
}

#region-content .region-inner .views-content-grid .view-content {
  width: 100%;
}

#region-content .region-inner .views-content-grid .views-row {
  display: block;
  position: relative;
  width: 150px;
  height: 325px;
  margin: 0 25px 25px 0;
  background-color: #FFF;
  border-color: #0098d7;
  float: left;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#region-content .region-inner .views-content-grid .views-row:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: .8;
}

#region-content .region-inner .views-content-grid .views-content-grid-image {
  display: block;
  float: left;
  position: relative;
}

#region-content .region-inner .views-content-grid .views-content-grid-image img.vertical-accent {
  position: absolute;
  left: 0;
  bottom: 0;
}

#region-content .region-inner .views-content-grid .views-content-grid-name,
#region-content .region-inner .views-content-grid .views-content-grid-title {
  margin-top: 5px;
  float: left;
}

#region-content .region-inner .views-content-grid .views-content-grid-name h2,
#region-content .region-inner .views-content-grid .views-content-grid-title h2 {
  margin: 0px 15px 5px;
  padding: 0;
  font-family: 'Auto1 SmCp';
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
}

#region-content .region-inner .views-content-grid .views-content-grid-name h3,
#region-content .region-inner .views-content-grid .views-content-grid-title h3 {
  margin: 0 15px 10px;
  padding: 2px 0 5px;
  border-bottom: 1px solid #C9CACB;
  font-family: 'Auto1';
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #363948;
  text-transform: none;
  width: 120px;
}

#region-content .region-inner .views-content-grid .views-content-grid-name h3 a,
#region-content .region-inner .views-content-grid .views-content-grid-title h3 a {
  display: block;
  color: #363948;
  text-decoration: none;
}

#region-content .region-inner .views-content-grid .views-content-grid-details {
  margin: 0 15px;
  padding: 0 0 10px;
  width: 120px;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #363948;
  float: left;
}

#region-content .region-inner .views-content-grid .views-content-grid-more-link a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 20px;
  line-height: 18px;
  background-color: #d8643a;
  border: none;
  color: #fff;
  font-family: 'Auto1 SmCp';
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

#region-content .region-inner .views-content-grid .views-content-grid-more-link a:hover {
  background-color: #c48d22;
}

#region-content .region-inner .views-content-grid.tan .view-header h2.subtitle {
  color: #363948 !important;
}

#region-content .region-inner .views-content-grid.tan .views-row {
  background-color: #EAEAE4;
  position: relative;
}

#region-content .region-inner .views-content-grid.shadow .views-row {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.25);
}

#region-content .region-inner .views-content-grid.xlarge .views-row {
  width: 350px;
  height: 350px;
}

#region-content .region-inner .views-content-grid.xlarge .views-content-grid-image img {
  max-width: 100%;
}

#region-content .region-inner .views-content-grid.xlarge .views-content-grid-name,
#region-content .region-inner .views-content-grid.xlarge .views-content-grid-title {
  margin-top: 15px;
}

#region-content .region-inner .views-content-grid.xlarge .views-content-grid-name h3,
#region-content .region-inner .views-content-grid.xlarge .views-content-grid-title h3 {
  width: 320px;
  font-size: 18px;
  font-style: normal;
  padding-bottom: 8px;
}

#region-content .region-inner .views-content-grid.xlarge .views-content-grid-details {
  width: 320px;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
}

#region-content .region-inner .views-content-grid.xlarge .views-content-grid-more-link a {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 26px;
  width: 86px;
  display: block;
  background-color: #D8643A;
  border-bottom: none;
  color: #fff;
  font-family: 'Auto1 SmCp';
  font-weight: bold;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
}

#region-content .region-inner .views-content-grid.large .views-row {
  width: 225px;
  height: 400px;
}

#region-content .region-inner .views-content-grid.large .views-content-grid-name h3,
#region-content .region-inner .views-content-grid.large .views-content-grid-title h3 {
  width: 195px;
}

#region-content .region-inner .views-content-grid.large .views-content-grid-details {
  width: 195px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
}

#region-content .region-inner .views-content-grid.medium .views-row {
  width: 225px;
  height: 350px;
}

#region-content .region-inner .views-content-grid.medium .views-content-grid-name,
#region-content .region-inner .views-content-grid.medium .views-content-grid-title {
  margin-top: 15px;
}

#region-content .region-inner .views-content-grid.medium .views-content-grid-name h3,
#region-content .region-inner .views-content-grid.medium .views-content-grid-title h3 {
  font-style: normal;
  width: 195px;
}

#region-content .region-inner .views-content-grid.medium .views-content-grid-details {
  width: 195px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
}

#region-content .region-inner .views-content-grid.medium .views-content-grid-more-link a {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 26px;
  width: 86px;
  display: block;
  background-color: #D8643A;
  border-bottom: none;
  color: #fff;
  font-family: 'Auto1 SmCp';
  font-weight: bold;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
}

#region-content .region-inner .views-content-grid.large.square .views-row {
  height: 200px;
}

#region-content .region-inner .views-content-grid.large.square .views-content-grid-details {
  line-height: 20px;
}

#region-content .region-inner .views-content-grid .large.square.image .views-row {
  height: 275px;
}

#region-content .region-inner .views-content-grid.square .views-row {
  height: 200px;
}

#region-content .region-inner .views-content-grid.square .views-content-grid-name,
#region-content .region-inner .views-content-grid.square .views-content-grid-title {
  margin-top: 15px;
}

#region-content .region-inner .views-content-grid.square .views-content-grid-name h3,
#region-content .region-inner .views-content-grid.square .views-content-grid-title h3 {
  font-style: normal;
}

#region-content .region-inner .views-content-grid.square .views-content-grid-more-link a {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  height: 26px;
  line-height: 24px;
  width: 86px;
  border-bottom: none;
  color: #fff;
  font-family: 'Auto1 SmCp';
  font-weight: bold;
  margin: 0;
  padding: 0;
  background-color: #D8643A;
  text-align: center;
}

#region-content .region-inner .views-content-grid.square .views-content-grid-more-link a:hover {
  background-color: #c75227;
}

#region-content .region-inner .views-content-grid.square.image .views-row {
  height: 300px;
}

#region-content .region-inner .views-content-grid.details-hover .views-row:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#region-content .region-inner .views-content-grid.details-hover .views-row:hover .views-content-grid-details {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 150px;
  height: 320px;
  margin: 0;
  padding: 0;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  background: url("../images/grey-opacity.png") repeat 0 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
}

#region-content .region-inner .views-content-grid.details-hover .views-row:hover .views-content-grid-details .field-content {
  margin: 30px 15px;
}

#region-content .region-inner .views-content-grid.details-hover .views-content-grid-details {
  display: none;
}

/**
 * Views Content Accordion
 * @Kristy
 */
#region-content .region-inner {
  /**
	 * Views Content Accordion Table
	 * @Kristy
	 */
  /**
	 *  Views Content Accordion Variation 1 - Includes views groupings
	 *  @Kristy
	 */
}

#region-content .region-inner .block.views-content-accordion {
  margin-bottom: 20px;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-header {
  margin: 0px 0 15px;
  text-align: right;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-header button {
  margin-left: 5px;
  width: 125px;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-title h2,
#region-content .region-inner .block-views.views-content-accordion h2.block-title,
#region-content .region-inner .block-views.views-content-accordion .view-footer h2 {
  border: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

#region-content .region-inner .block-views.views-content-accordion .view-header h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

#region-content .region-inner .block-views.views-content-accordion h3 {
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#region-content .region-inner .block-views.views-content-accordion .view-grouping h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #363948;
  margin: 0;
  padding: 0;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-title h3,
#region-content .region-inner .block.views-content-accordion .views-content-accordion-title h4,
#region-content .region-inner .block-system-main .block.views-content-accordion .views-content-accordion-title h4 {
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  text-transform: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
  cursor: pointer;
  margin: 0;
  margin-top: 0 !important;
  padding: 12px 25px 10px 0;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  position: relative;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-title h3:after,
#region-content .region-inner .block.views-content-accordion .views-content-accordion-title h4:after,
#region-content .region-inner .block-system-main .block.views-content-accordion .views-content-accordion-title h4:after {
  position: absolute;
  top: 40%;
  right: 5px;
  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;
  content: "";
  font-size: 13px;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-title h4 {
  color: #363948 !important;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-title h3:hover,
#region-content .region-inner .block.views-content-accordion .views-content-accordion-title h4:hover {
  color: #0098d7;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-row.open .views-content-accordion-title h3:after,
#region-content .region-inner .block.views-content-accordion .views-content-accordion-row.open .views-content-accordion-title h4: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;
  content: "";
  font-size: 13px;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-row {
  border-top: 1px solid #363948;
  clear: both;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-row.views-row-last,
#region-content .region-inner .block.views-content-accordion .views-content-accordion-row:last-of-type {
  border-bottom: 1px solid #363948;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-teaser {
  display: none;
  padding-bottom: 20px;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  font-size: 14px;
  font-size: .9rem;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-teaser img {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  clear: left;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-teaser a.orange-button {
  display: block;
  float: right;
  text-transform: uppercase;
  color: #fff;
  background-color: #d8643a;
  padding: 3px 10px 5px;
  font-weight: bold;
  font-family: "Auto1 SmCp";
  font-size: 13px;
  border-bottom-style: none;
  margin-top: -12px;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-teaser a.orange-button:hover {
  background-color: #DA521F;
  border-bottom-style: none;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-teaser a {
  border-bottom: 1px solid #C2C3C8;
  color: #363948;
  font-weight: bold;
  padding-bottom: 1px;
  text-decoration: none;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-teaser a:hover {
  border-color: #363948;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-teaser a.button-blue {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #9eac48;
  color: white;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  border-bottom: none !important;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-teaser a.button-blue:hover {
  color: #444757;
  background-color: #8d9a40;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-teaser a.button-blue:hover:after {
  color: #444757;
  background-color: #8d9a40;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-teaser a.button-blue:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #9eac48;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

#region-content .region-inner .block-views.views-content-accordion .view-footer {
  margin-top: 20px;
}

#region-content .region-inner .block-views.views-content-accordion .view-footer ul {
  padding-left: 1.2em;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-teaser table caption {
  display: none;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-teaser table th {
  background-color: #c8c9c6;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Auto1 SmCp';
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
  /*Auto1 SmCp lines up with Auto1 */
  text-transform: uppercase;
  width: 40%;
}

#region-content .region-inner .block.views-content-accordion .views-content-accordion-teaser table td,
#region-content .region-inner .block.views-content-accordion .views-content-accordion-teaser table tr.odd td {
  background-color: #eaebe8;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eaebe8;
}

#region-content .region-inner .block.views-content-accordion.variation-1 {
  border-bottom: none;
}

#region-content .region-inner .block.views-content-accordion.variation-1 .view-grouping {
  border-bottom: 1px solid #363948;
  margin-bottom: 25px;
}

#region-content .region-inner .block.views-content-accordion.variation-1 .view-grouping h3,
#region-content .region-inner .block-system-main .block.views-content-accordion.variation-1 .view-grouping h3 {
  font-family: 'Auto1';
  font-style: italic;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 10px;
}

.block.action-block-orange,
.block.action-block-green,
.block.action-block-blue,
.block.action-block-tan,
.block.action-block-yellow {
  text-align: center;
  float: left;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
}

.block.action-block-orange .block-inner,
.block.action-block-green .block-inner,
.block.action-block-blue .block-inner,
.block.action-block-tan .block-inner,
.block.action-block-yellow .block-inner {
  padding: 15px 20px 20px;
}

.block.action-block-orange .block-inner h2,
.block.action-block-green .block-inner h2,
.block.action-block-blue .block-inner h2,
.block.action-block-tan .block-inner h2,
.block.action-block-yellow .block-inner h2 {
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #ba4d25;
  margin: 0 5px 15px;
  padding: 0 0 10px;
}

.block.action-block-orange .block-inner p,
.block.action-block-green .block-inner p,
.block.action-block-blue .block-inner p,
.block.action-block-tan .block-inner p,
.block.action-block-yellow .block-inner p {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 15px;
}

.block.action-block-orange .block-inner a,
.block.action-block-green .block-inner a,
.block.action-block-blue .block-inner a,
.block.action-block-tan .block-inner a,
.block.action-block-yellow .block-inner a {
  color: #fff;
  text-decoration: none;
}

.block.action-block-orange .block-inner a.button-blue,
.block.action-block-orange .block-inner a.button-green,
.block.action-block-orange .block-inner a.button-orange,
.block.action-block-orange .block-inner a.button-tan,
.block.action-block-green .block-inner a.button-blue,
.block.action-block-green .block-inner a.button-green,
.block.action-block-green .block-inner a.button-orange,
.block.action-block-green .block-inner a.button-tan,
.block.action-block-blue .block-inner a.button-blue,
.block.action-block-blue .block-inner a.button-green,
.block.action-block-blue .block-inner a.button-orange,
.block.action-block-blue .block-inner a.button-tan,
.block.action-block-tan .block-inner a.button-blue,
.block.action-block-tan .block-inner a.button-green,
.block.action-block-tan .block-inner a.button-orange,
.block.action-block-tan .block-inner a.button-tan,
.block.action-block-yellow .block-inner a.button-blue,
.block.action-block-yellow .block-inner a.button-green,
.block.action-block-yellow .block-inner a.button-orange,
.block.action-block-yellow .block-inner a.button-tan {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: white;
  color: #363948;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  margin-right: 23px;
}

.block.action-block-orange .block-inner a.button-blue:hover,
.block.action-block-orange .block-inner a.button-green:hover,
.block.action-block-orange .block-inner a.button-orange:hover,
.block.action-block-orange .block-inner a.button-tan:hover,
.block.action-block-green .block-inner a.button-blue:hover,
.block.action-block-green .block-inner a.button-green:hover,
.block.action-block-green .block-inner a.button-orange:hover,
.block.action-block-green .block-inner a.button-tan:hover,
.block.action-block-blue .block-inner a.button-blue:hover,
.block.action-block-blue .block-inner a.button-green:hover,
.block.action-block-blue .block-inner a.button-orange:hover,
.block.action-block-blue .block-inner a.button-tan:hover,
.block.action-block-tan .block-inner a.button-blue:hover,
.block.action-block-tan .block-inner a.button-green:hover,
.block.action-block-tan .block-inner a.button-orange:hover,
.block.action-block-tan .block-inner a.button-tan:hover,
.block.action-block-yellow .block-inner a.button-blue:hover,
.block.action-block-yellow .block-inner a.button-green:hover,
.block.action-block-yellow .block-inner a.button-orange:hover,
.block.action-block-yellow .block-inner a.button-tan:hover {
  color: #51C1D5;
  background-color: white;
}

.block.action-block-orange .block-inner a.button-blue:hover:after,
.block.action-block-orange .block-inner a.button-green:hover:after,
.block.action-block-orange .block-inner a.button-orange:hover:after,
.block.action-block-orange .block-inner a.button-tan:hover:after,
.block.action-block-green .block-inner a.button-blue:hover:after,
.block.action-block-green .block-inner a.button-green:hover:after,
.block.action-block-green .block-inner a.button-orange:hover:after,
.block.action-block-green .block-inner a.button-tan:hover:after,
.block.action-block-blue .block-inner a.button-blue:hover:after,
.block.action-block-blue .block-inner a.button-green:hover:after,
.block.action-block-blue .block-inner a.button-orange:hover:after,
.block.action-block-blue .block-inner a.button-tan:hover:after,
.block.action-block-tan .block-inner a.button-blue:hover:after,
.block.action-block-tan .block-inner a.button-green:hover:after,
.block.action-block-tan .block-inner a.button-orange:hover:after,
.block.action-block-tan .block-inner a.button-tan:hover:after,
.block.action-block-yellow .block-inner a.button-blue:hover:after,
.block.action-block-yellow .block-inner a.button-green:hover:after,
.block.action-block-yellow .block-inner a.button-orange:hover:after,
.block.action-block-yellow .block-inner a.button-tan:hover:after {
  color: #51C1D5;
  background-color: white;
}

.block.action-block-orange .block-inner a.button-blue:after,
.block.action-block-orange .block-inner a.button-green:after,
.block.action-block-orange .block-inner a.button-orange:after,
.block.action-block-orange .block-inner a.button-tan:after,
.block.action-block-green .block-inner a.button-blue:after,
.block.action-block-green .block-inner a.button-green:after,
.block.action-block-green .block-inner a.button-orange:after,
.block.action-block-green .block-inner a.button-tan:after,
.block.action-block-blue .block-inner a.button-blue:after,
.block.action-block-blue .block-inner a.button-green:after,
.block.action-block-blue .block-inner a.button-orange:after,
.block.action-block-blue .block-inner a.button-tan:after,
.block.action-block-tan .block-inner a.button-blue:after,
.block.action-block-tan .block-inner a.button-green:after,
.block.action-block-tan .block-inner a.button-orange:after,
.block.action-block-tan .block-inner a.button-tan:after,
.block.action-block-yellow .block-inner a.button-blue:after,
.block.action-block-yellow .block-inner a.button-green:after,
.block.action-block-yellow .block-inner a.button-orange:after,
.block.action-block-yellow .block-inner a.button-tan:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: white;
  color: #363948;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.front .zone-feature .block.action-block-orange,
.front .zone-feature .block.action-block-green,
.front .zone-feature .block.action-block-blue,
.front .zone-feature .block.action-block-tan,
.front .zone-feature .block.action-block-yellow {
  margin-bottom: 25;
}

.block.action-block-orange {
  background-color: #d8643a;
  color: white;
}

.block.action-block-orange .block-inner a.button-orange {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: white;
  color: #d8643a;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  margin-right: 23px;
}

.block.action-block-orange .block-inner a.button-orange:hover {
  color: #363948;
  background-color: white;
}

.block.action-block-orange .block-inner a.button-orange:hover:after {
  color: #363948;
  background-color: white;
}

.block.action-block-orange .block-inner a.button-orange:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: white;
  color: #d8643a;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.block.action-block-green {
  background-color: #54a657;
  color: #363948;
}

.block.action-block-green .block-inner h2 {
  color: white;
  border-bottom: 1px solid #438445;
}

.block.action-block-green .block-inner p {
  color: white;
}

.block.action-block-green .block-inner a {
  color: white;
}

.block.action-block-green .block-inner a.button-green {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: white;
  color: #54a657;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  margin-right: 23px;
}

.block.action-block-green .block-inner a.button-green:hover {
  color: #363948;
  background-color: white;
}

.block.action-block-green .block-inner a.button-green:hover:after {
  color: #363948;
  background-color: white;
}

.block.action-block-green .block-inner a.button-green:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: white;
  color: #54a657;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.block.action-block-turquoise {
  background-color: #00adb1;
  color: #363948;
}

.block.action-block-turquoise .block-inner h2 {
  color: white;
  border-bottom: 1px solid #007b7e;
}

.block.action-block-turquoise .block-inner p {
  color: white;
}

.block.action-block-turquoise .block-inner a {
  color: white;
}

.block.action-block-turquoise .block-inner a.button-green {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: white;
  color: #00adb1;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  margin-right: 23px;
}

.block.action-block-turquoise .block-inner a.button-green:hover {
  color: #363948;
  background-color: white;
}

.block.action-block-turquoise .block-inner a.button-green:hover:after {
  color: #363948;
  background-color: white;
}

.block.action-block-turquoise .block-inner a.button-green:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: white;
  color: #00adb1;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.block.action-block-blue {
  background-color: #6584c3;
  color: white;
}

.block.action-block-blue .block-inner h2 {
  border-bottom: 1px solid #4568b0;
}

.block.action-block-blue .block-inner a.button-blue {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: white;
  color: #6584c3;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  margin-right: 23px;
}

.block.action-block-blue .block-inner a.button-blue:hover {
  color: #363948;
  background-color: white;
}

.block.action-block-blue .block-inner a.button-blue:hover:after {
  color: #363948;
  background-color: white;
}

.block.action-block-blue .block-inner a.button-blue:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: white;
  color: #6584c3;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.block.action-block-tan {
  background-color: #DFDFD3;
  color: #363948;
}

.block.action-block-tan .block-inner h2 {
  border-bottom: 1px solid #cacab5;
}

.block.action-block-tan .block-inner a.button-tan {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #363948;
  color: #DFDFD3;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  margin-right: 23px;
}

.block.action-block-tan .block-inner a.button-tan:hover {
  color: #00adb1;
  background-color: #363948;
}

.block.action-block-tan .block-inner a.button-tan:hover:after {
  color: #00adb1;
  background-color: #363948;
}

.block.action-block-tan .block-inner a.button-tan:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #363948;
  color: #DFDFD3;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.block.action-block-yellow {
  background-color: #e39f15;
  color: #363948;
}

.block.action-block-yellow .block-inner h2 {
  border-bottom: 1px solid #b47e11;
}

.block.action-block-yellow .block-inner a.button-tan {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: white;
  color: #e39f15;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  margin-right: 23px;
}

.block.action-block-yellow .block-inner a.button-tan:hover {
  color: #363948;
  background-color: white;
}

.block.action-block-yellow .block-inner a.button-tan:hover:after {
  color: #363948;
  background-color: white;
}

.block.action-block-yellow .block-inner a.button-tan:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: white;
  color: #e39f15;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

/**
 *	Call to Action Blocks Vertical (Variation)
 *	@Kristy
 */
.block.action-block-vertical {
  float: left;
  margin: 0 0 25px;
  padding: 0;
  width: 200px;
  position: relative;
}

.block.action-block-vertical.teal {
  background-color: #00adb1;
}

.block.action-block-vertical .block-inner {
  padding: 20px;
}

.block.action-block-vertical .block-inner .action-image {
  position: relative;
  margin: -20px 0 0 -20px;
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}

.block.action-block-vertical .block-inner .action-image .vertical-accent {
  position: absolute;
  bottom: 0;
}

.block.action-block-vertical .block-inner .action-image img {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}

.block.action-block-vertical .block-inner h3 {
  font-family: 'Auto1 SmCp';
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.block.action-block-vertical.teal .block-inner h3 {
  color: #fff;
}

.block.action-block-vertical .block-inner p {
  padding: 0 0 5px;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}

.block.action-block-vertical .block-inner .action-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 20px;
  text-align: center;
}

.block.action-block-vertical .block-inner .action-button a {
  display: block;
  font-family: 'Auto1 SmCp';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 8px 4px;
  text-decoration: none;
}

.block.action-block-vertical.teal .block-inner .action-button a {
  background-color: #444757;
  color: #fff;
}

.block.action-block-vertical.teal .block-inner .action-button a:hover {
  background-color: #d8643a;
}

.block.action-block-vertical.teal .block-inner .action-button a:active {
  color: #363948;
}

.block.cta-buttons {
  margin-top: 20px;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .block.cta-buttons {
    margin-top: 0;
  }
}

/* Apply Now */
@media (min-width: 1024px) {
  .region-sidebar-first .block.cta-buttons,
  .region-landing-column-one .block.cta-buttons {
    float: right;
  }
}

.block.cta-buttons .apply-now {
  height: 40px;
  margin-left: 0px;
  margin-bottom: 8px;
  overflow: hidden;
  clear: both;
}

@media (min-width: 1024px) {
  .block.cta-buttons .apply-now {
    margin-left: -25px;
  }
}

.region-landing-column-three .block.cta-buttons .apply-now {
  margin-left: 0px;
}

@media (min-width: 1024px) {
  .region-sidebar-first .block.cta-buttons .apply-now,
  .region-landing-column-one .block-system-main .block.cta-buttons .apply-now {
    margin-left: 0px;
  }
}

#region-content .region-inner .block-system-main .block.cta-buttons .apply-now {
  margin-top: 25px;
}

.block.cta-buttons .apply-now .rectangle {
  background-color: #d8643a;
  background-repeat: repeat-y;
  float: left;
  height: 40px;
  margin-left: -1px;
  width: 85%;
  z-index: 2;
}

@media (min-width: 1024px) {
  .block.cta-buttons .apply-now .rectangle {
    background-image: url("../images/content-dropshadow.png");
    width: 200px;
  }
}

.region-landing-column-three .block.cta-buttons .apply-now .rectangle {
  background-image: none;
}

@media (min-width: 1024px) {
  .region-sidebar-first .block.cta-buttons .apply-now .rectangle,
  .region-landing-column-one .block.cta-buttons .apply-now .rectangle {
    background-image: none;
    float: right;
    width: 175px;
  }
}

.block.cta-buttons .apply-now:hover .rectangle {
  background-color: #da521f;
}

.block.cta-buttons .apply-now .rectangle a,
#region-content .region-inner .block-system-main .block.cta-buttons .apply-now .rectangle a {
  border-bottom: none;
  color: #ffffff;
  display: block;
  font-family: 'Auto1 SmCp';
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 40px;
  margin-top: -1px;
  padding: 0px 0 0 25px;
}

@media (min-width: 1024px) {
  .region-sidebar-first .block.cta-buttons .apply-now .rectangle a,
  .region-landing-column-one .block.cta-buttons .apply-now .rectangle a {
    text-align: right;
    padding-right: 20px;
  }
}

.block.cta-buttons .apply-now .triangle {
  float: left;
  border-top: 22px solid rgba(0, 0, 0, 0);
  border-bottom: 22px solid rgba(0, 0, 0, 0);
  border-left: 12px solid #d8643a;
  margin-left: -1px;
  margin-top: -2px;
  -moz-transform: scale(0.9999);
}

@media (min-width: 1024px) {
  .region-sidebar-first .block.cta-buttons .apply-now .triangle,
  .region-landing-column-one .block.cta-buttons .apply-now .triangle {
    float: right;
    border-left: none;
    border-right: 12px solid #d8643a;
  }
}

.block.cta-buttons .apply-now:hover .triangle {
  border-left-color: #da521f;
}

@media (min-width: 1024px) {
  .region-sidebar-first .block.cta-buttons .apply-now:hover .triangle,
  .region-landing-column-one .block.cta-buttons .apply-now:hover .triangle {
    border-right-color: #da521f;
  }
}

.block.cta-buttons .request-info,
.block.cta-buttons .info-sessions {
  height: 36px;
  margin-left: 0px;
  overflow: hidden;
  clear: both;
}

@media (min-width: 1024px) {
  .block.cta-buttons .request-info,
  .block.cta-buttons .info-sessions {
    margin-left: -25px;
  }
}

@media (min-width: 1024px) {
  .region-landing-column-three .block.cta-buttons .request-info,
  .region-landing-column-three .block.cta-buttons .info-sessions {
    margin-left: 0px;
  }
}

.block.cta-buttons .request-info {
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .region-sidebar-first .block.cta-buttons .request-info,
  .region-landing-column-one .block.cta-buttons .request-info,
  .region-sidebar-first .block.cta-buttons .info-sessions,
  .region-landing-column-one .block.cta-buttons .info-sessions {
    margin-left: 0;
  }
}

.block.cta-buttons .request-info .rectangle,
.block.cta-buttons .info-sessions .rectangle {
  background-repeat: repeat-y;
  float: left;
  height: 36px;
  margin-left: -1px;
  width: 75%;
}

@media (min-width: 1024px) {
  .block.cta-buttons .request-info .rectangle,
  .block.cta-buttons .info-sessions .rectangle {
    background-image: url("../images/content-dropshadow.png");
    width: 175px;
  }
}

@media (min-width: 1024px) {
  .region-landing-column-three .block.cta-buttons .request-info .rectangle,
  .region-landing-column-three .block.cta-buttons .info-sessions .rectangle {
    background-image: none;
  }
}

.block.cta-buttons .request-info .rectangle {
  background-color: #0098d7;
}

.block.cta-buttons .info-sessions .rectangle {
  background-color: #7c3396;
}

@media (min-width: 1024px) {
  .region-sidebar-first .block.cta-buttons .request-info .rectangle,
  .region-landing-column-one .block.cta-buttons .request-info .rectangle,
  .region-sidebar-first .block.cta-buttons .info-sessions .rectangle,
  .region-landing-column-one .block.cta-buttons .info-sessions .rectangle {
    float: right;
    background-image: none;
    width: 150px;
  }
}

.block.cta-buttons .request-info:hover .rectangle {
  background-color: #008ed7;
}

.block.cta-buttons .info-sessions:hover .rectangle {
  background-color: #722a8b;
}

.block.cta-buttons .request-info .rectangle a,
#region-content .region-inner .block.cta-buttons .request-info .rectangle a,
.block.cta-buttons .info-sessions .rectangle a,
#region-content .region-inner .block.cta-buttons .info-sessions .rectangle a {
  border-bottom: none;
  color: #ffffff;
  display: block;
  font-family: 'Auto1 SmCp';
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 36px;
  margin-top: -1px;
  padding: 0px 0 0 25px;
}

@media (min-width: 1024px) {
  .region-sidebar-first .block.cta-buttons .request-info a,
  .region-landing-column-one .block.cta-buttons .request-info a,
  .region-sidebar-first .block.cta-buttons .info-sessions a,
  .region-landing-column-one .block.cta-buttons .info-sessions a {
    text-align: right;
    padding-right: 20px;
  }
}

.block.cta-buttons .request-info .triangle,
.block.cta-buttons .info-sessions .triangle {
  float: left;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin-left: -1px;
  margin-top: -2px;
  -moz-transform: scale(0.9999);
}

.block.cta-buttons .request-info .triangle {
  border-left: 10px solid #0098d7;
}

.block.cta-buttons .info-sessions .triangle {
  border-left: 10px solid #7c3396;
}

@media (min-width: 1024px) {
  .region-sidebar-first .block.cta-buttons .request-info .triangle,
  .region-landing-column-one .block.cta-buttons .request-info .triangle,
  .region-sidebar-first .block.cta-buttons .info-sessions .triangle,
  .region-landing-column-one .block.cta-buttons .info-sessions .triangle {
    float: right;
    border-left: none;
    border-right: 10px solid #0098d7;
  }
}

@media (min-width: 1024px) {
  .region-sidebar-first .block.cta-buttons .request-info .triangle,
  .region-landing-column-one .block.cta-buttons .request-info .triangle {
    border-right: 10px solid #0098d7;
  }
}

@media (min-width: 1024px) {
  .region-sidebar-first .block.cta-buttons .info-sessions .triangle,
  .region-landing-column-one .block.cta-buttons .info-sessions .triangle {
    border-right: 10px solid #7c3396;
  }
}

.block.cta-buttons .request-info:hover .triangle {
  border-left-color: #008ed7;
}

.block.cta-buttons .info-sessions:hover .triangle {
  border-left-color: #722a8b;
}

@media (min-width: 1024px) {
  .region-sidebar-first .block.cta-buttons .request-info:hover .triangle,
  .region-landing-column-one .block.cta-buttons .request-info:hover .triangle {
    border-right-color: #008ed7;
  }
}

@media (min-width: 1024px) {
  .region-sidebar-first .block.cta-buttons .info-sessions:hover .triangle,
  .region-landing-column-one .block.cta-buttons .info-sessions:hover .triangle {
    border-right-color: #722a8b;
  }
}

/**
 *	Content Menu styles (4th level nav)
 *	@AdamBrown @Bobbi
 */
.content-menu {
  background-color: #BDBDAB;
  background-image: url("../images/content-dropshadow.png");
  background-repeat: repeat-y;
  margin-left: -25px;
  margin-bottom: 25px;
}

.content-menu .block-inner {
  background-image: url("../images/quick-menu-pixels-blue.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 0 25px 20px;
}

.content-menu .block-inner h2 {
  font-family: 'Auto1 SmCp';
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  color: #363948;
  width: 195px;
  float: left;
}

.content-menu .block-inner h2 a {
  display: block;
  color: #363948;
  margin: 15px 7px 0 -7px;
  padding: 3px 18px 10px 7px;
  text-decoration: none;
}

.content-menu .block-inner h2 a:hover {
  color: #FFF;
  background-color: #363948;
}

.content-menu .block-inner .content {
  float: left;
  width: 100%;
}

.content-menu .block-inner ul.menu {
  border-left: 2px solid #363948;
  /* RRU $standard-blue default, can be overridden per POE in sub */
}

.content-menu .block-inner ul.menu ul.menu {
  border-left: none;
}

.content-menu .block-inner ul.menu ul.menu li {
  margin: 0 0 2px 10px;
}

.content-menu .block-inner ul.menu ul.menu li div a {
  padding: 2px 7px 4px;
}

.content-menu .block-inner li {
  margin: 0 0 5px 10px;
  padding: 0;
  list-style: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Roboto', 'trebuchet MS', tahoma, verdana, sans-serif;
  color: #363948;
}

.content-menu .block-inner li div a {
  display: block;
  width: 160px;
  margin-left: -10px;
  padding: 3px 7px 5px;
  color: #363948;
  text-decoration: none;
}

.content-menu .block-inner li div a.active, .content-menu .block-inner li div a:hover {
  color: #FFF;
  background-color: #363948;
}

/* Sub > Sub > Menu */
/**
 *	Content Menu styles (4th level nav)
 *	@AdamBrown @Bobbi
 */
.block.toc {
  display: none;
  background-color: #eae9e4;
}

@media (min-width: 1024px) {
  .block.toc {
    display: block;
    position: relative;
    max-height: 100%;
    width: 225px;
    overflow: hidden;
    clear: both;
    margin: 0 0 25px -25px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 0px 10px 1px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 0px 10px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.5) 5px 0px 10px 1px inset;
  }
}

.block.toc .block-inner {
  padding: 25px;
}

.block.toc h2 {
  border-bottom: 1px solid #ACADA9;
  color: #363948;
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.005px;
  line-height: 18px;
  margin: 0 0 15px;
  padding: 0 0 10px;
  word-spacing: -0.5px;
}

@media (min-width: 768px) {
  .block.toc h2 {
    width: 175px;
  }
}

.block.toc #toc .h3 {
  padding-left: 20px;
}

.block.toc #toc ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.block.toc #toc ul li {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.block.toc #toc ul li a {
  color: #363948;
  text-decoration: none;
  display: block;
  border-bottom: none !important;
  margin: 0 0 1px -4px;
  padding: 4px 8px;
}

.block.toc #toc ul li a:hover {
  background: #0098d7;
  color: #fff;
}

.block.toc #toc ul li.toc-active a:hover {
  background: #0098d7;
  color: #fff;
}

#region-content .region-inner .block-system-main .content-highlight-block {
  clear: both;
  padding: 25px;
  margin: 0 0 25px 0px;
  background-color: #EAE9E4;
  border-top: 7px solid #363948;
}

@media (min-width: 600px) {
  #region-content .region-inner .block-system-main .content-highlight-block {
    float: right;
    width: 175px;
    margin-left: 25px;
  }
}

#region-content .region-inner .block-system-main .content-highlight-block.fixed {
  position: relative;
  overflow: hidden;
}

#region-content .region-inner .block-system-main .content-highlight-block.dark-blue {
  background-color: #444757;
  border-top: 7px solid #0098d7;
  color: #fff;
}

#region-content .region-inner .block-system-main .content-highlight-block.quote {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 600px) {
  #region-content .region-inner .block-system-main .content-highlight-block.width-200 {
    width: 150px;
  }
}

@media (min-width: 600px) {
  #region-content .region-inner .block-system-main .content-highlight-block.width-250 {
    width: 200px;
  }
}

#region-content .region-inner .block-system-main .content-highlight-block h2 {
  display: block;
  border-bottom: 1px solid #ACADA9;
  color: #363948 !important;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.005px;
  line-height: 18px;
  margin: 0 0 15px;
  padding: 0 0 10px;
  word-spacing: -0.5px;
}

@media (min-width: 600px) {
  #region-content .region-inner .block-system-main .content-highlight-block h2 {
    display: inline-block;
    width: 175px;
  }
}

#region-content .region-inner .block-system-main .content-highlight-block.dark-blue h2 {
  color: #fff;
  border-color: #717690;
}

@media (min-width: 600px) {
  #region-content .region-inner .block-system-main .content-highlight-block.width-200 h2 {
    width: 150px;
  }
}

@media (min-width: 600px) {
  #region-content .region-inner .block-system-main .content-highlight-block.width-250 h2 {
    width: 200px;
  }
}

#region-content .region-inner .block-system-main .content-highlight-block .views-field {
  margin-bottom: 6px;
}

#region-content .region-inner .block-system-main .content-highlight-block h2.grouping {
  border-bottom: none;
  color: #363948;
  font-size: 1.1em;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.005px;
  line-height: 1.2em;
  margin: 10px 0px 0px;
  padding: 0px 0px 0px;
  word-spacing: -0.5px;
}

#region-content .region-inner .block-system-main .content-highlight-block h3 {
  font-family: 'Auto1 SmCp';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin: 4px 0 2px;
}

#region-content .region-inner .block-system-main .content-highlight-block h3 a {
  color: #7C3396;
}

#region-content .region-inner .block-system-main .content-highlight-block.dark-blue h3 {
  color: #fff;
}

#region-content .region-inner .block-system-main .content-highlight-block.dark-blue h3 a {
  color: #fff;
}

#region-content .region-inner .block-system-main .content-highlight-block p {
  margin-bottom: 10px;
}

#region-content .region-inner .block-system-main .content-highlight-block.dark-blue p {
  color: #fff;
}

#region-content .region-inner .block-system-main .content-highlight-block.dark-blue p a {
  color: #fff;
}

#region-content .region-inner .block-system-main .content-highlight-block.dark-blue a:hover {
  border-color: #e4e5e6;
}

#region-content .region-inner .block-system-main .content-highlight-block .contact {
  border-top: 1px solid #ACADA9;
  margin-top: 20px;
  padding-top: 15px;
}

#region-content .region-inner .block-system-main .content-highlight-block .contact ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#region-content .region-inner .block-system-main .content-highlight-block .contact ul li {
  list-style: none;
}

#region-content .region-inner .block-system-main .content-highlight-block .contact ul li span {
  font-size: 1.1em;
}

#region-content .region-inner .block-system-main .content-highlight-block .contact ul li a {
  font-size: .9em;
}

/* Line height is appears greater in firefox than chrome */
.firefox #region-content .region-inner .block-system-main .content-highlight-block h3 {
  margin-bottom: -1px;
}

.firefox #region-content .region-inner .block-system-main .content-highlight-block p {
  line-height: 1.2em;
}

/**
 * Global Views Table Styles
 * @KristyGislason
 */
#region-content .region-inner .block.views-content-table h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

#region-content .region-inner .block.views-content-table h3 {
  font-family: 'Auto1';
  font-size: 16px;
  font-weight: bold;
  margin: 4px 0 6px;
}

#region-content .region-inner .block.views-content-table .view-filters {
  margin-bottom: 20px;
  width: 170px;
}

#region-content .region-inner .block.views-content-table table {
  background: #eaebe8;
}

#region-content .region-inner .block.views-content-table table caption {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-align: left;
}

#region-content .region-inner .block.views-content-table table td {
  border-color: #d7d6d1;
  vertical-align: middle;
  line-height: 1.5em;
}

#region-content .region-inner .block.views-content-table table td h4 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

#region-content .region-inner .block.views-content-table table thead th {
  background-color: #d7d6d1;
  color: #444757;
  min-width: 100px;
  line-height: 1.2em;
}

#region-content .region-inner .block.views-content-table.pink table thead th {
  color: #bc006f;
}

#region-content .region-inner .block.views-content-table.orange table thead th {
  color: #d8643a;
}

#region-content .region-inner .block.views-content-table.purple table thead th {
  color: #756ab1;
}

#region-content .region-inner .block.views-content-table.aqua table thead th {
  color: #00adb1;
}

#region-content .region-inner .block.views-content-table .view-general-studies-courses table thead th:nth-of-type(1) {
  width: 80%;
}

#region-content .region-inner .block.views-content-table tbody tr {
  border-top: #d7d6d1;
}

#region-content .region-inner .block.views-content-table .view-content tr td:last-child a,
#region-content .region-inner .block.views-content-table .view-content tr td:last-of-type a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #444757;
  color: white;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

#region-content .region-inner .block.views-content-table .view-content tr td:last-child a:hover,
#region-content .region-inner .block.views-content-table .view-content tr td:last-of-type a:hover {
  color: #51C1D5;
  background-color: #444757;
}

#region-content .region-inner .block.views-content-table .view-content tr td:last-child a:hover:after,
#region-content .region-inner .block.views-content-table .view-content tr td:last-of-type a:hover:after {
  color: #51C1D5;
  background-color: #444757;
}

#region-content .region-inner .block.views-content-table .view-content tr td:last-child a:after,
#region-content .region-inner .block.views-content-table .view-content tr td:last-of-type a:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #444757;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

#region-content .region-inner .block.views-content-table.pink .view-content td:last-child a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #bc006f;
  color: white;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

#region-content .region-inner .block.views-content-table.pink .view-content td:last-child a:hover {
  color: white;
  background-color: #98005a;
}

#region-content .region-inner .block.views-content-table.pink .view-content td:last-child a:hover:after {
  color: white;
  background-color: #98005a;
}

#region-content .region-inner .block.views-content-table.pink .view-content td:last-child a:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #bc006f;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

#region-content .region-inner .block.views-content-table.orange .view-content td:last-child a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #d8643a;
  color: white;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

#region-content .region-inner .block.views-content-table.orange .view-content td:last-child a:hover {
  color: white;
  background-color: #c75227;
}

#region-content .region-inner .block.views-content-table.orange .view-content td:last-child a:hover:after {
  color: white;
  background-color: #c75227;
}

#region-content .region-inner .block.views-content-table.orange .view-content td:last-child a:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #d8643a;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

#region-content .region-inner .block.views-content-table.purple .view-content td:last-child a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #756ab1;
  color: white;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

#region-content .region-inner .block.views-content-table.purple .view-content td:last-child a:hover {
  color: #DFDFD3;
  background-color: #6155a2;
}

#region-content .region-inner .block.views-content-table.purple .view-content td:last-child a:hover:after {
  color: #DFDFD3;
  background-color: #6155a2;
}

#region-content .region-inner .block.views-content-table.purple .view-content td:last-child a:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #756ab1;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

#region-content .region-inner .block.views-content-table.aqua .view-content td:last-child a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #00adb1;
  color: white;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

#region-content .region-inner .block.views-content-table.aqua .view-content td:last-child a:hover {
  color: #DFDFD3;
  background-color: #008a8d;
}

#region-content .region-inner .block.views-content-table.aqua .view-content td:last-child a:hover:after {
  color: #DFDFD3;
  background-color: #008a8d;
}

#region-content .region-inner .block.views-content-table.aqua .view-content td:last-child a:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #00adb1;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

#region-content .region-inner .block.views-content-table .view-content td:last-child a:hover {
  background-position: 50px -23px;
  color: #363948;
}

#region-content .region-inner .block.views-content-table table td em {
  color: #bc006f;
}

#region-content .region-inner .block.views-content-table table td img,
#region-content .region-inner .block.views-content-table table th img {
  vertical-align: middle;
}

#region-content .region-inner .block.views-content-table .view-footer hr {
  background: #b8babd;
}

#region-content .region-inner .block.views-content-table .view-footer h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #E2682E;
}

/**
  *	Views Table Block
  *	@Kristy
  */
#region-content .region-inner .block-views.views-table-block .views-widget .form-type-select select {
  background: transparent url("../../rru_www/images/dropmenu-arrow.png") no-repeat right center;
  margin: 6px 0;
  border: 1px solid #b8babd;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2) inset;
  -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2) inset;
}

#region-content .region-inner .block-views.views-table-block .views-widget select:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
}

#region-content .region-inner .block-views.views-table-block .view-empty {
  background-color: #ffd276;
  border: 1px solid #e39f15;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 25px;
  font-size: 15px;
  text-align: center;
}

#region-content .region-inner .block-views.views-table-block .view-empty a {
  font-weight: bold;
  color: #363948;
  text-decoration: none;
  border-bottom: 1px solid #606270;
  padding-bottom: 1px;
}

#region-content .region-inner .block-views.views-table-block .view-empty a:hover {
  border-color: #363948;
}

#region-content .region-inner .block-views.views-table-block table {
  border-color: #fff;
}

#region-content .region-inner .block-views.views-table-block table caption {
  font-family: 'Auto1 SmCp';
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

#region-content .region-inner .block-views.views-table-block table thead th,
#region-content .region-inner .block-views.views-table-block table th {
  background-color: #e39f15;
  border-color: #fff;
  color: #fff;
}

#region-content .region-inner .block-views.views-table-block table tr {
  border-color: #fff;
}

#region-content .region-inner .block-views.views-table-block table td {
  background-color: #ffd276;
  border-color: #fff;
}

#region-content .region-inner .block-views.views-table-block table td .note {
  font-size: 12px;
}

#region-content .region-inner .block-views.views-table-block table td a:hover {
  opacity: 0.8;
}

.content-block {
  background: #444757;
  min-width: 100%;
  box-sizing: border-box;
  margin: 0 0 25px;
  padding: 15px;
  float: left;
}

.content-block__header,
.content-block .block-title {
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0px 0 15px;
  border-bottom: 1px solid #606270;
  line-height: 20px;
  color: #FFF;
}

.content-block__link {
  display: block;
  margin: -5px -7px 10px;
  padding: 5px 7px;
}

.content-block__link:link {
  text-decoration: none;
}

.content-block__link:hover {
  transition: background .2s;
  background: #363948;
}

.content-block__title {
  color: white;
  display: block;
  text-decoration: none;
  padding-bottom: 2px;
  font-family: "Auto1", "trebuchet MS", tahoma, verdana, sans-serif;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.content-block__detail {
  margin: 0 0 3px;
  line-height: 16px;
  color: white;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  font-size: 12px;
}

.content-block__detail--uppercase {
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

.content-block__detail--italic {
  font-style: italic;
}

.content-block__detail--blue {
  color: #51C1D5;
}

.content-block__more-link:link {
  background-color: #d8643a;
  color: white;
  display: block;
  float: right;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin: 0 -15px -15px 0;
  padding: 3px 10px 5px;
  text-decoration: none;
}

.content-block__more-link:visited {
  color: white;
}

.content-block__more-link:hover {
  background-color: #f05922;
}

.content-block--white {
  background: white;
}

/**
 *  Mixin to override long css selector
 *
 *  Hint: Our old css is written with really long css selectors.  This mixin wraps css in the long selector
 *        so we don't have it sitting around in our code.
 *
 *  @Adam
 */
/**
 *  Calendar styles
 *
 *  Hint: These are the calendar styles for content calendars like month at a glance on continuing studies
 *  Note: These styles are based off the standard table styles found in the global.css files
 *        Removal of those styles will have potentially damaging effects on how the calendar renders
 *
 *  @Adam
 */
#region-content .region-inner .block-system-main .calendar-calendar .full {
  position: relative;
  border: 0;
}

#region-content .region-inner .block-system-main .calendar-calendar thead .days {
  padding: 2px 0 5px;
}

#region-content .region-inner .block-system-main .calendar-calendar tbody .date-box td {
  border-bottom: 0;
  padding: 3px 3px 0;
  height: auto;
}

#region-content .region-inner .block-system-main .calendar-calendar tbody .date-box td .day {
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  padding: 0;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}

#region-content .region-inner .block-system-main .calendar-calendar tbody .date-box td.empty {
  color: #cecece;
}

#region-content .region-inner .block-system-main .calendar-calendar tbody .date-box td.empty .day {
  font-weight: normal;
}

#region-content .region-inner .block-system-main .calendar-calendar tbody .date-box:hover td.empty {
  background: #F4F4F4;
}

#region-content .region-inner .block-system-main .calendar-calendar tbody .single-day {
  border-top: 0;
}

#region-content .region-inner .block-system-main .calendar-calendar tbody .single-day td {
  height: 100px !important;
  border-top: 0;
  padding: 3px 3px 0;
}

#region-content .region-inner .block-system-main .calendar-calendar tbody .single-day:hover td.empty {
  background: #F4F4F4;
}

/**
 *  Calendar item styles
 *
 *  Hint: These styles are used for the calendar event item
 *
 *  @Adam
 */
.calendar-calendar .month-view .full td.single-day div .monthview {
  background: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  position: static;
}

.calendar-calendar .month-view .full td.single-day div .monthview .views-custom-popup-link:link {
  display: block;
  background: #9eac48;
  border-radius: 0;
  border: 0 !important;
  margin: 0 0 3px;
  padding: 7px 9px !important;
}

.calendar-calendar .month-view .full td.single-day div .monthview .views-custom-popup-link:link:hover {
  background: #8d9a40;
}

.calendar-calendar .month-view .full td.single-day div .monthview .views-field-title {
  font-size: 13px;
  font-weight: bold;
  color: white;
  line-height: 1;
}

.calendar-calendar .month-view .full td.single-day div .monthview .views-field-field-delivery-mode {
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #3b401b;
}

/**
 *  Calendar popup styles
 *
 *  Hint: These styles were mainly written for the month at a glance feature for the
 *        Continuing studies website.  You can see how the popup looks and functions there.
 *
 *  @Adam
 */
#region-content .region-inner .block-system-main .views-custom-calendar-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}

#region-content .region-inner .block-system-main .views-custom-calendar-popup-wrap {
  display: table-cell;
  vertical-align: middle;
}

#region-content .region-inner .block-system-main .views-custom-calendar-popup-region {
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px;
  box-sizing: border-box;
  background: white !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#region-content .region-inner .block-system-main .views-custom-calendar-popup .views-field-title-1 h2 {
  margin: 0;
}

#region-content .region-inner .block-system-main .views-custom-calendar-popup .views-field-term-node-tid {
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #444757;
}

#region-content .region-inner .block-system-main .views-custom-calendar-popup .views-field-field-source a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #9eac48;
  color: white;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

#region-content .region-inner .block-system-main .views-custom-calendar-popup .views-field-field-source a:hover {
  color: #444757;
  background-color: #9eac48;
}

#region-content .region-inner .block-system-main .views-custom-calendar-popup .views-field-field-source a:hover:after {
  color: #444757;
  background-color: #9eac48;
}

#region-content .region-inner .block-system-main .views-custom-calendar-popup .views-field-field-source a:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #9eac48;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

#region-content .region-inner .block-system-main .views-custom-calendar-popup .views-field-body p {
  margin: 0;
}

#region-content .region-inner .block-system-main .views-custom-calendar-popup .views-field-field-course-price {
  font-weight: bold;
  font-size: 14px;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  color: red;
  margin: 0 0 0.8em;
}

#region-content .region-inner .block-system-main .views-custom-calendar-popup .views-custom-calendar-popup-close {
  float: right;
  margin: -25px 0 0;
  line-height: 25px;
  font-size: 14px;
  border-bottom: 1px solid #c7c9d3;
  cursor: pointer;
}

#region-content .region-inner .block-system-main .views-custom-calendar-popup .views-custom-calendar-popup-close:hover {
  border-color: #444757;
}

/**
 *  Calendar pager styles
 *
 *  Hint: These styles have been used in places like the Month at a Glance calendar
 *  Note: These styles are based off the standard table styles found in the global.css files
 *        Removal of those styles will have potentially damaging effects on how the calendar renders
 *
 *  @Adam
 */
#region-content .region-inner .block-system-main .calendar-header {
  line-height: 30px;
}

#region-content .region-inner .block-system-main .view .date-nav-wrapper {
  margin: 0;
  padding: 0;
}

#region-content .region-inner .block-system-main .view .date-nav {
  margin: 0 0 25px;
  padding: 0;
}

#region-content .region-inner .block-system-main .view .date-nav .calendar-pager {
  position: absolute;
  width: 100%;
  top: 0;
}

#region-content .region-inner .block-system-main .view .date-nav .date-prev,
#region-content .region-inner .block-system-main .view .date-nav .date-next {
  position: relative;
  right: auto;
  left: auto;
  border-radius: 0;
  background: none;
  list-style: none;
  margin: 0;
}

#region-content .region-inner .block-system-main .view .date-nav .date-prev a,
#region-content .region-inner .block-system-main .view .date-nav .date-next a {
  transition: all .25s;
  display: block;
  margin: 0;
  padding: 6px 20px 9px 10px;
  border: 1px solid #e4e5e6;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  float: left;
}

#region-content .region-inner .block-system-main .view .date-nav .date-prev a:hover,
#region-content .region-inner .block-system-main .view .date-nav .date-next a:hover {
  border-color: #B8BABD;
}

#region-content .region-inner .block-system-main .view .date-nav .date-prev a {
  padding: 6px 10px 9px 20px;
}

#region-content .region-inner .block-system-main .view .date-nav .date-prev 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;
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
}

#region-content .region-inner .block-system-main .view .date-nav .date-next {
  float: right;
}

#region-content .region-inner .block-system-main .view .date-nav .date-next a {
  padding: 6px 20px 9px 10px;
}

#region-content .region-inner .block-system-main .view .date-nav .date-next 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;
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
}

/**
 *  Exposed tiler styling
 *
 *  Hint: This is for the exposed filters you see with the calendar page.
 *
 *  @Adam
 */
.view-filters--calendar {
  position: relative;
  z-index: 10;
  width: 270px;
  float: left;
  margin: 0 0 20px;
}

@media (min-width: 600px) {
  .view-filters--calendar {
    float: right;
    margin: -45px 0 25px;
  }
}

.view-filters--calendar--icon {
  width: 40px;
  height: 40px;
  background: #e39f15;
  float: left;
}

.view-filters--calendar--icon.fa {
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: white;
}

.view-filters--calendar--filter {
  float: left;
}

.view-filters--calendar--filter .selecter {
  width: 230px;
  float: left;
}

.view-filters--calendar--filter .views-exposed-widgets {
  margin: 0;
}

.view-filters--calendar--filter .views-exposed-widget {
  padding: 0;
}

/**
 *  Views Content Block
 *
 *  Hint: This block appears on all sites where news,
 * 	events or any type of content is disaplyed in a block
 *	that lists a series of titles with dates and other details
 *
 *	Block Class: .views-content-block
 *  Background Options: $standard-blue (default)
 *											$white
 *											$off-white
 *											$tan
 *
 *  @Kristy
 */
#region-content .region-inner .views-content-block.tan a,
#region-content .region-inner .views-content-block.offwhite a,
#region-content .region-inner .views-content-block.white a {
  border-bottom: none;
  padding-bottom: 0;
}

#region-content .region-inner .views-content-block.tan .views-content-block-details,
#region-content .region-inner .views-content-block.offwhite .views-content-block-details,
#region-content .region-inner .views-content-block.white .views-content-block-details {
  color: #363948;
  font-weight: 400;
}

#region-content .region-inner .views-content-block.tan .views-content-block-details a,
#region-content .region-inner .views-content-block.offwhite .views-content-block-details a,
#region-content .region-inner .views-content-block.white .views-content-block-details a {
  color: #363948;
}

#region-content .region-inner .views-content-block.tan .views-content-block-details.blue,
#region-content .region-inner .views-content-block.offwhite .views-content-block-details.blue,
#region-content .region-inner .views-content-block.white .views-content-block-details.blue {
  color: #0098d7;
}

#region-content .region-inner .views-content-block.tan .views-content-block-details.blue a,
#region-content .region-inner .views-content-block.offwhite .views-content-block-details.blue a,
#region-content .region-inner .views-content-block.white .views-content-block-details.blue a {
  color: #0098d7;
}

/**
 * Webform Styles
 * @AdamBrown
 */
.node-webform .webform-client-form {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #DDD;
}

.node-webform .webform-client-form .form-item label {
  font-family: 'Auto1 SmCp';
  font-size: 1em;
  margin: 0 0 4px;
  padding: 5px 0;
}

.node-webform .webform-client-form .form-item .description {
  font-size: 0.95em;
  margin-top: 2px;
}

.node-webform .webform-client-form .form-item :last-child {
  margin-bottom: 0;
}

.node-webform .webform-client-form .form-item .form-text,
.node-webform .webform-client-form .form-item .form-textarea,
.node-webform .webform-client-form .form-item .form-file,
.node-webform .webform-client-form .form-item .form-submit {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: #dddddd 1px 1px 4px inset;
  -moz-box-shadow: #dddddd 1px 1px 4px inset;
  box-shadow: #dddddd 1px 1px 4px inset;
  border: 1px solid #999;
  padding: 10px;
  font-size: 1.1em;
  font-weight: normal;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  width: 100%;
  height: auto;
}

.node-webform .webform-client-form .form-item .form-textarea {
  line-height: 1.5em;
}

.node-webform .webform-client-form .form-item .form-file {
  width: auto;
  margin: 0 10px 0 0;
}

.node-webform .webform-client-form .form-item .form-submit {
  width: auto;
}

.node-webform .webform-client-form .form-item :focus {
  border-color: #51C1D5;
}

.node-webform .webform-client-form .form-item div.error,
.node-webform .webform-client-form .form-item .error,
.node-webform .webform-client-form .form-item .form-required {
  color: #ba4d25;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
}

.node-webform .webform-client-form .form-item .form-item input.error,
.node-webform .webform-client-form .form-item .form-item textarea.error,
.node-webform .webform-client-form .form-item .form-item select.error {
  border: 1px solid #ba4d25;
}

.node-webform .webform-client-form .form-actions input[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px inset;
  height: 50px;
  background-color: #D8643A;
  background-image: none;
  border: 1px solid #bf491f;
  color: #FFF;
  font-family: 'Auto1 SmCp', 'trebuchet MS', tahoma, verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  line-height: 48px;
  width: 175px;
}

.node-webform .webform-client-form .form-actions input[type="submit"]:hover {
  background-color: #cf5529;
}

.node-webform .webform-client-form .form-actions input[type="submit"]:active {
  background-color: #ba4d25;
}

/**
 * Quick Menu Block
 * @Kristy
 */
.block.quick-menu {
  position: relative;
  background-color: #51C1D5;
  background-position: bottom right;
  background-repeat: no-repeat;
  color: #363948;
  float: left;
  width: 100%;
  clear: both;
  /*
	 * More links
	 *
	 * Description: Appear below menu in block
	 *
	 * @Kristy
	 */
}

.block.quick-menu.blue {
  background-color: #51C1D5;
  background-image: url("../images/quick-menu-pixels-blue.png");
}

.block.quick-menu.tan {
  background-color: #DFDFD3;
  background-image: url("../images/quick-menu-pixels-blue.png");
}

.block.quick-menu.green {
  background-color: #5db69a;
  background-image: url("../images/quick-menu-pixels-green.png");
}

.block.quick-menu .block-inner {
  padding: 15px 20px 25px 20px;
}

.block.quick-menu .block-inner h2 {
  font-family: 'Auto1 SmCp';
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 8px;
  padding: 0 0px 8px 0;
  border-bottom: 1px solid #2997ab;
}

.block.quick-menu.blue .block-inner h2 {
  border-color: #2997ab;
}

.block.quick-menu.tan .block-inner h2 {
  border-color: #ACADA9;
  border-color: #bdbda4;
}

.block.quick-menu.green .block-inner h2 {
  border-color: #44977d;
}

.block.quick-menu .block-inner li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

.block.quick-menu .block-inner li a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  color: #444757;
  display: inline-block;
  padding: 5px 5px 6px;
  margin: -3px -5px -4px;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  border: 0;
  text-decoration: none;
}

.block.quick-menu .block-inner li a:hover {
  background: white;
  color: #444757;
}

.block.quick-menu .block-inner li a:hover:after {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 24px;
  background: white;
  color: #51C1D5;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}

.block.quick-menu.tan .block-inner li a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  color: #444757;
  display: inline-block;
  padding: 5px 5px 6px;
  margin: -3px -5px -4px;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  border: 0;
  text-decoration: none;
}

.block.quick-menu.tan .block-inner li a:hover {
  background: white;
  color: #444757;
}

.block.quick-menu.tan .block-inner li a:hover:after {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 24px;
  background: white;
  color: #DFDFD3;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}

.block.quick-menu.green .block-inner li a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  color: #444757;
  display: inline-block;
  padding: 5px 5px 6px;
  margin: -3px -5px -4px;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  border: 0;
  text-decoration: none;
}

.block.quick-menu.green .block-inner li a:hover {
  background: white;
  color: #444757;
}

.block.quick-menu.green .block-inner li a:hover:after {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 24px;
  background: white;
  color: #5db69a;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}

.block.quick-menu .block-inner .more-link {
  margin-top: 10px;
  text-align: left;
}

.block.quick-menu .block-inner .more-link a {
  font-family: roboto, 'trebuchet MS', tahoma, verdana, sans-serif;
  border-bottom: 1px solid #2997ab;
  color: #363948;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
  padding-bottom: 1px;
}

.block.quick-menu .block-inner .more-link a:hover {
  border-color: #363948;
}

#region-sidebar-first .block, #region-sidebar-second .block {
  /* WSS-72 - Contextual links render on top of the left menu when visible. */
}

#region-sidebar-first .block.block-block, #region-sidebar-second .block.block-block {
  float: left;
}

.zone-carousel-wrapper {
  overflow: hidden;
}

.zone-carousel {
  height: 400px;
  padding: 25px 0;
}

.zone-carousel .region-carousel .region-inner {
  width: 3500px;
  position: absolute;
  left: -1100px;
}

.carousel-left .zone-carousel .region-carousel .region-inner {
  width: 3500px;
  position: absolute;
  left: -1400px;
}

.slick-slider {
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 20px;
  margin-bottom: 0;
}

.slick-slider .slide__content .slide-details {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  position: absolute;
  bottom: 0;
  background: rgba(68, 71, 87, 0.95);
  width: 100%;
  padding: 16px 20px;
  text-align: left;
}

.slick-slider .slide__content .slide-details h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #51C1D5;
  font-family: 'Auto1 SmCp';
  font-weight: bold;
  line-height: 18px;
  margin: 0 0 8px;
}

.slick-slider .slide__content .slide-details p {
  font-weight: bold;
  color: white;
  display: inline;
}

.slick-slider .slide__content .slide-details span {
  font-weight: bold;
  color: white;
  border-bottom: 1px solid #B8BABE;
}

.slick-slider .slide__content .slide-details span:hover {
  border-color: white;
}

.slick-slider.slick-center {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: black 0 0 20px;
  -moz-box-shadow: black 0 0 20px;
  box-shadow: black 0 0 20px;
  -webkit-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
  -webkit-transition-delay: 0.5s, 0.5s;
  -moz-transition: box-shadow 0.3s ease-out 0.5s, opacity 0.3s ease-out 0.5s;
  -o-transition: box-shadow 0.3s ease-out 0.5s, opacity 0.3s ease-out 0.5s;
  transition: box-shadow 0.3s ease-out 0.5s, opacity 0.3s ease-out 0.5s;
  opacity: 1;
}

.slick-slider.slick-center .slide__content .slide-details {
  -webkit-transition: opacity 0.3s ease-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition: opacity 0.3s ease-out 0.5s;
  -o-transition: opacity 0.3s ease-out 0.5s;
  transition: opacity 0.3s ease-out 0.5s;
  opacity: 1;
}

.slick--center .slick-track {
  padding: 0;
}

.slick--center .slide__content {
  margin: 0;
}

.slick--center .slick-slide.slick__slide {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0.5;
}

.slick-slide.slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: black 0 0 20px;
  -moz-box-shadow: black 0 0 20px;
  box-shadow: black 0 0 20px;
  -webkit-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
  -webkit-transition-delay: 0.5s, 0.5s;
  -moz-transition: box-shadow 0.3s ease-out 0.5s, opacity 0.3s ease-out 0.5s;
  -o-transition: box-shadow 0.3s ease-out 0.5s, opacity 0.3s ease-out 0.5s;
  transition: box-shadow 0.3s ease-out 0.5s, opacity 0.3s ease-out 0.5s;
  opacity: 1;
}

.slick-slide.slick-center .slide__content .slide-details {
  -webkit-transition: opacity 0.3s ease-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition: opacity 0.3s ease-out 0.5s;
  -o-transition: opacity 0.3s ease-out 0.5s;
  transition: opacity 0.3s ease-out 0.5s;
  opacity: 1;
}

.zone-carousel:hover .rru-slick__arrows {
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  opacity: 1;
}

.zone-carousel .rru-slick__arrows {
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  opacity: 0;
  position: absolute;
  left: 1400px;
  width: 700px;
  top: 175px;
  height: 0px;
}

.zone-carousel .rru-slick__arrows button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 50px;
  height: 0px;
  opacity: 0.6;
  padding: 50px 0 0;
  border: 0;
  background: transparent;
  overflow: hidden;
}

.zone-carousel .rru-slick__arrows button.rru-slick__next {
  background: transparent url("../images/feature-next.png") no-repeat center right;
  float: right;
}

.zone-carousel .rru-slick__arrows button.rru-slick__prev {
  background: transparent url("../images/feature-previous.png") no-repeat center left;
}

.zone-carousel .rru-slick__arrows button:hover {
  opacity: 1;
}

.zone-carousel .rru-slick__arrows button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/**
 * [RRHD-52795] 
 * Convocation Award Recipient with special characters in name do not display well in Auto1 or Roboto
 * Overriding fonts so these characters display well
 * 
 * http://www.royalroads.ca/news-events/convocation/awards/ant-5
 * https://jira.royalroads.ca:8443/browse/RRHD-52795
 * 
 * @kgislason
 * 
 */
.page-node-34188 #region-content .region-inner h1 {
  font-family: 'Arial', sans-serif;
}

.page-node-34188.rru-profile-page #region-content .region-inner .block-system-main .business-card h2 {
  font-family: 'Arial', sans-serif;
}

.page-node-34188 #region-content .region-inner .block-system-main p {
  font-family: 'trebuchet MS',tahoma,verdana,sans-serif;
}

/**
 *  View Table Styles - Alternate
 *
 *  Hint: This was originally developed for the Financial Aid & Awards section
 *        of the WWW site.
 *
 *  @Kristy
 */
#region-content .region-inner .views-content-table--variant-1 .view-content {
  min-height: 500px;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header {
  border-bottom: none;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table th, #region-content .region-inner .views-content-table--variant-1 table.views-table td,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header th,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header td {
  padding: 8px 20px;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table thead tr,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header thead tr {
  border: none;
  background: #0098d7;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table thead tr th, #region-content .region-inner .views-content-table--variant-1 table.views-table thead tr th a,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header thead tr th,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header thead tr th a {
  color: white;
  border-bottom: none;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table thead tr th:hover a,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header thead tr th:hover a {
  color: #d7d8da;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table thead tr th.active,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header thead tr th.active {
  background-color: #0086be;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table thead tr th a img,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header thead tr th a img {
  display: none;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table thead tr th a:after,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header thead tr th 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;
  content: "";
  margin-left: 6px;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table tr,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header tr {
  border-left: none;
  border-right: none;
  border-top: none;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table tr td.active,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header tr td.active {
  background-color: #eceded;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table tr.even,
#region-content .region-inner .views-content-table--variant-1 table.views-table tr.even:hover,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header tr.even,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header tr.even:hover {
  background-color: #e4e5e6;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table tr.even td,
#region-content .region-inner .views-content-table--variant-1 table.views-table tr.even:hover td,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header tr.even td,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header tr.even:hover td {
  background-color: #e4e5e6;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table tr.even td.active,
#region-content .region-inner .views-content-table--variant-1 table.views-table tr.even:hover td.active,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header tr.even td.active,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header tr.even:hover td.active {
  background-color: #dcdddf;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table td, #region-content .region-inner .views-content-table--variant-1 table.views-table th,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header td,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header th {
  border: none;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table td,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header td {
  vertical-align: middle;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table td .item--title,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header td .item--title {
  font-size: 1.1em;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table td .item--detail,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header td .item--detail {
  color: #0098d7;
  font-weight: bold;
  text-transform: none;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table td .item--button a,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header td .item--button a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #0098d7;
  color: white;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  width: 70px;
  margin-right: 20px;
  /* Prevent button from overflowing past cell */
}

#region-content .region-inner .views-content-table--variant-1 table.views-table td .item--button a:hover,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header td .item--button a:hover {
  color: #eae9e4;
  background-color: #0098d7;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table td .item--button a:hover:after,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header td .item--button a:hover:after {
  color: #eae9e4;
  background-color: #0098d7;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table td .item--button a:after,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header td .item--button a:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #0098d7;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

#region-content .region-inner .views-content-table--variant-1 table.views-table td .item--button a:hover,
#region-content .region-inner .views-content-table--variant-1 table.sticky-header td .item--button a:hover {
  background-color: darker(10%);
}

.views-content-table--variant-1 .view-filters {
  position: relative;
  z-index: 10;
  float: none;
  height: auto;
  margin: 0 0 20px 0;
  clear: both;
  background: #e4e5e6;
  padding: 8px 20px;
}

@media (min-width: 1024px) {
  .views-content-table--variant-1 .view-filters {
    height: 80px;
    margin-bottom: 0;
  }
}

@media (min-width: 600px) {
  .views-content-table--variant-1 .view-filters {
    float: none;
    margin: 0px 0 25px;
  }
}

.views-content-table--variant-1 .view-filters .views-exposed-widgets {
  float: none;
  margin: 0;
}

.views-content-table--variant-1 .view-filters .views-exposed-widget {
  padding: 0 0 0 20px;
  width: 100%;
}

@media (min-width: 1024px) {
  .views-content-table--variant-1 .view-filters .views-exposed-widget {
    padding: 0;
    width: 50%;
  }
}

.views-content-table--variant-1 .view-filters .views-widget {
  background: #e4e5e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e4e5e6;
  margin: 0px 0;
  padding: 0px 10px 5px 0;
}

.views-content-table--variant-1 .view-filters label {
  width: auto;
  float: none;
  line-height: 20px;
  height: auto;
  text-align: left;
  padding-top: 15px;
}

.views-content-table--variant-1 .view-filters input {
  width: 95%;
  height: 30px;
  border-color: #cacccd;
  padding-left: .5em;
  padding-right: .5em;
  background: #fff url("../images/search-icon.png") 97% 50% no-repeat;
}

@media (min-width: 1024px) {
  .views-content-table--variant-1 .view-filters input {
    width: 100%;
  }
}

.views-content-table--variant-1 .view-filters select {
  width: 95;
  height: 30px;
  border-color: #cacccd;
  padding-left: .5em;
  padding-right: .5em;
}

@media (min-width: 1024px) {
  .views-content-table--variant-1 .view-filters select {
    width: 100%;
  }
}

#region-content .region-inner .view-filters--awards-list--active-filters .filter-item a {
  display: inline-block;
  background: #e4e5e6;
  border-bottom: none !important;
  margin-right: 4px;
  margin-bottom: 20px;
  padding: 6px 12px 4px;
  line-height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

#region-content .region-inner .view-filters--awards-list--active-filters .filter-item a:after {
  content: "x";
  padding: 0 0 0 8px;
  color: #d8643a;
  cursor: pointer;
}

.views-content-table--variant-1 .view-empty {
  clear: both;
  /* Clearfix for view filter */
}

.covid-update-block {
  background: #389039 url("../images/covid19-banner.jpg") repeat 0 0;
  margin-bottom: 25px;
  height: 200px;
  position: relative;
  width: 100%;
}

@media (min-width: 1024px) {
  .covid-update-block {
    width: 200px;
  }
}

.covid-update-block h2 {
  position: absolute;
  top: 65px;
  left: 20px;
  z-index: 2;
  max-width: 200px;
  color: white;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.covid-update-block h2 a:link,
.covid-update-block h2 a:visited,
.covid-update-block h2 a:hover,
.covid-update-block h2 a:active {
  color: white;
  text-decoration: none;
}

.covid-update-block h2::first-line {
  font-size: 2rem;
}

.covid-19 #region-content .program-highlight {
  height: 25px;
  background: #389039 url("../images/covid19-banner.jpg") repeat 0 0;
}

.covid-19 a.button__lg {
  box-sizing: border-box;
  color: #444757;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 65px 0 20px;
  border: 2px solid #389039;
  border-bottom: 2px solid #389039 !important;
  text-decoration: none;
  background: white;
}

.covid-19 a.button__lg small {
  font-size: 16px;
  font-weight: normal;
}

.covid-19 a.button__lg:hover {
  background: #e6e6e6;
  border: 2px solid #2e762f !important;
  border-bottom: 2px solid #2e762f !important;
}

.covid-19 a.button__lg:hover:before {
  background: #e6e6e6;
  border-left: 2px solid #2e762f;
  color: #2e762f;
}

.covid-19 a.button__lg:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  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;
  content: "";
  border-left: 2px solid #389039;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  font-size: 24px;
  color: #389039;
  width: 60px;
  height: 58px;
  overflow: hidden;
}

.covid-19 #region-content .region-inner .block-system-main .button-red {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 4px 10px 7px;
  background: #389039;
  color: white;
  font-family: "Auto1 SmCp", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  border-bottom: none !important;
}

.covid-19 #region-content .region-inner .block-system-main .button-red:hover {
  color: white;
  background-color: #317e32;
}

.covid-19 #region-content .region-inner .block-system-main .button-red:hover:after {
  color: white;
  background-color: #317e32;
}

.covid-19 #region-content .region-inner .block-system-main .button-red:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  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;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -26px;
  margin: 0 0 0 1px;
  padding: 0 0 0 2px;
  width: 23px;
  height: 25px;
  background: #389039;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.covid-19 .block-highlight {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
  background-color: #eaebe8;
  box-sizing: border-box;
}

.covid-19 .block-highlight h3 {
  color: #317e32;
  border-bottom: 1px solid #c5c7bf;
  padding-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.covid-19 .block-highlight h3:first-child {
  padding-top: 0;
}

.covid-19 .block-highlight p, .covid-19 .block-highlight strong, .covid-19 .block-highlight em {
  font-size: 1rem;
}

.covid-19 #region-content .region-inner .block-system-main h2 {
  background: #389039 url("../images/covid19-banner.jpg") repeat 0 0;
  color: white;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 5rem;
  margin-bottom: 20px;
  padding: 1.25rem 0.75rem;
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
  font-weight: 700;
}

.covid-19 #region-content .region-inner h1,
.covid-19 #region-content .region-inner h3,
.covid-19 #region-content .region-inner .block-system-main h3,
.covid-19 #region-content .region-inner h4,
.covid-19 #region-content .region-inner .block-system-main h4 {
  font-family: "Roboto", "trebuchet MS", arial, sans-serif;
}

.covid-19 #region-content .region-inner h1 {
  margin-bottom: 2rem;
}

.covid-19 #region-content .region-inner h3,
.covid-19 #region-content .region-inner .block-system-main h3 {
  font-size: 1.2rem;
  line-height: 1.5;
  text-transform: none;
  color: #317e32;
}

.covid-19 #region-content .region-inner h4,
.covid-19 #region-content .region-inner .block-system-main h4 {
  font-size: 1.1rem;
  line-height: 1.5;
  text-transform: none;
  color: #2e762f;
}

.covid-19 #region-content .region-inner p,
.covid-19 #region-content .region-inner ul,
.covid-19 #region-content .region-inner ol,
.covid-19 #region-content .region-inner .block-system-main p,
.covid-19 #region-content .region-inner .block-system-main ul,
.covid-19 #region-content .region-inner .block-system-main ol {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.covid-19 #region-content .region-inner blockquote,
.covid-19 #region-content .region-inner .block-system-main blockquote {
  margin-left: 24px;
  padding-left: 12px;
  border-left: 2px solid #389039;
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
  font-family: "Auto1", "trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.covid-19 #region-content .region-inner blockquote p,
.covid-19 #region-content .region-inner blockquote ul,
.covid-19 #region-content .region-inner blockquote ol,
.covid-19 #region-content .region-inner .block-system-main blockquote p,
.covid-19 #region-content .region-inner .block-system-main blockquote ul,
.covid-19 #region-content .region-inner .block-system-main blockquote ol {
  font-style: italic;
  font-size: 1.2rem;
  font-family: "Auto1", "trebuchet MS", tahoma, verdana, sans-serif;
  font-weight: 400;
}

.covid-19 #region-content .region-inner .block.views-content-accordion .view-grouping,
.covid-19 .block.views-content-accordion .view-grouping {
  margin-bottom: 3rem;
}

.covid-19 #region-content .region-inner .block.views-content-accordion h2,
.covid-19 .block.views-content-accordion h2 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2rem;
}

.covid-19 #region-content .region-inner .block.views-content-accordion h3,
.covid-19 .block.views-content-accordion h3 {
  color: #317e32;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.covid-19 #region-content .region-inner .block.views-content-accordion ul,
.covid-19 .block.views-content-accordion ul {
  list-style-type: square;
  padding-left: 1.2em;
}
