@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
 * -------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
@import url("https://fonts.googleapis.com/css?family=Montserrat:500i");
@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.3333333333em;
  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.2857142857em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.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; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%; }

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

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

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

a:hover {
  cursor: pointer; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

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

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

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

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 64.0625rem) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

.accordion {
  margin-bottom: 0;
  margin-left: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8;
      color: #222222; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #efefef;
      color: #222;
      display: block;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #fff;
        display: block; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #fff; }
  .alert-box .close {
    right: 0.3125rem;
    background: inherit;
    color: #333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 9px 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #fff; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #fff; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

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

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.0625rem) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px; }
  .breadcrumbs > * {
    color: #008CBA;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 0;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #008CBA; }
    .breadcrumbs > *.current {
      color: #333;
      cursor: default; }
      .breadcrumbs > *.current a {
        color: #333;
        cursor: default; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999; }
      .breadcrumbs > *.unavailable a {
        color: #999; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        color: #999;
        cursor: not-allowed;
        text-decoration: none; }
    .breadcrumbs > *:before {
      color: #aaa;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #0098ca;
  color: #fff;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #0098ca; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #fff; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #e8e8e8;
    color: #333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #e8e8e8; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #47b670;
    color: #fff; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #47b670; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #fff; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #f14b2f;
    color: #fff; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #f14b2f; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #fff; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #f1902f;
    color: #fff; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #f1902f; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #fff; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #a5d5e9;
    color: #333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #a5d5e9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #333; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    padding-bottom: 1.0625rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #0098ca;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #0098ca; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #fff; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #e8e8e8;
      color: #333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e8e8e8; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #47b670;
      color: #fff;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #47b670; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #fff; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #f14b2f;
      color: #fff;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f14b2f; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #fff; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #f1902f;
      color: #fff;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f1902f; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #fff; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #a5d5e9;
      color: #333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a5d5e9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #333; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.3333333333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.6666666667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.2857142857%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }
  .button-group > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        display: block;
        margin: 0;
        width: 100%; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          border-top: 1px solid;
          display: block;
          margin: 0; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child,
    .button-group.radius > *:first-child > a,
    .button-group.radius > *:first-child > button,
    .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child,
    .button-group.radius > *:last-child > a,
    .button-group.radius > *:last-child > button,
    .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child,
    .button-group.radius.stack > *:first-child > a,
    .button-group.radius.stack > *:first-child > button,
    .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child,
    .button-group.radius.stack > *:last-child > a,
    .button-group.radius.stack > *:last-child > button,
    .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width: 40.063em) {
    .button-group.radius.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child,
    .button-group.round > *:first-child > a,
    .button-group.round > *:first-child > button,
    .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child,
    .button-group.round > *:last-child > a,
    .button-group.round > *:last-child > button,
    .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child,
    .button-group.round.stack > *:first-child > a,
    .button-group.round.stack > *:first-child > button,
    .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child,
    .button-group.round.stack > *:last-child > a,
    .button-group.round.stack > *:last-child > button,
    .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 40.063em) {
    .button-group.round.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  background: #333;
  bottom: 0;
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #ccc;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #ccc; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #ccc; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba 51, 51, 51, 0.8;
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #fff transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #fff;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #fff transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 3px; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #fff transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333 transparent transparent transparent; }

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #4d4c4c;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    border-color: #999999;
    box-shadow: 0 0 5px #999999; }
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #ddd;
    cursor: default; }
  input:not([type])[disabled], input:not([type])[readonly],
  fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #ddd;
    cursor: default; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #666666; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

:-ms-input-placeholder {
  color: #666666; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fafafa;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:focus {
    background-color: #f3f2f2;
    border-color: #999999; }
  select:disabled {
    background-color: #ddd;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #ddd;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333; }
  .icon-bar > * {
    display: block;
    float: left;
    font-size: 1rem;
    margin: 0 auto;
    padding: 1.25rem;
    text-align: center;
    width: 25%; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    display: inline-block;
    margin: 0 .0625rem 0 0; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      float: none;
      margin: auto;
      width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  @media only screen and (min-width: 64.0625rem) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem;
      font-size: 1rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }
  .icon-bar > a:hover {
    background: #008CBA; }
    .icon-bar > a:hover label {
      color: #FFFFFF; }
    .icon-bar > a:hover i {
      color: #FFFFFF; }
  .icon-bar > a.active {
    background: #008CBA; }
    .icon-bar > a.active label {
      color: #FFFFFF; }
    .icon-bar > a.active i {
      color: #FFFFFF; }
  .icon-bar .item.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none; }
    .icon-bar .item.disabled > * {
      opacity: 0.7;
      cursor: not-allowed; }
  .icon-bar.two-up .item {
    width: 50%; }
  .icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.two-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625rem) {
    .icon-bar.two-up.large-vertical .item {
      width: auto; } }
  .icon-bar.three-up .item {
    width: 33.3333%; }
  .icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.three-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625rem) {
    .icon-bar.three-up.large-vertical .item {
      width: auto; } }
  .icon-bar.four-up .item {
    width: 25%; }
  .icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.four-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625rem) {
    .icon-bar.four-up.large-vertical .item {
      width: auto; } }
  .icon-bar.five-up .item {
    width: 20%; }
  .icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.five-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625rem) {
    .icon-bar.five-up.large-vertical .item {
      width: auto; } }
  .icon-bar.six-up .item {
    width: 16.66667%; }
  .icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.six-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625rem) {
    .icon-bar.six-up.large-vertical .item {
      width: auto; } }
  .icon-bar.seven-up .item {
    width: 14.28571%; }
  .icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.seven-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625rem) {
    .icon-bar.seven-up.large-vertical .item {
      width: auto; } }
  .icon-bar.eight-up .item {
    width: 12.5%; }
  .icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.eight-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625rem) {
    .icon-bar.eight-up.large-vertical .item {
      width: auto; } }

.icon-bar.two-up .item {
  width: 50%; }

.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625rem) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }

.icon-bar.three-up .item {
  width: 33.3333%; }

.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625rem) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }

.icon-bar.four-up .item {
  width: 25%; }

.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625rem) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }

.icon-bar.five-up .item {
  width: 20%; }

.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625rem) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }

.icon-bar.six-up .item {
  width: 16.66667%; }

.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625rem) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.icon-bar.seven-up .item {
  width: 14.28571%; }

.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625rem) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }

.icon-bar.eight-up .item {
  width: 12.5%; }

.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625rem) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inline-list > li > * {
      display: block; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  background: #333;
  color: #fff;
  display: none;
  font-family: inherit;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 103;
  left: 2.5%; }

.lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%; }

.joyride-content-wrapper {
  padding: 1.125rem 1.25rem 1.5rem;
  width: 100%; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  border: 10px solid #333;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px; }
  .joyride-tip-guide .joyride-nub.top {
    border-color: #333;
    border-top-color: transparent !important;
    border-top-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333 !important;
    border-bottom-color: transparent !important;
    border-bottom-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  margin: 0; }

.joyride-tip-guide p {
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 0 1.125rem 0; }

.joyride-timer-indicator-wrap {
  border: solid 1px #555;
  bottom: 1rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.0625rem; }

.joyride-timer-indicator {
  background: #666;
  display: block;
  height: inherit;
  width: 0; }

.joyride-close-tip {
  color: #777 !important;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 12px; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEEEEE !important; }

.joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0; }

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 15px #FFFFFF;
  position: absolute;
  z-index: 102; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999; }

/* Styles for screens that are at least 768px; */
@media only screen {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333 !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      border-top-color: transparent !important;
      left: auto;
      right: -20px;
      top: 22px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-top-color: transparent !important;
      left: -20px;
      right: auto;
      top: 22px; } }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875rem;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.label {
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #008CBA;
  color: #fff; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #fff; }
  .label.warning {
    background-color: #f08a24;
    color: #fff; }
  .label.success {
    background-color: #43AC6A;
    color: #fff; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333; }
  .label.info {
    background-color: #a0d3e8;
    color: #333; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #fff;
  min-width: 100%;
  padding: 10px;
  z-index: 50; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    border-radius: 1000px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-timing-function: linear;
    border-color: #555555 #FFFFFF;
    border: solid 3px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px; }

.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        bottom: 0;
        position: absolute;
        background-color: rgba(51, 51, 51, 0.8);
        color: #fff;
        font-size: 0.875rem;
        padding: 0.625rem 0.875rem;
        width: 100%; }
  .orbit-container .orbit-slide-number {
    left: 10px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 10px;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      border: solid 4px #FFFFFF;
      border-bottom: none;
      border-top: none;
      display: none;
      height: 14px;
      position: absolute;
      top: 0;
      width: 11px;
      right: 0; }
    .orbit-container .orbit-timer.paused > span {
      top: 0;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF;
      right: -4px; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    background-color: none;
    color: white;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px !important;
    top: 45%;
    width: 36px;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      border: inset 10px;
      display: block;
      height: 0;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 0; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #fff; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #fff;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #fff; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px; }
  .orbit-bullets li {
    background: #ccc;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 0.5625rem;
    margin-right: 6px;
    width: 0.5625rem;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  .orbit-timer {
    display: none; }
  .orbit-next, .orbit-prev {
    display: none; }
  .orbit-bullets {
    display: none; } }

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem; }
  ul.pagination li {
    color: #222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      border-radius: 3px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #999;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.0625rem 0.625rem 0.0625rem; }
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e5e5; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999;
      pointer-events: none; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus,
    ul.pagination li.unavailable:hover button,
    ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #008CBA;
      color: #fff;
      cursor: default;
      font-weight: bold; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #008CBA; }
  ul.pagination li {
    display: block;
    float: left; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    display: inline-block;
    float: none; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008CBA; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #0078a0; }
  .panel.radius {
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333;
    color: #eee;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  .pricing-table .price {
    background-color: #f6f6f6;
    color: #333;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  .pricing-table .description {
    background-color: #fff;
    border-bottom: dotted 1px #ddd;
    color: #777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 0.9375rem;
    text-align: center; }
  .pricing-table .bullet-item {
    background-color: #fff;
    border-bottom: dotted 1px #ddd;
    color: #333;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.9375rem;
    text-align: center; }
  .pricing-table .cta-button {
    background-color: #fff;
    padding: 1.25rem 1.25rem 0;
    text-align: center; }

/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem; }
  .progress .meter {
    background: #008CBA;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
    .progress .meter.secondary {
      background: #e7e7e7;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.success {
      background: #43AC6A;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.alert {
      background: #f04124;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
  .progress.secondary .meter {
    background: #e7e7e7;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.success .meter {
    background: #43AC6A;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.alert .meter {
    background: #f04124;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA; }
  .range-slider.vertical-range {
    border: 1px solid #DDDDDD;
    margin: 1.25rem 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    height: 12.5rem;
    width: 1rem; }
    .range-slider.vertical-range .range-slider-handle {
      bottom: -10.5rem;
      margin-left: -0.5rem;
      margin-top: 0;
      position: absolute; }
    .range-slider.vertical-range .range-slider-active-segment {
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit;
      border-top-left-radius: initial;
      bottom: 0;
      height: auto;
      width: 0.875rem; }
  .range-slider.radius {
    background: #FAFAFA;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #008CBA;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #007ba4; }
  .range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #008CBA;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #007ba4; }
  .range-slider.disabled, .range-slider[disabled] {
    background: #FAFAFA;
    cursor: not-allowed;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #008CBA;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #007ba4; }

.range-slider-active-segment {
  background: #e5e5e5;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute; }

.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008CBA; }
  .range-slider-handle:hover {
    background: #007ba4; }

.reveal-modal-bg {
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #fff;
  padding: 0;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal {
      top: 50px; } }
  .reveal-modal.radius {
    box-shadow: none;
    border-radius: 3px; }
  .reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0;
    box-shadow: none; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #aaa;
    cursor: pointer;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem; }

.side-nav {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0; }
  .side-nav li {
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0 0 0.4375rem 0; }
    .side-nav li a:not(.button) {
      color: #008CBA;
      display: block;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #1cc7ff; }
      .side-nav li a:not(.button):active {
        color: #1cc7ff; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #1cc7ff;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-weight: normal; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      list-style: none;
      padding: 0;
      border-top-color: #e6e5e5; }
    .side-nav li.heading {
      color: #008CBA;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      margin-left: -0.375rem;
      top: 48%; }
  .split.button span:after {
    border-color: #fff transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #fff transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .split.button.no-pip span:before {
    border-style: none; }
  .split.button.no-pip span:after {
    border-style: none; }
  .split.button.no-pip span > i {
    display: block;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em;
    position: absolute;
    top: 50%; }

.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    color: #999;
    float: left;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 1rem;
    margin-bottom: 0; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      color: #999;
      padding: 0.1875rem 1rem;
      text-decoration: none; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      background: #008CBA;
      color: #fff;
      cursor: default;
      font-weight: normal;
      padding: 0.1875rem 1rem; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #0078a0; }

.switch {
  border: none;
  margin-bottom: 1.25rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch label {
    background: #dddddd;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    transition: left 0.1s ease-out; }
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    background: #fff;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    width: 1.5rem;
    -webkit-transition: left 0.1s ease-out;
    -moz-transition: left 0.1s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.1s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #008CBA; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    height: 2rem;
    width: 4rem; }
  .switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #dddddd; }
  .switch label:after {
    background: #fff; }
  .switch input:checked + label {
    background: #008CBA; }
  .switch.large label {
    height: 2.5rem;
    width: 5rem; }
  .switch.large label:after {
    height: 2rem;
    width: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
  .switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    height: 1.5rem;
    width: 3rem; }
  .switch.tiny label:after {
    height: 1rem;
    width: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

table {
  background: #fff;
  border: solid 1px #ddd;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #f5f5f5; }
    table thead tr th,
    table thead tr td {
      color: #222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tfoot {
    background: #f5f5f5; }
    table tfoot tr th,
    table tfoot tr td {
      color: #222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tr th,
  table tr td {
    color: #222;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #efefef;
      color: #222;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active > a,
    .tabs .tab-title.active > a {
      background-color: #fff;
      color: #222; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #ccc;
  color: #333;
  cursor: help;
  font-weight: bold; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  background: #333;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }
  .tooltip > .nub {
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    border-bottom: dotted 1px #003f54 !important;
    color: #008CBA !important; }

.tap-to-close {
  color: #777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal; }

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333 transparent transparent transparent;
    bottom: -10px;
    top: auto; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%; } }

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

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: white; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 2.8125rem;
      z-index: 98; }

.top-bar {
  background: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input,
  .top-bar select {
    margin-bottom: 0; }
  .top-bar input,
  .top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  .top-bar .button, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    margin: 0;
    position: relative; }
  .top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      font-size: 1.0625rem;
      line-height: 2.8125rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        color: #135BA4;
        display: block;
        font-weight: normal;
        padding: 0 0.9375rem;
        width: 75%; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #135BA4;
      display: block;
      font-size: 0.8125rem;
      font-weight: bold;
      height: 2.8125rem;
      line-height: 2.8125rem;
      padding: 0 0.9375rem;
      position: relative;
      text-transform: uppercase; }
    .top-bar .toggle-topbar.menu-icon {
      margin-top: -16px;
      top: 50%; }
      .top-bar .toggle-topbar.menu-icon a {
        color: #135BA4;
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          display: block;
          height: 0;
          position: absolute;
          margin-top: -8px;
          top: 50%;
          right: 0.9375rem;
          box-shadow: 0 0 0 1px #135BA4, 0 7px 0 1px #135BA4, 0 14px 0 1px #135BA4;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    background: transparent;
    height: auto; }
    .top-bar.expanded .title-area {
      background: white; }
    .top-bar.expanded .toggle-topbar a {
      color: #135BA4; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #135BA4, 0 7px 0 1px #135BA4, 0 14px 0 1px #135BA4; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
      .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
      .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #807f7f;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: white; }
    .top-bar-section ul li > a {
      color: #135BA4;
      display: block;
      font-family: "ProximaNova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      padding-left: 0.9375rem;
      padding: 12px 0 12px 0.9375rem;
      text-transform: none;
      width: 100%; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        background-color: #008CBA;
        border-color: #0098ca;
        color: #fff; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #0098ca; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #e8e8e8;
        color: #333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #e8e8e8; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #47b670;
        color: #fff; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #47b670; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #f14b2f;
        color: #fff; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #f14b2f; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #f1902f;
        color: #fff; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #f1902f; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.info {
        background-color: #a0d3e8;
        border-color: #a5d5e9;
        color: #333; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          background-color: #a5d5e9; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          color: #333; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      background-color: #008CBA;
      border-color: #0098ca;
      color: #fff; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #0098ca; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #fff; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #e8e8e8;
        color: #333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #e8e8e8; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #47b670;
        color: #fff; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #47b670; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #fff; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #f14b2f;
        color: #fff; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #f14b2f; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #fff; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #f1902f;
        color: #fff; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #f1902f; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #fff; }
      .top-bar-section ul li > button.info {
        background-color: #a0d3e8;
        border-color: #a5d5e9;
        color: #333; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          background-color: #a5d5e9; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          color: #333; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      color: #135BA4;
      background: 10%; }
    .top-bar-section ul li.active > a {
      background: #008CBA;
      color: #135BA4; }
      .top-bar-section ul li.active > a:hover {
        background: #0078a0;
        color: #135BA4; }
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      border: inset 5px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent rgba(19, 91, 164, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
    .top-bar-section .dropdown li {
      height: auto;
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #135BA4;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      color: #999;
      font-size: 0.8125rem;
      font-weight: bold;
      margin-bottom: 0;
      padding: 8px 0.9375rem 2px;
      text-transform: uppercase; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40em) {
  .top-bar {
    background: white;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar .has-form > .button,
    .top-bar .has-form > button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar.expanded {
      background: white; }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 62.5rem; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: 10%;
      color: #135BA4; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: white;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: 10%; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #008CBA;
      color: #135BA4;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #135BA4; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(19, 91, 164, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.1875rem;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: white;
        color: #135BA4;
        line-height: 2.8125rem;
        padding: 12px 0.9375rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: white;
        color: #135BA4; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555555;
        color: #135BA4;
        background: #222222; }
      .top-bar-section .dropdown li label {
        background: white;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px white;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: white;
      height: 2.8125rem;
      padding: 0 0.9375rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: 10%;
    color: #135BA4; }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #135BA4; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64rem) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625rem) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625rem) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) and (max-width: 999999999999) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #bd260d;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #ddd; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #FFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1919;
  left: 0; }

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1919;
  right: 0; }

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  color: #FFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0.3125rem;
    left: 0.8125rem;
    box-shadow: 0 0 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b2b2, 0 7px 0 1px #b3b2b2, 0 14px 0 1px #b3b2b2; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 250px;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 250px;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 250px;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem; }
  .top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 250px;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem; }
  .bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #262626;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.6666666667rem;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }
    ul.off-canvas-list li a:active {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate(-250px, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -moz-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0); }

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .move-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -moz-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0); }

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .move-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -250px; }

.no-csstransforms .right-off-canvas-menu {
  right: -250px; }

.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem; }

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 250px; }

.no-csstransforms .move-right > .inner-wrap {
  left: 250px; }

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem; }

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 250px;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 250px;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 250px;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .top-submenu * {
    -webkit-backface-visibility: hidden; }
  .top-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .top-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 250px;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  .bottom-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .bottom-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.0625rem) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

.audio-player, .audio-player * {
  box-sizing: content-box; }

.audio-player {
  width: 100%;
  position: relative;
  background-color: #66aced;
  border-radius: 5px; }

.audio-player .button-play, .audio-player .button-pause, .audio-player .loader {
  padding: 10px 0;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  width: 40px;
  color: white; }

.audio-player .button-pause, .audio-player .loader, .audio-player .button-play {
  display: none; }

.audio-player .button-stop {
  padding: 10px 0;
  border-left: 2px solid white;
  border-right: 2px solid white;
  width: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  color: white;
  padding: 10px; }

.audio-player .track {
  position: absolute;
  left: 84px;
  right: 60px;
  margin: 18px 0 0 16px;
  height: 4px;
  vertical-align: top;
  background-color: white; }

.audio-player .progress {
  position: absolute;
  left: 0;
  background-color: #2c5871;
  width: 0;
  height: 4px;
  padding: 0; }

.audio-player .scrubber {
  position: absolute;
  background-color: white;
  left: 0;
  height: 20px;
  top: -8px;
  color: white;
  width: 8px; }

.audio-player .scrubber:after {
  width: 40px;
  height: 40px;
  display: inline-block;
  content: " ";
  margin: -10px 0 0 -17px;
  cursor: pointer; }

.audio-player .scrubber:hover:after {
  background: rgba(255, 255, 255, 0.1); }

.audio-player .time {
  font-family: Roboto, Helvetica, Arial;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 20px;
  padding: 10px; }

.unlimitedrow {
  max-width: none;
  border: 1px solid black;
  margin: 0px; }

html, body {
  height: 100%; }

body .row {
  max-width: 100%; }

body, body.normal {
  background-color: #ededed;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  padding-top: 55px; }

body.splash {
  background-color: #F5F7F6;
  background-position: left top;
  background-repeat: no-repeat; }

.view-wrapper {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-track {
  background: #f2f2f2; }

::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 8px; }

div.bluecopy p {
  color: #1a3665; }

.button {
  font-family: Roboto, Helvetica, Arial, sans-serif; }
  .button.success {
    background-color: #43AC6A;
    border-color: #43AC6A; }

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300; }

h3 {
  color: #666;
  font-size: 1.75em;
  font-weight: bold; }

h4 {
  color: #135BA4;
  font-size: 1.5em;
  font-weight: bold; }

h5 {
  color: #008BCA;
  font-size: 1.25em;
  font-weight: bold; }

h6 {
  font-size: 1em;
  font-weight: bold;
  font-style: italic; }

span.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: none; }
  span.icon div {
    width: 16px;
    height: 16px;
    border: none; }
  span.icon div.alert {
    background: url("/assets/img/icon-alert.png") no-repeat; }
  span.icon div.email {
    background: url("/assets/img/icon-email.png") no-repeat; }

.smFloater {
  float: left; }

.aLeft {
  text-align: left; }

.aRight {
  text-align: right; }

.aCenter {
  text-align: center; }

.smMessageBox {
  color: #666;
  background-color: #F4F8F9;
  border: 1px solid #DDD;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 5px 15px;
  margin: 5px 50px; }
  .smMessageBox .error {
    color: #F00; }
  .smMessageBox .warning {
    color: #F60; }
  .smMessageBox .ok {
    color: #0C0; }
  .smMessageBox .notice {
    color: #135BA4; }

dl.tabs dd a {
  color: #999; }

dl.tabs dd.active a {
  background-color: #DDF;
  color: #666;
  font-weight: bold; }

div.wrapper {
  max-width: 1600px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto; }

.static {
  margin-top: 50px; }
  .static h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #4cace6; }
  .static h4 {
    color: #4cace6;
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px; }
  .static p, .static ol, .static ul {
    font-size: 15px;
    font-weight: 200;
    color: #444; }
  .static li {
    margin-left: 3em; }

.info-text.alert {
  color: #f04124; }

.hide {
  visibility: none; }

.show {
  visibility: inline-block; }

.page-header {
  margin: 30px 0 15px 15px; }
  .page-header h2 {
    color: #2C5871;
    font-size: 20px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0; }

.alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

@media screen and (max-width: 640px) {
  .view-wrapper {
    width: 100%; } }

.reveal-modal {
  width: 100%;
  max-width: 640px;
  min-height: auto;
  top: 50px !important; }
  .reveal-modal h1 {
    font-size: 32px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px; }
  .reveal-modal .modal-body {
    margin: 20px 0 30px 0; }
  .reveal-modal .close-modal, .reveal-modal .close-reveal-modal {
    position: static;
    color: #fff;
    font-weight: normal;
    font-size: 1rem; }
    .reveal-modal .close-modal.cancel, .reveal-modal .close-reveal-modal.cancel {
      color: #333; }
      .reveal-modal .close-modal.cancel:hover, .reveal-modal .close-reveal-modal.cancel:hover {
        background: #ddd; }

.reveal-modal-bg {
  background: rgba(0, 0, 0, 0.75); }

.reveal-modal.modal-content {
  padding: 1.25rem; }

.reveal-modal.ra-modal.consent-modal {
  outline: none;
  padding-bottom: 20px; }
  .reveal-modal.ra-modal.consent-modal .modal-icon-heading {
    padding: 10px 0;
    color: #bbb;
    font-weight: 300; }
  .reveal-modal.ra-modal.consent-modal .modal-icon-heading-label {
    display: inline;
    vertical-align: middle; }
  .reveal-modal.ra-modal.consent-modal .modal-content {
    width: auto;
    background-color: white; }
  .reveal-modal.ra-modal.consent-modal h3 {
    text-align: center;
    color: white;
    background-color: #4cace6;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px; }
  .reveal-modal.ra-modal.consent-modal .select-text {
    border-radius: 3px;
    background-color: white;
    font-size: 1em; }
  .reveal-modal.ra-modal.consent-modal .description-text {
    font-weight: 300;
    color: #2C5871;
    margin-bottom: 20px; }
    .reveal-modal.ra-modal.consent-modal .description-text p {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.3; }
  .reveal-modal.ra-modal.consent-modal .phone-label {
    color: #2C5871;
    padding-top: 6px;
    margin-bottom: 5px; }
  .reveal-modal.ra-modal.consent-modal .agree-text {
    margin: 20px 0 10px;
    color: #2C5871;
    text-align: center;
    font-weight: 300; }
  .reveal-modal.ra-modal.consent-modal .modal-footer {
    text-align: center;
    padding: 15px 0;
    background: #fff; }
    .reveal-modal.ra-modal.consent-modal .modal-footer .button {
      margin: 0 5px;
      font-weight: 300;
      line-height: 5px; }
      .reveal-modal.ra-modal.consent-modal .modal-footer .button.primary {
        background: #4cace6;
        border: 1px solid #4cace6;
        vertical-align: top; }
      .reveal-modal.ra-modal.consent-modal .modal-footer .button.secondary {
        background: transparent;
        border: 1px solid #4cace6;
        color: #4cace6;
        vertical-align: top; }

body, body.normal {
  padding-top: 0; }

.off-canvas-wrap {
  display: flex;
  min-height: 100%; }

.left-off-canvas-menu {
  background: #fff; }
  .left-off-canvas-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .left-off-canvas-menu ul li.active a {
      background: #f3f3f3;
      padding-left: 18px; }
    .left-off-canvas-menu ul li a {
      position: relative; }
      .left-off-canvas-menu ul li a .count-label-wrapper {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: flex; }
  .left-off-canvas-menu .menu-section-heading {
    border: 0;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 5px;
    color: #999; }
    .left-off-canvas-menu .menu-section-heading:hover {
      background: #fff; }
    .left-off-canvas-menu .menu-section-heading .fa {
      margin-right: 10px; }
  .left-off-canvas-menu button.dropdown {
    background: #fff;
    color: #444;
    font-weight: 500;
    border: 0;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    font-size: 12px;
    padding-left: 20px;
    margin-bottom: 0; }
    .left-off-canvas-menu button.dropdown:after {
      border-color: #444 transparent transparent transparent;
      border-width: 4px;
      right: 15px; }
    .left-off-canvas-menu button.dropdown:focus {
      outline: none; }
    .left-off-canvas-menu button.dropdown:hover {
      background: #f7f7f7; }
    .left-off-canvas-menu button.dropdown .fa {
      margin-right: 20px; }
  .left-off-canvas-menu .f-dropdown {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); }
    .left-off-canvas-menu .f-dropdown li a {
      color: #444;
      font-size: 12px;
      padding: 8px 12px; }
      .left-off-canvas-menu .f-dropdown li a .flag {
        font-size: 16px;
        vertical-align: middle; }
    .left-off-canvas-menu .f-dropdown.open {
      left: 24px !important; }
    .left-off-canvas-menu .f-dropdown li:hover {
      background: #f7f7f7; }
  .left-off-canvas-menu nav-menu.nav-menu-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; }
  .left-off-canvas-menu .static-container, .left-off-canvas-menu .border-top {
    border-top: 1px solid #eee; }
  .left-off-canvas-menu .static-container {
    flex-grow: 1; }
  .left-off-canvas-menu .footer {
    background: #f7f7f7;
    font-size: 10px;
    color: #bbb;
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    margin-bottom: 0; }
    .left-off-canvas-menu .footer a {
      color: #999; }
      .left-off-canvas-menu .footer a:hover {
        color: #999;
        text-decoration: underline; }

.left-off-canvas-toggle {
  color: #fff;
  display: inline-block;
  height: 100%;
  width: 100%;
  font-size: 18px;
  border-radius: 30px;
  transition: background 0.3s ease-in-out; }
  .left-off-canvas-toggle:hover {
    color: #fff;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1); }
  .left-off-canvas-toggle .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    margin-top: 2px; }
  .left-off-canvas-toggle .badge-wrapper {
    position: absolute;
    display: flex;
    right: 9px;
    top: 12px; }

.left-off-canvas-menu, .inner-wrap {
  position: absolute;
  height: 100%;
  overflow: auto;
  transition: transform 100ms ease; }

.move-right .exit-off-canvas {
  background: rgba(0, 0, 0, 0.4);
  box-shadow: none; }
  .move-right .exit-off-canvas:hover {
    background: rgba(0, 0, 0, 0.4);
    box-shadow: none; }

.move-right > .inner-wrap {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.move-right .left-off-canvas-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9999; }

.tab-bar-section.middle {
  text-align: left;
  left: 60px;
  right: 100px;
  height: 60px; }

.left-small, .right-small {
  height: 60px;
  border: none;
  text-align: center;
  padding: 5px; }

.left-small {
  width: 60px; }

.right-small {
  width: 100px; }
  .right-small.authenticated {
    padding: 0; }

.tab-bar {
  background: #3B9CDE;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }
  .tab-bar h1 {
    line-height: 60px; }
  .tab-bar .right-small:not(.authenticated) {
    width: inherit;
    padding-right: 30px; }
    .tab-bar .right-small:not(.authenticated) ul.nav-links {
      margin: 0;
      list-style: none;
      float: right; }
      .tab-bar .right-small:not(.authenticated) ul.nav-links li {
        float: left; }
        .tab-bar .right-small:not(.authenticated) ul.nav-links li.active a, .tab-bar .right-small:not(.authenticated) ul.nav-links li.active:hover a {
          background: rgba(255, 255, 255, 0.2); }
        .tab-bar .right-small:not(.authenticated) ul.nav-links li a {
          display: inline-block;
          border-radius: 5px;
          margin-top: 5px;
          color: #fff;
          font-size: 13px;
          line-height: 40px;
          padding: 0 10px;
          margin-top: 5px;
          margin-left: 8px;
          transition: background 0.2s ease-in-out; }
          .tab-bar .right-small:not(.authenticated) ul.nav-links li a:hover {
            color: #fff;
            background: rgba(255, 255, 255, 0.1); }

a.sm-logo {
  background: url("/assets/img/sm-logo-white.svg") center center no-repeat;
  top: 0;
  width: 180px;
  height: 100%;
  left: 10px; }

a.event-logo {
  top: 0;
  width: 180px;
  height: 100%;
  left: 10px; }

a.sm-logo.left-off-canvas-toggle {
  transition: none;
  background: url("/assets/img/sm-logo-white.svg") center center no-repeat; }

.intrado-logo {
  background: url("/assets/img/intrado-white-small.png") center center no-repeat;
  width: 80px;
  height: 60px;
  background-size: contain;
  opacity: 0.6; }

ul.off-canvas-list li.user,
.static-wrapper ul li.user {
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  ul.off-canvas-list li.user .fa-stack,
  .static-wrapper ul li.user .fa-stack {
    width: 57px;
    font-size: 18px; }
  ul.off-canvas-list li.user .fa-circle,
  .static-wrapper ul li.user .fa-circle {
    color: #ddd; }
  ul.off-canvas-list li.user .fa-user,
  .static-wrapper ul li.user .fa-user {
    color: #999; }
  ul.off-canvas-list li.user .user-name,
  .static-wrapper ul li.user .user-name {
    font-size: 12px;
    font-weight: 500; }
  ul.off-canvas-list li.user .user-email,
  .static-wrapper ul li.user .user-email {
    font-size: 10px;
    color: #aaa; }

ul.off-canvas-list li a,
.static-wrapper ul li a {
  border: 0;
  color: #5a5a5a;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: none; }
  ul.off-canvas-list li a .fa,
  .static-wrapper ul li a .fa {
    margin-right: 15px; }
  ul.off-canvas-list li a:hover,
  .static-wrapper ul li a:hover {
    background: #f7f7f7; }
  ul.off-canvas-list li a.my-groups,
  .static-wrapper ul li a.my-groups {
    padding-left: 40px; }

ul.off-canvas-list li.groups-bottom,
.static-wrapper ul li.groups-bottom {
  padding-bottom: 10px; }

.static-wrapper ul li a {
  font-size: 12px;
  display: block;
  padding: 5px 20px; }

.static-wrapper ul.support {
  border-top: 1px solid #eee;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 15px; }
  .static-wrapper ul.support a {
    color: #999;
    font-weight: 400; }

.top-bar {
  background: #3B9CDE;
  color: #fff;
  height: 55px;
  line-height: 55px; }
  .top-bar .name {
    height: 55px;
    margin-left: 24px;
    line-height: 55px; }
  .top-bar.expanded .title-area {
    background: #3B9CDE; }
  .top-bar.expanded .top-bar-section .has-dropdown .fa {
    color: #fff; }
  .top-bar.expanded .top-bar-section .has-dropdown .fa-chevron-down:before {
    content: "\f054";
    position: absolute;
    right: 10px;
    top: 18px; }

.top-bar-section ul li > a {
  background: #3B9CDE;
  color: #fff;
  text-decoration: none;
  font-family: inherit;
  font-size: 13px; }
  .top-bar-section ul li > a:hover {
    background: #50a8e4;
    color: #fff; }

.top-bar-section .has-dropdown > a:after {
  display: none; }

.top-bar-section .has-dropdown > a .fa.chevron-down:before {
  content: "\f078";
  top: 20px;
  font-size: 10px;
  color: #ccc; }

.top-bar-section .dropdown li a {
  padding: 12px 0.9375rem; }

.top-bar-section .dropdown li.title h5 a {
  background: #3B9CDE;
  color: #fff;
  font-size: 14px;
  padding: 0 15px; }
  .top-bar-section .dropdown li.title h5 a:before {
    content: "\f053";
    line-height: 40px;
    margin-right: 10px;
    font-family: FontAwesome;
    font-size: 12px; }
  .top-bar-section .dropdown li.title h5 a:hover {
    background: #50a8e4;
    color: #fff; }

li.user-dropdown.has-dropdown.not-click a {
  background: #3B9CDE;
  color: #fff; }

li.user-dropdown.has-dropdown:before {
  border-left: 1px solid rgba(115, 184, 230, 0.72);
  position: absolute;
  content: "";
  height: 35px;
  top: 10px; }

li.user-dropdown.has-dropdown .fa {
  font-size: 18px;
  margin-right: 5px;
  color: #fff; }

li.user-dropdown.has-dropdown > a .fa-chevron-down {
  margin-right: 0;
  margin-left: 5px;
  font-size: 12px; }

li.language-dropdown.has-dropdown.not-click a {
  background: #3B9CDE;
  color: #fff; }

li.language-dropdown.has-dropdown:before {
  position: absolute;
  content: "";
  height: 35px;
  top: 10px; }

li.language-dropdown.has-dropdown .fa {
  font-size: 18px;
  margin-right: 5px;
  color: #fff; }

li.language-dropdown.has-dropdown > a .fa-chevron-down {
  margin-right: 0;
  margin-left: 5px;
  font-size: 12px; }

.top-bar-section .has-dropdown a .fa-chevron-down {
  margin-right: 0;
  margin-left: 5px;
  font-size: 12px; }

.label.alert.offset-count-label {
  background-color: #fa4f4e;
  padding: 3px 6px !important; }

.sm-logo {
  background: url("/assets/img/sm-logo-white.svg") center 0 no-repeat;
  position: absolute;
  top: 14px;
  left: 24px;
  width: 186px;
  height: 40px;
  background-size: contain; }

.event-logo {
  position: absolute;
  top: 14px;
  left: 24px;
  width: 186px;
  height: 40px;
  background-size: contain; }

div.headerbox {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); }

.top-bar .top-bar-section ul li.active > a,
.top-bar .top-bar-section ul li.active > a:hover {
  background-color: #5db1ea;
  background: #5db1ea;
  color: #fff; }

.top-bar .toggle-topbar.menu-icon {
  height: 55px;
  line-height: 55px;
  top: 0;
  margin-top: 0; }
  .top-bar .toggle-topbar.menu-icon a {
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    color: #fff; }
    .top-bar .toggle-topbar.menu-icon a .icon {
      font-size: 24px; }
      .top-bar .toggle-topbar.menu-icon a .icon:before {
        margin-top: 0;
        line-height: 55px; }
  .top-bar .toggle-topbar.menu-icon .badge-wrapper {
    position: absolute; }
    .top-bar .toggle-topbar.menu-icon .badge-wrapper .offset-count-label {
      position: absolute;
      top: 8px;
      right: 5px;
      left: initial; }

.top-bar-section ul li.border-top {
  border-top: 1px solid #50a8e4; }

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #3B9CDE;
  background: #3B9CDE;
  color: #fff; }

.top-bar-section ul li.active:hover:not(.has-form) > a {
  background-color: #5db1ea;
  background: #5db1ea;
  color: #fff; }

.top-bar-section ul.dropdown {
  margin-top: 0px;
  border-top: 1px solid #50a8e4;
  border-left: 1px solid #3B9CDE;
  border-bottom: 1px solid #3B9CDE;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  min-width: 200px; }
  .top-bar-section ul.dropdown li.active:not(.has-form) a:not(.button) {
    border-bottom: 0;
    line-height: 40px;
    height: 40px;
    background: #5db1ea; }
  .top-bar-section ul.dropdown a {
    color: #fff; }
  .top-bar-section ul.dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #3B9CDE;
    color: #fff;
    line-height: 40px;
    height: 40px; }
  .top-bar-section ul.dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #50a8e4;
    background: #50a8e4;
    color: #fff; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .dropdown {
    clip: rect(0px, 0px, 0px, 0px); } }

@media only screen and (min-width: 40em) {
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #3B9CDE;
    color: #fff;
    line-height: 55px;
    height: 55px; }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
      background: #50a8e4;
      color: #fff; }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    line-height: 55px;
    background: #5db1ea;
    color: #fff;
    font-weight: 400;
    border-bottom: 3px solid;
    border-left: 0;
    height: 55px; }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
      background: #5db1ea;
      color: #fff;
      border-left: 0; } }

@media (max-width: 640px) {
  .tab-bar-section a.sm-logo {
    width: 160px;
    left: 0; }
  .tab-bar-section a.event-logo {
    width: 160px;
    left: 0; }
  .tab-bar .right-small:not(.authenticated) {
    padding-right: 15px; }
    .tab-bar .right-small:not(.authenticated) ul.nav-links li a {
      font-size: 11px;
      padding: 0 5px; } }

@media (max-width: 640px) {
  .top-bar .top-bar-section ul li.active > a {
    background: #5db1ea;
    color: #fff; }
    .top-bar .top-bar-section ul li.active > a:hover {
      background: #5db1ea;
      color: #fff; }
  .top-bar .top-bar-section ul li > a {
    background: #3B9CDE;
    color: #fff; }
    .top-bar .top-bar-section ul li > a:hover {
      background: #50a8e4;
      color: #fff; }
  .top-bar-section ul.dropdown li:not(.has-form):not(.active) > a:not(.button),
  .top-bar-section ul.dropdown li.active:not(.has-form) a:not(.button) {
    line-height: inherit; }
  li.user-dropdown {
    border-top: 1px solid #50a8e4; }
  li.language-dropdown {
    border-top: 1px solid #50a8e4; } }

.language-dropdown .flag-image {
  padding-right: 10px; }

.no-js .tabs, .no-js .ic-tabs {
  padding: 0;
  margin: 0; }
  .no-js .tabs .tab-title, .no-js .ic-tabs .tab-title {
    margin-right: 15px; }

.no-js .tabs-content > .content {
  display: none; }
  .no-js .tabs-content > .content.active {
    display: block; }

.no-js .tabs .tab-title > a {
  font-family: inherit; }

label.checkbox {
  line-height: 30px;
  color: #444; }
  label.checkbox input {
    display: none;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
    vertical-align: middle; }
    label.checkbox input + .checkbox-icon {
      vertical-align: middle;
      margin-right: 10px;
      color: #CCC;
      width: 20px; }
      label.checkbox input + .checkbox-icon:before {
        content: "\f1db"; }
    label.checkbox input:checked + .checkbox-icon {
      color: #43AC6A; }
      label.checkbox input:checked + .checkbox-icon:before {
        content: "\f058"; }

label.radio {
  line-height: 30px;
  color: #444; }
  label.radio input {
    display: none;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
    vertical-align: middle; }
    label.radio input + .radio-icon {
      vertical-align: middle;
      margin-right: 10px;
      color: #CCC;
      width: 20px; }
      label.radio input + .radio-icon:before {
        content: "\f1db"; }
    label.radio input:checked + .radio-icon {
      color: #43AC6A; }
      label.radio input:checked + .radio-icon:before {
        content: "\f192"; }

.contacts .contact-info-wrapper {
  border: 1px solid #cccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.contacts .weak-text {
  font-weight: 100; }

.contacts .link {
  color: #4cace6;
  cursor: pointer; }

.contacts .refresh-text-container {
  margin-left: 15px; }
  .contacts .refresh-text-container .refresh-text {
    display: inline-block; }
  .contacts .refresh-text-container .refreshing-text {
    display: inline-block;
    color: #2C5871; }
    .contacts .refresh-text-container .refreshing-text .spinner {
      margin-left: 5px;
      width: 16px;
      height: 16px; }
  .contacts .refresh-text-container .complete-text {
    display: inline-block;
    color: #47b670; }
    .contacts .refresh-text-container .complete-text .check-icon {
      font-size: 18px;
      margin-left: 5px; }

.contacts .still-missing-text {
  margin-top: 10px; }

.contacts .no-contacts-message {
  background-color: white;
  padding: 20px;
  text-align: center;
  border: 1px solid #ccc;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  font-weight: 100; }
  .contacts .no-contacts-message .fa {
    color: #ccc;
    font-size: 125px;
    padding: 20px; }
  .contacts .no-contacts-message .alert.alert-warning {
    margin-bottom: 20px;
    text-align: left;
    padding: 10px 40px; }
    .contacts .no-contacts-message .alert.alert-warning .warning-heading {
      font-weight: 400; }
    .contacts .no-contacts-message .alert.alert-warning .fa {
      color: #8a6d3b;
      margin-top: 20px;
      font-size: 22px;
      padding: 0 10px 0 0; }
    .contacts .no-contacts-message .alert.alert-warning p {
      font-weight: 300;
      font-size: 15px; }
  .contacts .no-contacts-message .link {
    display: inline-block;
    margin: 5px 0 20px 0;
    color: #4cace6;
    cursor: pointer; }

.contacts .contact-list {
  margin-top: 10px; }

.contact-info-wrapper .contact-info-row {
  overflow: hidden;
  padding: 20px;
  background: white;
  position: relative;
  border: 1px solid #fff;
  font-weight: 200; }
  .contact-info-wrapper .contact-info-row .left, .contact-info-wrapper .contact-info-row .right {
    font-size: 18px;
    line-height: 20px; }

.contact-info-wrapper .contact-info-row {
  border-top: 1px solid #eee; }

.contact-info-wrapper .personal-info {
  padding: 0;
  background: white;
  overflow: hidden;
  min-height: 85px; }
  .contact-info-wrapper .personal-info .left {
    vertical-align: top;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 2em;
    line-height: 48px;
    margin: 10px; }
  .contact-info-wrapper .personal-info .right {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 15px;
    width: calc(100% - 80px); }
    .contact-info-wrapper .personal-info .right .name {
      font-size: 1.2em;
      color: #2C5871;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .contact-info-wrapper .personal-info .right .organization {
      font-size: 0.7em;
      color: #999;
      line-height: 1.5em;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .contact-info-wrapper .personal-info .right .organization .more {
        color: #999; }
  .contact-info-wrapper .personal-info .name {
    font-size: 18px !important; }
  .contact-info-wrapper .personal-info .organization {
    font-size: 12px !important; }

.contact-info-wrapper .sa-enable-label {
  color: #999; }
  .contact-info-wrapper .sa-enable-label .fa.checkbox-icon {
    margin-right: 0; }
    .contact-info-wrapper .sa-enable-label .fa.checkbox-icon.checked {
      color: #4cace6 !important; }

.contact-info-wrapper .sa-pin-input {
  display: inline-block;
  width: 100px;
  font-size: 18px;
  font-family: monospace;
  text-align: right;
  color: #999;
  margin-bottom: 0;
  padding: 0;
  letter-spacing: 4px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: white !important; }

.contact-info-wrapper .eye-icon-container {
  display: inline-block;
  cursor: pointer;
  margin-left: 5px; }

.contact-info-wrapper .contact-info .pointer {
  cursor: pointer; }

.contact-info-wrapper .contact-info .infocenter-plus-data {
  color: #999; }
  .contact-info-wrapper .contact-info .infocenter-plus-data .attendance .right .absence {
    text-align: center;
    float: left; }
    .contact-info-wrapper .contact-info .infocenter-plus-data .attendance .right .absence .title {
      font-size: 12px; }
  .contact-info-wrapper .contact-info .infocenter-plus-data .attendance .right .tardy {
    text-align: center;
    float: left;
    margin-left: 25px; }
    .contact-info-wrapper .contact-info .infocenter-plus-data .attendance .right .tardy .title {
      font-size: 12px; }

.contact-info-wrapper .contact-info .bus-route .right {
  text-align: right;
  font-size: 13px; }

.contact-info-wrapper .contact-info .view-schedule {
  text-align: center; }
  .contact-info-wrapper .contact-info .view-schedule .text {
    display: inline-block;
    color: #4cace6;
    cursor: pointer; }

.contact-info-wrapper .contact-info .guardian-status {
  padding: 20px; }
  .contact-info-wrapper .contact-info .guardian-status .text {
    text-align: center; }

.contact-info-wrapper .show-more-indicator {
  text-align: center;
  background-color: white;
  color: #A4B5C5;
  font-size: 12px;
  padding: 5px;
  border-top: 1px solid #eee;
  cursor: pointer; }

.enrollment-modal .modal-title {
  text-align: center; }

.enrollment-modal .modal-row-wrapper {
  border-bottom: 1px solid #eee;
  padding: 20px;
  margin: 10px; }

.enrollment-modal .section-id {
  color: #2C5871;
  font-size: 1.2em; }

.enrollment-modal .user {
  position: relative;
  width: 100%;
  min-height: 40px;
  margin-bottom: 5px; }
  .enrollment-modal .user .name {
    line-height: 40px;
    color: #999; }

.enrollment-modal .icon-section {
  position: absolute;
  top: 0px;
  right: 0px; }

.enrollment-modal .icon-wrapper {
  border: 1px solid #A4B5C5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: right;
  margin-left: 10px; }
  .enrollment-modal .icon-wrapper .icon.fa.fa-phone {
    line-height: 40px; }

.enrollment-modal .section-data {
  color: #999; }

.enrollment-modal .grade {
  color: #999; }

.preferences {
  padding: 30px 0; }
  .preferences .no-js .ic-tabs {
    border-bottom: 1px solid #ddd; }
  .preferences .tabs .tab-title {
    margin-right: 15px;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    font-weight: 300; }
    .preferences .tabs .tab-title a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      background: #fff;
      color: #4cace6; }
    .preferences .tabs .tab-title.active a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      background: #4cace6;
      color: #fff;
      border: 1px solid #4cace6; }
    .preferences .tabs .tab-title:hover {
      border: 1px solid #CCC; }
  .preferences .tabs-content {
    margin-top: 50px;
    display: none; }
    .preferences .tabs-content.active {
      display: block; }
    .preferences .tabs-content li {
      padding: 0; }
    .preferences .tabs-content .heading.contact-info {
      margin: 0; }
      .preferences .tabs-content .heading.contact-info .columns {
        padding: 0; }
  .preferences .customer-name-upper {
    font-weight: bold;
    text-transform: uppercase; }
  .preferences .heading {
    color: #2C5871;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    font-weight: 300; }
    .preferences .heading .heading {
      border: 0;
      margin: 0;
      padding: 0; }

h3, h3.pref-heading {
  color: #2C5871;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 20px 0; }

.add-button-container {
  margin-top: -10px;
  position: relative; }
  .add-button-container .button-group {
    margin-top: -16px; }
  .add-button-container .button {
    margin: 0; }
    .add-button-container .button .icon {
      font-size: 15px;
      height: 40px;
      width: 40px;
      line-height: 42px;
      text-align: center; }
    .add-button-container .button.add-more {
      border-radius: 50%;
      padding: 0; }
      .add-button-container .button.add-more .add-more-label {
        float: left;
        margin-left: -85px;
        color: #2C5871;
        margin-top: 15px;
        font-size: 15px; }
    .add-button-container .button.dropdown:after {
      display: none; }
    .add-button-container .button.menu-item {
      background-color: #4cace6;
      border: 0;
      margin: 0;
      color: #fff;
      padding: 20px;
      text-align: left;
      font-size: 16px; }
      .add-button-container .button.menu-item:hover {
        background-color: #30A5D0; }
  .add-button-container ul.f-dropdown {
    width: 220px;
    border: 0;
    top: 55px !important;
    max-width: 220px !important;
    min-width: 220px !important; }
    .add-button-container ul.f-dropdown.open {
      left: -178px !important; }
    .add-button-container ul.f-dropdown:before, .add-button-container ul.f-dropdown:after, .add-button-container ul.f-dropdown.drop-left:before, .add-button-container ul.f-dropdown.drop-left:after {
      display: none; }
    .add-button-container ul.f-dropdown.drop-left {
      background: transparent; }
    .add-button-container ul.f-dropdown li:hover, .add-button-container ul.f-dropdown li:focus {
      background: transparent; }
    .add-button-container ul.f-dropdown li:first-child {
      border-bottom: 1px solid #fff; }
      .add-button-container ul.f-dropdown li:first-child .button {
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); }
        .add-button-container ul.f-dropdown li:first-child .button.menu-item {
          border-top-right-radius: 15px; }
        .add-button-container ul.f-dropdown li:first-child .button.menu-item {
          border-top-left-radius: 15px; }
    .add-button-container ul.f-dropdown li:last-child .button {
      box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); }
      .add-button-container ul.f-dropdown li:last-child .button.menu-item {
        border-bottom-right-radius: 15px; }
      .add-button-container ul.f-dropdown li:last-child .button.menu-item {
        border-bottom-left-radius: 15px; }

.contact-types {
  margin: 20px 0 50px 0;
  list-style: none;
  position: relative; }

.contact-pref-type {
  margin: 0;
  padding: 15px 0 0 30px;
  border-bottom: 1px solid #ddd; }
  .contact-pref-type ul {
    list-style: none;
    margin: 0;
    padding: 0 20px 10px 70px; }

.contact-type-container {
  background: #fff;
  padding: 0;
  margin: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  position: relative;
  border: 1px solid #fff;
  overflow: hidden; }
  .contact-type-container .contact-link {
    cursor: pointer;
    color: #2C5871;
    display: block;
    text-decoration: none;
    padding: 15px;
    overflow: hidden; }
  .contact-type-container .contact-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    color: #A4B5C5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #A4B5C5;
    position: relative; }
    .contact-type-container .contact-icon .icon {
      font-size: 22px;
      position: absolute;
      left: 0;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      margin-top: -1px; }
      .contact-type-container .contact-icon .icon.fa-phone {
        font-size: 24px;
        margin-top: 0; }
      .contact-type-container .contact-icon .icon.fa-envelope {
        margin-left: -1px; }
    .contact-type-container .contact-icon.has-notifications {
      background: #43AC6A !important;
      border: 1px solid #43AC6A !important;
      color: #fff !important; }
      .contact-type-container .contact-icon.has-notifications.require-consent[data-has-emergency-notification=false] {
        background: #fff !important;
        border: 1px solid #A4B5C5 !important;
        color: #A4B5C5 !important; }
    .contact-type-container .contact-icon.consent-yes, .contact-type-container .contact-icon.consent-no, .contact-type-container .contact-icon.consent-unknown {
      background: #fff;
      border: 1px solid #A4B5C5;
      color: #A4B5C5; }
  .contact-type-container .contact-icon-wrapper {
    display: inline-block;
    vertical-align: top; }
  .contact-type-container .contact-details-wrapper {
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    position: absolute; }
  .contact-type-container .consent-label {
    font-size: 12px;
    line-height: 14px; }
    .contact-type-container .consent-label.consent-pending, .contact-type-container .consent-label.consent-unknown {
      color: #ff7978; }
    .contact-type-container .consent-label .consent-spacer {
      color: #999;
      padding: 0 5px; }
    .contact-type-container .consent-label .consent-link {
      color: #4cace6; }
  .contact-type-container .contact-data {
    line-height: 26px;
    font-weight: 300; }
    .contact-type-container .contact-data.email {
      line-height: 40px; }
  .contact-type-container.pending, .contact-type-container.pending:hover, .contact-type-container.unknown, .contact-type-container.unknown:hover {
    border: 1px solid #ff7978 !important; }
  .contact-type-container:hover {
    border: 1px solid #CCC; }
  .contact-type-container .tooltip {
    width: 200px !important;
    text-align: center; }
  .contact-type-container .action-icon-container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    background: transparent;
    border: 0;
    line-height: 50px;
    color: #aaa;
    padding: 10px 10px 10px 5px; }
    .contact-type-container .action-icon-container .fa {
      font-size: 18px;
      line-height: 55px;
      width: 30px; }
      .contact-type-container .action-icon-container .fa.delete:before {
        content: '\f00d'; }
      .contact-type-container .action-icon-container .fa.info:hover {
        color: #666; }
    .contact-type-container .action-icon-container:hover .delete {
      font-size: 30px; }
      .contact-type-container .action-icon-container:hover .delete:before {
        content: '\f057';
        color: #ff7978; }
  .contact-type-container.unverified {
    border: 1px solid #f8bcbc;
    background: #fff8f8; }
    .contact-type-container.unverified .has-notifications {
      background: #ff7978 !important;
      border: 1px solid #ff7978 !important; }
    .contact-type-container.unverified .delete-contact-type {
      background: #fff8f8; }

.contact-pref-container {
  position: relative;
  height: 200px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  margin: 10px;
  border: 1px solid #fff; }
  .contact-pref-container.listview:hover {
    cursor: pointer;
    border: 1px solid #CCC; }
  .contact-pref-container .top {
    height: 99px;
    background: #4cace6;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 99px;
    font-weight: 300; }
  .contact-pref-container .bottom {
    height: 99px;
    background: #fff;
    position: absolute;
    top: 99px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 99px;
    padding: 15px; }
  .contact-pref-container .pref-icon-wrapper {
    position: absolute;
    height: 44px;
    top: 80px;
    width: 100%;
    text-align: center;
    height: 44px; }
    .contact-pref-container .pref-icon-wrapper .pref-icon.disabled {
      background: #eee;
      border: 1px solid #ddd; }
      .contact-pref-container .pref-icon-wrapper .pref-icon.disabled .fa-phone {
        color: #bbb; }

.pref-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin: -2px 2px 0;
  border: 1px solid #A4B5C5;
  line-height: 42px;
  color: #2C5871;
  vertical-align: middle;
  text-align: center;
  font-size: 10px;
  position: relative; }
  .pref-icon .icon {
    color: #A4B5C5;
    position: absolute;
    left: -1px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    vertical-align: middle; }
    .pref-icon .icon.fa-comment, .pref-icon .icon.fa-envelope {
      margin-top: -1px; }
    .pref-icon .icon.fa-phone {
      font-size: 24px; }
  .pref-icon.selected {
    background: #43AC6A;
    color: #fff;
    border: 1px solid #fff; }
    .pref-icon.selected .icon {
      color: #fff; }
  .pref-icon.preview-bg {
    background: #fff;
    color: #fff;
    border: 1px solid #A4B5C5; }
    .pref-icon.preview-bg .icon {
      color: #A4B5C5; }
  .pref-icon.preview-bg {
    margin-right: 20px; }

.reveal-modal {
  outline: none; }

.reveal-modal.preferences, .reveal-modal.change-consent-modal {
  padding: 0;
  width: 500px;
  background: #F4F8F9; }
  .reveal-modal.preferences .modal-header, .reveal-modal.change-consent-modal .modal-header {
    padding: 25px 25px 15px;
    color: #fff;
    background: #4cace6; }
    .reveal-modal.preferences .modal-header h1, .reveal-modal.change-consent-modal .modal-header h1 {
      color: #fff;
      border: 0;
      margin: 0;
      padding: 0;
      font-weight: 300;
      font-size: 20px; }
    .reveal-modal.preferences .modal-header p, .reveal-modal.change-consent-modal .modal-header p {
      font-size: 14px;
      margin: 5px 0;
      opacity: 0.7;
      font-weight: 300; }
  .reveal-modal.preferences .modal-icon-heading, .reveal-modal.change-consent-modal .modal-icon-heading {
    padding: 10px 0;
    color: #bbb;
    font-weight: 300; }
    .reveal-modal.preferences .modal-icon-heading img, .reveal-modal.change-consent-modal .modal-icon-heading img {
      margin-right: 10px; }
  .reveal-modal.preferences .modal-icon-heading-label, .reveal-modal.change-consent-modal .modal-icon-heading-label {
    display: inline;
    vertical-align: middle; }
  .reveal-modal.preferences .modal-body, .reveal-modal.change-consent-modal .modal-body {
    max-height: 600px;
    overflow: auto;
    margin: 0;
    padding: 0;
    background: #fff; }
    .reveal-modal.preferences .modal-body .pref-heading, .reveal-modal.change-consent-modal .modal-body .pref-heading {
      color: #2C5871;
      font-size: 16px;
      font-weight: 400;
      margin: 0;
      padding: 0; }
    .reveal-modal.preferences .modal-body .contact-container, .reveal-modal.change-consent-modal .modal-body .contact-container {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #ddd; }
    .reveal-modal.preferences .modal-body label, .reveal-modal.change-consent-modal .modal-body label {
      font-size: 16px;
      font-weight: 300;
      color: #2C5871;
      margin-bottom: 5px;
      overflow: hidden;
      text-overflow: ellipsis;
      position: relative;
      white-space: nowrap; }
      .reveal-modal.preferences .modal-body label input, .reveal-modal.change-consent-modal .modal-body label input {
        margin-right: 15px;
        outline-offset: 0;
        outline-style: none;
        outline-width: 0;
        -webkit-font-smoothing: inherit; }
      .reveal-modal.preferences .modal-body label .fa, .reveal-modal.change-consent-modal .modal-body label .fa {
        margin-right: 10px;
        display: inline; }
      .reveal-modal.preferences .modal-body label .checkbox-formatted-wrapper, .reveal-modal.change-consent-modal .modal-body label .checkbox-formatted-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        left: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .reveal-modal.preferences .modal-body label[disabled=disabled], .reveal-modal.change-consent-modal .modal-body label[disabled=disabled] {
        color: #CCC; }
        .reveal-modal.preferences .modal-body label[disabled=disabled] .fa, .reveal-modal.change-consent-modal .modal-body label[disabled=disabled] .fa {
          color: #CCC; }
          .reveal-modal.preferences .modal-body label[disabled=disabled] .fa:before, .reveal-modal.change-consent-modal .modal-body label[disabled=disabled] .fa:before {
            content: "\f05e"; }
        .reveal-modal.preferences .modal-body label[disabled=disabled]:hover, .reveal-modal.change-consent-modal .modal-body label[disabled=disabled]:hover {
          cursor: default; }
      .reveal-modal.preferences .modal-body label.emergency .fa, .reveal-modal.change-consent-modal .modal-body label.emergency .fa {
        color: #CCC !important; }
        .reveal-modal.preferences .modal-body label.emergency .fa:before, .reveal-modal.change-consent-modal .modal-body label.emergency .fa:before {
          content: "\f1db" !important; }
      .reveal-modal.preferences .modal-body label.emergency:hover, .reveal-modal.change-consent-modal .modal-body label.emergency:hover {
        cursor: pointer !important; }
      .reveal-modal.preferences .modal-body label.emergency input:checked + .fa, .reveal-modal.change-consent-modal .modal-body label.emergency input:checked + .fa {
        color: #43AC6A !important; }
        .reveal-modal.preferences .modal-body label.emergency input:checked + .fa:before, .reveal-modal.change-consent-modal .modal-body label.emergency input:checked + .fa:before {
          content: "\f058" !important; }
      .reveal-modal.preferences .modal-body label.consent-pending, .reveal-modal.change-consent-modal .modal-body label.consent-pending {
        color: #ff7978; }
        .reveal-modal.preferences .modal-body label.consent-pending .fa, .reveal-modal.change-consent-modal .modal-body label.consent-pending .fa {
          color: #CCC; }
          .reveal-modal.preferences .modal-body label.consent-pending .fa:before, .reveal-modal.change-consent-modal .modal-body label.consent-pending .fa:before {
            content: "\f1db"; }
        .reveal-modal.preferences .modal-body label.consent-pending input:checked + .fa, .reveal-modal.change-consent-modal .modal-body label.consent-pending input:checked + .fa {
          color: #43AC6A; }
          .reveal-modal.preferences .modal-body label.consent-pending input:checked + .fa:before, .reveal-modal.change-consent-modal .modal-body label.consent-pending input:checked + .fa:before {
            content: "\f058"; }
        .reveal-modal.preferences .modal-body label.consent-pending.require-consent, .reveal-modal.change-consent-modal .modal-body label.consent-pending.require-consent {
          color: #ff7978; }
          .reveal-modal.preferences .modal-body label.consent-pending.require-consent .fa, .reveal-modal.change-consent-modal .modal-body label.consent-pending.require-consent .fa {
            color: #CCC; }
            .reveal-modal.preferences .modal-body label.consent-pending.require-consent .fa:before, .reveal-modal.change-consent-modal .modal-body label.consent-pending.require-consent .fa:before {
              content: "\f05e"; }
          .reveal-modal.preferences .modal-body label.consent-pending.require-consent:hover, .reveal-modal.change-consent-modal .modal-body label.consent-pending.require-consent:hover {
            cursor: default; }
          .reveal-modal.preferences .modal-body label.consent-pending.require-consent input:checked + .fa, .reveal-modal.change-consent-modal .modal-body label.consent-pending.require-consent input:checked + .fa {
            color: #CCC; }
            .reveal-modal.preferences .modal-body label.consent-pending.require-consent input:checked + .fa:before, .reveal-modal.change-consent-modal .modal-body label.consent-pending.require-consent input:checked + .fa:before {
              content: "\f05e"; }
      .reveal-modal.preferences .modal-body label.consent-no .fa, .reveal-modal.change-consent-modal .modal-body label.consent-no .fa {
        color: #CCC; }
        .reveal-modal.preferences .modal-body label.consent-no .fa:before, .reveal-modal.change-consent-modal .modal-body label.consent-no .fa:before {
          content: "\f05e"; }
      .reveal-modal.preferences .modal-body label.consent-no.emergency input:checked + .fa, .reveal-modal.change-consent-modal .modal-body label.consent-no.emergency input:checked + .fa {
        color: #43AC6A; }
        .reveal-modal.preferences .modal-body label.consent-no.emergency input:checked + .fa:before, .reveal-modal.change-consent-modal .modal-body label.consent-no.emergency input:checked + .fa:before {
          content: "\f058"; }
      .reveal-modal.preferences .modal-body label.consent-no.require-consent .fa, .reveal-modal.change-consent-modal .modal-body label.consent-no.require-consent .fa {
        color: #CCC; }
        .reveal-modal.preferences .modal-body label.consent-no.require-consent .fa:before, .reveal-modal.change-consent-modal .modal-body label.consent-no.require-consent .fa:before {
          content: "\f05e"; }
      .reveal-modal.preferences .modal-body label.consent-no.require-consent:hover, .reveal-modal.change-consent-modal .modal-body label.consent-no.require-consent:hover {
        cursor: default; }
      .reveal-modal.preferences .modal-body label.consent-no.require-consent input:checked + .fa, .reveal-modal.change-consent-modal .modal-body label.consent-no.require-consent input:checked + .fa {
        color: #CCC; }
        .reveal-modal.preferences .modal-body label.consent-no.require-consent input:checked + .fa:before, .reveal-modal.change-consent-modal .modal-body label.consent-no.require-consent input:checked + .fa:before {
          content: "\f05e"; }
      .reveal-modal.preferences .modal-body label.consent-unknown, .reveal-modal.change-consent-modal .modal-body label.consent-unknown {
        color: #ff7978; }
        .reveal-modal.preferences .modal-body label.consent-unknown .fa, .reveal-modal.change-consent-modal .modal-body label.consent-unknown .fa {
          color: #CCC; }
          .reveal-modal.preferences .modal-body label.consent-unknown .fa:before, .reveal-modal.change-consent-modal .modal-body label.consent-unknown .fa:before {
            content: "\f1db"; }
        .reveal-modal.preferences .modal-body label.consent-unknown input:checked + .fa, .reveal-modal.change-consent-modal .modal-body label.consent-unknown input:checked + .fa {
          color: #43AC6A; }
          .reveal-modal.preferences .modal-body label.consent-unknown input:checked + .fa:before, .reveal-modal.change-consent-modal .modal-body label.consent-unknown input:checked + .fa:before {
            content: "\f058"; }
        .reveal-modal.preferences .modal-body label.consent-unknown.require-consent, .reveal-modal.change-consent-modal .modal-body label.consent-unknown.require-consent {
          color: #ff7978; }
          .reveal-modal.preferences .modal-body label.consent-unknown.require-consent .fa, .reveal-modal.change-consent-modal .modal-body label.consent-unknown.require-consent .fa {
            color: #CCC; }
            .reveal-modal.preferences .modal-body label.consent-unknown.require-consent .fa:before, .reveal-modal.change-consent-modal .modal-body label.consent-unknown.require-consent .fa:before {
              content: "\f1db"; }
          .reveal-modal.preferences .modal-body label.consent-unknown.require-consent:hover, .reveal-modal.change-consent-modal .modal-body label.consent-unknown.require-consent:hover {
            cursor: pointer; }
          .reveal-modal.preferences .modal-body label.consent-unknown.require-consent input:checked + .fa, .reveal-modal.change-consent-modal .modal-body label.consent-unknown.require-consent input:checked + .fa {
            color: #43AC6A; }
            .reveal-modal.preferences .modal-body label.consent-unknown.require-consent input:checked + .fa:before, .reveal-modal.change-consent-modal .modal-body label.consent-unknown.require-consent input:checked + .fa:before {
              content: "\f058"; }
      .reveal-modal.preferences .modal-body label .consent-status, .reveal-modal.change-consent-modal .modal-body label .consent-status {
        font-size: 12px;
        color: #aaa;
        line-height: 12px;
        margin-left: 15px; }
  .reveal-modal.preferences .modal-footer, .reveal-modal.change-consent-modal .modal-footer {
    text-align: center;
    padding: 15px 0;
    background: #fff; }
    .reveal-modal.preferences .modal-footer .button, .reveal-modal.change-consent-modal .modal-footer .button {
      margin: 0 5px;
      font-weight: 300;
      line-height: 5px; }
      .reveal-modal.preferences .modal-footer .button.primary, .reveal-modal.change-consent-modal .modal-footer .button.primary {
        background: #4cace6;
        border: 1px solid #4cace6; }
      .reveal-modal.preferences .modal-footer .button.secondary, .reveal-modal.change-consent-modal .modal-footer .button.secondary {
        background: transparent;
        border: 1px solid #4cace6;
        color: #4cace6; }
  .reveal-modal.preferences .close-modal, .reveal-modal.change-consent-modal .close-modal {
    margin: 0; }
  .reveal-modal.preferences .close-reveal-modal.cancel, .reveal-modal.change-consent-modal .close-reveal-modal.cancel {
    color: #333; }
    .reveal-modal.preferences .close-reveal-modal.cancel:hover, .reveal-modal.change-consent-modal .close-reveal-modal.cancel:hover {
      background: #ddd; }
  .reveal-modal.preferences .alert, .reveal-modal.change-consent-modal .alert {
    font-size: 14px; }
    .reveal-modal.preferences .alert .fa, .reveal-modal.change-consent-modal .alert .fa {
      font-size: 18px;
      margin-right: 8px; }

@media (max-width: 480px) {
  .reveal-modal.preferences .modal-body label .consent-status {
    display: block;
    margin-bottom: 10px;
    margin-left: 30px; } }

.reveal-modal.change-consent-modal {
  width: 600px; }
  .reveal-modal.change-consent-modal .modal-title {
    font-weight: 300; }
  .reveal-modal.change-consent-modal .modal-body {
    padding: 40px 40px 20px; }
    .reveal-modal.change-consent-modal .modal-body p {
      margin: 0;
      font-weight: 300; }
    .reveal-modal.change-consent-modal .modal-body select {
      margin: 25px 0;
      font-size: 1em; }

.icon {
  font-size: 22px; }
  .icon:before {
    margin-top: 5px; }

.pref-label-small {
  line-height: 14px;
  display: inline-block;
  font-size: 11px;
  color: #aaa;
  vertical-align: middle; }

input.validated.valid {
  color: #43AC6A; }

input.validated.invalid {
  color: #ff7978; }

.addeditdest .headbar {
  border-bottom: 1px solid #EAEEF1;
  background-color: #fff;
  margin: 0 10px;
  position: relative; }
  .addeditdest .headbar [class*="block-grid-"] {
    margin: 0;
    font-size: 14px;
    color: #2C5871; }
  .addeditdest .headbar .consent-container {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    border-left: 1px solid #eee;
    padding: 23px 20px; }
    .addeditdest .headbar .consent-container .status {
      font-size: 1.15em;
      margin-bottom: 3px; }
      .addeditdest .headbar .consent-container .status a {
        font-weight: 400; }
    .addeditdest .headbar .consent-container .status-label {
      font-weight: 400; }
    .addeditdest .headbar .consent-container .desc {
      font-size: 0.9em; }
    .addeditdest .headbar .consent-container a {
      font-weight: 400; }
  .addeditdest .headbar .icon-dest-container {
    display: inline-block; }
  .addeditdest .headbar .icon-wrapper {
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #A4B5C5;
    line-height: 100px; }
    .addeditdest .headbar .icon-wrapper .pref-icon {
      background: #A4B5C5;
      color: #fff;
      border: 1px solid #fff; }
      .addeditdest .headbar .icon-wrapper .pref-icon .icon {
        color: #fff; }
    .addeditdest .headbar .icon-wrapper.selected {
      background: #43AC6A;
      color: #fff; }
      .addeditdest .headbar .icon-wrapper.selected .pref-icon {
        background: #43AC6A;
        color: #fff;
        border: 1px solid #fff; }
        .addeditdest .headbar .icon-wrapper.selected .pref-icon .icon {
          color: #fff; }
  .addeditdest .headbar .destination {
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 1.8em;
    font-weight: 300;
    position: absolute;
    left: 110px;
    line-height: 100px;
    top: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .addeditdest .headbar .destination.email {
      font-size: 1.5em; }
  .addeditdest .headbar.consent-pending .destination {
    color: #ff7978; }
  .addeditdest .headbar.consent-pending .status-detail {
    color: #ff7978; }
  .addeditdest .headbar.consent-pending .consent-container {
    padding: 18px 20px; }
    .addeditdest .headbar.consent-pending .consent-container .desc {
      line-height: 17px; }
  .addeditdest .headbar.consent-:not(.sms-only-true):not([data-type=email]) .icon-wrapper {
    background: #A4B5C5; }
    .addeditdest .headbar.consent-:not(.sms-only-true):not([data-type=email]) .icon-wrapper.selected {
      background: #43AC6A;
      color: #fff; }
      .addeditdest .headbar.consent-:not(.sms-only-true):not([data-type=email]) .icon-wrapper.selected .pref-icon {
        background: #43AC6A; }
  .addeditdest .headbar.consent-:not(.sms-only-true):not([data-type=email]) .pref-icon {
    background: #A4B5C5;
    color: #fff;
    border: 1px solid #fff; }
  .addeditdest .headbar.consent-:not(.sms-only-true):not([data-type=email]) .destination {
    color: #ff7978; }
  .addeditdest .headbar.consent-:not(.sms-only-true):not([data-type=email]) .status-detail {
    color: #ff7978; }
  .addeditdest .headbar.consent-:not(.sms-only-true):not([data-type=email]) .consent-container {
    padding: 18px 20px; }
    .addeditdest .headbar.consent-:not(.sms-only-true):not([data-type=email]) .consent-container .desc {
      line-height: 17px; }

.addeditdest .sepbar {
  border-bottom: 1px solid #EAEEF1;
  margin-top: 50px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 300; }
  .addeditdest .sepbar .note-text {
    margin-bottom: 10px; }

.addeditdest .contact-pref-container .bottom {
  text-align: left; }

.addeditdest .contact-pref-container .pref-label-small {
  padding-top: 15px; }

.addeditdest label.checkbox {
  font-size: 16px;
  font-weight: 300;
  color: #2C5871; }

.addeditdest label.disabled {
  color: #CCC !important; }
  .addeditdest label.disabled .fa {
    color: #CCC; }
    .addeditdest label.disabled .fa:before {
      content: "\f05e"; }
  .addeditdest label.disabled input[type="checkbox"]:checked ~ .fa {
    color: #CCC !important; }
    .addeditdest label.disabled input[type="checkbox"]:checked ~ .fa:before {
      content: "\f05e" !important; }
  .addeditdest label.disabled:hover {
    cursor: default; }

.addeditdest .button-container {
  margin-bottom: 50px; }

.addeditdest .button {
  margin: 0 5px;
  font-weight: 300;
  line-height: 5px; }
  .addeditdest .button.primary {
    background: #4cace6;
    border: 1px solid #4cace6; }
  .addeditdest .button.secondary {
    background: transparent;
    border: 1px solid #4cace6;
    color: #4cace6; }

@media (min-width: 1024px) {
  .addeditdest .headbar {
    position: static; }
    .addeditdest .headbar .destination {
      position: static; } }

@media (max-width: 1024px) and (min-width: 642px) {
  .addeditdest .headbar [class*="block-grid-"] {
    font-size: 14px; }
  .addeditdest .consent-container {
    width: 100%;
    border-top: 1px solid #eee;
    border-left: 0; }
    .addeditdest .consent-container .desc {
      font-size: 1em; } }

@media (min-width: 480px) and (max-width: 641px) {
  .addeditdest .headbar [class*="block-grid-"] {
    font-size: 14px; }
  .addeditdest .consent-container {
    width: 100%;
    border-top: 1px solid #eee;
    border-left: 0; }
    .addeditdest .consent-container .desc {
      font-size: 0.8em; }
  .addeditdest .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none !important; }
  .addeditdest .small-block-grid-1 > li {
    width: 50% !important; } }

@media (max-width: 479px) {
  .addeditdest .headbar [class*="block-grid-"] {
    font-size: 11px; }
  .addeditdest .headbar .consent-container {
    width: 100%;
    border-top: 1px solid #eee;
    border-left: 0; }
    .addeditdest .headbar .consent-container .desc {
      font-size: 1em;
      line-height: 14px; }
      .addeditdest .headbar .consent-container .desc br {
        display: none; }
    .addeditdest .headbar .consent-container .status {
      font-size: 1.1em; }
    .addeditdest .headbar .consent-container .spacer {
      display: none; }
    .addeditdest .headbar .consent-container a {
      display: block;
      line-height: 30px; }
  .addeditdest .headbar .destination {
    font-size: 1.6em;
    display: inline-block; }
  .addeditdest .sepbar {
    font-size: 13px;
    margin-top: 20px;
    padding: 15px; }
  .addeditdest .contact-pref-container {
    height: 150px; }
  .addeditdest .contact-pref-container .top {
    height: 49px;
    line-height: 49px; }
  .addeditdest .contact-pref-container .bottom {
    height: 99px;
    top: 49px;
    line-height: 49px; } }

i.validstate {
  display: none;
  width: 2rem; }
  i.validstate.valid {
    color: #43AC6A;
    display: inline-block; }
  i.validstate.invalid {
    color: #ff7978;
    display: inline-block; }

.phone-enforcement {
  font-size: 14px;
  margin: 0 15px 15px -15px; }
  .phone-enforcement .icon {
    font-size: 18px;
    margin-right: 8px; }

.alert {
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.no-contacts-warning {
  margin-top: 20px;
  padding: 20px; }
  .no-contacts-warning .icon {
    margin-right: 10px; }

.spacer {
  color: #999;
  padding: 0 8px; }

.reveal-modal.ra-modal .modal-header {
  padding: 25px 25px 15px;
  color: #fff;
  background: #4cace6; }
  .reveal-modal.ra-modal .modal-header h1.modal-title, .reveal-modal.ra-modal .modal-header p {
    font-size: 1.3rem;
    color: #fff;
    border: 0;
    margin: 0;
    padding: 0;
    font-weight: 300;
    text-align: center; }
  .reveal-modal.ra-modal .modal-header p {
    font-size: 14px;
    margin-top: 10px; }
  .reveal-modal.ra-modal .modal-header.warning {
    background: #ff7978; }

.reveal-modal.ra-modal .modal-content {
  width: 400px;
  margin: 30px auto 15px;
  font-weight: 300; }
  .reveal-modal.ra-modal .modal-content .field {
    margin-top: 20px; }
  .reveal-modal.ra-modal .modal-content p {
    font-weight: 300;
    color: #777;
    font-size: 14px; }
    .reveal-modal.ra-modal .modal-content p.heading {
      font-size: 16px;
      color: #444;
      font-weight: 400; }
    .reveal-modal.ra-modal .modal-content p .fa {
      margin-right: 8px; }
    .reveal-modal.ra-modal .modal-content p.warning {
      border-top: 1px solid #ccc;
      padding-top: 20px; }
  .reveal-modal.ra-modal .modal-content label {
    font-size: 16px;
    font-weight: 300;
    color: #2C5871;
    margin-bottom: 5px; }
    .reveal-modal.ra-modal .modal-content label input {
      margin-right: 15px;
      outline-offset: 0;
      outline-style: none;
      outline-width: 0;
      -webkit-font-smoothing: inherit; }
  .reveal-modal.ra-modal .modal-content input.ng-invalid.ng-dirty {
    border-color: #ff7978; }
  .reveal-modal.ra-modal .modal-content input[type=radio] {
    margin-bottom: 0; }
  .reveal-modal.ra-modal .modal-content .modal-question {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis; }
  .reveal-modal.ra-modal .modal-content .modal-detail {
    font-weight: 400;
    margin: 0 5px; }
  .reveal-modal.ra-modal .modal-content .button-dropdown-wrapper {
    position: relative; }
  .reveal-modal.ra-modal .modal-content a.button.dropdown {
    background-color: #fff;
    border-color: #ccc;
    color: #2C5871;
    display: block;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-left: 0;
    border-right: 0;
    border-top: 0; }
    .reveal-modal.ra-modal .modal-content a.button.dropdown span {
      color: #999;
      font-weight: 300; }
      .reveal-modal.ra-modal .modal-content a.button.dropdown span.selected {
        color: #2C5871;
        font-weight: 500; }
    .reveal-modal.ra-modal .modal-content a.button.dropdown.datepicker {
      margin-bottom: -1px; }
    .reveal-modal.ra-modal .modal-content a.button.dropdown::after {
      border-color: #2C5871 transparent transparent transparent; }
    .reveal-modal.ra-modal .modal-content a.button.dropdown.disabled {
      background: #f2f2f2;
      color: #999;
      cursor: not-allowed; }
    .reveal-modal.ra-modal .modal-content a.button.dropdown:not(.disabled):hover {
      box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05); }
    .reveal-modal.ra-modal .modal-content a.button.dropdown.error {
      border-color: #ff7978; }
  .reveal-modal.ra-modal .modal-content .f-dropdown {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15); }
    .reveal-modal.ra-modal .modal-content .f-dropdown li a:hover {
      background: #f5f5f5;
      color: #000; }
      .reveal-modal.ra-modal .modal-content .f-dropdown li a:hover table {
        background: transparent; }
    .reveal-modal.ra-modal .modal-content .f-dropdown.f-open-dropdown {
      max-height: 180px;
      overflow: auto;
      width: 100%;
      max-width: inherit;
      margin-top: -1px;
      border: 1px solid #ccc;
      border-top: 2px solid #4cace6; }
  .reveal-modal.ra-modal .modal-content table tbody tr th,
  .reveal-modal.ra-modal .modal-content table tbody tr td,
  .reveal-modal.ra-modal .modal-content table tr td {
    padding-top: 0;
    padding-bottom: 0; }

.reveal-modal.ra-modal.unconfirmed-account .modal-content {
  width: 80%; }
  .reveal-modal.ra-modal.unconfirmed-account .modal-content a.resend {
    display: block;
    font-weight: 400;
    color: #4cace6;
    margin-top: 10px; }
  .reveal-modal.ra-modal.unconfirmed-account .modal-content .email-verification-resent {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #43AC6A; }
    .reveal-modal.ra-modal.unconfirmed-account .modal-content .email-verification-resent .fa {
      margin-right: 10px; }
  .reveal-modal.ra-modal.unconfirmed-account .modal-content .email-time-limit {
    margin-top: 20px; }
  .reveal-modal.ra-modal.unconfirmed-account .modal-content .alert {
    background: #ff7978;
    color: #fff;
    margin-bottom: 15px; }
    .reveal-modal.ra-modal.unconfirmed-account .modal-content .alert p {
      margin-bottom: 5px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 200;
      color: rgba(255, 255, 255, 0.8); }
      .reveal-modal.ra-modal.unconfirmed-account .modal-content .alert p.error-heading {
        font-weight: 500;
        margin-bottom: 10px;
        color: #fff; }
      .reveal-modal.ra-modal.unconfirmed-account .modal-content .alert p span.strong {
        font-weight: 400;
        color: #fff; }
    .reveal-modal.ra-modal.unconfirmed-account .modal-content .alert a {
      color: #fff;
      text-decoration: underline; }

.reveal-modal.ra-modal .alert-box.alert {
  text-align: center;
  border-radius: 0;
  background-color: #ff7978;
  color: #fff;
  font-size: inherit;
  font-weight: 200;
  margin-bottom: 0;
  padding: 15px;
  border: none;
  border-radius: none; }
  .reveal-modal.ra-modal .alert-box.alert .alert-message {
    opacity: 0.8; }
  .reveal-modal.ra-modal .alert-box.alert i {
    margin-right: 10px; }

.reveal-modal.ra-modal .modal-footer {
  text-align: center;
  padding: 15px 0;
  clear: both; }
  .reveal-modal.ra-modal .modal-footer .button {
    margin: 0 5px;
    font-weight: 300;
    line-height: 5px;
    border-radius: 3px; }
    .reveal-modal.ra-modal .modal-footer .button.primary {
      background: #4cace6;
      border: 1px solid #4cace6;
      vertical-align: top; }
      .reveal-modal.ra-modal .modal-footer .button.primary:hover {
        background: #388ec1;
        transition: background 0.2s ease-in-out; }
    .reveal-modal.ra-modal .modal-footer .button.secondary {
      background: #fff;
      border: 1px solid #4cace6;
      color: #4cace6;
      vertical-align: top; }
      .reveal-modal.ra-modal .modal-footer .button.secondary:hover {
        background: #eff9ff;
        transition: background 0.2s ease-in-out; }
    .reveal-modal.ra-modal .modal-footer .button.disabled, .reveal-modal.ra-modal .modal-footer .button.disabled:hover {
      background: #f2f2f2;
      color: #999;
      border: 1px solid #ccc;
      cursor: not-allowed; }
    .reveal-modal.ra-modal .modal-footer .button[disabled=disabled], .reveal-modal.ra-modal .modal-footer .button[disabled=disabled]:hover {
      background: #f2f2f2;
      color: #999;
      border: 1px solid #ccc;
      cursor: not-allowed; }
  .reveal-modal.ra-modal .modal-footer.warning .button.primary {
    background: #ff7978;
    border: 1px solid #ff7978; }
  .reveal-modal.ra-modal .modal-footer.warning .button.secondary {
    border: 0; }

.reveal-modal.ra-modal.dialog .modal-content {
  font-weight: 300;
  margin-bottom: 15px; }
  .reveal-modal.ra-modal.dialog .modal-content .modal-question {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis; }
  .reveal-modal.ra-modal.dialog .modal-content .modal-detail {
    font-weight: 400;
    margin: 0 5px; }

@media (max-width: 800px) {
  .reveal-modal.ra-modal .modal-content {
    width: 80%; } }

/*
	These get rid of a weird dotted border in the middle
	of buttons/inputs on focus
*/
input::-moz-focus-inner {
  border: 0; }

button::-moz-focus-inner {
  border: 0; }

.ra-hud {
  width: 400px;
  margin-top: 2rem;
  margin-right: 2rem;
  position: fixed;
  right: 0;
  z-index: 100; }
  .ra-hud .alert-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.5rem;
    font-size: 2rem;
    text-align: center;
    padding: .5rem 0 0;
    background-color: rgba(0, 0, 0, 0.1); }
  .ra-hud .alert-message {
    margin-left: 2.5rem;
    font-size: 14px;
    font-weight: 300; }
    .ra-hud .alert-message p {
      font-size: .9rem;
      margin-bottom: 0; }
    .ra-hud .alert-message .alert-detail {
      margin: 0 2px;
      word-break: break-all;
      font-weight: 400; }
  .ra-hud .close {
    top: .5rem; }
  .ra-hud .hud-message {
    list-style: none;
    box-sizing: border-box; }
  .ra-hud .hud-message.ng-move,
  .ra-hud .hud-message.ng-enter,
  .ra-hud .hud-message.ng-leave {
    transition: all linear .5s; }
  .ra-hud .hud-message.ng-leave.ng-leave-active,
  .ra-hud .hud-message.ng-move,
  .ra-hud .hud-message.ng-enter {
    opacity: 0;
    max-height: 0; }
  .ra-hud .hud-message.ng-leave,
  .ra-hud .hud-message.ng-move.ng-move-active,
  .ra-hud .hud-message.ng-enter.ng-enter-active {
    opacity: 1;
    max-height: 300px; }

@media only screen and (max-width: 40em) {
  .footer {
    margin-bottom: 80px; }
  .ra-hud {
    background-color: white;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%; }
    .ra-hud .alert-box {
      margin-bottom: 0; }
    .ra-hud .alert-box.radius {
      border-radius: 0; }
    .ra-hud .alert-message p {
      font-size: .7rem; } }

/* (index, color, background-color) */
.person-color-0 {
  color: white;
  background-color: #ff7978; }

.person-color-1 {
  color: white;
  background-color: #4cace6; }

.person-color-2 {
  color: white;
  background-color: #a4d361; }

.person-color-3 {
  color: white;
  background-color: #2c5879; }

.person-color-4 {
  color: white;
  background-color: #8a9aac; }

.person-color-5 {
  color: white;
  background-color: #f2ca68; }

.person-color-6 {
  color: white;
  background-color: #66d3e2; }

.person-color-7 {
  color: white;
  background-color: #f18f68; }

.person-color-8 {
  color: white;
  background-color: #9676cc; }

.person-color-dark-0 {
  color: white;
  background-color: #ff1412; }

.person-color-dark-1 {
  color: white;
  background-color: #1979b3; }

.person-color-dark-2 {
  color: white;
  background-color: #71a12d; }

.person-color-dark-3 {
  color: white;
  background-color: #11222e; }

.person-color-dark-4 {
  color: white;
  background-color: #56677a; }

.person-color-dark-5 {
  color: white;
  background-color: #e1a513; }

.person-color-dark-6 {
  color: white;
  background-color: #24abbe; }

.person-color-dark-7 {
  color: white;
  background-color: #de4e15; }

.person-color-dark-8 {
  color: white;
  background-color: #613ca0; }

.phone-claim.reveal-modal {
  max-width: 750px; }

.claim-by-phone {
  outline: none;
  color: #2C5871; }
  .claim-by-phone .instructions {
    margin-top: 5px;
    line-height: 26px; }
  .claim-by-phone .note {
    font-weight: 100;
    margin: 10px 0;
    line-height: 25px; }
  .claim-by-phone .link {
    color: #4cace6;
    cursor: pointer; }
  .claim-by-phone .title-text {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px; }
  .claim-by-phone .invalid-message {
    color: #ff7978;
    text-align: center; }
    .claim-by-phone .invalid-message.code {
      padding-top: 10px; }
    .claim-by-phone .invalid-message.resend {
      padding-top: 3px; }
  .claim-by-phone .modal-header {
    font-size: 18px !important;
    font-weight: 200;
    display: inline-block;
    width: 100%; }
    .claim-by-phone .modal-header .icon-and-text {
      display: inline-block;
      width: 100%; }
      .claim-by-phone .modal-header .icon-and-text .modal-title {
        text-align: left; }
        @media only screen and (min-width: 40.063em) {
          .claim-by-phone .modal-header .icon-and-text .modal-title {
            margin-top: 17px;
            margin-left: 25px; } }
    .claim-by-phone .modal-header .icon-container {
      float: left;
      display: inline-block;
      width: 50px;
      height: 50px;
      background: url("../img/phone-search.png");
      background-size: 50px;
      margin-top: 3px; }
      @media only screen and (max-width: 340px) {
        .claim-by-phone .modal-header .icon-container {
          display: none; } }
      @media only screen and (max-width: 40em) {
        .claim-by-phone .modal-header .icon-container {
          display: none; } }
    .claim-by-phone .modal-header .modal-title {
      text-align: center; }
      @media only screen and (max-width: 340px) {
        .claim-by-phone .modal-header .modal-title {
          margin: 0; } }
    .claim-by-phone .modal-header .left-text {
      float: left; }
  .claim-by-phone .modal-icon-heading {
    padding: 10px 0;
    color: #bbb;
    font-weight: 300; }
  .claim-by-phone .modal-icon-heading-label {
    display: inline;
    vertical-align: middle; }
  .claim-by-phone .modal-content {
    width: auto;
    background-color: white; }
  @media only screen and (max-width: 40em) {
    .claim-by-phone .modal-body {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 83.3333333333%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none; } }
  @media only screen and (max-width: 340px) {
    .claim-by-phone .modal-body {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 100%;
      float: left; } }
  @media only screen and (min-width: 40.063em) {
    .claim-by-phone .modal-body {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 83.3333333333%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none; } }
  .claim-by-phone .method-container {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 28px; }
    @media only screen and (max-width: 40em) {
      .claim-by-phone .method-container {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
        margin-left: auto;
        margin-right: auto;
        float: none; } }
    @media only screen and (min-width: 40.063em) {
      .claim-by-phone .method-container {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
        margin-left: auto;
        margin-right: auto;
        float: none; } }
    @media only screen and (max-width: 340px) {
      .claim-by-phone .method-container {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left; } }
    .claim-by-phone .method-container .text {
      color: #2C5871; }
    .claim-by-phone .method-container label.radio input:checked + .radio-icon {
      color: #4cace6; }
  .claim-by-phone h3 {
    text-align: center;
    color: white;
    background-color: #4cace6;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px; }
  .claim-by-phone .select-text {
    border-radius: 3px;
    background-color: white;
    font-size: 1em; }
  .claim-by-phone .description-text {
    font-weight: 300;
    color: #2C5871;
    margin-bottom: 20px; }
    .claim-by-phone .description-text p {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.3; }
  .claim-by-phone .phone-label {
    color: #2C5871;
    padding-top: 6px;
    margin-bottom: 5px; }
  .claim-by-phone .phone-input {
    font-weight: 100;
    box-shadow: none !important;
    border: 0 none !important;
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 26px;
    letter-spacing: 6px;
    text-align: center;
    padding-bottom: 0; }
    @media only screen and (max-width: 40em) {
      .claim-by-phone .phone-input {
        font-size: 25px;
        letter-spacing: 2px;
        text-align: left; } }
    @media only screen and (max-width: 340px) {
      .claim-by-phone .phone-input {
        font-size: 25px;
        letter-spacing: 2px;
        text-align: left; } }
    .claim-by-phone .phone-input:focus {
      background-color: #fff !important; }
    .claim-by-phone .phone-input.invalid {
      color: #ff7978; }
  .claim-by-phone .invalid-phone-message {
    text-align: center;
    font-size: 14px;
    color: #ff7978; }
  .claim-by-phone .phone-verification-input {
    margin: 15px 0 0 0;
    font-weight: 400;
    box-shadow: none !important;
    border: 0 none !important;
    font-size: 2em !important;
    text-align: center;
    font-family: monospace !important;
    padding-bottom: 0; }
    .claim-by-phone .phone-verification-input:focus {
      background-color: #fff !important; }
  .claim-by-phone .modal-footer {
    text-align: center;
    padding: 25px 0 0 0 !important;
    background: #fff; }
    .claim-by-phone .modal-footer .button {
      margin: 0 5px;
      font-weight: 300;
      line-height: 5px; }
      .claim-by-phone .modal-footer .button.primary {
        background: #4cace6;
        border: 1px solid #4cace6; }
      .claim-by-phone .modal-footer .button.secondary {
        background: transparent;
        border: 1px solid #4cace6;
        color: #4cace6; }
  .claim-by-phone .contacts-listing {
    position: relative;
    display: inline-block;
    min-height: 100px;
    width: 100%; }
    .claim-by-phone .contacts-listing .spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url(/assets/img/preloader-48.gif) no-repeat center center;
      background-size: contain;
      height: 36px;
      width: 36px; }
  .claim-by-phone .contact-container {
    box-shadow: 1px 1px 4px #999;
    margin-bottom: 5px; }
    .claim-by-phone .contact-container .school {
      font-weight: 200; }

.reveal-modal.ra-modal.verify-phone-modal {
  outline: none;
  padding-bottom: 20px; }
  .reveal-modal.ra-modal.verify-phone-modal .modal-icon-heading {
    padding: 10px 0;
    color: #bbb;
    font-weight: 300; }
  .reveal-modal.ra-modal.verify-phone-modal .modal-icon-heading-label {
    display: inline;
    vertical-align: middle; }
  .reveal-modal.ra-modal.verify-phone-modal .modal-content {
    width: auto;
    background-color: white; }
  .reveal-modal.ra-modal.verify-phone-modal .modal-body .verify-instructions, .reveal-modal.ra-modal.verify-phone-modal .modal-body .verify-methods {
    text-align: center; }
  .reveal-modal.ra-modal.verify-phone-modal h3 {
    text-align: center;
    color: white;
    background-color: #4cace6;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px; }
  .reveal-modal.ra-modal.verify-phone-modal .select-text {
    border-radius: 3px;
    background-color: white;
    font-size: 1em; }
  .reveal-modal.ra-modal.verify-phone-modal .description-text {
    font-weight: 300;
    color: #2C5871;
    margin-bottom: 20px; }
    .reveal-modal.ra-modal.verify-phone-modal .description-text p {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.3; }
  .reveal-modal.ra-modal.verify-phone-modal .phone-label {
    color: #2C5871;
    padding-top: 6px;
    margin-bottom: 5px; }
  .reveal-modal.ra-modal.verify-phone-modal .phone-verification-input {
    font-weight: 400;
    box-shadow: none !important;
    border: 0 none !important;
    font-size: 2em !important;
    text-align: center;
    font-family: monospace !important;
    padding-bottom: 0; }
    .reveal-modal.ra-modal.verify-phone-modal .phone-verification-input:focus {
      background-color: #fff !important; }
  .reveal-modal.ra-modal.verify-phone-modal .modal-footer {
    text-align: center;
    padding: 15px 0;
    background: #fff; }
    .reveal-modal.ra-modal.verify-phone-modal .modal-footer .button {
      margin: 0 5px;
      font-weight: 300;
      line-height: 5px; }
      .reveal-modal.ra-modal.verify-phone-modal .modal-footer .button.primary {
        background: #4cace6;
        border: 1px solid #4cace6;
        color: #fff; }
        .reveal-modal.ra-modal.verify-phone-modal .modal-footer .button.primary[disabled=disabled] {
          background: #f2f2f2;
          color: #999;
          border: 1px solid #ccc; }
      .reveal-modal.ra-modal.verify-phone-modal .modal-footer .button.secondary {
        background: transparent;
        border: 1px solid #4cace6;
        color: #4cace6; }

/*!
 * FullCalendar v2.7.3 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed .fc-today {
  background: #fcf8e3; }

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */ }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */ }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */ }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px; }

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px; }

.fc-basic-view .fc-week-number {
  text-align: center; }

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right; }

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left; }

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */ }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.reveal-modal.ra-modal.edit-absence {
  width: 80%;
  max-width: 700px; }
  .reveal-modal.ra-modal.edit-absence a.student-name.dropdown {
    width: 100%; }
  .reveal-modal.ra-modal.edit-absence .modal-content {
    width: 100%;
    padding: 0 30px; }
  .reveal-modal.ra-modal.edit-absence .modal-sub-heading {
    font-size: 0.9rem;
    font-weight: 100;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    margin: 10px; }
  .reveal-modal.ra-modal.edit-absence .section {
    display: inline-block;
    width: 48%; }
    .reveal-modal.ra-modal.edit-absence .section.student-name {
      display: block; }
  .reveal-modal.ra-modal.edit-absence .alert {
    background: #ff7978;
    color: #fff;
    margin-bottom: 15px; }
    .reveal-modal.ra-modal.edit-absence .alert p {
      margin-bottom: 5px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 200;
      color: rgba(255, 255, 255, 0.8); }
      .reveal-modal.ra-modal.edit-absence .alert p.error-heading {
        font-weight: 500;
        margin-bottom: 10px;
        color: #fff; }
      .reveal-modal.ra-modal.edit-absence .alert p span.strong {
        font-weight: 400;
        color: #fff; }
    .reveal-modal.ra-modal.edit-absence .alert a {
      color: #fff;
      text-decoration: underline; }
  .reveal-modal.ra-modal.edit-absence .alert {
    text-align: center;
    margin-top: 15px;
    clear: both; }

@media screen and (max-width: 430px) {
  .reveal-modal.ra-modal.edit-absence .section {
    display: block;
    width: 100%; }
  .reveal-modal.ra-modal.edit-absence .single-date {
    margin-bottom: 20px; }
  .reveal-modal.ra-modal.edit-absence .end-date {
    margin-top: 20px; }
  .reveal-modal.ra-modal .modal-content .f-dropdown.f-open-dropdown {
    width: 100% !important;
    left: 0 !important; } }

.contact-initial-name-wrapper .contact-name {
  display: inline-block;
  margin-left: 6px;
  line-height: 24px; }

.contact-initial-name-wrapper .contact-initial-circle {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: inline-block; }

.report-absence #comments-container,
.edit-absence #comments-container,
.unexplained-absence-modal #comments-container {
  width: 100%;
  margin-bottom: 20px; }
  .report-absence #comments-container .comments-textarea,
  .edit-absence #comments-container .comments-textarea,
  .unexplained-absence-modal #comments-container .comments-textarea {
    color: #2C5871;
    resize: none;
    border: none;
    font-size: 16px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    background-color: transparent;
    transition: none;
    box-shadow: none;
    border-bottom: 1px solid #A4B5C5;
    min-height: 0px;
    line-height: 26px; }
    .report-absence #comments-container .comments-textarea:focus,
    .edit-absence #comments-container .comments-textarea:focus,
    .unexplained-absence-modal #comments-container .comments-textarea:focus {
      border-bottom: 1px solid #4cace6; }
    .report-absence #comments-container .comments-textarea::placeholder,
    .edit-absence #comments-container .comments-textarea::placeholder,
    .unexplained-absence-modal #comments-container .comments-textarea::placeholder {
      font-size: 16px;
      color: #A4B5C5; }
    .report-absence #comments-container .comments-textarea.ng-invalid,
    .edit-absence #comments-container .comments-textarea.ng-invalid,
    .unexplained-absence-modal #comments-container .comments-textarea.ng-invalid {
      color: #D44950;
      border-bottom: 1px solid #D44950; }
  .report-absence #comments-container .comments-warning-text,
  .edit-absence #comments-container .comments-warning-text,
  .unexplained-absence-modal #comments-container .comments-warning-text {
    color: #ff7978;
    margin-top: 10px; }

.report-absence .attachment-list .file,
.edit-absence .attachment-list .file,
.unexplained-absence-modal .attachment-list .file,
.event-details-modal .attachment-list .file {
  margin-top: 4px; }

.report-absence .attachment-list .file-attachment,
.edit-absence .attachment-list .file-attachment,
.unexplained-absence-modal .attachment-list .file-attachment,
.event-details-modal .attachment-list .file-attachment {
  color: black; }
  .report-absence .attachment-list .file-attachment .filename,
  .edit-absence .attachment-list .file-attachment .filename,
  .unexplained-absence-modal .attachment-list .file-attachment .filename,
  .event-details-modal .attachment-list .file-attachment .filename {
    display: none; }

.attendance-page {
  margin: 30px 0; }
  .attendance-page .student-filter-bar .page-header {
    margin: 20px 0 20px 15px; }
  .attendance-page .student-filter-bar hr {
    border-color: #2b3c52;
    margin-bottom: 5px; }
  .attendance-page .student-filter-bar .filter-bar {
    clear: both;
    background-color: #fff;
    height: auto;
    padding: 15px 20px;
    margin-bottom: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
    .attendance-page .student-filter-bar .filter-bar ul {
      display: inline;
      margin: 0; }
      .attendance-page .student-filter-bar .filter-bar ul li {
        list-style-type: none;
        display: inline;
        margin: 0; }
    .attendance-page .student-filter-bar .filter-bar a {
      float: right;
      font-size: 18px;
      line-height: 26px;
      color: #ccc; }
    .attendance-page .student-filter-bar .filter-bar .refresh-icon.refreshing {
      color: #47b670; }
    .attendance-page .student-filter-bar .filter-bar .filter-item {
      color: #2C5871;
      border: 1px solid #fff;
      display: inline-block;
      font-weight: 400;
      font-size: 14px;
      line-height: 14px;
      text-align: center;
      text-decoration: none;
      white-space: nowrap;
      padding: 5px 15px;
      margin: 0 4px;
      border-radius: 50px;
      cursor: pointer; }
      .attendance-page .student-filter-bar .filter-bar .filter-item .term-unavailable {
        color: #CCC; }
      .attendance-page .student-filter-bar .filter-bar .filter-item .organization-name {
        font-size: 9px;
        line-height: 9px;
        margin-left: 6px; }
      .attendance-page .student-filter-bar .filter-bar .filter-item .organization-name-icon {
        margin-left: 3px;
        color: #CCC; }
      .attendance-page .student-filter-bar .filter-bar .filter-item.active {
        color: #fff;
        border: 1px solid #fff; }
        .attendance-page .student-filter-bar .filter-bar .filter-item.active.show-all {
          background: #2C5871;
          border: 1px solid #2C5871; }
  .attendance-page .student-filter-bar .terms-missing-icon {
    color: #CCC;
    cursor: pointer;
    font-size: 17px; }
  .attendance-page .report-absence-container {
    float: right;
    display: flex; }
    .attendance-page .report-absence-container h3 {
      font-family: Roboto, Helvetica, Arial;
      font-weight: 300;
      font-size: 18px;
      display: inline-block;
      text-transform: uppercase;
      margin-right: 10px; }
    .attendance-page .report-absence-container .report-absence-label {
      margin: 10px 5px 0 0;
      color: #2C5871;
      font-size: 15px; }
    .attendance-page .report-absence-container .button {
      margin: 0;
      background: #8d69c8;
      border-color: #8d69c8; }
      .attendance-page .report-absence-container .button .icon {
        font-size: 15px;
        height: 40px;
        width: 40px;
        line-height: 42px;
        text-align: center; }
      .attendance-page .report-absence-container .button.report-absence {
        border-radius: 50%;
        padding: 0; }
  .attendance-page .fc-body {
    border: 1px solid #ccc; }
  .attendance-page .fc-row:last-child {
    border-bottom: none; }
  .attendance-page .fc-row table {
    background: transparent; }
  .attendance-page .fc-content-skeleton table thead tr td,
  .attendance-page .fc-day {
    border-right: 3px solid #fff; }
  .attendance-page .fc .fc-scroller,
  .attendance-page .fc .fc-day-grid-container {
    overflow-y: hidden !important; }
  .attendance-page .fc thead {
    background: rgba(255, 255, 255, 0); }
  .attendance-page .fc td {
    border-width: 3px;
    border-color: #fff; }
  .attendance-page .fc th {
    color: #2C5871;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    border-width: 4px;
    border-color: #fff; }
  .attendance-page .fc .fc-widget-header table {
    margin-bottom: 0; }
  .attendance-page .fc .fc-day-number {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-right: 10px; }
  .attendance-page .fc .fc-future {
    color: #6e86a5; }
  .attendance-page .fc .fc-past {
    background: #f7f7f7;
    color: #aaa;
    opacity: 0.9; }
  .attendance-page .fc .fc-other-month {
    opacity: 0.3; }
  .attendance-page .fc .fc-toolbar {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: #fff; }
    .attendance-page .fc .fc-toolbar h2 {
      font-size: 18px;
      font-weight: 400;
      line-height: 50px;
      color: #2C5871; }
    .attendance-page .fc .fc-toolbar button {
      color: #2C5871;
      background: #fff;
      border: 0;
      box-shadow: none;
      height: 100%; }
      .attendance-page .fc .fc-toolbar button:hover {
        color: #4cace6;
        background: #fff; }
    .attendance-page .fc .fc-toolbar .fc-right, .attendance-page .fc .fc-toolbar .fc-left {
      height: 100%; }
  .attendance-page .fc .fc-content .fc-title {
    padding: 10px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 200; }
  .attendance-page .fc-event-container .fc-holiday {
    text-transform: capitalize;
    color: grey; }
  .attendance-page .fc-event-container .fc-exam {
    text-transform: capitalize;
    color: black;
    box-shadow: 0 2px 3px #808080 !important; }
  .attendance-page .fc-event-container .fc-day-grid-event {
    margin: 4px 6px;
    padding-right: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 50px; }
    .attendance-page .fc-event-container .fc-day-grid-event:hover {
      opacity: 0.7;
      transition: opacity 0.3s ease-in-out; }
    .attendance-page .fc-event-container .fc-day-grid-event .fc-content {
      text-overflow: ellipsis; }
    .attendance-page .fc-event-container .fc-day-grid-event.is-unexplained.is-editable {
      background: #fff7f7;
      color: #ff7978;
      border: 1px solid #ff7978; }
      .attendance-page .fc-event-container .fc-day-grid-event.is-unexplained.is-editable:hover {
        opacity: 1;
        background: #fff1f1; }
  .attendance-page .fc-row .is-unexplained.is-editable .fc-title {
    font-weight: 500; }
    .attendance-page .fc-row .is-unexplained.is-editable .fc-title:before {
      content: "\f06a";
      font-family: FontAwesome;
      font-size: 20px;
      margin-right: 10px; }
  .attendance-page .fc-view-container {
    background: #fff; }
    .attendance-page .fc-view-container table tr:nth-of-type(even) {
      background: transparent; }
  .attendance-page .calcontainer {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    clear: both; }
  .attendance-page .alert {
    background: #ff7978;
    color: #fff;
    margin-bottom: 15px; }
    .attendance-page .alert p {
      margin-bottom: 5px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 200;
      color: rgba(255, 255, 255, 0.8); }
      .attendance-page .alert p.error-heading {
        font-weight: 500;
        margin-bottom: 10px;
        color: #fff; }
      .attendance-page .alert p span.strong {
        font-weight: 400;
        color: #fff; }
    .attendance-page .alert a {
      color: #fff;
      text-decoration: underline; }
  .attendance-page .alert {
    text-align: center;
    margin: 0 auto; }
  .attendance-page .white-text {
    color: #fff !important; }
  .attendance-page table {
    border: none; }
  .attendance-page .absence-view-modes {
    margin: 25px 0;
    text-align: center; }
    .attendance-page .absence-view-modes h2 {
      display: inline-block;
      font-size: 18px;
      color: #2C5871;
      float: left;
      line-height: 44px;
      margin: 0 0 15px 0; }
    .attendance-page .absence-view-modes a.view-mode {
      color: #4cace6;
      background: #fff;
      font-size: 18px;
      padding: 10px 12px;
      border-radius: 50%;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
      margin-left: 5px;
      border: 1px solid #fff; }
      .attendance-page .absence-view-modes a.view-mode.active, .attendance-page .absence-view-modes a.view-mode.active:hover {
        background: #4cace6;
        color: #fff;
        border-color: #4cace6; }
      .attendance-page .absence-view-modes a.view-mode:hover {
        border-color: rgba(158, 213, 247, 0.7); }
  .attendance-page .list-wrapper {
    margin-top: -55px;
    margin-bottom: 65px; }
    .attendance-page .list-wrapper.todays-unexplained-wrapper {
      padding: 0 20px 20px;
      margin-top: 20px;
      margin-bottom: 20px;
      background: #fff;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); }
      .attendance-page .list-wrapper.todays-unexplained-wrapper .list-month {
        color: #ff7978;
        font-size: 16px; }
        .attendance-page .list-wrapper.todays-unexplained-wrapper .list-month i.fa {
          margin-right: 10px; }
  .attendance-page .list-month {
    color: #2C5871;
    font-size: 20px;
    font-weight: 200;
    background: none;
    padding: 15px; }
  .attendance-page .list-items {
    list-style: none;
    display: block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
    .attendance-page .list-items a.absence-list-item {
      display: block;
      padding: 15px;
      background: #fff;
      margin-bottom: 5px; }
      .attendance-page .list-items a.absence-list-item:hover {
        background: #f1faff;
        transition: background 0.1s ease-in-out; }
      .attendance-page .list-items a.absence-list-item.is-unexplained.is-editable {
        background: #fff7f7; }
        .attendance-page .list-items a.absence-list-item.is-unexplained.is-editable .absence-details, .attendance-page .list-items a.absence-list-item.is-unexplained.is-editable .date {
          color: #ff7978; }
        .attendance-page .list-items a.absence-list-item.is-unexplained.is-editable .provide-reason {
          color: #ff7978; }
          .attendance-page .list-items a.absence-list-item.is-unexplained.is-editable .provide-reason i.fa {
            margin-right: 8px; }
        .attendance-page .list-items a.absence-list-item.is-unexplained.is-editable:hover {
          background: #fff1f1; }
    .attendance-page .list-items .date {
      display: inline-block;
      text-align: center;
      width: 80px;
      color: #2C5871; }
      .attendance-page .list-items .date .day-number {
        font-weight: 400;
        font-size: 24px;
        line-height: 24px; }
      .attendance-page .list-items .date .day-of-week {
        line-height: 24px;
        font-size: 14px;
        font-weight: 200;
        opacity: 0.7; }
      .attendance-page .list-items .date.not-editable {
        color: #ccc; }
    .attendance-page .list-items .absence-details {
      display: inline-block;
      color: #2C5871; }
      .attendance-page .list-items .absence-details .student-firstname {
        font-weight: 400;
        line-height: 24px; }
      .attendance-page .list-items .absence-details .absence-title {
        font-size: 14px;
        line-height: 24px;
        margin-left: 34px; }
  .attendance-page .alert-box.success {
    color: #799650;
    background-color: #deeed0;
    border-color: #deeed0;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px; }
  .attendance-page .set-sa-pin-container {
    width: 85%;
    min-width: 300px;
    margin: 0 auto;
    color: #2C5871; }

/* Datepicker */
.ui-widget {
  font-family: inherit; }

.ui-datepicker {
  width: 100%; }

#ui-datepicker-div {
  display: none; }

.ui-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.ui-widget-header {
  background: #4cace6;
  border: none;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px; }

.ui-datepicker-calendar thead tr {
  background: #4cace6;
  color: #fff; }
  .ui-datepicker-calendar thead tr th {
    font-size: 0.7rem;
    color: #fff;
    font-weight: 200; }

.ui-widget-content {
  border: 1px solid #ccc;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); }
  .ui-widget-content .ui-state-default {
    background: #fff;
    color: #555555;
    border: none;
    font-weight: 100; }
    .ui-widget-content .ui-state-default.ui-state-hover:not(.ui-state-active) {
      background: #f5f5f5; }
  .ui-widget-content .ui-state-highlight {
    background: #c5d5df;
    color: #fff; }
  .ui-widget-content .ui-state-active {
    background: #4cace6;
    color: #fff; }

.ui-datepicker-week-end {
  display: none; }

.reveal-modal.ra-modal .submit-in-progress {
  height: 12px;
  width: 12px;
  display: inline-block;
  background: url(/assets/img/preloader-24.gif) no-repeat center center transparent;
  background-size: contain;
  left: 10px;
  top: 12px;
  margin-right: 12px; }

.reveal-modal.ra-modal.absence-delete-confirmation-modal {
  width: 400px; }
  .reveal-modal.ra-modal.absence-delete-confirmation-modal .heading {
    font-size: 18px;
    font-weight: 400;
    color: #2C5871; }
  .reveal-modal.ra-modal.absence-delete-confirmation-modal .desc {
    font-weight: 200;
    color: #999; }
  .reveal-modal.ra-modal.absence-delete-confirmation-modal .modal-content {
    width: 100%;
    padding: 0 50px; }
  .reveal-modal.ra-modal.absence-delete-confirmation-modal .modal-footer .button.primary.disabled {
    padding: 12px 2rem 14px 2rem; }

.reveal-modal.ra-modal.ra-modal.event-details-modal .attachment-list .attachment-item .button-container {
  display: none; }

.reveal-modal.ra-modal.ra-modal.event-details-modal, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal {
  max-width: 500px; }
  .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-header, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-header {
    background: inherit;
    padding: 10px; }
  .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content.absence-details, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content.absence-details {
    width: inherit;
    margin: 0 0 0 90px; }
    .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content.absence-details .absence-detail, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content.absence-details .absence-detail {
      margin-bottom: 10px; }
      .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content.absence-details .absence-detail div:first-child, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content.absence-details .absence-detail div:first-child {
        font-weight: 400;
        color: #2C5871; }
      .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content.absence-details .absence-detail div:nth-child(2), .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content.absence-details .absence-detail div:nth-child(2) {
        color: #999;
        font-weight: 300; }
    .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content.absence-details .absence-info, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content.absence-details .absence-info {
      background: white;
      position: relative;
      border: 1px solid #fff;
      font-weight: 200;
      padding: 0 10px; }
      .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content.absence-details .absence-info .personal-info, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content.absence-details .absence-info .personal-info {
        overflow: hidden; }
        .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content.absence-details .absence-info .personal-info .left, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content.absence-details .absence-info .personal-info .left {
          vertical-align: top;
          display: inline-block;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          text-align: center;
          font-size: 2em;
          line-height: 48px;
          margin: 10px; }
        .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content.absence-details .absence-info .personal-info .right, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content.absence-details .absence-info .personal-info .right {
          display: inline-block;
          vertical-align: top;
          margin-top: 15px;
          margin-bottom: 15px;
          width: calc(100% - 80px); }
          .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content.absence-details .absence-info .personal-info .right .name, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content.absence-details .absence-info .personal-info .right .name {
            font-size: 1.2em;
            color: #2C5871;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
          .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content.absence-details .absence-info .personal-info .right .organization, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content.absence-details .absence-info .personal-info .right .organization {
            font-size: 0.7em;
            color: #999;
            line-height: 1.5em;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
            .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content.absence-details .absence-info .personal-info .right .organization .more, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content.absence-details .absence-info .personal-info .right .organization .more {
              color: #999; }
  .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content h3, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content h3 {
    font-size: 18px;
    font-weight: 400;
    padding: 0; }
  .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content .desc, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .desc {
    margin: 10px 0 15px;
    font-size: 14px;
    color: #2C5871;
    line-height: 18px; }
  .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content .attachment-list, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .attachment-list {
    margin-top: 5px;
    padding: 15px;
    background: white;
    padding: 0; }
    .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content .attachment-list .attachment-item, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .attachment-list .attachment-item {
      position: relative; }
      .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content .attachment-list .attachment-item .attachment-thumbnail-wrapper, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .attachment-list .attachment-item .attachment-thumbnail-wrapper {
        position: relative;
        top: 0;
        width: 60px; }
        .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content .attachment-list .attachment-item .attachment-thumbnail-wrapper .image, .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content .attachment-list .attachment-item .attachment-thumbnail-wrapper .video video, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .attachment-list .attachment-item .attachment-thumbnail-wrapper .image, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .attachment-list .attachment-item .attachment-thumbnail-wrapper .video video {
          width: 100%;
          height: auto; }
        .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content .attachment-list .attachment-item .attachment-thumbnail-wrapper .file, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .attachment-list .attachment-item .attachment-thumbnail-wrapper .file {
          text-align: center;
          font-size: 36px; }
      .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content .attachment-list .attachment-item .attachment-details, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .attachment-list .attachment-item .attachment-details {
        position: absolute;
        top: 0;
        left: 75px;
        right: 75px; }
        .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content .attachment-list .attachment-item .attachment-details .filename, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .attachment-list .attachment-item .attachment-details .filename {
          font-size: 13px;
          margin-right: 8px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          @media only screen and (max-width: 40em) {
            .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content .attachment-list .attachment-item .attachment-details .filename, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .attachment-list .attachment-item .attachment-details .filename {
              min-width: 100px; } }
        .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content .attachment-list .attachment-item .attachment-details .filesize, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .attachment-list .attachment-item .attachment-details .filesize {
          font-size: 11px;
          color: #999; }
        .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content .attachment-list .attachment-item .attachment-details.upload-error, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .attachment-list .attachment-item .attachment-details.upload-error {
          color: #ff7978; }
      .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content .attachment-list .attachment-item .button-container, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .attachment-list .attachment-item .button-container {
        position: absolute;
        width: 85px;
        right: 0;
        top: 0;
        height: 60px;
        text-align: right; }
        .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content .attachment-list .attachment-item .button-container .btn, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .attachment-list .attachment-item .button-container .btn {
          width: 40px;
          height: 40px;
          text-align: center;
          display: inline-block;
          line-height: 40px;
          font-size: 18px;
          color: #4cace6; }
          .reveal-modal.ra-modal.ra-modal.event-details-modal .modal-content .attachment-list .attachment-item .button-container .btn.upload-error, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .attachment-list .attachment-item .button-container .btn.upload-error {
            color: #ff7978; }
  .reveal-modal.ra-modal.ra-modal.event-details-modal .alert-box, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .alert-box {
    margin-bottom: -10px; }
    .reveal-modal.ra-modal.ra-modal.event-details-modal .alert-box .alert-message, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .alert-box .alert-message {
      padding-right: 35px; }
  .reveal-modal.ra-modal.ra-modal.event-details-modal .close-reveal-modal, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .close-reveal-modal {
    z-index: 10;
    right: 20px;
    top: 15px;
    font-size: 1.5em;
    position: absolute;
    color: #999; }
    .reveal-modal.ra-modal.ra-modal.event-details-modal .close-reveal-modal.white, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .close-reveal-modal.white {
      color: #fff; }
  .reveal-modal.ra-modal.ra-modal.event-details-modal .absence-info, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .absence-info {
    background: white;
    position: relative;
    border: 1px solid #fff;
    font-weight: 200;
    clear: both; }
    .reveal-modal.ra-modal.ra-modal.event-details-modal .absence-info .personal-info, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .absence-info .personal-info {
      width: 100%;
      display: inline-block;
      border-bottom: 1px solid #ddd; }
      .reveal-modal.ra-modal.ra-modal.event-details-modal .absence-info .personal-info .left, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .absence-info .personal-info .left {
        vertical-align: top;
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        font-size: 2em;
        line-height: 48px;
        margin: 10px; }
      .reveal-modal.ra-modal.ra-modal.event-details-modal .absence-info .personal-info .right, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .absence-info .personal-info .right {
        display: inline-block;
        vertical-align: top;
        margin-top: 15px;
        margin-bottom: 15px;
        width: calc(100% - 80px); }
        .reveal-modal.ra-modal.ra-modal.event-details-modal .absence-info .personal-info .right .name, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .absence-info .personal-info .right .name {
          font-size: 1.2em;
          color: #2C5871;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        .reveal-modal.ra-modal.ra-modal.event-details-modal .absence-info .personal-info .right .organization, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .absence-info .personal-info .right .organization {
          font-size: 0.7em;
          color: #999;
          line-height: 1.5em;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
          .reveal-modal.ra-modal.ra-modal.event-details-modal .absence-info .personal-info .right .organization .more, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .absence-info .personal-info .right .organization .more {
            color: #999; }
  .reveal-modal.ra-modal.ra-modal.event-details-modal .event-info, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .event-info {
    background: white;
    position: relative;
    border: 1px solid #fff;
    font-weight: 200;
    clear: both; }
    .reveal-modal.ra-modal.ra-modal.event-details-modal .event-info .personal-info, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .event-info .personal-info {
      width: 100%;
      display: inline-block;
      padding: 0 0 0 50px; }
      .reveal-modal.ra-modal.ra-modal.event-details-modal .event-info .personal-info .left, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .event-info .personal-info .left {
        vertical-align: top;
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        font-size: 2em;
        line-height: 48px;
        margin: 10px; }
      .reveal-modal.ra-modal.ra-modal.event-details-modal .event-info .personal-info .right, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .event-info .personal-info .right {
        display: inline-block;
        vertical-align: top;
        margin-top: 15px;
        margin-bottom: 15px;
        width: calc(100% - 80px); }
        .reveal-modal.ra-modal.ra-modal.event-details-modal .event-info .personal-info .right .name, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .event-info .personal-info .right .name {
          font-size: 1.2em;
          color: #2C5871;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        .reveal-modal.ra-modal.ra-modal.event-details-modal .event-info .personal-info .right .organization, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .event-info .personal-info .right .organization {
          font-size: 0.7em;
          color: #999;
          line-height: 1.5em;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
          .reveal-modal.ra-modal.ra-modal.event-details-modal .event-info .personal-info .right .organization .more, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .event-info .personal-info .right .organization .more {
            color: #999; }
    .reveal-modal.ra-modal.ra-modal.event-details-modal .event-info .event-title, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .event-info .event-title {
      color: #2C5871;
      padding: 20px 0px 20px 50px;
      font-size: 1.2em; }
  .reveal-modal.ra-modal.ra-modal.event-details-modal .unexplained-contact-footer, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .unexplained-contact-footer {
    clear: both;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #2C5871; }

.reveal-modal.ra-modal.ra-modal.unexplained-absence-modal {
  width: 80%;
  max-width: 600px; }
  .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content {
    width: 80%; }
    .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .button-dropdown-wrapper {
      max-width: 350px; }
    .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content .name {
      margin-bottom: 15px; }
  .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-footer .button.primary[disabled=disabled] {
    padding: 12px 2rem 14px 2rem; }
  .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .alert-danger {
    margin-top: 15px;
    margin-bottom: 15px; }
  .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .alert-box.alert .alert-message {
    font-size: 14px;
    padding-right: 35px; }

.reveal-modal.ra-modal.report-absence {
  width: 80%;
  max-width: 700px; }
  .reveal-modal.ra-modal.report-absence a.student-name.dropdown {
    width: 100%; }
  .reveal-modal.ra-modal.report-absence .modal-content {
    width: 100%;
    padding: 0 30px; }
  .reveal-modal.ra-modal.report-absence .modal-sub-heading {
    font-size: 0.9rem;
    font-weight: 100;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    margin: 10px; }
  .reveal-modal.ra-modal.report-absence .section {
    display: inline-block;
    width: 48%; }
    .reveal-modal.ra-modal.report-absence .section.student-name {
      display: block; }
  .reveal-modal.ra-modal.report-absence .alert {
    background: #ff7978;
    color: #fff;
    margin-bottom: 15px; }
    .reveal-modal.ra-modal.report-absence .alert p {
      margin-bottom: 5px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 200;
      color: rgba(255, 255, 255, 0.8); }
      .reveal-modal.ra-modal.report-absence .alert p.error-heading {
        font-weight: 500;
        margin-bottom: 10px;
        color: #fff; }
      .reveal-modal.ra-modal.report-absence .alert p span.strong {
        font-weight: 400;
        color: #fff; }
    .reveal-modal.ra-modal.report-absence .alert a {
      color: #fff;
      text-decoration: underline; }
  .reveal-modal.ra-modal.report-absence .alert {
    margin-top: 15px;
    clear: both;
    text-align: center; }
  .reveal-modal.ra-modal.report-absence .modal-footer .button.primary.disabled, .reveal-modal.ra-modal.report-absence .modal-footer .button.primary[disabled=disabled] {
    padding: 16px 2rem 17px 2rem; }
  .reveal-modal.ra-modal.report-absence .modal-footer .button.primary.sending {
    padding: 12px 2rem 14px 2rem; }
  .reveal-modal.ra-modal.report-absence .organization-name, .reveal-modal.ra-modal.report-absence .organization-name-selected {
    display: inline-block;
    color: #A4B5C5;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 200; }
  .reveal-modal.ra-modal.report-absence .organization-name-selected {
    font-size: 13px; }
  .reveal-modal.ra-modal.report-absence .single-date {
    margin-bottom: 20px; }

.reveal-modal.ra-modal.edit-absence .modal-footer .button.primary.disabled, .reveal-modal.ra-modal.edit-absence .modal-footer .button.primary[disabled=disabled] {
  padding: 16px 2rem 17px 2rem; }

.reveal-modal.ra-modal.edit-absence .modal-footer .button.primary.sending {
  padding: 12px 2rem 14px 2rem; }

.reveal-modal.ra-modal.edit-absence .single-date {
  margin-bottom: 20px; }

.selectize-control.single .selectize-input .ui-select-match span {
  font-weight: 500; }

.selectize-control.single .selectize-input .ui-select-match .student-initial-name-wrapper .student-name {
  font-weight: 500; }

.student-initial-name-wrapper .student-name {
  display: inline-block;
  margin-left: 6px;
  line-height: 24px; }

.student-initial-name-wrapper .student-initial-circle {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: inline-block; }

/* media queries */
@media only screen and (min-width: 40.063em) {
  .attendance-page {
    margin: 30px auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

/* TODO: refactor into suitable SASS media queries */
@media screen and (min-width: 1211px) {
  .attendance-page .todays-unexplained-wrapper {
    margin-top: 70px; } }

@media screen and (max-width: 1210px) {
  .attendance-page .fc .fc-toolbar {
    width: 100%; } }

@media screen and (max-width: 640px) {
  .attendance-page .student-filter-bar h2 {
    float: none;
    margin: 0 auto;
    text-align: center; }
  .attendance-page .student-filter-bar .report-absence-container {
    float: right;
    margin: -10px 5px 5px 0;
    text-align: center; }
  .attendance-page .student-filter-bar .filter-bar {
    margin-bottom: 0; }
    .attendance-page .student-filter-bar .filter-bar ul {
      text-align: center;
      margin-bottom: 0; }
  .attendance-page .list-items a.absence-list-item {
    padding: 5px; }
  .attendance-page .list-items .date {
    width: 18%;
    vertical-align: top; }
    .attendance-page .list-items .date .day-number {
      font-size: 16px; }
    .attendance-page .list-items .date .day-of-week {
      font-size: 14px; }
  .attendance-page .list-items .absence-details {
    width: 80%; }
    .attendance-page .list-items .absence-details .absence-title {
      font-size: 11px;
      font-weight: 200; }
  .attendance-page .list-items .student-initial-name-wrapper .student-name {
    font-size: 14px; }
  .attendance-page .list-items .is-unexplained.is-editable .provide-reason {
    display: none; }
  .attendance-page .absence-view-modes {
    float: right;
    width: 110px;
    margin: 25px 0; }
  .attendance-page .calcontainer {
    margin-top: 68px;
    clear: both; }
  .attendance-page .list-container {
    margin-top: 30px; }
  .attendance-page .list-wrapper {
    margin-top: 20px; }
    .attendance-page .list-wrapper.todays-unexplained-wrapper {
      padding: 0;
      margin-bottom: 0; }
      .attendance-page .list-wrapper.todays-unexplained-wrapper .list-month {
        font-size: 14px;
        padding: 5px 15px; }
  .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal,
  .reveal-modal.ra-modal.report-absence,
  .reveal-modal.ra-modal.edit-absence,
  .reveal-modal.ra-modal.event-details-modal {
    width: 100%;
    max-width: 100%;
    font-size: 14px; }
    .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .f-dropdown li a,
    .reveal-modal.ra-modal.report-absence .f-dropdown li a,
    .reveal-modal.ra-modal.edit-absence .f-dropdown li a,
    .reveal-modal.ra-modal.event-details-modal .f-dropdown li a {
      padding: 20px;
      font-weight: bold;
      font-size: 16px; }
    .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .time-input input,
    .reveal-modal.ra-modal.report-absence .time-input input,
    .reveal-modal.ra-modal.edit-absence .time-input input,
    .reveal-modal.ra-modal.event-details-modal .time-input input {
      width: 30px;
      font-weight: 500;
      height: 60px; }
    .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .time-input input, .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .time-input span,
    .reveal-modal.ra-modal.report-absence .time-input input,
    .reveal-modal.ra-modal.report-absence .time-input span,
    .reveal-modal.ra-modal.edit-absence .time-input input,
    .reveal-modal.ra-modal.edit-absence .time-input span,
    .reveal-modal.ra-modal.event-details-modal .time-input input,
    .reveal-modal.ra-modal.event-details-modal .time-input span {
      font-size: 20px; }
  .reveal-modal.ra-modal .modal-content a.button.dropdown {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .reveal-modal.ra-modal.ra-modal.unexplained-absence-modal .modal-content {
    width: 90%; } }

@media screen and (max-width: 430px) {
  .reveal-modal.ra-modal.report-absence .section {
    display: block;
    width: 100%; }
  .reveal-modal.ra-modal.report-absence .single-date {
    margin-bottom: 20px; }
  .reveal-modal.ra-modal.report-absence .end-date {
    margin-top: 20px; } }

.ra-modal.set-safe-arrival-pin {
  max-width: 590px;
  color: #2C5871; }
  .ra-modal.set-safe-arrival-pin .modal-content {
    width: 90%;
    margin-bottom: 15px; }
  .ra-modal.set-safe-arrival-pin .modal-header {
    text-align: center; }

.set-safe-arrival-pin-modal .scrolling-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 48px; }

.set-safe-arrival-pin-modal .school-heading {
  font-weight: 400;
  margin-bottom: 15px; }

.set-safe-arrival-pin-modal .tabs-container {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 20px; }

.set-safe-arrival-pin-modal .tab {
  position: relative;
  cursor: pointer;
  color: #2C5871;
  display: inline-block;
  text-align: center;
  font-weight: 200;
  padding: 8px 35px;
  transition: background 500ms;
  border-bottom: 2px solid #CCC; }
  .set-safe-arrival-pin-modal .tab .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto; }
  .set-safe-arrival-pin-modal .tab.active {
    cursor: default;
    font-weight: 400;
    border-bottom: 2px solid #4cace6; }
  .set-safe-arrival-pin-modal .tab.invalid {
    background: #fff6f6; }
  .set-safe-arrival-pin-modal .tab .invalid-tab-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ff7978;
    font-size: 18px; }

.set-safe-arrival-pin-modal .info {
  margin-bottom: 15px;
  color: #2C5871; }

.set-safe-arrival-pin-modal .note {
  color: #2C5871 !important;
  max-width: 420px;
  margin: 0 auto;
  margin-top: 25px; }

.set-safe-arrival-pin-modal .selected-students {
  margin-bottom: 5px; }

.set-safe-arrival-pin-modal .selected-student-row {
  position: relative;
  box-shadow: 1px 1px 3px #aaa;
  margin-bottom: 5px;
  padding: 5px; }
  .set-safe-arrival-pin-modal .selected-student-row .sa-pin-checkbox {
    text-align: right;
    color: #4cace6 !important; }
  .set-safe-arrival-pin-modal .selected-student-row .contact-info {
    margin: 0; }
    .set-safe-arrival-pin-modal .selected-student-row .contact-info .organization {
      display: none; }

.set-safe-arrival-pin-modal .guardian-listing .pin-input-container {
  overflow: hidden; }
  .set-safe-arrival-pin-modal .guardian-listing .pin-input-container .label-and-pin {
    margin-top: 4px;
    display: inline-block;
    float: right; }
    .set-safe-arrival-pin-modal .guardian-listing .pin-input-container .label-and-pin .pin-label {
      margin-top: 6px;
      padding-right: 5px; }
    .set-safe-arrival-pin-modal .guardian-listing .pin-input-container .label-and-pin .sa-pin-input {
      padding-left: 10px;
      margin-bottom: 0; }
  .set-safe-arrival-pin-modal .guardian-listing .pin-input-container .input-container {
    display: inline-block;
    text-align: center;
    width: 80px; }

.set-safe-arrival-pin-modal .guardian-listing .checkbox-icon {
  margin-top: 3px; }

.set-safe-arrival-pin-modal .guardian-listing .contact-info-wrapper {
  border: none; }
  .set-safe-arrival-pin-modal .guardian-listing .contact-info-wrapper .personal-info {
    min-height: 0; }
    .set-safe-arrival-pin-modal .guardian-listing .contact-info-wrapper .personal-info .left {
      margin: 0;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      font-size: 20px;
      line-height: 35px; }
    .set-safe-arrival-pin-modal .guardian-listing .contact-info-wrapper .personal-info .right {
      float: left !important;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
      .set-safe-arrival-pin-modal .guardian-listing .contact-info-wrapper .personal-info .right .name {
        font-size: 15px !important;
        margin-top: 3px;
        margin-left: 8px; }

.set-safe-arrival-pin-modal .flat-listing .input-column {
  max-height: 35px;
  border-left: 1px solid #CCC; }

.set-safe-arrival-pin-modal .flat-listing .input-container {
  display: inline-block;
  margin: 0 auto;
  margin-top: -3px;
  text-align: right; }

.set-safe-arrival-pin-modal .flat-listing .checkbox-column {
  float: left; }

.set-safe-arrival-pin-modal .flat-listing .checkbox-icon {
  margin-top: 7px; }

.set-safe-arrival-pin-modal .flat-listing .personal-info {
  min-height: 0; }
  .set-safe-arrival-pin-modal .flat-listing .personal-info .left {
    margin: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 35px; }
  .set-safe-arrival-pin-modal .flat-listing .personal-info .right {
    float: left !important;
    width: auto;
    margin-top: 0;
    margin-bottom: 0; }
    .set-safe-arrival-pin-modal .flat-listing .personal-info .right .name {
      font-size: 15px !important;
      margin-top: 5px;
      margin-left: 8px; }

@media (max-width: 640px) {
  .set-safe-arrival-pin-modal .flat-listing .input-column {
    margin-top: 3px;
    margin-bottom: 3px;
    border-left: none; }
    .set-safe-arrival-pin-modal .flat-listing .input-column .text {
      padding-left: 58px;
      padding-top: 10px;
      text-align: left; }
    .set-safe-arrival-pin-modal .flat-listing .input-column .sa-pin-input {
      max-width: 100px;
      min-width: 80px;
      height: 33px;
      margin-right: -5px;
      margin-top: 3px;
      border: 1px solid #CCC; } }

.set-safe-arrival-pin-modal label.checkbox input:checked + .checkbox-icon {
  color: #4cace6; }

.set-safe-arrival-pin-modal .eyes-container {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  margin-left: 3px; }

.set-safe-arrival-pin-modal .input-container .sa-pin-input {
  display: inline-block;
  border: none;
  box-shadow: none;
  text-align: center;
  font-size: 16px;
  color: #2C5871;
  letter-spacing: 5px; }
  .set-safe-arrival-pin-modal .input-container .sa-pin-input.hide {
    text-security: disc;
    -webkit-text-security: disc;
    -mox-text-security: disc; }
  .set-safe-arrival-pin-modal .input-container .sa-pin-input:focus {
    background: none; }
  .set-safe-arrival-pin-modal .input-container .sa-pin-input[disabled] {
    color: #CCC;
    background: none; }
    .set-safe-arrival-pin-modal .input-container .sa-pin-input[disabled]::-webkit-input-placeholder {
      color: #CCC; }
    .set-safe-arrival-pin-modal .input-container .sa-pin-input[disabled]::-moz-placeholder {
      color: #CCC; }
    .set-safe-arrival-pin-modal .input-container .sa-pin-input[disabled]:-ms-input-placeholder {
      color: #CCC; }
  .set-safe-arrival-pin-modal .input-container .sa-pin-input.show-error {
    color: #ff7978;
    border: 1px solid #ff7978; }
    .set-safe-arrival-pin-modal .input-container .sa-pin-input.show-error::-webkit-input-placeholder {
      color: #ff7978; }
    .set-safe-arrival-pin-modal .input-container .sa-pin-input.show-error::-moz-placeholder {
      color: #ff7978; }
    .set-safe-arrival-pin-modal .input-container .sa-pin-input.show-error:-ms-input-placeholder {
      color: #ff7978; }

.set-safe-arrival-pin-modal .saving i.fa-spinner {
  font-size: 35px;
  margin: 10px 0 20px 0; }

.set-safe-arrival-pin-modal .save-error i.fa-exclamation-triangle {
  color: #ffb31e;
  font-size: 45px; }

.set-safe-arrival-pin-modal .saving, .set-safe-arrival-pin-modal .save-success, .set-safe-arrival-pin-modal .save-error {
  color: #2C5871;
  text-align: center;
  font-weight: 200; }
  .set-safe-arrival-pin-modal .saving .header, .set-safe-arrival-pin-modal .save-success .header, .set-safe-arrival-pin-modal .save-error .header {
    font-size: 20px;
    margin-bottom: 8px; }
  .set-safe-arrival-pin-modal .saving .text, .set-safe-arrival-pin-modal .save-success .text, .set-safe-arrival-pin-modal .save-error .text {
    font-size: 16px;
    margin-bottom: 20px; }
  .set-safe-arrival-pin-modal .saving .image-container, .set-safe-arrival-pin-modal .save-success .image-container, .set-safe-arrival-pin-modal .save-error .image-container {
    margin-bottom: 25px; }

.messages-page .page-header {
  overflow: hidden; }
  .messages-page .page-header .new-message-container .new-message {
    float: right;
    cursor: pointer; }
    .messages-page .page-header .new-message-container .new-message .title {
      margin-right: 5px;
      text-transform: uppercase;
      font-size: 15px;
      color: #4cace6; }
    .messages-page .page-header .new-message-container .new-message .icon-container {
      display: inline-block;
      background: #FD8685;
      border-radius: 50%;
      text-align: center; }
      .messages-page .page-header .new-message-container .new-message .icon-container .pencil-icon {
        color: white; }
  .messages-page .page-header .autoclaim-error {
    text-align: center;
    font-weight: 100; }
    .messages-page .page-header .autoclaim-error .alert.alert-warning {
      margin-bottom: 20px;
      text-align: left;
      padding: 10px 40px; }
      .messages-page .page-header .autoclaim-error .alert.alert-warning .warning-heading {
        font-weight: 400; }
      .messages-page .page-header .autoclaim-error .alert.alert-warning .fa {
        color: #8a6d3b;
        margin-top: 20px;
        font-size: 22px;
        padding: 0 10px 0 0; }
      .messages-page .page-header .autoclaim-error .alert.alert-warning p {
        font-weight: 300;
        font-size: 15px; }
    .messages-page .page-header .autoclaim-error .link {
      display: inline-block;
      margin: 0px;
      color: #4cace6;
      cursor: pointer; }
    .messages-page .page-header .autoclaim-error .warning-heading {
      text-align: center; }

.messages-page .details-view-item {
  overflow: hidden; }

.messages-page .back-button {
  display: inline-block;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: top; }
  .messages-page .back-button i {
    line-height: 25px;
    color: #2C5871; }

.messages-page .select-item-message {
  height: calc(100vh - 140px);
  background: white;
  color: #2C5871;
  text-align: center;
  max-height: 500px; }
  .messages-page .select-item-message .text-container {
    padding-top: 75px; }

.messages-page .title-and-filter {
  display: inline-block; }

.messages-page .selectable {
  cursor: pointer; }

.messages-page .attachment-container {
  margin: 15px 0px 0; }
  .messages-page .attachment-container .attachment-item .audio {
    padding: 0 30px; }

.messages-page .details-attachment-container {
  padding: 15px 0px 0;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  @media only screen and (max-width: 40em) {
    .messages-page .details-attachment-container {
      margin-top: 5px; } }
  .messages-page .details-attachment-container .attachment-preview-link {
    display: inline-block; }
    .messages-page .details-attachment-container .attachment-preview-link a {
      padding: 5px 10px;
      display: inline-block;
      color: #4cace6;
      font-size: 14px;
      line-height: 20px;
      font-weight: lighter; }
      .messages-page .details-attachment-container .attachment-preview-link a:hover {
        text-decoration: underline; }
      .messages-page .details-attachment-container .attachment-preview-link a i.fa {
        font-size: 20px;
        color: #2C5871;
        margin-right: 8px; }

@media only screen {
  .messages-page .title-and-filter {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
  .messages-page .new-message-container {
    display: none; }
  .messages-page .new-message-thumb-button {
    display: block;
    position: fixed;
    cursor: pointer;
    right: 7%;
    bottom: 30px;
    z-index: 9999; }
    .messages-page .new-message-thumb-button .icon-container {
      text-align: center;
      border-radius: 50%;
      background: #FD8685;
      line-height: 51px;
      width: 50px;
      height: 50px; }
    .messages-page .new-message-thumb-button .pencil-icon {
      color: white;
      font-size: 22px; } }

@media only screen and (min-width: 64.0625rem) {
  .messages-page .title-and-filter {
    padding-left: 0;
    padding-right: 0;
    width: 41.6666666667%;
    float: left; }
    .messages-page .title-and-filter .back-button {
      display: none; }
  .messages-page .new-message-thumb-button {
    display: none; }
  .messages-page .new-message-container {
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 0; }
    .messages-page .new-message-container .new-message {
      float: right; }
      .messages-page .new-message-container .new-message .title {
        display: inline-block; }
      .messages-page .new-message-container .new-message .icon-container {
        line-height: 30px;
        width: 30px;
        height: 30px; }
      .messages-page .new-message-container .new-message .pencil-icon {
        font-size: 14px; } }

.activity-stream .no-items-message {
  background-color: white;
  padding: 20px;
  text-align: center;
  border: 1px solid #ccc;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  font-weight: 100; }
  .activity-stream .no-items-message .fa {
    color: #ccc;
    font-size: 150px; }
  .activity-stream .no-items-message .fa-address-book {
    font-size: 125px;
    padding: 20px; }
  .activity-stream .no-items-message .fa-inbox {
    margin-bottom: 10px; }
  .activity-stream .no-items-message .alert.alert-warning {
    margin-bottom: 20px;
    text-align: left;
    padding: 10px 40px; }
    .activity-stream .no-items-message .alert.alert-warning .warning-heading {
      font-weight: 400; }
    .activity-stream .no-items-message .alert.alert-warning .fa {
      color: #8a6d3b;
      margin-top: 20px;
      font-size: 22px;
      padding: 0 10px 0 0; }
    .activity-stream .no-items-message .alert.alert-warning p {
      font-weight: 300;
      font-size: 15px; }
  .activity-stream .no-items-message .weak-text {
    margin-top: 10px;
    font-weight: 100; }
  .activity-stream .no-items-message .link {
    display: inline-block;
    margin: 5px 0 20px 0;
    color: #4cace6;
    cursor: pointer; }

.activity-stream .bar-wrapper {
  margin-top: 30px;
  position: relative;
  height: 50px; }
  .activity-stream .bar-wrapper .load-more-bar {
    position: relative;
    background-color: #63ABF0;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-weight: 100;
    cursor: pointer; }
  .activity-stream .bar-wrapper .top-button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #3491E9;
    color: white;
    width: 50px;
    height: 50px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 100;
    display: inline-block;
    text-align: center;
    padding-top: 6px;
    cursor: pointer; }

.video-js.vjs-fluid .vjs-big-play-button {
  top: 50%;
  left: 50%;
  font-size: 2.5em;
  line-height: 2.5em;
  height: 2.5em;
  width: 2.5em;
  margin-left: -1.25em;
  margin-top: -1.25em;
  border-radius: 50em; }

.video-js.vjs-fluid .vjs-control:focus {
  outline: none; }

.video-js.vjs-fluid.vjs-audio {
  min-height: 3em; }
  .video-js.vjs-fluid.vjs-audio .vjs-big-play-button {
    display: none; }
  .video-js.vjs-fluid.vjs-audio .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.activity-stream-item {
  margin-bottom: 5px;
  background: white;
  cursor: pointer; }
  .activity-stream-item[data-item-selected="true"] {
    background: #E1E7EB; }

.loading-next-page {
  height: 90px;
  background: url(/assets/img/preloader-24.gif) no-repeat center 45px #fff;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  color: #aaa;
  font-weight: 300; }

.activity-stream-items-wrapper {
  position: relative; }
  .activity-stream-items-wrapper hr {
    margin: -1px 0;
    border: 1px solid #EAEEF1; }

.header-bar select {
  border-color: #4cace6;
  color: #4cace6;
  background-color: #fff;
  display: inline-block; }

.pointer {
  cursor: pointer; }

.messages-page .filter-button-container {
  float: right;
  margin-top: 4px;
  margin-right: 30px; }

.messages-page .page-header .message-filters {
  text-align: left; }

.messages-page .page-header .button-group {
  display: inline-block; }
  .messages-page .page-header .button-group button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.75rem 1.5rem 0.8125rem 1.5rem;
    background-color: #4cace6;
    border-color: #55b0e7;
    color: #fff;
    transition: background-color 300ms ease-out; }
    .messages-page .page-header .button-group button:hover, .messages-page .page-header .button-group button:focus {
      background-color: #55b0e7; }
    .messages-page .page-header .button-group button:hover, .messages-page .page-header .button-group button:focus {
      color: #fff; }
  .messages-page .page-header .button-group button:focus {
    outline: 0; }
  .messages-page .page-header .button-group button:not(.selected) {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.75rem 1.5rem 0.8125rem 1.5rem;
    background-color: white;
    border-color: white;
    color: #333;
    transition: background-color 300ms ease-out;
    border-color: #4cace6;
    color: #4cace6; }
    .messages-page .page-header .button-group button:not(.selected):hover, .messages-page .page-header .button-group button:not(.selected):focus {
      background-color: white; }
    .messages-page .page-header .button-group button:not(.selected):hover, .messages-page .page-header .button-group button:not(.selected):focus {
      color: #333; }
  .messages-page .page-header .button-group .button.dropdown {
    padding: 0px;
    color: #2C5871;
    background-color: transparent;
    border: none;
    font-size: 18px;
    font-weight: lighter;
    text-align: left;
    margin: 0; }
  .messages-page .page-header .button-group .dropdown.button::after, .messages-page .page-header .button-group button.dropdown::after {
    border-color: #4cace6 transparent transparent transparent;
    margin-right: -45px; }
  .messages-page .page-header .button-group .f-dropdown {
    width: 200px; }
    .messages-page .page-header .button-group .f-dropdown li a {
      color: #4cace6;
      text-align: left; }
    .messages-page .page-header .button-group .f-dropdown li a:hover {
      color: #fff;
      background-color: #4cace6; }
    .messages-page .page-header .button-group .f-dropdown::after, .messages-page .page-header .button-group .f-dropdown::before {
      content: none; }

.classroom-message-details-view .bottom-corner-dock {
  position: relative; }
  .classroom-message-details-view .bottom-corner-dock .f-dropdown {
    background: #F4F8F9;
    width: 110px;
    right: 100px !important;
    left: -85px !important;
    margin-top: -25px !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); }
    .classroom-message-details-view .bottom-corner-dock .f-dropdown:before {
      display: none; }
    .classroom-message-details-view .bottom-corner-dock .f-dropdown:after {
      display: none; }
    .classroom-message-details-view .bottom-corner-dock .f-dropdown li {
      color: #222;
      padding: 15px;
      text-align: left;
      font-size: 14px; }

.classroom-message-details-view .comment {
  position: relative;
  background: #fafafa;
  margin-top: 2px; }
  .classroom-message-details-view .comment .top-corner-dock {
    position: absolute;
    overflow: hidden;
    top: 10px;
    right: 20px;
    color: #999; }
    .classroom-message-details-view .comment .top-corner-dock .time-container {
      background: white; }
      .classroom-message-details-view .comment .top-corner-dock .time-container .time {
        font-size: 12px;
        float: right; }
  .classroom-message-details-view .comment .bottom-corner-dock {
    position: absolute;
    bottom: 10px;
    right: 20px; }
    .classroom-message-details-view .comment .bottom-corner-dock .options-menu {
      text-align: right; }
      .classroom-message-details-view .comment .bottom-corner-dock .options-menu i {
        cursor: pointer;
        color: #999; }
  .classroom-message-details-view .comment .header {
    background: transparent;
    padding: 10px 0 0 10px;
    font-size: 14px; }
    .classroom-message-details-view .comment .header .initials {
      display: inline-block;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      text-align: center;
      font-weight: 100;
      line-height: 32px;
      position: relative; }
    .classroom-message-details-view .comment .header .author {
      display: inline-block;
      line-height: 32px;
      margin-left: 10px;
      font-size: 15px; }
    .classroom-message-details-view .comment .header .group {
      display: inline-block; }
    .classroom-message-details-view .comment .header .time {
      color: #999;
      font-size: 12px;
      clear: right;
      float: right;
      padding-right: 10px; }
  .classroom-message-details-view .comment .comment-text {
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: lighter;
    word-wrap: break-word; }
    .classroom-message-details-view .comment .comment-text .attachment-container {
      max-width: 300px;
      margin: 15px -30px 0; }
      .classroom-message-details-view .comment .comment-text .attachment-container .image {
        width: 100%;
        height: auto; }
      .classroom-message-details-view .comment .comment-text .attachment-container .video video {
        width: 100%; }
      .classroom-message-details-view .comment .comment-text .attachment-container .file {
        width: 33.3333%;
        margin-left: 30px; }
        .classroom-message-details-view .comment .comment-text .attachment-container .file a {
          display: inline-block;
          height: 120px;
          background: #fff;
          text-align: center;
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
          padding: 20px 0 0;
          width: 100%;
          position: relative;
          border: 1px solid #ccc; }
          .classroom-message-details-view .comment .comment-text .attachment-container .file a .fa {
            font-size: 40px;
            color: #2C5871; }
          .classroom-message-details-view .comment .comment-text .attachment-container .file a .filename {
            position: absolute;
            left: -1px;
            right: -1px;
            bottom: -1px;
            height: 40px;
            padding: 10px;
            background: #4cace6;
            border: 1px solid #4cace6;
            color: #fff;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }

.contact {
  padding: 20px;
  background: white;
  overflow: hidden;
  border-bottom: 1px solid #eee; }
  .contact .initials {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    font-weight: lighter;
    margin: 2px 12px 0 0;
    float: left; }
  .contact .name {
    color: #2C5871;
    font-size: 16px; }
  .contact .role {
    display: inline-block;
    float: left;
    color: #2C5871;
    font-size: 14px;
    font-weight: lighter; }

#attachments {
  display: inline-block;
  width: 100%; }
  #attachments label {
    display: inline-block;
    margin-top: 3px; }
  #attachments .add-attachment {
    float: right;
    display: inline-block;
    color: #4cace6;
    font-size: 14px; }
    #attachments .add-attachment .icon-container {
      display: inline-block;
      background: #FD8685;
      border-radius: 50%;
      text-align: center;
      height: 30px;
      width: 30px;
      line-height: 30px;
      margin: 0 0 0 10px; }
      #attachments .add-attachment .icon-container .fa {
        color: white;
        font-size: 18px;
        line-height: 30px; }
    #attachments .add-attachment.disabled {
      color: #999;
      cursor: not-allowed; }
      #attachments .add-attachment.disabled .icon-container {
        background: #CCC; }
  #attachments #attachments-container {
    margin-top: 5px;
    padding: 15px;
    background: white;
    width: 100%; }
    #attachments #attachments-container .attachment-item {
      position: relative; }
      #attachments #attachments-container .attachment-item .attachment-thumbnail-wrapper {
        position: relative;
        top: 0;
        width: 60px; }
        #attachments #attachments-container .attachment-item .attachment-thumbnail-wrapper .image, #attachments #attachments-container .attachment-item .attachment-thumbnail-wrapper .video video {
          width: 100%;
          height: auto; }
        #attachments #attachments-container .attachment-item .attachment-thumbnail-wrapper .file {
          text-align: center;
          font-size: 36px; }
      #attachments #attachments-container .attachment-item .attachment-details {
        position: absolute;
        top: 0;
        left: 75px;
        right: 75px; }
        #attachments #attachments-container .attachment-item .attachment-details .filename {
          font-size: 13px;
          margin-right: 8px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          @media only screen and (max-width: 40em) {
            #attachments #attachments-container .attachment-item .attachment-details .filename {
              min-width: 100px; } }
        #attachments #attachments-container .attachment-item .attachment-details .filesize {
          font-size: 11px;
          color: #999; }
        #attachments #attachments-container .attachment-item .attachment-details.upload-error {
          color: #ff7978; }
      #attachments #attachments-container .attachment-item .button-container {
        position: absolute;
        width: 85px;
        right: 0;
        top: 0;
        height: 60px;
        text-align: right; }
        #attachments #attachments-container .attachment-item .button-container .btn {
          width: 40px;
          height: 40px;
          text-align: center;
          display: inline-block;
          line-height: 40px;
          font-size: 18px;
          color: #4cace6; }
          #attachments #attachments-container .attachment-item .button-container .btn.upload-error {
            color: #ff7978; }

.reveal-modal.new-conversation-modal {
  width: 620px; }
  .reveal-modal.new-conversation-modal .modal-body {
    margin: 0px; }
    .reveal-modal.new-conversation-modal .modal-body .portion {
      position: relative;
      padding: 20px;
      background: white;
      border-bottom: 1px solid #D2D2D2; }
      .reveal-modal.new-conversation-modal .modal-body .portion .add-attachment {
        float: right;
        display: inline-block;
        color: #4cace6;
        font-size: 14px; }
        .reveal-modal.new-conversation-modal .modal-body .portion .add-attachment .icon-container {
          display: inline-block;
          background: #FD8685;
          border-radius: 50%;
          text-align: center;
          height: 30px;
          width: 30px;
          line-height: 30px;
          margin: 0 0 0 10px; }
          .reveal-modal.new-conversation-modal .modal-body .portion .add-attachment .icon-container .fa {
            color: white;
            font-size: 18px;
            line-height: 30px; }
        .reveal-modal.new-conversation-modal .modal-body .portion .add-attachment.disabled {
          color: #999;
          cursor: not-allowed; }
          .reveal-modal.new-conversation-modal .modal-body .portion .add-attachment.disabled .icon-container {
            background: #CCC; }
      .reveal-modal.new-conversation-modal .modal-body .portion .attachments-container {
        margin-top: 5px;
        padding: 15px;
        background: white; }
        .reveal-modal.new-conversation-modal .modal-body .portion .attachments-container .attachment-item {
          position: relative; }
          .reveal-modal.new-conversation-modal .modal-body .portion .attachments-container .attachment-item .attachment-thumbnail-wrapper {
            position: relative;
            top: 0;
            width: 60px; }
            .reveal-modal.new-conversation-modal .modal-body .portion .attachments-container .attachment-item .attachment-thumbnail-wrapper .image, .reveal-modal.new-conversation-modal .modal-body .portion .attachments-container .attachment-item .attachment-thumbnail-wrapper .video video {
              width: 100%;
              height: auto; }
            .reveal-modal.new-conversation-modal .modal-body .portion .attachments-container .attachment-item .attachment-thumbnail-wrapper .file {
              text-align: center;
              font-size: 36px; }
          .reveal-modal.new-conversation-modal .modal-body .portion .attachments-container .attachment-item .attachment-details {
            position: absolute;
            top: 0;
            left: 75px;
            right: 75px; }
            .reveal-modal.new-conversation-modal .modal-body .portion .attachments-container .attachment-item .attachment-details .filename {
              font-size: 13px;
              margin-right: 8px;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
              @media only screen and (max-width: 40em) {
                .reveal-modal.new-conversation-modal .modal-body .portion .attachments-container .attachment-item .attachment-details .filename {
                  min-width: 100px; } }
            .reveal-modal.new-conversation-modal .modal-body .portion .attachments-container .attachment-item .attachment-details .filesize {
              font-size: 11px;
              color: #999; }
            .reveal-modal.new-conversation-modal .modal-body .portion .attachments-container .attachment-item .attachment-details.upload-error {
              color: #ff7978; }
          .reveal-modal.new-conversation-modal .modal-body .portion .attachments-container .attachment-item .button-container {
            position: absolute;
            width: 85px;
            right: 0;
            top: 0;
            height: 60px;
            text-align: right; }
            .reveal-modal.new-conversation-modal .modal-body .portion .attachments-container .attachment-item .button-container .btn {
              width: 40px;
              height: 40px;
              text-align: center;
              display: inline-block;
              line-height: 40px;
              font-size: 18px;
              color: #4cace6; }
              .reveal-modal.new-conversation-modal .modal-body .portion .attachments-container .attachment-item .button-container .btn.upload-error {
                color: #ff7978; }
    .reveal-modal.new-conversation-modal .modal-body .conversation-topic-label {
      color: #2C5871;
      font-weight: normal; }

@media (max-width: 640px) {
  .reveal-modal.new-conversation-modal {
    width: 100%; } }

.new-conversation-modal .group {
  position: relative;
  padding: 10px 20px;
  background: white;
  min-height: 80px;
  border-bottom: 1px solid #D2D2D2; }
  .new-conversation-modal .group.togglable {
    cursor: pointer; }
  .new-conversation-modal .group .group-info {
    display: block; }
    .new-conversation-modal .group .group-info .name {
      float: left;
      font-size: 18px;
      font-weight: lighter;
      color: #2C5871; }
    .new-conversation-modal .group .group-info .caret-container {
      position: absolute;
      right: 30px;
      top: 28px;
      display: inline-block;
      float: right;
      color: #4cace6; }
      .new-conversation-modal .group .group-info .caret-container i {
        font-size: 16px; }
    .new-conversation-modal .group .group-info .sliders-container {
      float: right;
      color: #4cace6; }
      .new-conversation-modal .group .group-info .sliders-container .text {
        font-size: 14px; }
      .new-conversation-modal .group .group-info .sliders-container i {
        font-size: 16px; }
    .new-conversation-modal .group .group-info .counts {
      font-size: 14px;
      font-weight: 100;
      color: #A4B5C5; }
  .new-conversation-modal .group .float-container {
    overflow: hidden; }
  .new-conversation-modal .group .columns {
    padding: 10px; }
  .new-conversation-modal .group .group-buttons-container button {
    background: #ddd;
    font-size: 12px;
    color: #2C5871;
    padding: 10px 5px;
    width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    border: none; }
    .new-conversation-modal .group .group-buttons-container button:focus {
      outline: none; }
    .new-conversation-modal .group .group-buttons-container button.selected {
      color: white;
      background: #4cace6; }
    .new-conversation-modal .group .group-buttons-container button:disabled {
      background: #f2f2f2;
      color: #999; }
      .new-conversation-modal .group .group-buttons-container button:disabled:hover {
        background: #f2f2f2; }

.select-step .show-more-container {
  cursor: pointer;
  display: inline-block;
  text-align: right;
  color: #4cace6;
  font-size: 16px; }

.select-step .tag-list:focus {
  outline-color: none;
  outline-style: none; }

.select-step .groups-container {
  max-height: 250px;
  overflow: auto; }

.select-step .no-groups-message {
  background-color: transparent;
  text-align: center;
  color: #prefDarkBlue;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
  .select-step .no-groups-message .header {
    color: #2c5871;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px; }
  .select-step .no-groups-message .text {
    font-size: 16px;
    display: block;
    font-weight: lighter;
    margin-bottom: 20px; }
  .select-step .no-groups-message .action {
    cursor: pointer;
    color: #4cace6; }

.select-step .tags {
  margin-left: -7px;
  box-shadow: none;
  border: none;
  color: #4cace6;
  background: none; }
  .select-step .tags.focused {
    box-shadow: none; }
  .select-step .tags:focus {
    background: none;
    outline: none; }
  .select-step .tags ul {
    overflow: hidden; }
  .select-step .tags .tag-item {
    background: #eee;
    border-radius: 15px;
    border: none;
    color: #2C5871; }
    .select-step .tags .tag-item span {
      padding-left: 10px; }
      .select-step .tags .tag-item span.unregistered {
        color: #A4B5C5;
        font-weight: normal;
        cursor: not-allowed;
        border-bottom: none; }
    .select-step .tags .tag-item.selected {
      background: #eee; }
    .select-step .tags .tag-item .remove-button {
      color: #eee;
      background: #2C5871;
      width: 20px;
      height: 20px;
      line-height: 22px;
      font-size: 19px;
      font-weight: normal;
      text-align: center;
      border-radius: 50%;
      display: inline-block; }
      .select-step .tags .tag-item .remove-button:active {
        color: #eee; }
  .select-step .tags .input {
    position: absolute;
    top: -33px;
    left: 26px;
    background: none;
    font-size: 16px;
    font-weight: normal;
    border: none;
    color: #4cace6; }
    .select-step .tags .input:focus {
      outline: none;
      background: none; }
    .select-step .tags .input::-webkit-input-placeholder {
      color: #A4B5C5; }
    .select-step .tags .input::-moz-placeholder {
      color: #A4B5C5; }
    .select-step .tags .input:-ms-input-placeholder {
      color: #A4B5C5; }
    .select-step .tags .input:-moz-placeholder {
      color: #A4B5C5; }

.select-step .no-groups-message {
  background: white;
  margin-top: 10px;
  color: #2C5871;
  text-align: center; }
  .select-step .no-groups-message .action {
    cursor: pointer;
    color: #4cace6; }

.select-step .right {
  display: inline-block;
  float: right; }

.select-step .label-text {
  margin-left: 10px;
  font-weight: 200;
  font-size: inherit; }

.select-step input[type="text"] {
  display: inline-block;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #2C5871;
  font-size: 1.5em;
  font-weight: 100; }
  .select-step input[type="text"]:focus {
    box-shadow: none;
    background: white; }

.select-step .autocomplete-contact {
  overflow: hidden; }
  .select-step .autocomplete-contact .initials-container {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    float: left; }
    .select-step .autocomplete-contact .initials-container .initials {
      line-height: 30px;
      color: white; }
  .select-step .autocomplete-contact .name {
    float: left;
    line-height: 30px;
    margin-left: 10px; }

.select-step tags-input {
  background: none;
  border: none;
  border-bottom: 2px solid #4cace6;
  margin-bottom: 7px; }
  .select-step tags-input .host {
    outline: none; }
    .select-step tags-input .host:focus {
      outline: none; }
  .select-step tags-input:focus {
    outline: none; }
  .select-step tags-input.ng-invalid .tags {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }

.refine-step .item-checkbox {
  display: inline-block;
  float: right; }

.refine-step label.checkbox {
  cursor: pointer; }
  .refine-step label.checkbox input:checked + .checkbox-icon {
    color: #4cace6; }

.refine-step .tabs-container {
  height: 60px;
  overflow: hidden;
  background: #4cace6;
  box-shadow: 0 10px 5px -5px #cfcfcf; }
  .refine-step .tabs-container .tab {
    height: 100%;
    display: inline;
    width: 33%;
    float: left;
    line-height: 60px;
    text-align: center;
    opacity: 0.5; }
    .refine-step .tabs-container .tab .text {
      font-size: 14px;
      color: white; }
    .refine-step .tabs-container .tab.selected {
      border-bottom: 3px solid white;
      opacity: 1; }
    .refine-step .tabs-container .tab:not(.selected) {
      cursor: pointer; }
    .refine-step .tabs-container .tab.disabled {
      cursor: not-allowed; }

.refine-step .select-all-container {
  overflow: hidden;
  padding: 20px;
  border-bottom: 1px solid #eee; }
  .refine-step .select-all-container .text {
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #4cace6; }

.refine-step .contacts-container {
  max-height: 500px;
  overflow: auto;
  position: relative; }
  .refine-step .contacts-container .contact {
    position: relative;
    padding: 20px;
    background: transparent;
    overflow: hidden;
    border-bottom: 1px solid #eee; }
    .refine-step .contacts-container .contact.unregistered .name, .refine-step .contacts-container .contact.unregistered .name-and-group {
      color: #A4B5C5; }
    .refine-step .contacts-container .contact .unregistered-note {
      color: #A4B5C5;
      position: absolute;
      top: 35px;
      right: 35px;
      font-size: 16px;
      font-weight: 200; }
      .refine-step .contacts-container .contact .unregistered-note i {
        margin-right: 5px;
        font-size: 15px; }
    .refine-step .contacts-container .contact .initials {
      margin-top: 7px;
      margin-right: 10px;
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      line-height: 40px;
      color: white;
      text-align: center;
      float: left; }
    .refine-step .contacts-container .contact .name-and-group {
      color: #2C5871;
      float: left;
      font-size: 14px; }
      .refine-step .contacts-container .contact .name-and-group .group-name {
        font-weight: 300; }
  .refine-step .contacts-container .item-checkbox {
    margin-top: 16px; }

.compose-step .textarea-container {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #4cace6; }

.compose-step .disabled-text {
  color: #A4B5C5; }

.compose-step .replies-disabled-message {
  color: #2C5871;
  width: 100%;
  margin: 20px 10px 0 10px; }

.compose-step .conversation-textarea {
  color: #2C5871;
  resize: none;
  border: none;
  font-size: 16px;
  font-weight: lighter;
  margin: 0;
  padding: 0px;
  line-height: 26px;
  box-shadow: none;
  min-height: 0px; }
  .compose-step .conversation-textarea:focus {
    box-shadow: none;
    background: white; }
  .compose-step .conversation-textarea::-webkit-input-placeholder {
    color: #A4B5C5; }
  .compose-step .conversation-textarea::-moz-placeholder {
    color: #A4B5C5; }
  .compose-step .conversation-textarea:-ms-input-placeholder {
    color: #A4B5C5; }
  .compose-step .conversation-textarea:-moz-placeholder {
    color: #A4B5C5; }

.compose-step #attachments label {
  margin-top: 2px;
  color: #2C5871;
  font-size: 16px; }

.message-settings-step .radio-buttons-container {
  overflow: hidden;
  margin: 0;
  margin-top: 20px;
  font-size: 16px; }
  .message-settings-step .radio-buttons-container .radio i {
    margin-top: -4px; }
  .message-settings-step .radio-buttons-container label {
    color: #2C5871; }
    .message-settings-step .radio-buttons-container label .text {
      font-size: 14px; }
  .message-settings-step .radio-buttons-container label.inline {
    margin: 0; }
  .message-settings-step .radio-buttons-container label.radio input + .radio-icon {
    width: auto;
    margin-right: 3px; }
  .message-settings-step .radio-buttons-container label.radio input:checked + .radio-icon {
    color: #4cace6; }

.message-settings-step .checkbox-container input[type="checkbox"] {
  margin-right: 10px; }

.message-settings-step .checkbox-container label {
  font-size: 14px; }

.groups {
  margin-top: 30px 0 0 30px; }
  .groups .pointer {
    cursor: pointer; }
  .groups .no-members-message {
    min-height: 200px;
    background: white;
    position: relative; }
    .groups .no-members-message .text {
      margin: 0 auto;
      color: #2C5871;
      text-align: center;
      font-weight: 300; }
      .groups .no-members-message .text .empty {
        font-weight: 400; }
    .groups .no-members-message .fa {
      font-size: 40px;
      margin-bottom: 15px;
      color: #4cace6; }
    .groups .no-members-message .title {
      font-weight: 500; }
    .groups .no-members-message .name {
      font-weight: 400; }
    .groups .no-members-message .district {
      color: #999; }
  .groups .small-screen-bar {
    position: fixed;
    display: none;
    height: 50px;
    width: 100%; }
    .groups .small-screen-bar .text-bar {
      width: 95%;
      font-weight: lighter;
      font-size: 14px;
      line-height: 50px;
      text-align: center;
      color: white;
      background: #4cace6; }
    .groups .small-screen-bar img {
      position: absolute;
      width: 90px;
      height: 90px;
      top: -28px;
      right: 0; }
  .groups .back-button {
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: top; }
    @media only screen and (min-width: 64.0625rem) {
      .groups .back-button {
        display: none; } }
    .groups .back-button i {
      line-height: 25px;
      color: #2C5871; }
  .groups .add-join-group {
    display: none;
    float: right;
    text-align: center;
    margin-top: 4px; }
    .groups .add-join-group .click-wrapper {
      cursor: pointer; }
    .groups .add-join-group .title-text {
      display: inline-block;
      color: #4cace6;
      font-size: 15px;
      margin-right: 10px;
      font-weight: normal; }
    .groups .add-join-group .icon-container {
      width: 30px;
      height: 30px;
      display: inline-block;
      background-color: #4cace6;
      border-radius: 50%;
      text-align: center; }
      .groups .add-join-group .icon-container i {
        color: white;
        font-size: 14px;
        line-height: 30px; }
  .groups .no-groups-message {
    background-color: transparent;
    text-align: center;
    color: #prefDarkBlue;
    margin-top: 150px;
    text-align: center; }
    .groups .no-groups-message .header {
      color: #2c5871;
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 20px; }
    .groups .no-groups-message .text {
      font-size: 16px;
      display: block;
      font-weight: lighter;
      margin-bottom: 20px; }
    .groups .no-groups-message .action {
      cursor: pointer;
      color: #4cace6; }
  .groups .header {
    margin: 30px 0 10px 0; }
    .groups .header .group-controls {
      cursor: pointer;
      display: inline-block;
      float: right;
      text-align: center; }
      .groups .header .group-controls .text-icon-wrapper {
        cursor: pointer; }
      .groups .header .group-controls .text {
        margin-right: 10px;
        font-size: 15px;
        font-weight: normal;
        display: inline-block;
        color: #4cace6; }
      .groups .header .group-controls .icon-container {
        width: 30px;
        height: 30px;
        display: inline-block;
        background-color: #4cace6;
        border-radius: 50%;
        text-align: center; }
        .groups .header .group-controls .icon-container i {
          color: white;
          font-size: 14px;
          line-height: 30px; }
    .groups .header .tab {
      cursor: pointer;
      display: inline-block;
      margin-left: 20px;
      font-size: 14px;
      font-weight: lighter;
      padding: 10px; }
      .groups .header .tab.selected {
        cursor: default;
        color: #4cace6; }
  .groups .groups-wrapper {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px; }
    .groups .groups-wrapper .groups-flex-container {
      display: flex;
      justify-items: center;
      align-items: stretch;
      align-content: stretch; }
      .groups .groups-wrapper .groups-flex-container list-view, .groups .groups-wrapper .groups-flex-container details-view {
        flex: 1;
        background: #e0e5e6; }
  .groups .list-view {
    height: 100%;
    background: rgba(228, 228, 228, 0.5);
    overflow: inherit;
    width: auto;
    float: none; }
  .groups .details-view {
    padding: 0 30px 20px;
    height: 100%;
    background: #fff;
    float: none;
    width: 100%; }
    .groups .details-view .header {
      background: white;
      overflow: hidden;
      margin: 0;
      padding: 20px 0;
      color: #2C5871;
      font-size: 18px;
      font-weight: 300;
      min-height: 115px; }
      .groups .details-view .header .group-name {
        margin-bottom: 5px; }
      .groups .details-view .header .title {
        float: left;
        font-size: 14px;
        color: #A4B5C5; }
      .groups .details-view .header .details {
        cursor: pointer;
        display: inline-block;
        float: right;
        font-size: 14px;
        color: #4cace6; }
    .groups .details-view .no-selected-group-message {
      padding: 20px;
      background: white;
      text-align: center; }
      .groups .details-view .no-selected-group-message .icon-container {
        display: block;
        margin-bottom: 15px; }
        .groups .details-view .no-selected-group-message .icon-container i {
          font-size: 4em;
          color: #4cace6; }
  @media only screen and (max-width: 340px) {
    .groups .add-join-group {
      display: none; }
    .groups .small-screen-bar {
      display: inline-block; }
    .groups .groups-wrapper .groups-flex-container {
      display: block; }
      .groups .groups-wrapper .groups-flex-container list-view, .groups .groups-wrapper .groups-flex-container details-view {
        flex: none; }
      .groups .groups-wrapper .groups-flex-container .list-view {
        background: #fff; } }
  @media only screen and (max-width: 40em) {
    .groups .add-join-group {
      display: none; }
    .groups .small-screen-bar {
      display: inline-block;
      bottom: 0;
      left: 0; }
    .groups .groups-wrapper .groups-flex-container {
      display: block; }
      .groups .groups-wrapper .groups-flex-container list-view, .groups .groups-wrapper .groups-flex-container details-view {
        flex: none; }
      .groups .groups-wrapper .groups-flex-container .list-view {
        background: #fff; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64rem) {
    .groups .add-join-group {
      display: inline-block; }
    .groups .groups-wrapper .groups-flex-container {
      display: block; }
      .groups .groups-wrapper .groups-flex-container list-view, .groups .groups-wrapper .groups-flex-container details-view {
        flex: none; }
      .groups .groups-wrapper .groups-flex-container .list-view {
        background: #fff; }
    .groups .list-view {
      border-right: 1px solid #ddd; }
      .groups .list-view .groups-container .group {
        background: rgba(255, 255, 255, 0.5); } }
  @media only screen and (min-width: 64.0625rem) {
    .groups .small-screen-bar {
      display: none; }
    .groups .add-join-group {
      display: inline-block; } }

.manage-groups .add-members {
  cursor: pointer;
  display: inline-block;
  text-align: center; }
  .manage-groups .add-members .icon-container {
    margin-left: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: blue;
    border-radius: 50%; }
    .manage-groups .add-members .icon-container i {
      color: white;
      font-size: 14px; }

.manage-groups .person-wrapper {
  position: relative; }
  .manage-groups .person-wrapper .remove-button-container {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 20px;
    padding: 10px; }
    .manage-groups .person-wrapper .remove-button-container i {
      color: #95A4B4; }

.manage-groups .select-a-group-message {
  height: calc(100vh - 140px);
  background: white;
  color: #2C5871;
  text-align: center;
  max-height: 500px; }
  .manage-groups .select-a-group-message .text-container {
    padding-top: 75px; }

.manage-groups .groups-container .join-group {
  text-align: center;
  background: white;
  margin-bottom: 3px;
  padding: 20px; }
  .manage-groups .groups-container .join-group .text-icon-wrapper {
    cursor: pointer;
    display: inline-block; }
  .manage-groups .groups-container .join-group .text {
    display: inline-block;
    color: #4cace6; }
  .manage-groups .groups-container .join-group .icon-container {
    display: inline-block;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: red;
    border-radius: 50%; }
    .manage-groups .groups-container .join-group .icon-container i {
      color: white;
      font-size: 16px; }

.manage-groups .groups-container .group {
  display: flex;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  min-height: 100px;
  margin-bottom: -1px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }
  .manage-groups .groups-container .group:first-of-type {
    border-top: 0; }
  .manage-groups .groups-container .group.selected {
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 5px solid #4cace6;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
    margin-top: -1px;
    padding-left: 15px;
    padding-left: 15px; }
    .manage-groups .groups-container .group.selected:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      background: #fff;
      border-right: 6px solid #fff;
      margin-right: -3px;
      z-index: 2; }
    .manage-groups .groups-container .group.selected:first-of-type {
      margin-top: 0;
      border-top: 0; }
  .manage-groups .groups-container .group .group-initials-wrapper {
    margin-right: 20px; }
  .manage-groups .groups-container .group .group-details-wrapper {
    flex: 1; }
    .manage-groups .groups-container .group .group-details-wrapper .inner-details-wrapper {
      position: relative;
      transform: translateY(-50%);
      top: 50%; }
  .manage-groups .groups-container .group .initials {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    font-weight: lighter; }
    .manage-groups .groups-container .group .initials.roster-group {
      background: #70818e;
      color: #fff; }
      .manage-groups .groups-container .group .initials.roster-group .fa {
        font-size: 20px;
        line-height: 42px; }
  .manage-groups .groups-container .group .name {
    font-size: 1.2em;
    font-weight: 300;
    color: #2C5871; }
  .manage-groups .groups-container .group .counts {
    font-size: 14px;
    font-weight: 300;
    color: #A4B5C5;
    margin-top: 5px;
    min-height: 24px; }
  .manage-groups .groups-container .group:not(.selected):hover {
    background: #f1faff; }
  .manage-groups .groups-container .group .divider {
    margin: 0 5px; }

.manage-groups .filter-container {
  display: flex;
  flex-wrap: wrap;
  line-height: 100%;
  position: relative;
  margin-top: 15px; }
  .manage-groups .filter-container .filter-item {
    color: #4cace6;
    font-size: 14px;
    padding: 8px 2px 8px 10px;
    border-radius: 30px; }
    .manage-groups .filter-container .filter-item.selected, .manage-groups .filter-container .filter-item.selected:hover {
      background: #4cace6;
      color: #fff; }
      .manage-groups .filter-container .filter-item.selected .filter-count, .manage-groups .filter-container .filter-item.selected:hover .filter-count {
        background: transparent;
        color: #fff; }
    .manage-groups .filter-container .filter-item:hover {
      background: #f5f5f5; }

.manage-groups .filter-count {
  padding: 2px 8px;
  background: #f5f5f5;
  color: #999;
  border-radius: 20px;
  margin-left: 3px;
  font-size: 13px;
  font-weight: 400; }

.join-groups .membership {
  position: relative;
  display: flex;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  min-height: 100px;
  margin-bottom: -1px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }
  .join-groups .membership:first-of-type {
    border-top: 0; }
  .join-groups .membership.selected {
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 5px solid #4cace6;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
    margin-top: -1px;
    padding-left: 15px;
    padding-left: 15px; }
    .join-groups .membership.selected:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      background: #fff;
      border-right: 6px solid #fff;
      margin-right: -3px;
      z-index: 2; }
    .join-groups .membership.selected:first-of-type {
      margin-top: 0;
      border-top: 0; }
  .join-groups .membership .group-initials-wrapper {
    margin-right: 20px; }
  .join-groups .membership .group-details-wrapper {
    flex: 1; }
    .join-groups .membership .group-details-wrapper .inner-details-wrapper {
      position: relative;
      transform: translateY(-50%);
      top: 50%; }
  .join-groups .membership .initials {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    font-weight: lighter; }
    .join-groups .membership .initials.roster-group {
      background: #70818e;
      color: #fff; }
      .join-groups .membership .initials.roster-group .fa {
        font-size: 20px;
        line-height: 42px; }
  .join-groups .membership .name {
    font-size: 1.2em;
    font-weight: 300;
    color: #2C5871; }
  .join-groups .membership .school-name {
    font-size: 14px;
    font-weight: 300;
    color: #A4B5C5;
    margin-top: 5px;
    min-height: 24px; }
  .join-groups .membership .leave-group-container {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .join-groups .membership .leave-group-container .text {
      font-size: 14px;
      color: #4cace6; }
  .join-groups .membership:not(.selected):hover {
    background: #f1faff; }

.join-groups .select-a-membership-message {
  height: calc(100vh - 140px);
  background: white;
  color: #2C5871;
  text-align: center;
  max-height: 500px; }
  .join-groups .select-a-membership-message .text-container {
    padding-top: 75px; }

.join-groups .no-memberships-message {
  background-color: white;
  padding: 20px;
  text-align: center;
  color: #2c5871; }
  .join-groups .no-memberships-message h1 {
    color: #2c5871;
    margin-left: 60px;
    font-size: 16px;
    font-weight: 500; }
  .join-groups .no-memberships-message p {
    margin-left: 60px;
    font-weight: 300; }

.join-groups .groups-wrapper {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px; }
  .join-groups .groups-wrapper .groups-flex-container {
    display: flex;
    justify-items: center;
    align-items: stretch;
    align-content: stretch; }
    .join-groups .groups-wrapper .groups-flex-container list-view, .join-groups .groups-wrapper .groups-flex-container details-view {
      flex: 1;
      background: #e0e5e6; }

.join-groups .list-view {
  height: 100%;
  background: rgba(228, 228, 228, 0.5);
  overflow: inherit;
  width: auto;
  float: none; }

.join-groups .details-view {
  padding: 0 30px 20px;
  height: 100%;
  background: #fff;
  float: none;
  width: 100%; }

.join-groups .groups-flex-container {
  display: block; }

@media only screen and (max-width: 340px), only screen and (max-width: 40em) {
  .join-groups .groups-wrapper .groups-flex-container {
    display: block; }
    .join-groups .groups-wrapper .groups-flex-container list-view, .join-groups .groups-wrapper .groups-flex-container details-view {
      flex: none; }
    .join-groups .groups-wrapper .groups-flex-container .list-view {
      background: #fff; }
  .join-groups .membership .leave-group-container {
    position: relative;
    margin-top: 10px; } }

@media only screen and (min-width: 40.063em) and (max-width: 64rem) {
  .join-groups .groups-wrapper .groups-flex-container {
    display: block; }
    .join-groups .groups-wrapper .groups-flex-container list-view, .join-groups .groups-wrapper .groups-flex-container details-view {
      flex: none; }
    .join-groups .groups-wrapper .groups-flex-container .list-view {
      background: #fff; } }

.add-group-modal {
  color: #2C5871; }
  .add-group-modal .modal-body {
    margin: 10px;
    padding: 10px;
    background: white; }
    .add-group-modal .modal-body .title-text {
      font-size: 16px; }
    .add-group-modal .modal-body .thin-text {
      font-size: 14px;
      font-weight: lighter;
      margin-bottom: 10px;
      line-height: 20px; }
    .add-group-modal .modal-body .access-code {
      color: #4cace6;
      font-size: 2em;
      margin-top: 15px;
      margin-bottom: 15px;
      font-weight: 200;
      text-align: center; }
  .add-group-modal .label-text {
    margin-left: 10px;
    font-weight: 200;
    font-size: inherit; }
  .add-group-modal .group-name-input {
    margin-left: -7px;
    box-shadow: none;
    border: none;
    font-size: 16px;
    font-weight: 100;
    color: #2C5871; }
    .add-group-modal .group-name-input:focus {
      box-shadow: none;
      background: white; }
    .add-group-modal .group-name-input::-webkit-input-placeholder {
      color: #aaa; }
    .add-group-modal .group-name-input::-moz-placeholder {
      color: #aaa; }
    .add-group-modal .group-name-input:-ms-input-placeholder {
      color: #aaa; }
    .add-group-modal .group-name-input:-moz-placeholder {
      color: #aaa; }
  .add-group-modal .separator {
    margin-top: -12px;
    border-bottom: 2px solid #4cace6; }

.ra-modal.join-group-modal {
  width: 600px; }

.join-group-modal {
  color: #2C5871; }
  .join-group-modal .alert {
    margin-bottom: 10px; }
  .join-group-modal .modal-body {
    margin: 10px;
    padding: 10px;
    background: white; }
    .join-group-modal .modal-body .header-text {
      font-size: 16px;
      color: #2C5871;
      margin-bottom: 5px; }
    .join-group-modal .modal-body .thin-text {
      font-size: 14px;
      color: #666;
      font-weight: lighter;
      margin-bottom: 25px;
      line-height: 20px; }
    .join-group-modal .modal-body .enter-code {
      margin-bottom: 20px; }
      .join-group-modal .modal-body .enter-code .enter-code-input {
        text-align: center;
        margin: 0 auto;
        width: 200px;
        box-shadow: none;
        border: none;
        font-size: 25px;
        font-weight: lighter;
        color: #4cace6;
        border-bottom: 1px solid #4cace6; }
        .join-group-modal .modal-body .enter-code .enter-code-input:focus {
          background: none; }

.group-details-modal {
  color: #2C5871; }
  .group-details-modal .modal-header .modal-title {
    font-size: 16px;
    color: white;
    margin: 0 auto;
    display: inline-block; }
  .group-details-modal .modal-header .delete-button-container {
    cursor: pointer;
    color: white;
    display: inline-block;
    float: right; }
    .group-details-modal .modal-header .delete-button-container i {
      font-size: 12px; }
  .group-details-modal .modal-body {
    margin: 10px;
    padding: 10px;
    background: white; }
    .group-details-modal .modal-body .header-text {
      font-size: 16px;
      color: #2C5871;
      margin-bottom: 3px; }
    .group-details-modal .modal-body .thin-text {
      font-size: 14px;
      color: #666;
      font-weight: lighter;
      margin-bottom: 25px;
      line-height: 20px; }
    .group-details-modal .modal-body .access-code {
      margin: 10px 0 28px 0;
      text-align: center;
      font-size: 32px;
      font-weight: lighter;
      color: #4cace6; }
    .group-details-modal .modal-body .group-name-input {
      margin-left: -7px;
      box-shadow: none;
      border: none;
      font-size: 16px;
      font-weight: 100;
      color: #2C5871; }
      .group-details-modal .modal-body .group-name-input:focus {
        box-shadow: none;
        background: white; }
    .group-details-modal .modal-body .separator {
      margin-top: -12px;
      border-bottom: 2px solid #4cace6; }

@media only screen {
  .settings-page {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; } }

@media only screen and (min-width: 40.063em) {
  .settings-page {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 83.3333333333%;
    float: left;
    margin-left: 8.3333333333% !important; } }

.settings-page .header {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 15px; }

.settings-page .role-label {
  float: left;
  margin-right: 15px; }

.settings-page .role input[type="radio"] {
  display: none; }
  .settings-page .role input[type="radio"]:checked + .role-img-container {
    border: 2px solid #4cace6; }

.settings-page .role label {
  margin-left: 20px; }

.settings-page .role .label-text {
  text-align: center;
  color: prefLightGray;
  margin-top: 5px; }

.settings-page .role .role-img-container {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 50px;
  background: white; }
  .settings-page .role .role-img-container .role-img {
    margin-left: 11px;
    margin-top: 10px;
    width: 40px;
    height: 40px; }

.login-signup-container {
  margin-top: 50px; }
  .login-signup-container a {
    color: #4cace6; }
  .login-signup-container .heading {
    font-size: 34px;
    color: #2C5871;
    margin-bottom: 60px;
    font-family: Montserrat, Roboto, Helvetica, sans-serif;
    font-style: italic;
    line-height: 46px;
    margin-top: -60px; }
  .login-signup-container .heading-showcase {
    font-size: 34px;
    font-weight: 400;
    color: #2C5871;
    margin-bottom: 15px;
    font-style: italic;
    line-height: 44px;
    margin-left: 30px; }
  .login-signup-container .image-container {
    text-align: center;
    height: 450px;
    position: relative; }
    .login-signup-container .image-container .login-image {
      background: url("/assets/img/illustra.svg") center center no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .login-signup-container .email-notification {
    position: relative;
    color: white;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 3px;
    background: #4cace6;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); }
    .login-signup-container .email-notification .caret-down {
      position: absolute;
      color: #4cace6;
      bottom: -22px;
      left: 15px;
      font-size: 35px;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); }
  .login-signup-container.signup {
    margin-top: 100px; }
    .login-signup-container.signup .image-container {
      height: 450px; }
    .login-signup-container.signup .form-container {
      margin-top: 40px; }
  .login-signup-container .form-container form, .login-signup-container .forgot-password-container form {
    width: 80%;
    margin: 0 auto;
    color: #2C5871; }
  .login-signup-container .form-container label, .login-signup-container .forgot-password-container label {
    font-weight: 500;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #2C5871; }
  .login-signup-container .form-container .form-heading, .login-signup-container .forgot-password-container .form-heading {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px; }
  .login-signup-container .form-container input[type=text], .login-signup-container .form-container input[type=email], .login-signup-container .form-container input[type=password], .login-signup-container .form-container .location-wrapper, .login-signup-container .forgot-password-container input[type=text], .login-signup-container .forgot-password-container input[type=email], .login-signup-container .forgot-password-container input[type=password], .login-signup-container .forgot-password-container .location-wrapper {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #2C5871;
    box-shadow: none;
    color: #2C5871;
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 0; }
    .login-signup-container .form-container input[type=text]:focus, .login-signup-container .form-container input[type=email]:focus, .login-signup-container .form-container input[type=password]:focus, .login-signup-container .form-container .location-wrapper:focus, .login-signup-container .forgot-password-container input[type=text]:focus, .login-signup-container .forgot-password-container input[type=email]:focus, .login-signup-container .forgot-password-container input[type=password]:focus, .login-signup-container .forgot-password-container .location-wrapper:focus {
      transition: none;
      border-bottom: 2px solid #4cace6; }
    .login-signup-container .form-container input[type=text]:hover::-webkit-input-placeholder, .login-signup-container .form-container input[type=text]:focus::-webkit-input-placeholder, .login-signup-container .form-container input[type=email]:hover::-webkit-input-placeholder, .login-signup-container .form-container input[type=email]:focus::-webkit-input-placeholder, .login-signup-container .form-container input[type=password]:hover::-webkit-input-placeholder, .login-signup-container .form-container input[type=password]:focus::-webkit-input-placeholder, .login-signup-container .form-container .location-wrapper:hover::-webkit-input-placeholder, .login-signup-container .form-container .location-wrapper:focus::-webkit-input-placeholder, .login-signup-container .forgot-password-container input[type=text]:hover::-webkit-input-placeholder, .login-signup-container .forgot-password-container input[type=text]:focus::-webkit-input-placeholder, .login-signup-container .forgot-password-container input[type=email]:hover::-webkit-input-placeholder, .login-signup-container .forgot-password-container input[type=email]:focus::-webkit-input-placeholder, .login-signup-container .forgot-password-container input[type=password]:hover::-webkit-input-placeholder, .login-signup-container .forgot-password-container input[type=password]:focus::-webkit-input-placeholder, .login-signup-container .forgot-password-container .location-wrapper:hover::-webkit-input-placeholder, .login-signup-container .forgot-password-container .location-wrapper:focus::-webkit-input-placeholder {
      color: #4cace6; }
    .login-signup-container .form-container input[type=text]:hover::-moz-placeholder, .login-signup-container .form-container input[type=text]:focus::-moz-placeholder, .login-signup-container .form-container input[type=email]:hover::-moz-placeholder, .login-signup-container .form-container input[type=email]:focus::-moz-placeholder, .login-signup-container .form-container input[type=password]:hover::-moz-placeholder, .login-signup-container .form-container input[type=password]:focus::-moz-placeholder, .login-signup-container .form-container .location-wrapper:hover::-moz-placeholder, .login-signup-container .form-container .location-wrapper:focus::-moz-placeholder, .login-signup-container .forgot-password-container input[type=text]:hover::-moz-placeholder, .login-signup-container .forgot-password-container input[type=text]:focus::-moz-placeholder, .login-signup-container .forgot-password-container input[type=email]:hover::-moz-placeholder, .login-signup-container .forgot-password-container input[type=email]:focus::-moz-placeholder, .login-signup-container .forgot-password-container input[type=password]:hover::-moz-placeholder, .login-signup-container .forgot-password-container input[type=password]:focus::-moz-placeholder, .login-signup-container .forgot-password-container .location-wrapper:hover::-moz-placeholder, .login-signup-container .forgot-password-container .location-wrapper:focus::-moz-placeholder {
      color: #4cace6; }
    .login-signup-container .form-container input[type=text]:hover:-ms-input-placeholder, .login-signup-container .form-container input[type=text]:focus:-ms-input-placeholder, .login-signup-container .form-container input[type=email]:hover:-ms-input-placeholder, .login-signup-container .form-container input[type=email]:focus:-ms-input-placeholder, .login-signup-container .form-container input[type=password]:hover:-ms-input-placeholder, .login-signup-container .form-container input[type=password]:focus:-ms-input-placeholder, .login-signup-container .form-container .location-wrapper:hover:-ms-input-placeholder, .login-signup-container .form-container .location-wrapper:focus:-ms-input-placeholder, .login-signup-container .forgot-password-container input[type=text]:hover:-ms-input-placeholder, .login-signup-container .forgot-password-container input[type=text]:focus:-ms-input-placeholder, .login-signup-container .forgot-password-container input[type=email]:hover:-ms-input-placeholder, .login-signup-container .forgot-password-container input[type=email]:focus:-ms-input-placeholder, .login-signup-container .forgot-password-container input[type=password]:hover:-ms-input-placeholder, .login-signup-container .forgot-password-container input[type=password]:focus:-ms-input-placeholder, .login-signup-container .forgot-password-container .location-wrapper:hover:-ms-input-placeholder, .login-signup-container .forgot-password-container .location-wrapper:focus:-ms-input-placeholder {
      color: #4cace6; }
    .login-signup-container .form-container input[type=text]::-webkit-input-placeholder, .login-signup-container .form-container input[type=email]::-webkit-input-placeholder, .login-signup-container .form-container input[type=password]::-webkit-input-placeholder, .login-signup-container .form-container .location-wrapper::-webkit-input-placeholder, .login-signup-container .forgot-password-container input[type=text]::-webkit-input-placeholder, .login-signup-container .forgot-password-container input[type=email]::-webkit-input-placeholder, .login-signup-container .forgot-password-container input[type=password]::-webkit-input-placeholder, .login-signup-container .forgot-password-container .location-wrapper::-webkit-input-placeholder {
      color: #999; }
    .login-signup-container .form-container input[type=text]::-moz-placeholder, .login-signup-container .form-container input[type=email]::-moz-placeholder, .login-signup-container .form-container input[type=password]::-moz-placeholder, .login-signup-container .form-container .location-wrapper::-moz-placeholder, .login-signup-container .forgot-password-container input[type=text]::-moz-placeholder, .login-signup-container .forgot-password-container input[type=email]::-moz-placeholder, .login-signup-container .forgot-password-container input[type=password]::-moz-placeholder, .login-signup-container .forgot-password-container .location-wrapper::-moz-placeholder {
      color: #999; }
    .login-signup-container .form-container input[type=text]:-ms-input-placeholder, .login-signup-container .form-container input[type=email]:-ms-input-placeholder, .login-signup-container .form-container input[type=password]:-ms-input-placeholder, .login-signup-container .form-container .location-wrapper:-ms-input-placeholder, .login-signup-container .forgot-password-container input[type=text]:-ms-input-placeholder, .login-signup-container .forgot-password-container input[type=email]:-ms-input-placeholder, .login-signup-container .forgot-password-container input[type=password]:-ms-input-placeholder, .login-signup-container .forgot-password-container .location-wrapper:-ms-input-placeholder {
      color: #999; }
    .login-signup-container .form-container input[type=text]:-webkit-autofill, .login-signup-container .form-container input[type=email]:-webkit-autofill, .login-signup-container .form-container input[type=password]:-webkit-autofill, .login-signup-container .form-container .location-wrapper:-webkit-autofill, .login-signup-container .forgot-password-container input[type=text]:-webkit-autofill, .login-signup-container .forgot-password-container input[type=email]:-webkit-autofill, .login-signup-container .forgot-password-container input[type=password]:-webkit-autofill, .login-signup-container .forgot-password-container .location-wrapper:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #ededed inset;
      -webkit-text-fill-color: #2C5871 !important; }
    .login-signup-container .form-container input[type=text]:-webkit-autofill, .login-signup-container .form-container input[type=text]:-webkit-autofill:hover, .login-signup-container .form-container input[type=text]:-webkit-autofill:focus, .login-signup-container .form-container input[type=text]:-webkit-autofill:active, .login-signup-container .form-container input[type=email]:-webkit-autofill, .login-signup-container .form-container input[type=email]:-webkit-autofill:hover, .login-signup-container .form-container input[type=email]:-webkit-autofill:focus, .login-signup-container .form-container input[type=email]:-webkit-autofill:active, .login-signup-container .form-container input[type=password]:-webkit-autofill, .login-signup-container .form-container input[type=password]:-webkit-autofill:hover, .login-signup-container .form-container input[type=password]:-webkit-autofill:focus, .login-signup-container .form-container input[type=password]:-webkit-autofill:active, .login-signup-container .form-container .location-wrapper:-webkit-autofill, .login-signup-container .form-container .location-wrapper:-webkit-autofill:hover, .login-signup-container .form-container .location-wrapper:-webkit-autofill:focus, .login-signup-container .form-container .location-wrapper:-webkit-autofill:active, .login-signup-container .forgot-password-container input[type=text]:-webkit-autofill, .login-signup-container .forgot-password-container input[type=text]:-webkit-autofill:hover, .login-signup-container .forgot-password-container input[type=text]:-webkit-autofill:focus, .login-signup-container .forgot-password-container input[type=text]:-webkit-autofill:active, .login-signup-container .forgot-password-container input[type=email]:-webkit-autofill, .login-signup-container .forgot-password-container input[type=email]:-webkit-autofill:hover, .login-signup-container .forgot-password-container input[type=email]:-webkit-autofill:focus, .login-signup-container .forgot-password-container input[type=email]:-webkit-autofill:active, .login-signup-container .forgot-password-container input[type=password]:-webkit-autofill, .login-signup-container .forgot-password-container input[type=password]:-webkit-autofill:hover, .login-signup-container .forgot-password-container input[type=password]:-webkit-autofill:focus, .login-signup-container .forgot-password-container input[type=password]:-webkit-autofill:active, .login-signup-container .forgot-password-container .location-wrapper:-webkit-autofill, .login-signup-container .forgot-password-container .location-wrapper:-webkit-autofill:hover, .login-signup-container .forgot-password-container .location-wrapper:-webkit-autofill:focus, .login-signup-container .forgot-password-container .location-wrapper:-webkit-autofill:active {
      transition: background-color 500s ease-in-out 0s; }
  .login-signup-container .form-container .form-group, .login-signup-container .forgot-password-container .form-group {
    margin: 15px 0;
    position: relative; }
    .login-signup-container .form-container .form-group.error input[type=text], .login-signup-container .form-container .form-group.error input[type=email], .login-signup-container .form-container .form-group.error input[type=password], .login-signup-container .form-container .form-group.error .location-wrapper, .login-signup-container .forgot-password-container .form-group.error input[type=text], .login-signup-container .forgot-password-container .form-group.error input[type=email], .login-signup-container .forgot-password-container .form-group.error input[type=password], .login-signup-container .forgot-password-container .form-group.error .location-wrapper {
      border-bottom: 1px solid #ff7978; }
    .login-signup-container .form-container .form-group.error i.fa.error, .login-signup-container .forgot-password-container .form-group.error i.fa.error {
      position: absolute;
      right: 10px;
      top: 50px;
      color: #ff7978; }
  .login-signup-container .form-container .button-wrapper, .login-signup-container .forgot-password-container .button-wrapper {
    margin-top: 36px;
    margin-bottom: 50px; }
  .login-signup-container .form-container .centered, .login-signup-container .forgot-password-container .centered {
    text-align: center; }
  .login-signup-container .form-container button[type=submit], .login-signup-container .form-container .submit, .login-signup-container .forgot-password-container button[type=submit], .login-signup-container .forgot-password-container .submit {
    width: 260px;
    color: #fff;
    background: #4cace6;
    padding: 15px; }
    .login-signup-container .form-container button[type=submit].disabled, .login-signup-container .form-container .submit.disabled, .login-signup-container .forgot-password-container button[type=submit].disabled, .login-signup-container .forgot-password-container .submit.disabled {
      color: rgba(255, 255, 255, 0.5); }
  .login-signup-container .form-container .sub-wrapper, .login-signup-container .forgot-password-container .sub-wrapper {
    font-size: 14px;
    font-weight: 500;
    color: #2C5871;
    margin-top: 5px; }
  .login-signup-container .form-container a.switch-location, .login-signup-container .forgot-password-container a.switch-location {
    margin-left: 10px; }
  .login-signup-container .form-container a.forgot-password, .login-signup-container .forgot-password-container a.forgot-password {
    float: right;
    margin-top: -10px; }
  .login-signup-container .form-container .emoji, .login-signup-container .forgot-password-container .emoji {
    margin-right: 10px;
    font-size: 20px; }
  .login-signup-container .form-container .location, .login-signup-container .forgot-password-container .location {
    color: #999; }
  .login-signup-container .form-container .field-error, .login-signup-container .forgot-password-container .field-error {
    color: #ff7978;
    font-size: 12px;
    margin-top: 5px; }
  .login-signup-container .form-container ul.password-requirements, .login-signup-container .forgot-password-container ul.password-requirements {
    display: inline-block;
    margin-right: 20px;
    list-style: none;
    margin-left: 0;
    color: #999; }
    .login-signup-container .form-container ul.password-requirements li, .login-signup-container .forgot-password-container ul.password-requirements li {
      font-size: 12px;
      font-weight: 400; }
      .login-signup-container .form-container ul.password-requirements li.valid, .login-signup-container .forgot-password-container ul.password-requirements li.valid {
        color: #2C5871; }
  .login-signup-container .form-container .forgot-instructions, .login-signup-container .form-container .reset-instructions, .login-signup-container .forgot-password-container .forgot-instructions, .login-signup-container .forgot-password-container .reset-instructions {
    font-size: 16px;
    font-weight: 300;
    color: #2C5871;
    margin: 40px auto;
    text-align: center; }
    .login-signup-container .form-container .forgot-instructions .username, .login-signup-container .form-container .reset-instructions .username, .login-signup-container .forgot-password-container .forgot-instructions .username, .login-signup-container .forgot-password-container .reset-instructions .username {
      font-weight: 400; }
  .login-signup-container .form-container .reset-instructions, .login-signup-container .forgot-password-container .reset-instructions {
    margin-bottom: 100px; }
  .login-signup-container .confirm-account-wrapper {
    text-align: center;
    margin: 50px auto 0;
    width: 80%;
    color: #2C5871;
    font-weight: 400; }
    .login-signup-container .confirm-account-wrapper a.button.radius {
      width: 100%;
      color: #fff;
      background: #4cace6;
      padding: 15px;
      width: 260px;
      margin-top: 40px; }
    .login-signup-container .confirm-account-wrapper .verify-wrapper {
      margin: 30px 0; }
    .login-signup-container .confirm-account-wrapper .email {
      font-weight: 500;
      margin-top: 5px; }
    .login-signup-container .confirm-account-wrapper .resend {
      display: block; }
    .login-signup-container .confirm-account-wrapper .email-time-limit {
      margin-top: 20px; }
  .login-signup-container .alert {
    background: #ff7978;
    color: #fff;
    margin-bottom: 15px; }
    .login-signup-container .alert p {
      margin-bottom: 5px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 200;
      color: rgba(255, 255, 255, 0.8); }
      .login-signup-container .alert p.error-heading {
        font-weight: 500;
        margin-bottom: 10px;
        color: #fff; }
      .login-signup-container .alert p span.strong {
        font-weight: 400;
        color: #fff; }
    .login-signup-container .alert a {
      color: #fff;
      text-decoration: underline; }
  .login-signup-container .toggle-password {
    position: absolute;
    right: -10px;
    top: 20px;
    background: transparent;
    border: 0;
    color: #2C5871;
    margin: 0;
    padding: 20px; }
    .login-signup-container .toggle-password:focus {
      outline: none; }

@media (max-width: 1024px) {
  .login-signup-container .reset-password .forgot-password-container .forgot-instructions {
    margin-top: 10px; }
  .login-signup-container .form-container form {
    width: 60%; }
  .login-signup-container.signup {
    margin-top: 100px; }
    .login-signup-container.signup .heading {
      font-size: 24px;
      text-align: center;
      line-height: 36px;
      margin-bottom: 30px;
      width: 70%; }
    .login-signup-container.signup .image-container {
      height: 280px; }
    .login-signup-container.signup .form-container {
      margin-top: 20px; } }

@media (max-width: 640px) {
  .login-signup-container .form-container form {
    width: 80%; }
  .top-bar-section ul li > a {
    color: #2C5871; }
  .static {
    margin-top: 30px; } }

@media (max-width: 1024px) {
  .login-signup-container .form-container .form-heading {
    margin-bottom: 30px; }
  .login-signup-container .reset-password .forgot-password-container .forgot-instructions {
    margin-top: 10px; } }

@media (max-width: 480px) {
  .login-signup-container {
    margin-top: 40px; }
    .login-signup-container .form-container button[type=submit], .login-signup-container .forgot-password-container button[type=submit] {
      width: 100%; }
    .login-signup-container .form-container form, .login-signup-container .forgot-password-container form {
      width: auto; }
    .login-signup-container.signup {
      margin-top: 20px; }
      .login-signup-container.signup .heading {
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        margin-bottom: 15px;
        width: 100%;
        margin-top: 0; }
      .login-signup-container.signup .image-container {
        height: 120px; }
      .login-signup-container.signup .form-container {
        margin-top: 20px; }
        .login-signup-container.signup .form-container .form-heading {
          font-size: 20px;
          font-weight: 400;
          margin-bottom: 20px;
          margin-top: -30px; }
        .login-signup-container.signup .form-container .button-wrapper {
          margin-top: 5px; } }

@media (max-width: 320px) {
  .login-signup-container {
    margin-top: 15px; }
    .login-signup-container .form-container .form-heading {
      margin-bottom: 15px; }
    .login-signup-container.signup .heading {
      font-size: 13px; } }

@media (max-width: 320px) and (min-height: 568px) {
  .login-signup-container {
    margin-top: 50px; }
    .login-signup-container .form-container .form-heading {
      margin-bottom: 15px; }
    .login-signup-container.signup .heading {
      font-size: 13px; } }

@media (max-height: 320px) {
  .login-signup-container {
    margin-top: 15px; }
    .login-signup-container .form-container .form-heading {
      margin-bottom: 15px; }
    .login-signup-container.signup .heading {
      font-size: 13px; } }

@media (max-height: 375px) {
  .login-signup-container {
    margin-top: 15px; }
    .login-signup-container .form-container .form-heading {
      margin-bottom: 15px; }
    .login-signup-container.signup .heading {
      font-size: 13px; } }

.unsubscribe-page {
  padding-top: 30px;
  box-sizing: border-box; }
  .unsubscribe-page .user-info {
    margin-bottom: 25px;
    margin-left: 20px; }
    .unsubscribe-page .user-info .info-wrapper {
      margin-bottom: 20px; }
      .unsubscribe-page .user-info .info-wrapper .header-text {
        margin-bottom: 3px;
        color: #2C5871; }
      .unsubscribe-page .user-info .info-wrapper .sub-text {
        font-weight: lighter;
        color: #999; }
  .unsubscribe-page .preference label {
    display: inline-block; }
  .unsubscribe-page .preference .checkbox-icon {
    margin-top: -4px; }
  .unsubscribe-page .preference .name {
    font-size: 16px;
    font-weight: lighter; }
  .unsubscribe-page .spinner-mask {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1;
    justify-content: center;
    align-items: center; }
    .unsubscribe-page .spinner-mask .spinner {
      font-size: 50px;
      color: #2C5871; }
  .unsubscribe-page .response-message {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    background: white;
    z-index: 1; }
    .unsubscribe-page .response-message .blurb-wrapper {
      position: absolute;
      min-width: 200px;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .unsubscribe-page .response-message .blurb-wrapper i {
        font-size: 60px;
        margin-bottom: 10px; }
      .unsubscribe-page .response-message .blurb-wrapper .text {
        color: #2C5871;
        font-weight: 300; }
    .unsubscribe-page .response-message.success i {
      color: #43AC6A; }
    .unsubscribe-page .response-message.fail i, .unsubscribe-page .response-message.unavailable i {
      color: #F6BD5F; }
  .unsubscribe-page .preferences-wrapper {
    background: white;
    position: relative; }
    .unsubscribe-page .preferences-wrapper .info {
      padding: 20px 25px 5px 25px;
      color: #2C5871;
      margin-bottom: 15px;
      font-weight: 300; }
    .unsubscribe-page .preferences-wrapper .preferences-container {
      margin-left: 0;
      margin-right: 0;
      padding-left: 15px;
      border-bottom: 2px solid #eee; }
      .unsubscribe-page .preferences-wrapper .preferences-container.grayout label.checkbox input:checked + .checkbox-icon {
        color: #dedede; }
    .unsubscribe-page .preferences-wrapper.form-submitted {
      max-height: 300px;
      overflow: hidden; }
  .unsubscribe-page .unsubscribe-all-container {
    border-bottom: 2px solid #eee; }
    .unsubscribe-page .unsubscribe-all-container .preference {
      padding: 25px;
      margin-bottom: 0;
      padding-bottom: 0; }
      .unsubscribe-page .unsubscribe-all-container .preference .name {
        color: #2C5871;
        font-weight: bolder; }
    .unsubscribe-page .unsubscribe-all-container .description {
      padding: 3px 10px 25px 58px;
      font-size: 14px;
      font-weight: lighter;
      line-height: 21px;
      color: #666; }
  .unsubscribe-page .update-preferences-wrapper {
    margin-top: 35px; }
    .unsubscribe-page .update-preferences-wrapper .inner-wrapper {
      width: 100%;
      max-width: 340px;
      margin: 0 auto; }
      .unsubscribe-page .update-preferences-wrapper .inner-wrapper .submit-button {
        width: 100%;
        margin-bottom: 10px;
        background-color: #4cace6;
        border-color: #4cace6;
        border: none;
        outline: none; }
      .unsubscribe-page .update-preferences-wrapper .inner-wrapper .button-notes {
        font-size: 14px;
        font-weight: lighter;
        line-height: 21px;
        color: #666; }
  .unsubscribe-page .additional-information {
    padding: 20px; }
    .unsubscribe-page .additional-information .info {
      color: #2C5871;
      font-weight: lighter;
      margin-bottom: 45px; }
    .unsubscribe-page .additional-information .inner-wrapper {
      text-align: center; }
      .unsubscribe-page .additional-information .inner-wrapper .button-wrapper {
        display: inline-block;
        margin: 0;
        padding: 0; }
    .unsubscribe-page .additional-information .logo {
      margin-bottom: 50px;
      width: 100%;
      text-align: center; }
  @media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64rem) {
    .unsubscribe-page .additional-information {
      margin-top: 25px; }
      .unsubscribe-page .additional-information .logo {
        margin-bottom: 10px; }
        .unsubscribe-page .additional-information .logo img {
          width: 340px; } }
  @media only screen and (max-width: 40em) {
    .unsubscribe-page {
      padding-top: 35px; }
      .unsubscribe-page .user-info {
        margin-left: 0; }
      .unsubscribe-page .preferences-row {
        padding-left: 0;
        padding-right: 0; }
      .unsubscribe-page .additional-information {
        margin-top: 25px; }
        .unsubscribe-page .additional-information .logo {
          margin-bottom: 10px; }
        .unsubscribe-page .additional-information .inner-wrapper .button-wrapper {
          margin-bottom: 10px; } }

.powerschool a.disable {
  cursor: not-allowed;
  pointer-events: none;
  color: #A4B5C5 !important; }

.powerschool.multiple-paragraphs {
  text-align: left; }
  .powerschool.multiple-paragraphs div.verify-wrapper {
    margin: 20px 0; }

.powerschool div.email-verification-resent {
  color: #43AC6A; }
  .powerschool div.email-verification-resent .fa {
    margin-right: 10px; }

.outreachevents .page-header {
  margin: 30px 0 15px 0px; }

.outreachevents .page-header h2 {
  color: #2C5871;
  font-size: 20px;
  display: inline-block;
  padding: 20px 0px 0px 0px;
  margin-top: 0;
  margin-bottom: 0; }

.outreachevents .outreachevents-link {
  margin: 20px 0px 0px 0px; }

.event-header-bar {
  background: #4cace6;
  padding: 0px 0px 0px 0px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }
  .event-header-bar p {
    line-height: 0px; }
  .event-header-bar a {
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 0px;
    transition: background 0.2s ease-in-out; }
    .event-header-bar a:hover {
      color: green;
      background: rgba(255, 255, 255, 0.1); }

.outreachevents-table-single {
  background-color: #FFF;
  width: 100%;
  overflow-x: auto;
  max-width: 600px;
  padding: 10px 0px 10px 0px; }

table tbody tr td, table tr td {
  display: table-cell; }

table.outreachevents-table-single tbody tr:nth-child(even) td,
table.outreachevents-table-single tbody tr.even td {
  background: #FFF; }

.outreachevents-table-multiple {
  background-color: #FFF;
  width: 100%;
  overflow-x: auto;
  max-width: 600px;
  padding: 5px 0px 5px 0px; }

table.outreachevents-table-multiple tbody tr:nth-child(even) td,
table.outreachevents-table-multiple tbody tr.even td {
  background: #FFF; }

.outreachevents-table-modal {
  background-color: #FFF;
  width: 100%;
  overflow-x: auto;
  max-width: 600px;
  padding: 10px 0px 10px 0px; }

table.outreachevents-table-modal tr {
  height: 20px; }

.event-modal-container {
  background-color: #ededed; }

table.outreachevents-table-modal tbody tr:nth-child(even) td,
table.outreachevents-table-modal tbody tr.even td {
  background: #FFF; }

.outreachevents-table-review {
  background-color: #FFF;
  width: 100%;
  overflow-x: auto;
  max-width: 1000px;
  padding: 0px 0px 0px 0px; }

table.outreachevents-table-review tr {
  height: 80px; }

table.outreachevents-table-review tbody tr:nth-child(even) td,
table.outreachevents-table-review tbody tr.even td {
  background: #FFF; }

.appt-status {
  font-weight: 600;
  color: #F00;
  width: 70%; }

.bold-right {
  vertical-align: top;
  text-align: right;
  font-weight: 600; }

.event-info-column {
  vertical-align: top;
  text-align: left;
  width: 70%; }

.event-body-section {
  padding: 20px 0px 0px 0px; }

.event-button-section {
  text-align: center;
  padding: 0px 0px 0px 0px; }

button.eventButton {
  background-color: #4cace6;
  border-color: #FFF;
  color: #FFF;
  border-radius: 10px;
  outline: 0;
  width: 90px;
  padding: 5px 10px 5px 10px; }
  button.eventButton:hover {
    background: #6ECAE7;
    color: #FFF; }

button.eventSubmitButton {
  background-color: #4cace6;
  border-color: #FFF;
  color: #FFF;
  border-radius: 10px;
  outline: 0;
  padding: 10px 15px 10px 15px; }
  button.eventSubmitButton:hover {
    background: #6ECAE7;
    color: #FFF; }

.event-error-section {
  padding: 100px 20px 20px 20px; }

.event-error-body {
  background: #FFF;
  max-width: 600px;
  padding: 50px;
  min-width: 350px; }

table.event-message-table {
  background-color: #FFF;
  border: 0;
  overflow-x: auto;
  max-width: 600px; }

table.event-message-table tr th,
table.event-message-table tr td {
  font-size: 1rem;
  padding: 0.5625rem 0.625rem;
  line-height: 1.6; }

.list-view {
  position: relative;
  height: calc(100vh - 135px);
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

@media only screen {
  .list-view[data-visibility="hide"] {
    display: none; }
  .list-view[data-visibility="show"] {
    display: block; } }

@media only screen and (min-width: 64.0625rem) {
  .list-view {
    padding-left: 0;
    padding-right: 0;
    width: 41.6666666667%;
    float: left;
    display: block !important; } }

.details-view {
  position: relative;
  height: calc(100vh - 135px);
  width: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .details-view .close-button {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px; }
    .details-view .close-button i {
      color: red;
      font-size: 25px; }

@media only screen {
  .details-view[data-visibility="hide"] {
    display: none; }
  .details-view[data-visibility="show"] {
    display: block; } }

@media only screen and (min-width: 64.0625rem) {
  .details-view {
    padding-left: 0;
    padding-right: 0;
    width: 58.3333333333%;
    float: left;
    display: block !important;
    padding-left: 10px; }
    .details-view .close-button {
      display: none; } }

.classroom-message-list-view {
  color: #45556c;
  margin-bottom: 5px;
  cursor: pointer; }
  .classroom-message-list-view .unread {
    border-left: 3px solid #4cace6; }
  .classroom-message-list-view .header {
    padding: 10px 20px;
    overflow: hidden; }
    .classroom-message-list-view .header .initials {
      float: left;
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      font-size: 1.1em;
      font-weight: 100;
      line-height: 40px;
      position: relative; }
    .classroom-message-list-view .header .participants-container {
      color: #2C5871;
      float: left;
      margin-left: 10px; }
      .classroom-message-list-view .header .participants-container .author {
        display: block;
        font-size: 18px; }
        .classroom-message-list-view .header .participants-container .author .gt {
          font-size: 16px; }
        .classroom-message-list-view .header .participants-container .author .fa {
          margin: 0 10px;
          color: #999; }
      .classroom-message-list-view .header .participants-container .participant {
        float: left;
        font-size: 15px;
        margin-left: 5px; }
      .classroom-message-list-view .header .participants-container .more-container {
        margin-left: 5px;
        display: inline-block;
        float: left;
        font-size: 15px;
        color: #4cace6; }
      .classroom-message-list-view .header .participants-container .recipient-count-container {
        margin-left: 5px;
        display: inline-block;
        float: left;
        font-size: 15px;
        cursor: default; }
    .classroom-message-list-view .header .time {
      color: #999;
      font-size: 12px;
      clear: right;
      float: right; }
  .classroom-message-list-view .conversation-text {
    padding: 0 30px 20px 30px;
    font-size: 14px;
    font-weight: lighter;
    line-height: 22px;
    word-wrap: break-word; }
    .classroom-message-list-view .conversation-text .attachment-container {
      overflow: hidden;
      margin: 15px -30px 0; }
      .classroom-message-list-view .conversation-text .attachment-container .image {
        width: 100%;
        height: auto; }
      .classroom-message-list-view .conversation-text .attachment-container .video video {
        width: 100%; }
      .classroom-message-list-view .conversation-text .attachment-container .file {
        width: 33.3333%;
        margin-left: 30px; }
        .classroom-message-list-view .conversation-text .attachment-container .file a {
          display: inline-block;
          height: 120px;
          background: #fff;
          text-align: center;
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
          padding: 20px 0 0;
          width: 100%;
          position: relative;
          border: 1px solid #ccc; }
          .classroom-message-list-view .conversation-text .attachment-container .file a .fa {
            font-size: 40px;
            color: #2C5871; }
          .classroom-message-list-view .conversation-text .attachment-container .file a .filename {
            position: absolute;
            left: -1px;
            right: -1px;
            bottom: -1px;
            height: 40px;
            padding: 10px;
            background: #4cace6;
            border: 1px solid #4cace6;
            color: #fff;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
    .classroom-message-list-view .conversation-text a {
      color: #4cace6; }
      .classroom-message-list-view .conversation-text a:hover, .classroom-message-list-view .conversation-text a:visited {
        text-decoration: underline; }
  .classroom-message-list-view .show-for-xlarge-up .conversation-text {
    font-weight: normal;
    font-size: 15px; }
  .classroom-message-list-view .social-bar {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 20px; }
    .classroom-message-list-view .social-bar i {
      font-size: 18px; }
    .classroom-message-list-view .social-bar .likes {
      margin-right: 20px;
      display: inline-block; }
      .classroom-message-list-view .social-bar .likes .heart-icon {
        color: #FD8685; }
    .classroom-message-list-view .social-bar .comments {
      display: inline-block; }
      .classroom-message-list-view .social-bar .comments .comments-icon {
        color: #5BB6E7; }
    .classroom-message-list-view .social-bar .reply-setting {
      display: inline-block;
      float: right;
      color: #999;
      font-size: 12px; }
      .classroom-message-list-view .social-bar .reply-setting .fa {
        margin-right: 8px;
        font-size: 18px; }
      .classroom-message-list-view .social-bar .reply-setting .users-icon {
        font-size: 16px; }
  .classroom-message-list-view .type {
    float: right;
    display: inline-block;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 5px 12px 7px;
    font-size: 13px;
    background-color: #d8dbde;
    color: #333;
    border-radius: 4px; }
    .classroom-message-list-view .type.type-important {
      display: inline-block;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-weight: normal;
      line-height: 1;
      margin-bottom: auto;
      position: relative;
      text-align: center;
      text-decoration: none;
      white-space: nowrap;
      padding: 5px 12px 7px;
      font-size: 13px;
      background-color: #ff7978;
      color: #333;
      border-radius: 4px;
      color: white; }
  .classroom-message-list-view .timestamp {
    font-size: 12px;
    clear: right;
    float: right;
    padding-right: 10px; }

.classroom-message-details-view {
  padding: 0px;
  position: relative;
  max-height: calc(100vh - 210px);
  overflow: auto;
  background: #fff; }
  .classroom-message-details-view .top-portion.comments-scroll {
    position: relative;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    z-index: 1; }
  .classroom-message-details-view .header {
    background: white;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 0px; }
    .classroom-message-details-view .header .initials {
      float: left;
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      font-size: 1.1em;
      font-weight: 100;
      line-height: 40px;
      position: relative; }
    .classroom-message-details-view .header .participants-container {
      color: #2C5871;
      float: left;
      margin-left: 10px; }
      .classroom-message-details-view .header .participants-container .author {
        display: block;
        font-size: 18px; }
        .classroom-message-details-view .header .participants-container .author .gt {
          font-size: 16px; }
        .classroom-message-details-view .header .participants-container .author .fa {
          margin: 0 10px;
          color: #999; }
      .classroom-message-details-view .header .participants-container .participant {
        float: left;
        font-size: 15px;
        margin-left: 5px; }
      .classroom-message-details-view .header .participants-container .more-container {
        cursor: pointer;
        margin-left: 5px;
        display: inline-block;
        float: left;
        font-size: 15px;
        color: #4cace6; }
      .classroom-message-details-view .header .participants-container .recipient-count-container {
        margin-left: 5px;
        display: inline-block;
        float: left;
        font-size: 15px;
        cursor: default; }
    .classroom-message-details-view .header .message-attachments {
      position: relative;
      margin: 20px;
      z-index: 10; }
    .classroom-message-details-view .header .group {
      display: inline-block; }
  .classroom-message-details-view .corner-dock {
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
    padding-right: 10px;
    color: #999; }
    .classroom-message-details-view .corner-dock .time-container {
      background: white; }
      .classroom-message-details-view .corner-dock .time-container .time {
        font-size: 12px;
        float: right; }
    .classroom-message-details-view .corner-dock .delete-container {
      font-size: 18px;
      text-align: right; }
      .classroom-message-details-view .corner-dock .delete-container i {
        cursor: pointer; }
  .classroom-message-details-view ul[id^="comment-options-"] {
    min-width: 110px; }
  .classroom-message-details-view .social-bar {
    height: 20px;
    width: 100%;
    position: relative;
    background: white;
    padding: 15px; }
    .classroom-message-details-view .social-bar .reply-setting {
      position: absolute;
      top: 0px;
      right: 15px;
      overflow: hidden;
      color: #999;
      font-size: 12px; }
      .classroom-message-details-view .social-bar .reply-setting .fa {
        margin-right: 8px;
        font-size: 18px; }
  .classroom-message-details-view .comments-container {
    background: white; }
    .classroom-message-details-view .comments-container .no-comments {
      position: relative;
      height: 400px;
      margin-top: 3px;
      border-top: 1px solid #DDD;
      border-bottom: 1px solid #DDD; }
      .classroom-message-details-view .comments-container .no-comments .wrapper {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
        min-height: 100px;
        color: #2C5871; }
        .classroom-message-details-view .comments-container .no-comments .wrapper img {
          width: 80px;
          height: 80px;
          margin-bottom: 15px; }
        .classroom-message-details-view .comments-container .no-comments .wrapper .quiet-text {
          font-weight: lighter; }
        .classroom-message-details-view .comments-container .no-comments .wrapper .be-first-text {
          font-weight: bolder; }
  .classroom-message-details-view .conversation-text {
    padding: 20px 20px 10px 20px;
    background: white;
    font-size: 14px;
    font-weight: lighter;
    line-height: 22px;
    word-wrap: break-word; }
    .classroom-message-details-view .conversation-text a {
      color: #4cace6; }
      .classroom-message-details-view .conversation-text a:hover, .classroom-message-details-view .conversation-text a:visited {
        text-decoration: underline; }
  .classroom-message-details-view .show-for-xlarge-up .conversation-text {
    font-weight: normal;
    font-size: 15px; }
  .classroom-message-details-view .attachments-container {
    margin-top: 5px;
    padding: 15px;
    background: white; }
    .classroom-message-details-view .attachments-container .attachment-item {
      position: relative; }
      .classroom-message-details-view .attachments-container .attachment-item .attachment-thumbnail-wrapper {
        position: relative;
        top: 0;
        width: 60px; }
        .classroom-message-details-view .attachments-container .attachment-item .attachment-thumbnail-wrapper .image, .classroom-message-details-view .attachments-container .attachment-item .attachment-thumbnail-wrapper .video video {
          width: 100%;
          height: auto; }
        .classroom-message-details-view .attachments-container .attachment-item .attachment-thumbnail-wrapper .file {
          text-align: center;
          font-size: 36px; }
      .classroom-message-details-view .attachments-container .attachment-item .attachment-details {
        position: absolute;
        top: 0;
        left: 75px;
        right: 75px; }
        .classroom-message-details-view .attachments-container .attachment-item .attachment-details .filename {
          font-size: 13px;
          margin-right: 8px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          @media only screen and (max-width: 40em) {
            .classroom-message-details-view .attachments-container .attachment-item .attachment-details .filename {
              min-width: 100px; } }
        .classroom-message-details-view .attachments-container .attachment-item .attachment-details .filesize {
          font-size: 11px;
          color: #999; }
        .classroom-message-details-view .attachments-container .attachment-item .attachment-details.upload-error {
          color: #ff7978; }
      .classroom-message-details-view .attachments-container .attachment-item .button-container {
        position: absolute;
        width: 85px;
        right: 0;
        top: 0;
        height: 60px;
        text-align: right; }
        .classroom-message-details-view .attachments-container .attachment-item .button-container .btn {
          width: 40px;
          height: 40px;
          text-align: center;
          display: inline-block;
          line-height: 40px;
          font-size: 18px;
          color: #4cace6; }
          .classroom-message-details-view .attachments-container .attachment-item .button-container .btn.upload-error {
            color: #ff7978; }
  .classroom-message-details-view .add-attachment.disabled {
    color: #999;
    cursor: not-allowed; }
  @media only screen and (max-width: 40em) {
    .classroom-message-details-view .comments-container .no-comments {
      height: 160px; }
      .classroom-message-details-view .comments-container .no-comments .wrapper img {
        width: 60px;
        height: 60px; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64rem) {
    .classroom-message-details-view .comments-container .no-comments {
      height: 200px; }
    .classroom-message-details-view .comments-container::-webkit-input-placeholder {
      color: #A4B5C5; }
    .classroom-message-details-view .comments-container:-moz-placeholder {
      color: #A4B5C5; }
    .classroom-message-details-view .comments-container::-moz-placeholder {
      color: #A4B5C5; }
    .classroom-message-details-view .comments-container:-ms-input-placeholder {
      color: #A4B5C5; } }

.write-message-bar {
  height: 70px;
  background: white;
  line-height: 70px;
  overflow: hidden;
  position: relative;
  padding: 10px; }
  .write-message-bar.comments-scroll {
    box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.2); }
  .write-message-bar .paperclip-container {
    width: 70px;
    height: 70px;
    text-align: center;
    float: left; }
    .write-message-bar .paperclip-container .paperclip-icon {
      font-weight: 100;
      font-size: 20px;
      display: inline-block;
      font-weight: lighter;
      color: #4cace6; }
  .write-message-bar .attachment {
    position: absolute;
    left: 18px;
    bottom: 10px; }
  .write-message-bar .message-text-input-container {
    height: 35px;
    position: absolute;
    left: 45px;
    right: 92px;
    top: 10px;
    bottom: 0; }
    .write-message-bar .message-text-input-container .message-text-input {
      height: inherit;
      box-shadow: none;
      border: 1px solid #EAEEF1;
      font-weight: lighter;
      border-radius: 2px;
      margin-bottom: 0; }
      .write-message-bar .message-text-input-container .message-text-input:focus {
        box-shadow: none;
        background: white; }
      .write-message-bar .message-text-input-container .message-text-input::-webkit-input-placeholder {
        color: #A4B5C5; }
      .write-message-bar .message-text-input-container .message-text-input:-moz-placeholder {
        color: #A4B5C5; }
      .write-message-bar .message-text-input-container .message-text-input::-moz-placeholder {
        color: #A4B5C5; }
      .write-message-bar .message-text-input-container .message-text-input:-ms-input-placeholder {
        color: #A4B5C5; }
    .write-message-bar .message-text-input-container .character-count {
      margin-top: 3px;
      margin-right: 2px;
      position: relative;
      line-height: 12px;
      font-size: 12px;
      float: right;
      color: #A4B5C5; }
      .write-message-bar .message-text-input-container .character-count.invalid {
        color: #ff7978; }
  .write-message-bar .send-button {
    position: absolute;
    right: 10px;
    height: 50px;
    width: 70px;
    border: none;
    background: #4cace6;
    border-radius: 2px;
    text-align: center;
    color: white;
    line-height: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
    .write-message-bar .send-button i {
      font-size: 18px; }
    .write-message-bar .send-button[disabled="disabled"]:hover {
      background-color: #4cace6; }
  .write-message-bar .attachment-button {
    position: absolute;
    left: 20px;
    bottom: 5px; }

.reveal-modal.ra-modal.dialog .delete-conversation-confirm .modal-content, .reveal-modal.ra-modal.dialog .delete-comment-confirm .modal-content {
  width: auto;
  text-align: center; }

.attachments-container-wrapper {
  overflow: hidden; }

.contacts-modal .modal-header {
  position: relative;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15); }

.contacts-modal .modal-body {
  margin: 0; }
  .contacts-modal .modal-body .contacts-container {
    max-height: 500px;
    min-height: 300px;
    overflow: auto; }
    .contacts-modal .modal-body .contacts-container.loading {
      position: relative;
      visibility: hidden; }
  .contacts-modal .modal-body .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/assets/img/preloader-48.gif) no-repeat center center;
    background-size: contain;
    height: 36px;
    width: 36px; }

.job-item {
  padding: 20px 20px;
  color: #45556c; }
  .job-item .people {
    margin-top: 10px;
    padding-bottom: 10px; }
    .job-item .people:hover {
      cursor: pointer; }
    .job-item .people .person {
      margin-right: 10px;
      display: inline-block; }
      .job-item .people .person .initial {
        display: inline-block; }
  .job-item .circle-badge {
    display: inline-block;
    line-height: 35px;
    width: 35px;
    /* line-height */
    vertical-align: middle;
    text-align: center;
    border-radius: 1000px; }
  .job-item .job-item-name {
    color: #2C5871;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bolder; }
  .job-item .job-item-sender {
    font-size: 12px; }
  .job-item .job-item-type {
    float: right;
    display: inline-block;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 5px 12px 7px;
    font-size: 13px;
    background-color: #d8dbde;
    color: #333;
    border-radius: 4px; }
    .job-item .job-item-type.job-item-type-important {
      display: inline-block;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-weight: normal;
      line-height: 1;
      margin-bottom: auto;
      position: relative;
      text-align: center;
      text-decoration: none;
      white-space: nowrap;
      padding: 5px 12px 7px;
      font-size: 13px;
      background-color: #ff7978;
      color: #333;
      border-radius: 4px;
      color: white; }
  .job-item .job-item-timestamp {
    color: #999;
    font-size: 12px;
    clear: both;
    float: right; }

.job-item.unread {
  border-left: 3px solid #4cace6; }

.job-item-details {
  color: #45556c; }
  .job-item-details .header {
    padding: 10px 20px;
    color: #34637B;
    background: white;
    font-size: 16px; }
    .job-item-details .header .job-title {
      font-size: 18px;
      font-weight: bold; }
    .job-item-details .header .sender-info {
      font-weight: lighter; }
    .job-item-details .header .person-name {
      font-weight: lighter; }
  .job-item-details .category-time-container {
    display: inline-block;
    float: right; }
  .job-item-details .people {
    background: white;
    padding: 0px 0px 20px 20px; }
    .job-item-details .people:hover {
      cursor: pointer; }
    .job-item-details .people .person {
      margin-right: 10px;
      display: inline-block; }
      .job-item-details .people .person .initial {
        display: inline-block; }
      .job-item-details .people .person .underline {
        height: 10px;
        border-bottom: 2px solid #4cace6; }
  .job-item-details .message-type-tabs {
    margin-top: 3px;
    background: white;
    padding-left: 2%; }
    .job-item-details .message-type-tabs .tab {
      padding-top: 15px;
      padding-bottom: 15px;
      display: inline-block;
      width: 32%;
      text-align: center; }
    .job-item-details .message-type-tabs .available {
      cursor: pointer;
      color: #4cace6; }
    .job-item-details .message-type-tabs .unavailable {
      color: #A4B5C5; }
    .job-item-details .message-type-tabs .selected {
      border-bottom: 2px solid #4cace6; }
  .job-item-details .circle-badge {
    display: inline-block;
    line-height: 35px;
    width: 35px;
    /* line-height */
    vertical-align: middle;
    text-align: center;
    border-radius: 1000px; }
  .job-item-details .job-item-type {
    float: right;
    display: inline-block;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 5px 12px 7px;
    font-size: 13px;
    background-color: #d8dbde;
    color: #333;
    border-radius: 4px; }
    .job-item-details .job-item-type.job-item-type-important {
      display: inline-block;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-weight: normal;
      line-height: 1;
      margin-bottom: auto;
      position: relative;
      text-align: center;
      text-decoration: none;
      white-space: nowrap;
      padding: 5px 12px 7px;
      font-size: 13px;
      background-color: #ff7978;
      color: #333;
      border-radius: 4px;
      color: white; }
  .job-item-details .job-item-timestamp {
    color: #999;
    font-size: 12px;
    clear: right;
    float: right; }
  .job-item-details .sms-body {
    font-weight: 200; }
  .job-item-details .email-subject {
    margin-bottom: 10px; }
  .job-item-details .email-html .spinner-container {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: white; }
    .job-item-details .email-html .spinner-container .spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url(/assets/img/preloader-48.gif) no-repeat center center;
      background-size: contain;
      height: 36px;
      width: 36px; }
  .job-item-details .email-html iframe {
    border: none;
    outline: none;
    width: 100%;
    height: 0px; }
  .job-item-details .email-plaintext {
    white-space: pre-wrap;
    font-weight: 200; }
  .job-item-details .phone-message {
    margin-top: 20px; }
  .job-item-details .phone-player-unsupported {
    font-weight: 200; }
  .job-item-details .message {
    padding: 15px;
    color: #476d83;
    background-color: white;
    font-size: 16px;
    font-weight: lighter;
    overflow: auto; }

.groups .person {
  display: block;
  position: relative;
  padding: 20px;
  overflow: hidden;
  background: #fafafa;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15); }
  .groups .person .initials {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    font-weight: lighter;
    margin: 2px 12px 0 0;
    float: left; }
  .groups .person .name {
    color: #2C5871;
    font-size: 16px; }
  .groups .person .role {
    color: #2C5871;
    font-size: 14px;
    font-weight: lighter; }
    .groups .person .role .divider {
      padding: 0 5px;
      font-size: 18px; }
  .groups .person .account-status {
    text-transform: capitalize;
    float: right; }
  .groups .person.non-editable.unregistered {
    background: #fafafa; }
    .groups .person.non-editable.unregistered .name, .groups .person.non-editable.unregistered .role {
      color: #aaa; }
    .groups .person.non-editable.unregistered .initials {
      background: #ccc; }

tags-input {
  display: block; }

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

tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%; }

tags-input .host:active {
  outline: none; }

tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid darkgray;
  box-shadow: 1px 1px 1px 0 lightgray inset;
  height: 100%; }

tags-input .tags.focused {
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6); }

tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); }

tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%); }

tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #585858; }

tags-input .tags .tag-item .remove-button:active {
  color: #ff0000; }

tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

tags-input .tags .input.invalid-tag {
  color: #ff0000; }

tags-input .tags .input::-ms-clear {
  display: none; }

tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6); }

tags-input[disabled] .host:focus {
  outline: none; }

tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default; }

tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%); }

tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default; }

tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858; }

tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default; }

tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative; }

tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff; }

tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #0097cf; }

tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf; }

tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff; }

/*# sourceMappingURL=ng-tags-input.css.map */
.profile-modal.reveal-modal.ra-modal .modal-content {
  width: 80%; }
  .profile-modal.reveal-modal.ra-modal .modal-content form {
    margin: 0 auto;
    color: #2C5871; }
  .profile-modal.reveal-modal.ra-modal .modal-content label {
    font-weight: 400;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #2C5871;
    position: relative;
    margin-bottom: 0; }
  .profile-modal.reveal-modal.ra-modal .modal-content input[type=text], .profile-modal.reveal-modal.ra-modal .modal-content input[type=search] {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    color: #2C5871;
    padding: 0 0 0 15px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    margin: 0; }
    .profile-modal.reveal-modal.ra-modal .modal-content input[type=text]:focus, .profile-modal.reveal-modal.ra-modal .modal-content input[type=search]:focus {
      transition: none;
      border-bottom: 2px solid #4cace6; }
    .profile-modal.reveal-modal.ra-modal .modal-content input[type=text]::-webkit-input-placeholder, .profile-modal.reveal-modal.ra-modal .modal-content input[type=search]::-webkit-input-placeholder {
      color: #999;
      font-weight: 300; }
    .profile-modal.reveal-modal.ra-modal .modal-content input[type=text]::-moz-placeholder, .profile-modal.reveal-modal.ra-modal .modal-content input[type=search]::-moz-placeholder {
      color: #999;
      font-weight: 300; }
    .profile-modal.reveal-modal.ra-modal .modal-content input[type=text]:-ms-input-placeholder, .profile-modal.reveal-modal.ra-modal .modal-content input[type=search]:-ms-input-placeholder {
      color: #999;
      font-weight: 300; }
  .profile-modal.reveal-modal.ra-modal .modal-content .form-group {
    margin: 20px 0;
    position: relative; }
    .profile-modal.reveal-modal.ra-modal .modal-content .form-group.error input[type=text], .profile-modal.reveal-modal.ra-modal .modal-content .form-group.error input[type=email], .profile-modal.reveal-modal.ra-modal .modal-content .form-group.error input[type=password], .profile-modal.reveal-modal.ra-modal .modal-content .form-group.error .location-wrapper {
      border-bottom: 1px solid #ff7978; }
    .profile-modal.reveal-modal.ra-modal .modal-content .form-group.error i.fa.error {
      position: absolute;
      right: 10px;
      top: 35px;
      color: #ff7978; }
  .profile-modal.reveal-modal.ra-modal .modal-content .field-error {
    color: #ff7978;
    font-size: 14px;
    margin-top: 5px; }
  .profile-modal.reveal-modal.ra-modal .modal-content .selectize-dropdown [data-selectable] {
    padding: 5px 10px; }

.profile-modal.reveal-modal.ra-modal .small-district-details {
  font-size: 13px;
  line-height: inherit;
  color: #999;
  margin-left: 10px; }

.profile-modal.reveal-modal.ra-modal .modal-footer .footer-button-wrapper {
  text-align: right; }

.profile-modal.reveal-modal.ra-modal .modal-footer .secondary {
  background: transparent;
  border: 0;
  color: #4cace6; }

.profile-modal.reveal-modal.ra-modal .modal-footer .alert {
  background: #ff7978;
  color: #fff;
  margin-bottom: 15px; }
  .profile-modal.reveal-modal.ra-modal .modal-footer .alert p {
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.8); }
    .profile-modal.reveal-modal.ra-modal .modal-footer .alert p.error-heading {
      font-weight: 500;
      margin-bottom: 10px;
      color: #fff; }
    .profile-modal.reveal-modal.ra-modal .modal-footer .alert p span.strong {
      font-weight: 400;
      color: #fff; }
    .profile-modal.reveal-modal.ra-modal .modal-footer .alert p .fa {
      margin-right: 10px; }

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold; }

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.ui-select-choices-row:hover {
  background-color: #f5f5f5; }

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950; }

.select2-result-single {
  padding-left: 0; }

.select2-locked > .select2-search-choice-close {
  display: none; }

.select-locked > .ui-select-match-close {
  display: none; }

body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */ }

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb; }

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important; }

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%; }

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important; }

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%; }

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950; }

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="selectize"] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0; }

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-select-bootstrap .ui-select-toggle {
  position: relative; }

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px; }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0; }

.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important; }

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px; }

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px; }

body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */ }

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px; }

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0; }

.ui-select-multiple .ui-select-match-item {
  position: relative; }

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none; }

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca; }

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca; }

.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.ui-select-bootstrap .ui-select-choices-row > span:hover, .ui-select-bootstrap .ui-select-choices-row > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important; }

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950; }

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25); }

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em; }

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden; }

.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px; }

/* Spinner */
.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px; }

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s; }

/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff; }

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1; }

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb; }

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  display: block;
  clear: left;
  content: ' '; }

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: ' '; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff; }

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' '; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px; }

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5; }

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px; }

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6; }

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none; }

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }

.selectize-control.single .selectize-input {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8); }

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8; }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold; }

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none; }

.selectize-control {
  margin-bottom: 20px; }
  .selectize-control.single .selectize-input,
  .selectize-control.single .selectize-input input {
    background: transparent;
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0px;
    color: #2C5871;
    padding: 0 0 0 15px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 -6px; }
    .selectize-control.single .selectize-input .ui-select-match span,
    .selectize-control.single .selectize-input input .ui-select-match span {
      font-weight: 500; }
    .selectize-control.single .selectize-input.disabled,
    .selectize-control.single .selectize-input input.disabled {
      background: #f6f6f6;
      background-color: #f6f6f6;
      opacity: 0.8;
      border-bottom-color: #bbb;
      cursor: not-allowed !important; }
      .selectize-control.single .selectize-input.disabled input,
      .selectize-control.single .selectize-input input.disabled input {
        cursor: not-allowed !important; }
    .selectize-control.single .selectize-input:not(.disabled):hover,
    .selectize-control.single .selectize-input input:not(.disabled):hover {
      box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05); }
    .selectize-control.single .selectize-input:focus,
    .selectize-control.single .selectize-input input:focus {
      transition: none;
      border-bottom: 2px solid #4cace6; }
    .selectize-control.single .selectize-input::-webkit-input-placeholder,
    .selectize-control.single .selectize-input input::-webkit-input-placeholder {
      color: #999;
      font-weight: 300; }
    .selectize-control.single .selectize-input::-moz-placeholder,
    .selectize-control.single .selectize-input input::-moz-placeholder {
      color: #999;
      font-weight: 300; }
    .selectize-control.single .selectize-input:-ms-input-placeholder,
    .selectize-control.single .selectize-input input:-ms-input-placeholder {
      color: #999;
      font-weight: 300; }

.selectize-control.single .selectize-input.focus,
.selectize-control.single .selectize-input.selectize-focus {
  transition: none;
  border-bottom: 2px solid #4cace6; }

.selectize-dropdown {
  font-size: 16px;
  line-height: 24px;
  color: #2C5871; }
  .selectize-dropdown.single {
    border-top: 0;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0; }
  .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 0; }
    .selectize-dropdown [data-selectable] .options-item-wrapper, .selectize-dropdown .optgroup-header .options-item-wrapper {
      padding: 5px 8px; }
  .selectize-dropdown .active {
    background-color: #eff8fd; }
    .selectize-dropdown .active .options-item-wrapper {
      font-weight: 500; }

.loading-mask, .loading {
  position: absolute;
  width: 100%;
  top: 60px;
  bottom: 0;
  background: #ededed;
  z-index: 100; }
  .loading-mask.show, .loading.show {
    display: block; }
  .loading-mask .preloader, .loading .preloader {
    background: url(/assets/img/preloader-48.gif) no-repeat center center;
    height: 36px;
    margin: 150px auto 20px;
    width: 36px;
    background-size: contain; }
  .loading-mask .alert, .loading .alert {
    background: #ff7978;
    color: #fff;
    margin-bottom: 15px; }
    .loading-mask .alert p, .loading .alert p {
      margin-bottom: 5px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 200;
      color: rgba(255, 255, 255, 0.8); }
      .loading-mask .alert p.error-heading, .loading .alert p.error-heading {
        font-weight: 500;
        margin-bottom: 10px;
        color: #fff; }
      .loading-mask .alert p span.strong, .loading .alert p span.strong {
        font-weight: 400;
        color: #fff; }
    .loading-mask .alert a, .loading .alert a {
      color: #fff;
      text-decoration: underline; }
  .loading-mask .loading-text, .loading .loading-text {
    text-align: center;
    color: #444;
    font-weight: 300;
    width: 50%;
    margin: 0 auto; }
    .loading-mask .loading-text .load-warning, .loading .loading-text .load-warning {
      color: #ff7978; }
    .loading-mask .loading-text .fa, .loading .loading-text .fa {
      margin-right: 10px; }
  .loading-mask .warning, .loading .warning {
    text-align: center;
    font-size: 11px;
    color: #bbb;
    font-weight: 300;
    margin-top: 5px; }
  .loading-mask.navbar-visible, .loading.navbar-visible {
    z-index: 10; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 10px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 0;
  margin: 160px auto 30px;
  padding: 0;
  width: 50%; }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #3B9CDE;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite; }

@media screen and (max-width: 640px) {
  .progress {
    width: 60%; } }

.home-container {
  margin-top: 40px; }
  .home-container .image-container {
    text-align: center;
    height: 400px;
    position: relative; }
    .home-container .image-container .app-image {
      background: url("/assets/img/illustra.svg") center center no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .home-container .heading {
    font-size: 34px;
    color: #2C5871;
    margin-bottom: 40px;
    font-family: Montserrat, Roboto, Helvetica, sans-serif;
    font-style: italic;
    line-height: 46px; }
  .home-container .content-container {
    padding: 60px 30px 30px; }
    .home-container .content-container .app-store-button-container {
      margin-top: 50px; }
      .home-container .content-container .app-store-button-container .columns {
        text-align: center; }
    .home-container .content-container .app-store-button {
      height: 51px;
      display: inline-block;
      background-size: contain; }
      .home-container .content-container .app-store-button.apple {
        background: url("/assets/img/btn_itunes_store_173x51.png") center center no-repeat;
        width: 173px; }
      .home-container .content-container .app-store-button.google {
        background: url("/assets/img/btn_google_play_157x51.png") center center no-repeat;
        width: 157px;
        margin-left: 15px; }
  .home-container .sm-ic-logo {
    background: url("/assets/img/logo_sm.png") center center no-repeat;
    background-size: contain;
    height: 80px; }

.splash-footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 10px; }
  .splash-footer span.container {
    color: #bbb;
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
    display: inline-block; }

@media (max-width: 1024px) {
  .home-container .columns {
    padding: 0; }
  .home-container .heading {
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    margin-bottom: 30px;
    width: 70%; }
  .home-container .image-container {
    height: 240px; }
  .home-container .content-container {
    margin-top: 20px;
    padding: 0; }
    .home-container .content-container .app-store-button-container {
      width: 70%;
      margin: 40px auto; }
      .home-container .content-container .app-store-button-container .columns.aRight {
        text-align: center; }
    .home-container .content-container .app-store-button.apple, .home-container .content-container .app-store-button.google {
      width: 40%;
      background-size: contain;
      height: 40px;
      margin: 0; }
    .home-container .content-container .sm-ic-logo {
      height: 40px; }
  .home-container .splash-footer {
    bottom: 10px; }
    .home-container .splash-footer span.container {
      font-size: 11px; } }

@media (max-width: 768px) {
  .home-container .heading {
    width: 100%; }
  .home-container .splash-footer {
    position: static; } }

@media (max-width: 640px) {
  .home-container {
    margin-top: 30px; }
    .home-container .columns {
      padding: 0; }
    .home-container .heading {
      font-size: 14px;
      text-align: center;
      line-height: 20px;
      margin-bottom: 15px;
      width: 100%;
      margin-top: 0; }
    .home-container .sm-ic-logo {
      height: 40px; }
    .home-container .image-container {
      height: 160px; }
    .home-container .content-container {
      margin-top: 20px;
      padding: 0; }
      .home-container .content-container .app-store-button-container {
        width: 100%;
        margin: 40px auto; }
        .home-container .content-container .app-store-button-container .columns.aRight {
          text-align: center; }
      .home-container .content-container .app-store-button.apple, .home-container .content-container .app-store-button.google {
        width: 40%;
        background-size: contain;
        height: 40px;
        margin: 0; }
    .home-container .splash-footer {
      bottom: 10px;
      position: static; }
      .home-container .splash-footer span.container {
        font-size: 11px; } }

@media (max-width: 320px) {
  .home-container {
    margin-top: 30px; }
    .home-container .columns {
      padding: 0; }
    .home-container .heading {
      font-size: 13px; }
    .home-container .sm-ic-logo {
      height: 55px; }
    .home-container .image-container {
      height: 120px; }
    .home-container .content-container {
      margin-top: 20px;
      padding: 0; }
      .home-container .content-container .app-store-button-container {
        width: 100%;
        margin: 25px auto; }
        .home-container .content-container .app-store-button-container .columns.aRight {
          text-align: center; }
      .home-container .content-container .app-store-button.apple, .home-container .content-container .app-store-button.google {
        width: 40%;
        background-size: contain;
        height: 30px;
        margin: 0; }
    .home-container .splash-footer {
      position: static; }
      .home-container .splash-footer span.container {
        font-size: 11px; } }

@media (max-width: 1024px) and (orientation: landscape) {
  .home-container .image-container {
    height: 240px; }
  .home-container .sm-ic-logo {
    height: 80px; } }

/* ----------- iPhone 4 and 4S ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .home-container .splash-footer {
    position: static; } }

/* ----------- iPhone 5 and 5S ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .home-container .splash-footer {
    position: static; } }

/* ----------- iPhone 6 landscape ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .home-container .splash-footer {
    position: static; } }

/* ----------- iPhone 6+ landscape ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .home-container .splash-footer {
    position: static; } }

/* ----------- Galaxy S5 ----------- */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .home-container .splash-footer {
    position: static; } }

/* ----------- iPad mini ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .home-container .splash-footer {
    position: static; } }

/* ----------- iPad 1 and 2 ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .home-container .splash-footer {
    position: static; } }

/* ----------- iPad 3 and 4 ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-container .splash-footer {
    position: static; } }

.mfp-content .popup-toolbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  height: 60px;
  padding: 0 15px;
  z-index: 99999; }
  .mfp-content .popup-toolbar .toolbar-wrapper {
    position: relative; }
    .mfp-content .popup-toolbar .toolbar-wrapper .filename {
      position: absolute;
      left: 0;
      right: 80px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 60px;
      font-size: 14px;
      color: #fff; }
      .mfp-content .popup-toolbar .toolbar-wrapper .filename .fa-stack {
        margin-right: 15px; }
      .mfp-content .popup-toolbar .toolbar-wrapper .filename .fa-stack-2x {
        color: #DF3937; }
      .mfp-content .popup-toolbar .toolbar-wrapper .filename .fa-stack-1x {
        color: #fff; }
      .mfp-content .popup-toolbar .toolbar-wrapper .filename .filesize {
        margin-left: 10px;
        font-size: 12px;
        color: #999; }
    .mfp-content .popup-toolbar .toolbar-wrapper .button-container {
      position: absolute;
      right: 0;
      top: 0; }
      .mfp-content .popup-toolbar .toolbar-wrapper .button-container a {
        color: #fff;
        width: 60px;
        display: inline-block;
        text-align: center;
        line-height: 60px;
        font-size: 18px;
        background: #000;
        transition: background 0.2s ease-in-out; }
        .mfp-content .popup-toolbar .toolbar-wrapper .button-container a:hover {
          background: #444; }

.mfp-content .mfp-close {
  font-size: 60px;
  right: 22px;
  color: #fff;
  position: fixed;
  top: 100px; }
  .mfp-content .mfp-close:hover, .mfp-content .mfp-close:focus {
    background: none; }

/**
 * .video-js CSS overrides (to override VideoJS's error messaging CSS) 
 * and our own custom .videojs error messaging CSS, used to display our 
 * custom player error message with links to supporting browsers etc
 */
.video-js.vjs-fluid {
  font-family: Roboto, Helvetica, Arial, sans-serif; }
  .video-js.vjs-fluid.vjs-error {
    height: 220px;
    padding-top: inherit; }
    .video-js.vjs-fluid.vjs-error .vjs-error-display {
      background: #f0f0f0;
      color: #2C5871;
      outline: none; }
      .video-js.vjs-fluid.vjs-error .vjs-error-display:before {
        display: none; }
      .video-js.vjs-fluid.vjs-error .vjs-error-display .vjs-modal-dialog-content {
        padding: 30px; }
        .video-js.vjs-fluid.vjs-error .vjs-error-display .vjs-modal-dialog-content:after {
          display: block;
          content: '\f119';
          font-family: FontAwesome;
          color: #2C5871;
          text-shadow: none;
          font-size: 36px;
          width: 100%;
          box-sizing: border-box;
          margin: 30px auto 0;
          line-height: 36px; }

.videojs-loading {
  background: url(/assets/img/preloader-24.gif) center center no-repeat;
  padding: 20px; }

.mfp-content .video, .mfp-content .audio {
  max-width: 600px; }

.mfp-content .video {
  margin: 100px auto; }

.mfp-figure:after {
  display: none; }

.time-picker {
  background-color: #fff;
  color: #2C5871;
  display: block;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc; }
  .time-picker span.divider {
    color: #2C5871;
    font-weight: 500;
    display: inline-block;
    transform: translateY(-34%); }
  .time-picker span.selected {
    color: #2C5871;
    font-weight: 500; }
  .time-picker .selectize-control.single .selectize-input {
    border-bottom: 0;
    padding-left: 0;
    height: 38px; }
    .time-picker .selectize-control.single .selectize-input:focus, .time-picker .selectize-control.single .selectize-input.focus, .time-picker .selectize-control.single .selectize-input.selectize-focus {
      border-bottom: 2px solid #4cace6; }
    .time-picker .selectize-control.single .selectize-input .ui-select-match {
      font-weight: 500; }
  .time-picker .ui-select-container.selectize-control {
    width: 50px;
    display: inline-block;
    margin: 0; }
    .time-picker .ui-select-container.selectize-control.single .selectize-input:after {
      right: 5px; }
    .time-picker .ui-select-container.selectize-control.mode {
      width: 80px; }
  .time-picker .selectize-dropdown.single {
    left: -10px;
    right: -10px;
    width: auto; }
  .time-picker .selectize-dropdown [data-selectable],
  .time-picker .selectize-dropdown .optgroup-header {
    padding: 5px 8px; }
  .time-picker input::-webkit-search-decoration, .time-picker input::-webkit-search-cancel-button, .time-picker input::-webkit-search-results-button, .time-picker input::-webkit-search-results-decoration {
    display: none; }

button, .button,
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background: #4cace6;
  background-color: #4cace6;
  border-color: #4cace6; }
