@charset "UTF-8";
/*!
Theme Name: GreatSchools Bootstrap SASS
*/
/**
 * Swiper 3.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: April 25, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn, .bootstrap-select > a.comment-reply-link, .bootstrap-select > #cancel-comment-reply-link, .form-submit .bootstrap-select > input[type='submit'] {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn, .error .bootstrap-select a.comment-reply-link, .error .bootstrap-select #cancel-comment-reply-link, .error .bootstrap-select .form-submit input[type='submit'], .form-submit .error .bootstrap-select input[type='submit'] {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus, .bootstrap-select a.comment-reply-link:focus, .bootstrap-select #cancel-comment-reply-link:focus, .bootstrap-select .form-submit input[type='submit']:focus, .form-submit .bootstrap-select input[type='submit']:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control, .comment-form-author input.bootstrap-select,
.comment-form-author textarea.bootstrap-select,
.comment-form-email input.bootstrap-select,
.comment-form-email textarea.bootstrap-select,
.comment-form-url input.bootstrap-select,
.comment-form-url textarea.bootstrap-select,
.comment-form-comment input.bootstrap-select,
.comment-form-comment textarea.bootstrap-select {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]), .comment-form-author input.bootstrap-select:not([class*="col-"]),
.comment-form-author textarea.bootstrap-select:not([class*="col-"]),
.comment-form-email input.bootstrap-select:not([class*="col-"]),
.comment-form-email textarea.bootstrap-select:not([class*="col-"]),
.comment-form-url input.bootstrap-select:not([class*="col-"]),
.comment-form-url textarea.bootstrap-select:not([class*="col-"]),
.comment-form-comment input.bootstrap-select:not([class*="col-"]),
.comment-form-comment textarea.bootstrap-select:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .navbar-form .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group, .comment-form-author .bootstrap-select.btn-group,
.comment-form-email .bootstrap-select.btn-group,
.comment-form-url .bootstrap-select.btn-group,
.comment-form-comment .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-lg .comment-form-author input.bootstrap-select.btn-group, .comment-form-author .form-group-lg input.bootstrap-select.btn-group,
.form-group-lg .comment-form-author textarea.bootstrap-select.btn-group,
.comment-form-author .form-group-lg textarea.bootstrap-select.btn-group,
.form-group-lg .comment-form-email input.bootstrap-select.btn-group,
.comment-form-email .form-group-lg input.bootstrap-select.btn-group,
.form-group-lg .comment-form-email textarea.bootstrap-select.btn-group,
.comment-form-email .form-group-lg textarea.bootstrap-select.btn-group,
.form-group-lg .comment-form-url input.bootstrap-select.btn-group,
.comment-form-url .form-group-lg input.bootstrap-select.btn-group,
.form-group-lg .comment-form-url textarea.bootstrap-select.btn-group,
.comment-form-url .form-group-lg textarea.bootstrap-select.btn-group,
.form-group-lg .comment-form-comment input.bootstrap-select.btn-group,
.comment-form-comment .form-group-lg input.bootstrap-select.btn-group,
.form-group-lg .comment-form-comment textarea.bootstrap-select.btn-group,
.comment-form-comment .form-group-lg textarea.bootstrap-select.btn-group, .form-group-sm .bootstrap-select.btn-group.form-control, .form-group-sm .comment-form-author input.bootstrap-select.btn-group, .comment-form-author .form-group-sm input.bootstrap-select.btn-group,
.form-group-sm .comment-form-author textarea.bootstrap-select.btn-group,
.comment-form-author .form-group-sm textarea.bootstrap-select.btn-group,
.form-group-sm .comment-form-email input.bootstrap-select.btn-group,
.comment-form-email .form-group-sm input.bootstrap-select.btn-group,
.form-group-sm .comment-form-email textarea.bootstrap-select.btn-group,
.comment-form-email .form-group-sm textarea.bootstrap-select.btn-group,
.form-group-sm .comment-form-url input.bootstrap-select.btn-group,
.comment-form-url .form-group-sm input.bootstrap-select.btn-group,
.form-group-sm .comment-form-url textarea.bootstrap-select.btn-group,
.comment-form-url .form-group-sm textarea.bootstrap-select.btn-group,
.form-group-sm .comment-form-comment input.bootstrap-select.btn-group,
.comment-form-comment .form-group-sm input.bootstrap-select.btn-group,
.form-group-sm .comment-form-comment textarea.bootstrap-select.btn-group,
.comment-form-comment .form-group-sm textarea.bootstrap-select.btn-group {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control, .navbar-form .bootstrap-select.btn-group .form-control, .form-inline .bootstrap-select.btn-group .comment-form-author input, .comment-form-author .form-inline .bootstrap-select.btn-group input, .navbar-form .bootstrap-select.btn-group .comment-form-author input, .comment-form-author .navbar-form .bootstrap-select.btn-group input,
.form-inline .bootstrap-select.btn-group .comment-form-author textarea,
.comment-form-author .form-inline .bootstrap-select.btn-group textarea,
.navbar-form .bootstrap-select.btn-group .comment-form-author textarea,
.comment-form-author .navbar-form .bootstrap-select.btn-group textarea,
.form-inline .bootstrap-select.btn-group .comment-form-email input,
.comment-form-email .form-inline .bootstrap-select.btn-group input,
.navbar-form .bootstrap-select.btn-group .comment-form-email input,
.comment-form-email .navbar-form .bootstrap-select.btn-group input,
.form-inline .bootstrap-select.btn-group .comment-form-email textarea,
.comment-form-email .form-inline .bootstrap-select.btn-group textarea,
.navbar-form .bootstrap-select.btn-group .comment-form-email textarea,
.comment-form-email .navbar-form .bootstrap-select.btn-group textarea,
.form-inline .bootstrap-select.btn-group .comment-form-url input,
.comment-form-url .form-inline .bootstrap-select.btn-group input,
.navbar-form .bootstrap-select.btn-group .comment-form-url input,
.comment-form-url .navbar-form .bootstrap-select.btn-group input,
.form-inline .bootstrap-select.btn-group .comment-form-url textarea,
.comment-form-url .form-inline .bootstrap-select.btn-group textarea,
.navbar-form .bootstrap-select.btn-group .comment-form-url textarea,
.comment-form-url .navbar-form .bootstrap-select.btn-group textarea,
.form-inline .bootstrap-select.btn-group .comment-form-comment input,
.comment-form-comment .form-inline .bootstrap-select.btn-group input,
.navbar-form .bootstrap-select.btn-group .comment-form-comment input,
.comment-form-comment .navbar-form .bootstrap-select.btn-group input,
.form-inline .bootstrap-select.btn-group .comment-form-comment textarea,
.comment-form-comment .form-inline .bootstrap-select.btn-group textarea,
.navbar-form .bootstrap-select.btn-group .comment-form-comment textarea,
.comment-form-comment .navbar-form .bootstrap-select.btn-group textarea {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option, .bootstrap-select.btn-group a.comment-reply-link .filter-option, .bootstrap-select.btn-group #cancel-comment-reply-link .filter-option, .bootstrap-select.btn-group .form-submit input[type='submit'] .filter-option, .form-submit .bootstrap-select.btn-group input[type='submit'] .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret, .bootstrap-select.btn-group a.comment-reply-link .caret, .bootstrap-select.btn-group #cancel-comment-reply-link .caret, .bootstrap-select.btn-group .form-submit input[type='submit'] .caret, .form-submit .bootstrap-select.btn-group input[type='submit'] .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn, .bootstrap-select.btn-group[class*="col-"] a.comment-reply-link, .bootstrap-select.btn-group[class*="col-"] #cancel-comment-reply-link, .bootstrap-select.btn-group[class*="col-"] .form-submit input[type='submit'], .form-submit .bootstrap-select.btn-group[class*="col-"] input[type='submit'] {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: fade(#64b1d8, 40%);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px fade(black, 5%);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option, .bootstrap-select.btn-group.fit-width a.comment-reply-link .filter-option, .bootstrap-select.btn-group.fit-width #cancel-comment-reply-link .filter-option, .bootstrap-select.btn-group.fit-width .form-submit input[type='submit'] .filter-option, .form-submit .bootstrap-select.btn-group.fit-width input[type='submit'] .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret, .bootstrap-select.btn-group.fit-width a.comment-reply-link .caret, .bootstrap-select.btn-group.fit-width #cancel-comment-reply-link .caret, .bootstrap-select.btn-group.fit-width .form-submit input[type='submit'] .caret, .form-submit .bootstrap-select.btn-group.fit-width input[type='submit'] .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .btn, .bootstrap-select.show-menu-arrow.open > a.comment-reply-link, .bootstrap-select.show-menu-arrow.open > #cancel-comment-reply-link, .form-submit .bootstrap-select.show-menu-arrow.open > input[type='submit'] {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: fade(#cccccc, 20%);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: fade(#cccccc, 20%);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control, .bs-searchbox .comment-form-author input, .comment-form-author .bs-searchbox input,
.bs-searchbox .comment-form-email input,
.comment-form-email .bs-searchbox input,
.bs-searchbox .comment-form-url input,
.comment-form-url .bs-searchbox input,
.bs-searchbox .comment-form-comment input,
.comment-form-comment .bs-searchbox input {
  margin-bottom: 0;
  width: 100%;
}

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret, a.comment-reply-link > .caret, #cancel-comment-reply-link > .caret, .form-submit input[type='submit'] > .caret,
  .dropup > .btn > .caret,
  .dropup > a.comment-reply-link > .caret,
  .dropup > #cancel-comment-reply-link > .caret,
  .form-submit .dropup > input[type='submit'] > .caret {
    border-top-color: #000 !important;
  }

  .label, .tags a {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #3d3d3d;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #2ba3dc;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2ba3dc;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .book-list-topic-container .book-list-topic .book-list-topic-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f2f2f2;
}

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

h1, h2, h3, h4, .content-tile h3, h5, h6,
.h1,
.soliloquy-container .soliloquy-caption h1, .h2, .soliloquy-container .soliloquy-caption h2, .h3, .soliloquy-container .soliloquy-caption h3, .h4, .related-book-lists .related-book-list-container .related-book-list .book-list-title, .soliloquy-container .soliloquy-caption h4, .soliloquy-container .soliloquy-caption .content-tile h3, .content-tile .soliloquy-container .soliloquy-caption h3, .h5, .soliloquy-container .soliloquy-caption h5, .h6, .soliloquy-container .soliloquy-caption h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small,
h1 .invert-colors, h2 small,
h2 .small,
h2 .invert-colors, h3 small,
h3 .small,
h3 .invert-colors, h4 small, .content-tile h3 small,
h4 .small,
.content-tile h3 .small,
h4 .invert-colors,
.content-tile h3 .invert-colors, h5 small,
h5 .small,
h5 .invert-colors, h6 small,
h6 .small,
h6 .invert-colors,
.h1 small,
.soliloquy-container .soliloquy-caption h1 small,
.h1 .small,
.soliloquy-container .soliloquy-caption h1 .small,
.h1 .invert-colors,
.soliloquy-container .soliloquy-caption h1 .invert-colors, .h2 small, .soliloquy-container .soliloquy-caption h2 small,
.h2 .small,
.soliloquy-container .soliloquy-caption h2 .small,
.h2 .invert-colors,
.soliloquy-container .soliloquy-caption h2 .invert-colors, .h3 small, .soliloquy-container .soliloquy-caption h3 small,
.h3 .small,
.soliloquy-container .soliloquy-caption h3 .small,
.h3 .invert-colors,
.soliloquy-container .soliloquy-caption h3 .invert-colors, .h4 small, .related-book-lists .related-book-list-container .related-book-list .book-list-title small, .soliloquy-container .soliloquy-caption h4 small, .soliloquy-container .soliloquy-caption .content-tile h3 small, .content-tile .soliloquy-container .soliloquy-caption h3 small,
.h4 .small,
.related-book-lists .related-book-list-container .related-book-list .book-list-title .small,
.soliloquy-container .soliloquy-caption h4 .small,
.soliloquy-container .soliloquy-caption .content-tile h3 .small,
.content-tile .soliloquy-container .soliloquy-caption h3 .small,
.h4 .invert-colors,
.related-book-lists .related-book-list-container .related-book-list .book-list-title .invert-colors,
.soliloquy-container .soliloquy-caption h4 .invert-colors,
.soliloquy-container .soliloquy-caption .content-tile h3 .invert-colors,
.content-tile .soliloquy-container .soliloquy-caption h3 .invert-colors, .h5 small, .soliloquy-container .soliloquy-caption h5 small,
.h5 .small,
.soliloquy-container .soliloquy-caption h5 .small,
.h5 .invert-colors,
.soliloquy-container .soliloquy-caption h5 .invert-colors, .h6 small, .soliloquy-container .soliloquy-caption h6 small,
.h6 .small,
.soliloquy-container .soliloquy-caption h6 .small,
.h6 .invert-colors,
.soliloquy-container .soliloquy-caption h6 .invert-colors {
  font-weight: normal;
  line-height: 1;
  color: #e6e6e6;
}

h1, .h1, .soliloquy-container .soliloquy-caption h1,
h2, .h2, .soliloquy-container .soliloquy-caption h2,
h3, .h3, .soliloquy-container .soliloquy-caption h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
h1 .invert-colors, .h1 small, .soliloquy-container .soliloquy-caption h1 small,
.h1 .small,
.soliloquy-container .soliloquy-caption h1 .small,
.h1 .invert-colors,
.soliloquy-container .soliloquy-caption h1 .invert-colors,
h2 small,
h2 .small,
h2 .invert-colors, .h2 small, .soliloquy-container .soliloquy-caption h2 small,
.h2 .small,
.soliloquy-container .soliloquy-caption h2 .small,
.h2 .invert-colors,
.soliloquy-container .soliloquy-caption h2 .invert-colors,
h3 small,
h3 .small,
h3 .invert-colors, .h3 small, .soliloquy-container .soliloquy-caption h3 small,
.h3 .small,
.soliloquy-container .soliloquy-caption h3 .small,
.h3 .invert-colors,
.soliloquy-container .soliloquy-caption h3 .invert-colors {
  font-size: 65%;
}

h4, .content-tile h3, .h4, .related-book-lists .related-book-list-container .related-book-list .book-list-title, .soliloquy-container .soliloquy-caption h4, .soliloquy-container .soliloquy-caption .content-tile h3, .content-tile .soliloquy-container .soliloquy-caption h3,
h5, .h5, .soliloquy-container .soliloquy-caption h5,
h6, .h6, .soliloquy-container .soliloquy-caption h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small, .content-tile h3 small,
h4 .small,
.content-tile h3 .small,
h4 .invert-colors,
.content-tile h3 .invert-colors, .h4 small, .related-book-lists .related-book-list-container .related-book-list .book-list-title small, .soliloquy-container .soliloquy-caption h4 small, .soliloquy-container .soliloquy-caption .content-tile h3 small, .content-tile .soliloquy-container .soliloquy-caption h3 small,
.h4 .small,
.related-book-lists .related-book-list-container .related-book-list .book-list-title .small,
.soliloquy-container .soliloquy-caption h4 .small,
.soliloquy-container .soliloquy-caption .content-tile h3 .small,
.content-tile .soliloquy-container .soliloquy-caption h3 .small,
.h4 .invert-colors,
.related-book-lists .related-book-list-container .related-book-list .book-list-title .invert-colors,
.soliloquy-container .soliloquy-caption h4 .invert-colors,
.soliloquy-container .soliloquy-caption .content-tile h3 .invert-colors,
.content-tile .soliloquy-container .soliloquy-caption h3 .invert-colors,
h5 small,
h5 .small,
h5 .invert-colors, .h5 small, .soliloquy-container .soliloquy-caption h5 small,
.h5 .small,
.soliloquy-container .soliloquy-caption h5 .small,
.h5 .invert-colors,
.soliloquy-container .soliloquy-caption h5 .invert-colors,
h6 small,
h6 .small,
h6 .invert-colors, .h6 small, .soliloquy-container .soliloquy-caption h6 small,
.h6 .small,
.soliloquy-container .soliloquy-caption h6 .small,
.h6 .invert-colors,
.soliloquy-container .soliloquy-caption h6 .invert-colors {
  font-size: 75%;
}

h1, .h1, .soliloquy-container .soliloquy-caption h1 {
  font-size: 34px;
}

h2, .h2, .soliloquy-container .soliloquy-caption h2 {
  font-size: 27px;
}

h3, .h3, .soliloquy-container .soliloquy-caption h3 {
  font-size: 22px;
}

h4, .content-tile h3, .h4, .related-book-lists .related-book-list-container .related-book-list .book-list-title, .soliloquy-container .soliloquy-caption h4, .soliloquy-container .soliloquy-caption .content-tile h3, .content-tile .soliloquy-container .soliloquy-caption h3 {
  font-size: 18px;
}

h5, .h5, .soliloquy-container .soliloquy-caption h5 {
  font-size: 14px;
}

h6, .h6, .soliloquy-container .soliloquy-caption h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small,
.invert-colors {
  font-size: 85%;
}

cite {
  font-style: normal;
}

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

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

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

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

.text-muted {
  color: #e6e6e6;
}

.text-primary {
  color: #2ba3dc;
}

a.text-primary:hover {
  color: #1e85b6;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #2ba3dc;
}

a.bg-primary:hover {
  background-color: #1e85b6;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f2f2f2;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline, .trending-topics, .invert-colors ul {
  padding-left: 0;
  list-style: none;
}

.list-inline > li, .trending-topics > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child, .trending-topics > li:first-child {
  padding-left: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e6e6e6;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f2f2f2;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small,
blockquote .invert-colors {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #e6e6e6;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before,
blockquote .invert-colors:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f2f2;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
.blockquote-reverse .invert-colors:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before,
blockquote.pull-right .invert-colors:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
.blockquote-reverse .invert-colors:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after,
blockquote.pull-right .invert-colors:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #999999;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid, section, .container-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, section:before, .container-wrapper:before, .container-fluid:after, section:after, .container-wrapper:after {
  content: " ";
  display: table;
}
.container-fluid:after, section:after, .container-wrapper:after {
  clear: both;
}

.row, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body, .cue-card-module-container .cue-card-module-signup-body, .word-of-the-day-signup-container .word-of-the-day-signup-body, .word-of-the-day-banner-container .word-of-the-day-banner-body, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body:before, .cue-card-module-container .cue-card-module-signup-body:before, .word-of-the-day-signup-container .word-of-the-day-signup-body:before, .word-of-the-day-banner-container .word-of-the-day-banner-body:before, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body:before, .row:after, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body:after, .cue-card-module-container .cue-card-module-signup-body:after, .word-of-the-day-signup-container .word-of-the-day-signup-body:after, .word-of-the-day-banner-container .word-of-the-day-banner-body:after, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body:after {
  content: " ";
  display: table;
}
.row:after, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body:after, .cue-card-module-container .cue-card-module-signup-body:after, .word-of-the-day-signup-container .word-of-the-day-signup-body:after, .word-of-the-day-banner-container .word-of-the-day-banner-body:after, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body:after {
  clear: both;
}

.col-xs-12, .authors-promo, .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container, .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container .cue-card-module-dropdown, .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container .cue-card-module-button, .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container, .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-button-container, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-logo-container, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-text, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-subtext, .worksheet-widget-container .worksheet-widget-body .worksheet-select, .worksheet-widget-container .worksheet-widget-body .worksheet-button-container, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-hdr, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-select, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-button-container, .book-list-topic-container, .col-sm-12, .booklist-widget-container > div .header, .booklist-widget-container > div .filter, .booklist-widget-container > div .submit, .col-md-12, .authors-promo, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container, .col-xs-10, .col-sm-10, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-text, .col-md-10, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container, .col-lg-10, .col-xs-9, .cue-card-module-container .cue-card-module-signup-body .cue-card-module-text, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container, .col-sm-9, .col-md-9, .col-lg-9, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-text, .col-xs-8, .col-sm-8, .col-md-8, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-text, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container .cue-card-module-dropdown, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-text, .col-lg-5, .col-xs-4, .col-sm-4, .authors-promo, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-select, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-button-container, .book-list-topic-container, .col-md-4, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container .cue-card-module-button, .col-lg-4, .col-xs-3, .cue-card-module-container .cue-card-module-signup-body .cue-card-module-logo, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-logo-container, .col-sm-3, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-select, .col-md-3, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-button-container, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-button-container, .horizontal .booklist-widget-container > div .header, .horizontal .booklist-widget-container > div .filter, .horizontal .booklist-widget-container > div .filter.wider, .horizontal .booklist-widget-container > div .submit, .col-lg-3, .col-xs-2, .col-sm-2, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-logo, .col-md-2, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-logo-container, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-logo-container, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-hdr, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-button-container, .col-lg-2, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-button-container, .col-xs-1, .col-sm-1, .col-md-1, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-logo, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-logo, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-logo, .col-lg-1, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-logo-container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-12, .authors-promo, .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container, .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container .cue-card-module-dropdown, .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container .cue-card-module-button, .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container, .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-button-container, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-logo-container, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-text, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-subtext, .worksheet-widget-container .worksheet-widget-body .worksheet-select, .worksheet-widget-container .worksheet-widget-body .worksheet-button-container, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-hdr, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-select, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-button-container, .book-list-topic-container, .col-xs-11, .col-xs-10, .col-xs-9, .cue-card-module-container .cue-card-module-signup-body .cue-card-module-text, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .cue-card-module-container .cue-card-module-signup-body .cue-card-module-logo, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-logo-container, .col-xs-2, .col-xs-1 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3, .cue-card-module-container .cue-card-module-signup-body .cue-card-module-logo, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-logo-container {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9, .cue-card-module-container .cue-card-module-signup-body .cue-card-module-text, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12, .authors-promo, .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container, .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container .cue-card-module-dropdown, .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container .cue-card-module-button, .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container, .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-button-container, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-logo-container, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-text, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-subtext, .worksheet-widget-container .worksheet-widget-body .worksheet-select, .worksheet-widget-container .worksheet-widget-body .worksheet-button-container, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-hdr, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-select, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-button-container, .book-list-topic-container {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-12, .booklist-widget-container > div .header, .booklist-widget-container > div .filter, .booklist-widget-container > div .submit, .col-sm-11, .col-sm-10, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-text, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .authors-promo, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-select, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-button-container, .book-list-topic-container, .col-sm-3, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-select, .col-sm-2, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-logo, .col-sm-1 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-logo {
    width: 16.66667%;
  }

  .col-sm-3, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-select {
    width: 25%;
  }

  .col-sm-4, .authors-promo, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-select, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-button-container, .book-list-topic-container {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-text {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12, .booklist-widget-container > div .header, .booklist-widget-container > div .filter, .booklist-widget-container > div .submit {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-12, .authors-promo, .col-md-11, .col-md-10, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container, .col-md-9, .col-md-8, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-text, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container .cue-card-module-dropdown, .col-md-7, .col-md-6, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container, .col-md-5, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-text, .col-md-4, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container .cue-card-module-button, .col-md-3, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-button-container, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-button-container, .horizontal .booklist-widget-container > div .header, .horizontal .booklist-widget-container > div .filter, .horizontal .booklist-widget-container > div .filter.wider, .horizontal .booklist-widget-container > div .submit, .col-md-2, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-logo-container, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-logo-container, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-hdr, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-button-container, .col-md-1, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-logo, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-logo, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-logo {
    float: left;
  }

  .col-md-1, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-logo, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-logo, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-logo {
    width: 8.33333%;
  }

  .col-md-2, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-logo-container, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-logo-container, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-hdr, .worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-button-container {
    width: 16.66667%;
  }

  .col-md-3, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-button-container, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-button-container, .horizontal .booklist-widget-container > div .header, .horizontal .booklist-widget-container > div .filter, .horizontal .booklist-widget-container > div .filter.wider, .horizontal .booklist-widget-container > div .submit {
    width: 25%;
  }

  .col-md-4, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container .cue-card-module-button {
    width: 33.33333%;
  }

  .col-md-5, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-text {
    width: 41.66667%;
  }

  .col-md-6, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-text, .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container .cue-card-module-dropdown {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10, .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12, .authors-promo {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12, .col-lg-11, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container, .col-lg-10, .col-lg-9, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-text, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-button-container, .col-lg-1, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-logo-container {
    float: left;
  }

  .col-lg-1, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-logo-container {
    width: 8.33333%;
  }

  .col-lg-2, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-button-container {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9, .newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-text {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #999999;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #cccccc;
}

.form-control, .comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #cccccc;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, .comment-form-author input:focus,
.comment-form-author textarea:focus,
.comment-form-email input:focus,
.comment-form-email textarea:focus,
.comment-form-url input:focus,
.comment-form-url textarea:focus,
.comment-form-comment input:focus,
.comment-form-comment textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder, .comment-form-author input:-moz-placeholder,
.comment-form-author textarea:-moz-placeholder,
.comment-form-email input:-moz-placeholder,
.comment-form-email textarea:-moz-placeholder,
.comment-form-url input:-moz-placeholder,
.comment-form-url textarea:-moz-placeholder,
.comment-form-comment input:-moz-placeholder,
.comment-form-comment textarea:-moz-placeholder {
  color: #e6e6e6;
}
.form-control::-moz-placeholder, .comment-form-author input::-moz-placeholder,
.comment-form-author textarea::-moz-placeholder,
.comment-form-email input::-moz-placeholder,
.comment-form-email textarea::-moz-placeholder,
.comment-form-url input::-moz-placeholder,
.comment-form-url textarea::-moz-placeholder,
.comment-form-comment input::-moz-placeholder,
.comment-form-comment textarea::-moz-placeholder {
  color: #e6e6e6;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .comment-form-author input:-ms-input-placeholder,
.comment-form-author textarea:-ms-input-placeholder,
.comment-form-email input:-ms-input-placeholder,
.comment-form-email textarea:-ms-input-placeholder,
.comment-form-url input:-ms-input-placeholder,
.comment-form-url textarea:-ms-input-placeholder,
.comment-form-comment input:-ms-input-placeholder,
.comment-form-comment textarea:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control::-webkit-input-placeholder, .comment-form-author input::-webkit-input-placeholder,
.comment-form-author textarea::-webkit-input-placeholder,
.comment-form-email input::-webkit-input-placeholder,
.comment-form-email textarea::-webkit-input-placeholder,
.comment-form-url input::-webkit-input-placeholder,
.comment-form-url textarea::-webkit-input-placeholder,
.comment-form-comment input::-webkit-input-placeholder,
.comment-form-comment textarea::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control[disabled], .comment-form-author input[disabled],
.comment-form-author textarea[disabled],
.comment-form-email input[disabled],
.comment-form-email textarea[disabled],
.comment-form-url input[disabled],
.comment-form-url textarea[disabled],
.comment-form-comment input[disabled],
.comment-form-comment textarea[disabled], .form-control[readonly], .comment-form-author input[readonly],
.comment-form-author textarea[readonly],
.comment-form-email input[readonly],
.comment-form-email textarea[readonly],
.comment-form-url input[readonly],
.comment-form-url textarea[readonly],
.comment-form-comment input[readonly],
.comment-form-comment textarea[readonly], fieldset[disabled] .form-control, fieldset[disabled] .comment-form-author input, .comment-form-author fieldset[disabled] input,
fieldset[disabled] .comment-form-author textarea,
.comment-form-author fieldset[disabled] textarea,
fieldset[disabled] .comment-form-email input,
.comment-form-email fieldset[disabled] input,
fieldset[disabled] .comment-form-email textarea,
.comment-form-email fieldset[disabled] textarea,
fieldset[disabled] .comment-form-url input,
.comment-form-url fieldset[disabled] input,
fieldset[disabled] .comment-form-url textarea,
.comment-form-url fieldset[disabled] textarea,
fieldset[disabled] .comment-form-comment input,
.comment-form-comment fieldset[disabled] input,
fieldset[disabled] .comment-form-comment textarea,
.comment-form-comment fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #f2f2f2;
  opacity: 1;
}

textarea.form-control,
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  height: auto;
}

input[type="date"] {
  line-height: 34px;
}

.form-group, .comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm, .input-group-sm > .form-control, .comment-form-author .input-group-sm > input,
.comment-form-author .input-group-sm > textarea,
.comment-form-email .input-group-sm > input,
.comment-form-email .input-group-sm > textarea,
.comment-form-url .input-group-sm > input,
.comment-form-url .input-group-sm > textarea,
.comment-form-comment .input-group-sm > input,
.comment-form-comment .input-group-sm > textarea,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > a.comment-reply-link,
.input-group-sm > .input-group-btn > #cancel-comment-reply-link,
.form-submit .input-group-sm > .input-group-btn > input[type='submit'] {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select#cancel-comment-reply-link {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.comment-form-author .input-group-sm > textarea,
.comment-form-email .input-group-sm > textarea,
.comment-form-url .input-group-sm > textarea,
.comment-form-comment .input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea#cancel-comment-reply-link,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple]#cancel-comment-reply-link {
  height: auto;
}

.input-lg, .input-group-lg > .form-control, .comment-form-author .input-group-lg > input,
.comment-form-author .input-group-lg > textarea,
.comment-form-email .input-group-lg > input,
.comment-form-email .input-group-lg > textarea,
.comment-form-url .input-group-lg > input,
.comment-form-url .input-group-lg > textarea,
.comment-form-comment .input-group-lg > input,
.comment-form-comment .input-group-lg > textarea,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > a.comment-reply-link,
.input-group-lg > .input-group-btn > #cancel-comment-reply-link,
.form-submit .input-group-lg > .input-group-btn > input[type='submit'] {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select#cancel-comment-reply-link {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.comment-form-author .input-group-lg > textarea,
.comment-form-email .input-group-lg > textarea,
.comment-form-url .input-group-lg > textarea,
.comment-form-comment .input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea#cancel-comment-reply-link,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple]#cancel-comment-reply-link {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .comment-form-author input, .comment-form-author .has-feedback input,
.has-feedback .comment-form-author textarea,
.comment-form-author .has-feedback textarea,
.has-feedback .comment-form-email input,
.comment-form-email .has-feedback input,
.has-feedback .comment-form-email textarea,
.comment-form-email .has-feedback textarea,
.has-feedback .comment-form-url input,
.comment-form-url .has-feedback input,
.has-feedback .comment-form-url textarea,
.comment-form-url .has-feedback textarea,
.has-feedback .comment-form-comment input,
.comment-form-comment .has-feedback input,
.has-feedback .comment-form-comment textarea,
.comment-form-comment .has-feedback textarea {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control, .has-success .comment-form-author input, .comment-form-author .has-success input,
.has-success .comment-form-author textarea,
.comment-form-author .has-success textarea,
.has-success .comment-form-email input,
.comment-form-email .has-success input,
.has-success .comment-form-email textarea,
.comment-form-email .has-success textarea,
.has-success .comment-form-url input,
.comment-form-url .has-success input,
.has-success .comment-form-url textarea,
.comment-form-url .has-success textarea,
.has-success .comment-form-comment input,
.comment-form-comment .has-success input,
.has-success .comment-form-comment textarea,
.comment-form-comment .has-success textarea {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .comment-form-author input:focus, .comment-form-author .has-success input:focus,
.has-success .comment-form-author textarea:focus,
.comment-form-author .has-success textarea:focus,
.has-success .comment-form-email input:focus,
.comment-form-email .has-success input:focus,
.has-success .comment-form-email textarea:focus,
.comment-form-email .has-success textarea:focus,
.has-success .comment-form-url input:focus,
.comment-form-url .has-success input:focus,
.has-success .comment-form-url textarea:focus,
.comment-form-url .has-success textarea:focus,
.has-success .comment-form-comment input:focus,
.comment-form-comment .has-success input:focus,
.has-success .comment-form-comment textarea:focus,
.comment-form-comment .has-success textarea:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning .comment-form-author input, .comment-form-author .has-warning input,
.has-warning .comment-form-author textarea,
.comment-form-author .has-warning textarea,
.has-warning .comment-form-email input,
.comment-form-email .has-warning input,
.has-warning .comment-form-email textarea,
.comment-form-email .has-warning textarea,
.has-warning .comment-form-url input,
.comment-form-url .has-warning input,
.has-warning .comment-form-url textarea,
.comment-form-url .has-warning textarea,
.has-warning .comment-form-comment input,
.comment-form-comment .has-warning input,
.has-warning .comment-form-comment textarea,
.comment-form-comment .has-warning textarea {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .comment-form-author input:focus, .comment-form-author .has-warning input:focus,
.has-warning .comment-form-author textarea:focus,
.comment-form-author .has-warning textarea:focus,
.has-warning .comment-form-email input:focus,
.comment-form-email .has-warning input:focus,
.has-warning .comment-form-email textarea:focus,
.comment-form-email .has-warning textarea:focus,
.has-warning .comment-form-url input:focus,
.comment-form-url .has-warning input:focus,
.has-warning .comment-form-url textarea:focus,
.comment-form-url .has-warning textarea:focus,
.has-warning .comment-form-comment input:focus,
.comment-form-comment .has-warning input:focus,
.has-warning .comment-form-comment textarea:focus,
.comment-form-comment .has-warning textarea:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control, .has-error .comment-form-author input, .comment-form-author .has-error input,
.has-error .comment-form-author textarea,
.comment-form-author .has-error textarea,
.has-error .comment-form-email input,
.comment-form-email .has-error input,
.has-error .comment-form-email textarea,
.comment-form-email .has-error textarea,
.has-error .comment-form-url input,
.comment-form-url .has-error input,
.has-error .comment-form-url textarea,
.comment-form-url .has-error textarea,
.has-error .comment-form-comment input,
.comment-form-comment .has-error input,
.has-error .comment-form-comment textarea,
.comment-form-comment .has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .comment-form-author input:focus, .comment-form-author .has-error input:focus,
.has-error .comment-form-author textarea:focus,
.comment-form-author .has-error textarea:focus,
.has-error .comment-form-email input:focus,
.comment-form-email .has-error input:focus,
.has-error .comment-form-email textarea:focus,
.comment-form-email .has-error textarea:focus,
.has-error .comment-form-url input:focus,
.comment-form-url .has-error input:focus,
.has-error .comment-form-url textarea:focus,
.comment-form-url .has-error textarea:focus,
.has-error .comment-form-comment input:focus,
.comment-form-comment .has-error input:focus,
.has-error .comment-form-comment textarea:focus,
.comment-form-comment .has-error textarea:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7d7d7d;
}

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group, .form-inline .comment-form-author, .navbar-form .comment-form-author,
  .form-inline .comment-form-email,
  .navbar-form .comment-form-email,
  .form-inline .comment-form-url,
  .navbar-form .comment-form-url,
  .form-inline .comment-form-comment,
  .navbar-form .comment-form-comment {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control, .form-inline .comment-form-author input, .comment-form-author .form-inline input, .navbar-form .comment-form-author input, .comment-form-author .navbar-form input,
  .form-inline .comment-form-author textarea,
  .comment-form-author .form-inline textarea,
  .navbar-form .comment-form-author textarea,
  .comment-form-author .navbar-form textarea,
  .form-inline .comment-form-email input,
  .comment-form-email .form-inline input,
  .navbar-form .comment-form-email input,
  .comment-form-email .navbar-form input,
  .form-inline .comment-form-email textarea,
  .comment-form-email .form-inline textarea,
  .navbar-form .comment-form-email textarea,
  .comment-form-email .navbar-form textarea,
  .form-inline .comment-form-url input,
  .comment-form-url .form-inline input,
  .navbar-form .comment-form-url input,
  .comment-form-url .navbar-form input,
  .form-inline .comment-form-url textarea,
  .comment-form-url .form-inline textarea,
  .navbar-form .comment-form-url textarea,
  .comment-form-url .navbar-form textarea,
  .form-inline .comment-form-comment input,
  .comment-form-comment .form-inline input,
  .navbar-form .comment-form-comment input,
  .comment-form-comment .navbar-form input,
  .form-inline .comment-form-comment textarea,
  .comment-form-comment .form-inline textarea,
  .navbar-form .comment-form-comment textarea,
  .comment-form-comment .navbar-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group, .form-horizontal .comment-form-author,
.form-horizontal .comment-form-email,
.form-horizontal .comment-form-url,
.form-horizontal .comment-form-comment {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .comment-form-author:before,
.form-horizontal .comment-form-email:before,
.form-horizontal .comment-form-url:before,
.form-horizontal .comment-form-comment:before, .form-horizontal .form-group:after, .form-horizontal .comment-form-author:after,
.form-horizontal .comment-form-email:after,
.form-horizontal .comment-form-url:after,
.form-horizontal .comment-form-comment:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after, .form-horizontal .comment-form-author:after,
.form-horizontal .comment-form-email:after,
.form-horizontal .comment-form-url:after,
.form-horizontal .comment-form-comment:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.btn, a.comment-reply-link, #cancel-comment-reply-link, .form-submit input[type='submit'] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus, a.comment-reply-link:focus, #cancel-comment-reply-link:focus, .form-submit input[type='submit']:focus {
  outline: thin dotted #333;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, a.comment-reply-link:hover, #cancel-comment-reply-link:hover, .form-submit input[type='submit']:hover, .btn:focus, a.comment-reply-link:focus, #cancel-comment-reply-link:focus, .form-submit input[type='submit']:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, a.comment-reply-link:active, #cancel-comment-reply-link:active, .form-submit input[type='submit']:active, .btn.active, a.active.comment-reply-link, .active#cancel-comment-reply-link, .form-submit input.active[type='submit'] {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, a.disabled.comment-reply-link, .disabled#cancel-comment-reply-link, .form-submit input.disabled[type='submit'], .btn[disabled], a[disabled].comment-reply-link, [disabled]#cancel-comment-reply-link, .form-submit input[disabled][type='submit'], fieldset[disabled] .btn, fieldset[disabled] a.comment-reply-link, fieldset[disabled] #cancel-comment-reply-link, fieldset[disabled] .form-submit input[type='submit'], .form-submit fieldset[disabled] input[type='submit'] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-bottom-width: 3px;
  border-top: #ccc;
  border-right: #ccc;
  border-left: #ccc;
}
.btn-default:hover, .btn-default:focus {
  color: "";
  background-color: "";
  border-color: "";
}
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: "";
  border-color: "";
}
.btn-default:active, .btn-default.active {
  background-image: none;
  border-color: "";
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary, .form-submit input[type='submit'] {
  color: white;
  background-color: #343434;
  border-color: #272727;
  border-bottom-width: 3px;
  border-top: #272727;
  border-right: #272727;
  border-left: #272727;
}
.btn-primary:hover, .form-submit input[type='submit']:hover, .btn-primary:focus, .form-submit input[type='submit']:focus {
  color: "";
  background-color: "";
  border-color: "";
}
.open .btn-primary.dropdown-toggle, .open .form-submit input.dropdown-toggle[type='submit'], .form-submit .open input.dropdown-toggle[type='submit'] {
  color: white;
  background-color: "";
  border-color: "";
}
.btn-primary:active, .form-submit input[type='submit']:active, .btn-primary.active, .form-submit input.active[type='submit'] {
  background-image: none;
  border-color: "";
}
.open .btn-primary.dropdown-toggle, .open .form-submit input.dropdown-toggle[type='submit'], .form-submit .open input.dropdown-toggle[type='submit'] {
  background-image: none;
}
.btn-primary.disabled, .form-submit input.disabled[type='submit'], .btn-primary.disabled:hover, .form-submit input.disabled[type='submit']:hover, .btn-primary.disabled:focus, .form-submit input.disabled[type='submit']:focus, .btn-primary.disabled:active, .form-submit input.disabled[type='submit']:active, .btn-primary.disabled.active, .form-submit input.disabled.active[type='submit'], .btn-primary[disabled], .form-submit input[disabled][type='submit'], .btn-primary[disabled]:hover, .form-submit input[disabled][type='submit']:hover, .btn-primary[disabled]:focus, .form-submit input[disabled][type='submit']:focus, .btn-primary[disabled]:active, .form-submit input[disabled][type='submit']:active, .btn-primary[disabled].active, .form-submit input[disabled].active[type='submit'], fieldset[disabled] .btn-primary, fieldset[disabled] .form-submit input[type='submit'], .form-submit fieldset[disabled] input[type='submit'], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .form-submit input[type='submit']:hover, .form-submit fieldset[disabled] input[type='submit']:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .form-submit input[type='submit']:focus, .form-submit fieldset[disabled] input[type='submit']:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .form-submit input[type='submit']:active, .form-submit fieldset[disabled] input[type='submit']:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .form-submit input.active[type='submit'], .form-submit fieldset[disabled] input.active[type='submit'] {
  background-color: #343434;
  border-color: #272727;
}

.btn-success, a.comment-reply-link {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  border-bottom-width: 3px;
  border-top: #4cae4c;
  border-right: #4cae4c;
  border-left: #4cae4c;
}
.btn-success:hover, a.comment-reply-link:hover, .btn-success:focus, a.comment-reply-link:focus {
  color: "";
  background-color: "";
  border-color: "";
}
.open .btn-success.dropdown-toggle, .open a.dropdown-toggle.comment-reply-link {
  color: #fff;
  background-color: "";
  border-color: "";
}
.btn-success:active, a.comment-reply-link:active, .btn-success.active, a.active.comment-reply-link {
  background-image: none;
  border-color: "";
}
.open .btn-success.dropdown-toggle, .open a.dropdown-toggle.comment-reply-link {
  background-image: none;
}
.btn-success.disabled, a.disabled.comment-reply-link, .btn-success.disabled:hover, a.disabled.comment-reply-link:hover, .btn-success.disabled:focus, a.disabled.comment-reply-link:focus, .btn-success.disabled:active, a.disabled.comment-reply-link:active, .btn-success.disabled.active, a.disabled.active.comment-reply-link, .btn-success[disabled], a[disabled].comment-reply-link, .btn-success[disabled]:hover, a[disabled].comment-reply-link:hover, .btn-success[disabled]:focus, a[disabled].comment-reply-link:focus, .btn-success[disabled]:active, a[disabled].comment-reply-link:active, .btn-success[disabled].active, a[disabled].active.comment-reply-link, fieldset[disabled] .btn-success, fieldset[disabled] a.comment-reply-link, fieldset[disabled] .btn-success:hover, fieldset[disabled] a.comment-reply-link:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] a.comment-reply-link:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] a.comment-reply-link:active, fieldset[disabled] .btn-success.active, fieldset[disabled] a.active.comment-reply-link {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  border-bottom-width: 3px;
  border-top: #46b8da;
  border-right: #46b8da;
  border-left: #46b8da;
}
.btn-info:hover, .btn-info:focus {
  color: "";
  background-color: "";
  border-color: "";
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: "";
  border-color: "";
}
.btn-info:active, .btn-info.active {
  background-image: none;
  border-color: "";
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-warning, #cancel-comment-reply-link {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  border-bottom-width: 3px;
  border-top: #eea236;
  border-right: #eea236;
  border-left: #eea236;
}
.btn-warning:hover, #cancel-comment-reply-link:hover, .btn-warning:focus, #cancel-comment-reply-link:focus {
  color: "";
  background-color: "";
  border-color: "";
}
.open .btn-warning.dropdown-toggle, .open .dropdown-toggle#cancel-comment-reply-link {
  color: #fff;
  background-color: "";
  border-color: "";
}
.btn-warning:active, #cancel-comment-reply-link:active, .btn-warning.active, .active#cancel-comment-reply-link {
  background-image: none;
  border-color: "";
}
.open .btn-warning.dropdown-toggle, .open .dropdown-toggle#cancel-comment-reply-link {
  background-image: none;
}
.btn-warning.disabled, .disabled#cancel-comment-reply-link, .btn-warning.disabled:hover, .disabled#cancel-comment-reply-link:hover, .btn-warning.disabled:focus, .disabled#cancel-comment-reply-link:focus, .btn-warning.disabled:active, .disabled#cancel-comment-reply-link:active, .btn-warning.disabled.active, .disabled.active#cancel-comment-reply-link, .btn-warning[disabled], [disabled]#cancel-comment-reply-link, .btn-warning[disabled]:hover, [disabled]#cancel-comment-reply-link:hover, .btn-warning[disabled]:focus, [disabled]#cancel-comment-reply-link:focus, .btn-warning[disabled]:active, [disabled]#cancel-comment-reply-link:active, .btn-warning[disabled].active, [disabled].active#cancel-comment-reply-link, fieldset[disabled] .btn-warning, fieldset[disabled] #cancel-comment-reply-link, fieldset[disabled] .btn-warning:hover, fieldset[disabled] #cancel-comment-reply-link:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] #cancel-comment-reply-link:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] #cancel-comment-reply-link:active, fieldset[disabled] .btn-warning.active, fieldset[disabled] .active#cancel-comment-reply-link {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  border-bottom-width: 3px;
  border-top: #d43f3a;
  border-right: #d43f3a;
  border-left: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus {
  color: "";
  background-color: "";
  border-color: "";
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: "";
  border-color: "";
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
  border-color: "";
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-link {
  color: #2ba3dc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2ba3dc;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #e6e6e6;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > a.comment-reply-link, .btn-group-lg > #cancel-comment-reply-link, .form-submit .btn-group-lg > input[type='submit'] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > a.comment-reply-link, .btn-group-sm > #cancel-comment-reply-link, .form-submit .btn-group-sm > input[type='submit'], a.comment-reply-link {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > a.comment-reply-link, .form-submit .btn-group-xs > input[type='submit'], #cancel-comment-reply-link {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn, a.comment-reply-link, #cancel-comment-reply-link, .form-submit input[type='submit'] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "opensans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #CCCCCC;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus, a.comment-reply-link:focus, #cancel-comment-reply-link:focus, .form-submit input[type='submit']:focus {
  outline: thin dotted #333;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, a.comment-reply-link:hover, #cancel-comment-reply-link:hover, .form-submit input[type='submit']:hover, .btn:focus, a.comment-reply-link:focus, #cancel-comment-reply-link:focus, .form-submit input[type='submit']:focus {
  text-decoration: none;
  -webkit-transition: border .20s linear, color .20s linear, background-color .20s linear;
  transition: border .20s linear, color .20s linear, background-color .20s linear;
}
.btn:active, a.comment-reply-link:active, #cancel-comment-reply-link:active, .form-submit input[type='submit']:active, .btn.active, a.active.comment-reply-link, .active#cancel-comment-reply-link, .form-submit input.active[type='submit'] {
  outline: 0;
  background-color: #007299;
  color: #FFFFFF;
  border-color: #666666;
}
.btn.disabled, a.disabled.comment-reply-link, .disabled#cancel-comment-reply-link, .form-submit input.disabled[type='submit'], .btn[disabled], a[disabled].comment-reply-link, [disabled]#cancel-comment-reply-link, .form-submit input[disabled][type='submit'], fieldset[disabled] .btn, fieldset[disabled] a.comment-reply-link, fieldset[disabled] #cancel-comment-reply-link, fieldset[disabled] .form-submit input[type='submit'], .form-submit fieldset[disabled] input[type='submit'] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary, .form-submit input[type='submit'] {
  color: white;
  background-color: #343434;
  border-color: #131f28;
  border-bottom-width: 3px;
  border-top: #131f28;
  border-right: #131f28;
  border-left: #131f28;
}
.btn-primary:hover, .form-submit input[type='submit']:hover, .btn-primary:focus, .form-submit input[type='submit']:focus {
  color: white;
  background-color: #495056;
  border-color: #383838;
}
.open .btn-primary.dropdown-toggle, .open .form-submit input.dropdown-toggle[type='submit'], .form-submit .open input.dropdown-toggle[type='submit'] {
  color: white;
  background-color: #131f28;
  border-color: #131f28;
}
.btn-primary:active, .form-submit input[type='submit']:active, .btn-primary.active, .form-submit input.active[type='submit'] {
  background-image: none;
  border-color: #383838;
}
.open .btn-primary.dropdown-toggle, .open .form-submit input.dropdown-toggle[type='submit'], .form-submit .open input.dropdown-toggle[type='submit'] {
  background-image: none;
}
.btn-primary.disabled, .form-submit input.disabled[type='submit'], .btn-primary.disabled:hover, .form-submit input.disabled[type='submit']:hover, .btn-primary.disabled:focus, .form-submit input.disabled[type='submit']:focus, .btn-primary.disabled:active, .form-submit input.disabled[type='submit']:active, .btn-primary.disabled.active, .form-submit input.disabled.active[type='submit'], .btn-primary[disabled], .form-submit input[disabled][type='submit'], .btn-primary[disabled]:hover, .form-submit input[disabled][type='submit']:hover, .btn-primary[disabled]:focus, .form-submit input[disabled][type='submit']:focus, .btn-primary[disabled]:active, .form-submit input[disabled][type='submit']:active, .btn-primary[disabled].active, .form-submit input[disabled].active[type='submit'], fieldset[disabled] .btn-primary, fieldset[disabled] .form-submit input[type='submit'], .form-submit fieldset[disabled] input[type='submit'], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .form-submit input[type='submit']:hover, .form-submit fieldset[disabled] input[type='submit']:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .form-submit input[type='submit']:focus, .form-submit fieldset[disabled] input[type='submit']:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .form-submit input[type='submit']:active, .form-submit fieldset[disabled] input[type='submit']:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .form-submit input.active[type='submit'], .form-submit fieldset[disabled] input.active[type='submit'] {
  background-color: #343434;
  border-color: #131f28;
}

.btn-secondary {
  color: #25b89a;
  background-color: white;
  border-color: #25b89a;
  border-bottom-width: 3px;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: white;
  background-color: #50c6ae;
  border-color: #25b89a;
}
.open .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #25b89a;
  border-color: #25b89a;
}
.btn-secondary:active, .btn-secondary.active {
  background-image: none;
  background-color: #25b89a;
  color: white;
  border-color: #25b89a;
}
.open .btn-secondary.dropdown-toggle {
  background-image: none;
}
.btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active {
  background-color: white;
  border-color: #25b89a;
}

.btn-tertiary {
  color: #343434;
  background-color: white;
  border-color: #343434;
  border-bottom-width: 1px;
}
.btn-tertiary:hover, .btn-tertiary:focus {
  color: #343434;
  background-color: #ededed;
  border-color: #343434;
}
.open .btn-tertiary.dropdown-toggle {
  color: white;
  background-color: #343434;
  border-color: #343434;
}
.btn-tertiary:active, .btn-tertiary.active {
  background-image: none;
  background-color: #343434;
  color: white;
  border-color: #333;
}
.open .btn-tertiary.dropdown-toggle {
  background-image: none;
}
.btn-tertiary.disabled, .btn-tertiary.disabled:hover, .btn-tertiary.disabled:focus, .btn-tertiary.disabled:active, .btn-tertiary.disabled.active, .btn-tertiary[disabled], .btn-tertiary[disabled]:hover, .btn-tertiary[disabled]:focus, .btn-tertiary[disabled]:active, .btn-tertiary[disabled].active, fieldset[disabled] .btn-tertiary, fieldset[disabled] .btn-tertiary:hover, fieldset[disabled] .btn-tertiary:focus, fieldset[disabled] .btn-tertiary:active, fieldset[disabled] .btn-tertiary.active {
  background-color: white;
  border-color: #343434;
}

.btn-toggle {
  color: #4788be;
  background-color: #fff;
  border-color: #4788be;
  border-bottom-width: 3px;
}
.btn-toggle:hover {
  color: #195074;
  background-color: #fff;
  border-color: #195074;
}
.open .btn-toggle.dropdown-toggle {
  color: #4788be;
  background-color: color-button-darken(#fff);
  border-color: color-button-darken(#4788be);
}
.btn-toggle:active, .btn-toggle.active {
  background-image: none;
  background-color: #35485d;
  color: #fff;
  border-color: #35485d;
}
.open .btn-toggle.dropdown-toggle {
  background-image: none;
}
.btn-toggle.disabled, .btn-toggle.disabled:hover, .btn-toggle.disabled:focus, .btn-toggle.disabled:active, .btn-toggle.disabled.active, .btn-toggle[disabled], .btn-toggle[disabled]:hover, .btn-toggle[disabled]:focus, .btn-toggle[disabled]:active, .btn-toggle[disabled].active, fieldset[disabled] .btn-toggle, fieldset[disabled] .btn-toggle:hover, fieldset[disabled] .btn-toggle:focus, fieldset[disabled] .btn-toggle:active, fieldset[disabled] .btn-toggle.active {
  background-color: #fff;
  border-color: #4788be;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > a.comment-reply-link, .btn-group-lg > #cancel-comment-reply-link, .form-submit .btn-group-lg > input[type='submit'] {
  padding: 15px 30px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > a.comment-reply-link, .btn-group-sm > #cancel-comment-reply-link, .form-submit .btn-group-sm > input[type='submit'], a.comment-reply-link {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > a.comment-reply-link, .form-submit .btn-group-xs > input[type='submit'], #cancel-comment-reply-link {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular") format("svg");
}
.glyphicon, .navbar-toggle .mobile-nav-menu-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before, .navbar-toggle:not(.collapsed) .mobile-nav-menu-icon:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before, .navbar-toggle .mobile-nav-menu-icon:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #999999;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #8c8c8c;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #2ba3dc;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #e6e6e6;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #e6e6e6;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > a.comment-reply-link, .btn-group > #cancel-comment-reply-link, .form-submit .btn-group > input[type='submit'],
.btn-group-vertical > .btn,
.btn-group-vertical > a.comment-reply-link,
.btn-group-vertical > #cancel-comment-reply-link,
.form-submit .btn-group-vertical > input[type='submit'] {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > a.comment-reply-link:hover, .btn-group > #cancel-comment-reply-link:hover, .form-submit .btn-group > input[type='submit']:hover, .btn-group > .btn:focus, .btn-group > a.comment-reply-link:focus, .btn-group > #cancel-comment-reply-link:focus, .form-submit .btn-group > input[type='submit']:focus, .btn-group > .btn:active, .btn-group > a.comment-reply-link:active, .btn-group > #cancel-comment-reply-link:active, .form-submit .btn-group > input[type='submit']:active, .btn-group > .btn.active, .btn-group > a.active.comment-reply-link, .btn-group > .active#cancel-comment-reply-link, .form-submit .btn-group > input.active[type='submit'],
.btn-group-vertical > .btn:hover,
.btn-group-vertical > a.comment-reply-link:hover,
.btn-group-vertical > #cancel-comment-reply-link:hover,
.form-submit .btn-group-vertical > input[type='submit']:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > a.comment-reply-link:focus,
.btn-group-vertical > #cancel-comment-reply-link:focus,
.form-submit .btn-group-vertical > input[type='submit']:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > a.comment-reply-link:active,
.btn-group-vertical > #cancel-comment-reply-link:active,
.form-submit .btn-group-vertical > input[type='submit']:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > a.active.comment-reply-link,
.btn-group-vertical > .active#cancel-comment-reply-link,
.form-submit .btn-group-vertical > input.active[type='submit'] {
  z-index: 2;
}
.btn-group > .btn:focus, .btn-group > a.comment-reply-link:focus, .btn-group > #cancel-comment-reply-link:focus, .form-submit .btn-group > input[type='submit']:focus,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > a.comment-reply-link:focus,
.btn-group-vertical > #cancel-comment-reply-link:focus,
.form-submit .btn-group-vertical > input[type='submit']:focus {
  outline: none;
}

.btn-group .btn + .btn, .btn-group a.comment-reply-link + .btn, .btn-group #cancel-comment-reply-link + .btn, .btn-group .form-submit input[type='submit'] + .btn, .form-submit .btn-group input[type='submit'] + .btn, .btn-group .btn + a.comment-reply-link, .btn-group a.comment-reply-link + a.comment-reply-link, .btn-group #cancel-comment-reply-link + a.comment-reply-link, .btn-group .form-submit input[type='submit'] + a.comment-reply-link, .form-submit .btn-group input[type='submit'] + a.comment-reply-link, .btn-group .btn + #cancel-comment-reply-link, .btn-group a.comment-reply-link + #cancel-comment-reply-link, .btn-group #cancel-comment-reply-link + #cancel-comment-reply-link, .btn-group .form-submit input[type='submit'] + #cancel-comment-reply-link, .form-submit .btn-group input[type='submit'] + #cancel-comment-reply-link, .btn-group .form-submit .btn + input[type='submit'], .form-submit .btn-group .btn + input[type='submit'], .btn-group .form-submit a.comment-reply-link + input[type='submit'], .form-submit .btn-group a.comment-reply-link + input[type='submit'], .btn-group .form-submit #cancel-comment-reply-link + input[type='submit'], .form-submit .btn-group #cancel-comment-reply-link + input[type='submit'], .btn-group .form-submit input[type='submit'] + input[type='submit'], .form-submit .btn-group input[type='submit'] + input[type='submit'],
.btn-group .btn + .btn-group,
.btn-group a.comment-reply-link + .btn-group,
.btn-group #cancel-comment-reply-link + .btn-group,
.btn-group .form-submit input[type='submit'] + .btn-group,
.form-submit .btn-group input[type='submit'] + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + a.comment-reply-link,
.btn-group .btn-group + #cancel-comment-reply-link,
.btn-group .form-submit .btn-group + input[type='submit'],
.form-submit .btn-group .btn-group + input[type='submit'],
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .btn-toolbar > a.comment-reply-link, .btn-toolbar > #cancel-comment-reply-link, .form-submit .btn-toolbar > input[type='submit'],
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > a.comment-reply-link:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > #cancel-comment-reply-link:not(:first-child):not(:last-child):not(.dropdown-toggle), .form-submit .btn-group > input[type='submit']:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .btn-group > a.comment-reply-link:first-child, .btn-group > #cancel-comment-reply-link:first-child, .form-submit .btn-group > input[type='submit']:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > a.comment-reply-link:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > #cancel-comment-reply-link:first-child:not(:last-child):not(.dropdown-toggle), .form-submit .btn-group > input[type='submit']:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > a.comment-reply-link:last-child:not(:first-child), .btn-group > #cancel-comment-reply-link:last-child:not(:first-child), .form-submit .btn-group > input[type='submit']:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > a.comment-reply-link, .btn-group > .btn-group:not(:first-child):not(:last-child) > #cancel-comment-reply-link, .form-submit .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type='submit'] {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > a.comment-reply-link:last-child, .btn-group > .btn-group:first-child > #cancel-comment-reply-link:last-child, .form-submit .btn-group > .btn-group:first-child > input[type='submit']:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child, .btn-group > .btn-group:last-child > a.comment-reply-link:first-child, .btn-group > .btn-group:last-child > #cancel-comment-reply-link:first-child, .form-submit .btn-group > .btn-group:last-child > input[type='submit']:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .btn-group > a.comment-reply-link + .dropdown-toggle, .btn-group > #cancel-comment-reply-link + .dropdown-toggle, .form-submit .btn-group > input[type='submit'] + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > a.comment-reply-link + .dropdown-toggle, .btn-group-lg.btn-group > #cancel-comment-reply-link + .dropdown-toggle, .form-submit .btn-group-lg.btn-group > input[type='submit'] + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, a.comment-reply-link .caret, #cancel-comment-reply-link .caret, .form-submit input[type='submit'] .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > a.comment-reply-link .caret, .btn-group-lg > #cancel-comment-reply-link .caret, .form-submit .btn-group-lg > input[type='submit'] .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > a.comment-reply-link .caret, .dropup .btn-group-lg > #cancel-comment-reply-link .caret, .dropup .form-submit .btn-group-lg > input[type='submit'] .caret, .form-submit .dropup .btn-group-lg > input[type='submit'] .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > a.comment-reply-link, .btn-group-vertical > #cancel-comment-reply-link, .form-submit .btn-group-vertical > input[type='submit'],
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > a.comment-reply-link,
.btn-group-vertical > .btn-group > #cancel-comment-reply-link,
.form-submit .btn-group-vertical > .btn-group > input[type='submit'] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > a.comment-reply-link, .btn-group-vertical > .btn-group > #cancel-comment-reply-link, .form-submit .btn-group-vertical > .btn-group > input[type='submit'] {
  float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > a.comment-reply-link + .btn, .btn-group-vertical > #cancel-comment-reply-link + .btn, .form-submit .btn-group-vertical > input[type='submit'] + .btn, .btn-group-vertical > .btn + a.comment-reply-link, .btn-group-vertical > a.comment-reply-link + a.comment-reply-link, .btn-group-vertical > #cancel-comment-reply-link + a.comment-reply-link, .form-submit .btn-group-vertical > input[type='submit'] + a.comment-reply-link, .btn-group-vertical > .btn + #cancel-comment-reply-link, .btn-group-vertical > a.comment-reply-link + #cancel-comment-reply-link, .btn-group-vertical > #cancel-comment-reply-link + #cancel-comment-reply-link, .form-submit .btn-group-vertical > input[type='submit'] + #cancel-comment-reply-link, .form-submit .btn-group-vertical > .btn + input[type='submit'], .form-submit .btn-group-vertical > a.comment-reply-link + input[type='submit'], .form-submit .btn-group-vertical > #cancel-comment-reply-link + input[type='submit'], .form-submit .btn-group-vertical > input[type='submit'] + input[type='submit'],
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > a.comment-reply-link + .btn-group,
.btn-group-vertical > #cancel-comment-reply-link + .btn-group,
.form-submit .btn-group-vertical > input[type='submit'] + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + a.comment-reply-link,
.btn-group-vertical > .btn-group + #cancel-comment-reply-link,
.form-submit .btn-group-vertical > .btn-group + input[type='submit'],
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > a.comment-reply-link:not(:first-child):not(:last-child), .btn-group-vertical > #cancel-comment-reply-link:not(:first-child):not(:last-child), .form-submit .btn-group-vertical > input[type='submit']:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > a.comment-reply-link:first-child:not(:last-child), .btn-group-vertical > #cancel-comment-reply-link:first-child:not(:last-child), .form-submit .btn-group-vertical > input[type='submit']:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > a.comment-reply-link:last-child:not(:first-child), .btn-group-vertical > #cancel-comment-reply-link:last-child:not(:first-child), .form-submit .btn-group-vertical > input[type='submit']:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.comment-reply-link, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > #cancel-comment-reply-link, .form-submit .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type='submit'] {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.comment-reply-link:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > #cancel-comment-reply-link:last-child, .form-submit .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type='submit']:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.comment-reply-link:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > #cancel-comment-reply-link:first-child, .form-submit .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type='submit']:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > a.comment-reply-link, .btn-group-justified > #cancel-comment-reply-link, .form-submit .btn-group-justified > input[type='submit'],
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group a.comment-reply-link, .btn-group-justified > .btn-group #cancel-comment-reply-link, .btn-group-justified > .btn-group .form-submit input[type='submit'], .form-submit .btn-group-justified > .btn-group input[type='submit'] {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > a.comment-reply-link > input[type="radio"], [data-toggle="buttons"] > #cancel-comment-reply-link > input[type="radio"], .form-submit [data-toggle="buttons"] > input[type='submit'] > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"],
[data-toggle="buttons"] > a.comment-reply-link > input[type="checkbox"],
[data-toggle="buttons"] > #cancel-comment-reply-link > input[type="checkbox"],
.form-submit [data-toggle="buttons"] > input[type='submit'] > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control, .input-group .comment-form-author input, .comment-form-author .input-group input,
.input-group .comment-form-author textarea,
.comment-form-author .input-group textarea,
.input-group .comment-form-email input,
.comment-form-email .input-group input,
.input-group .comment-form-email textarea,
.comment-form-email .input-group textarea,
.input-group .comment-form-url input,
.comment-form-url .input-group input,
.input-group .comment-form-url textarea,
.comment-form-url .input-group textarea,
.input-group .comment-form-comment input,
.comment-form-comment .input-group input,
.input-group .comment-form-comment textarea,
.comment-form-comment .input-group textarea {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .comment-form-author input,
.comment-form-author .input-group input,
.input-group .comment-form-author textarea,
.comment-form-author .input-group textarea,
.input-group .comment-form-email input,
.comment-form-email .input-group input,
.input-group .comment-form-email textarea,
.comment-form-email .input-group textarea,
.input-group .comment-form-url input,
.comment-form-url .input-group input,
.input-group .comment-form-url textarea,
.comment-form-url .input-group textarea,
.input-group .comment-form-comment input,
.comment-form-comment .input-group input,
.input-group .comment-form-comment textarea,
.comment-form-comment .input-group textarea {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .comment-form-author input:not(:first-child):not(:last-child),
.comment-form-author .input-group input:not(:first-child):not(:last-child),
.input-group .comment-form-author textarea:not(:first-child):not(:last-child),
.comment-form-author .input-group textarea:not(:first-child):not(:last-child),
.input-group .comment-form-email input:not(:first-child):not(:last-child),
.comment-form-email .input-group input:not(:first-child):not(:last-child),
.input-group .comment-form-email textarea:not(:first-child):not(:last-child),
.comment-form-email .input-group textarea:not(:first-child):not(:last-child),
.input-group .comment-form-url input:not(:first-child):not(:last-child),
.comment-form-url .input-group input:not(:first-child):not(:last-child),
.input-group .comment-form-url textarea:not(:first-child):not(:last-child),
.comment-form-url .input-group textarea:not(:first-child):not(:last-child),
.input-group .comment-form-comment input:not(:first-child):not(:last-child),
.comment-form-comment .input-group input:not(:first-child):not(:last-child),
.input-group .comment-form-comment textarea:not(:first-child):not(:last-child),
.comment-form-comment .input-group textarea:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #cccccc;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm, .comment-form-author .input-group-sm > input.input-group-addon,
.comment-form-author .input-group-sm > textarea.input-group-addon,
.comment-form-email .input-group-sm > input.input-group-addon,
.comment-form-email .input-group-sm > textarea.input-group-addon,
.comment-form-url .input-group-sm > input.input-group-addon,
.comment-form-url .input-group-sm > textarea.input-group-addon,
.comment-form-comment .input-group-sm > input.input-group-addon,
.comment-form-comment .input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > a.input-group-addon.comment-reply-link,
.input-group-sm > .input-group-btn > .input-group-addon#cancel-comment-reply-link,
.form-submit .input-group-sm > .input-group-btn > input.input-group-addon[type='submit'] {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg, .comment-form-author .input-group-lg > input.input-group-addon,
.comment-form-author .input-group-lg > textarea.input-group-addon,
.comment-form-email .input-group-lg > input.input-group-addon,
.comment-form-email .input-group-lg > textarea.input-group-addon,
.comment-form-url .input-group-lg > input.input-group-addon,
.comment-form-url .input-group-lg > textarea.input-group-addon,
.comment-form-comment .input-group-lg > input.input-group-addon,
.comment-form-comment .input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > a.input-group-addon.comment-reply-link,
.input-group-lg > .input-group-btn > .input-group-addon#cancel-comment-reply-link,
.form-submit .input-group-lg > .input-group-btn > input.input-group-addon[type='submit'] {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group .comment-form-author input:first-child, .comment-form-author .input-group input:first-child,
.input-group .comment-form-author textarea:first-child,
.comment-form-author .input-group textarea:first-child,
.input-group .comment-form-email input:first-child,
.comment-form-email .input-group input:first-child,
.input-group .comment-form-email textarea:first-child,
.comment-form-email .input-group textarea:first-child,
.input-group .comment-form-url input:first-child,
.comment-form-url .input-group input:first-child,
.input-group .comment-form-url textarea:first-child,
.comment-form-url .input-group textarea:first-child,
.input-group .comment-form-comment input:first-child,
.comment-form-comment .input-group input:first-child,
.input-group .comment-form-comment textarea:first-child,
.comment-form-comment .input-group textarea:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > a.comment-reply-link,
.input-group-btn:first-child > #cancel-comment-reply-link,
.form-submit .input-group-btn:first-child > input[type='submit'],
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > a.comment-reply-link,
.input-group-btn:first-child > .btn-group > #cancel-comment-reply-link,
.form-submit .input-group-btn:first-child > .btn-group > input[type='submit'],
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > a.comment-reply-link:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > #cancel-comment-reply-link:not(:last-child):not(.dropdown-toggle),
.form-submit .input-group-btn:last-child > input[type='submit']:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > a.comment-reply-link,
.input-group-btn:last-child > .btn-group:not(:last-child) > #cancel-comment-reply-link,
.form-submit .input-group-btn:last-child > .btn-group:not(:last-child) > input[type='submit'] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group .comment-form-author input:last-child, .comment-form-author .input-group input:last-child,
.input-group .comment-form-author textarea:last-child,
.comment-form-author .input-group textarea:last-child,
.input-group .comment-form-email input:last-child,
.comment-form-email .input-group input:last-child,
.input-group .comment-form-email textarea:last-child,
.comment-form-email .input-group textarea:last-child,
.input-group .comment-form-url input:last-child,
.comment-form-url .input-group input:last-child,
.input-group .comment-form-url textarea:last-child,
.comment-form-url .input-group textarea:last-child,
.input-group .comment-form-comment input:last-child,
.comment-form-comment .input-group input:last-child,
.input-group .comment-form-comment textarea:last-child,
.comment-form-comment .input-group textarea:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > a.comment-reply-link,
.input-group-btn:last-child > #cancel-comment-reply-link,
.form-submit .input-group-btn:last-child > input[type='submit'],
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > a.comment-reply-link,
.input-group-btn:last-child > .btn-group > #cancel-comment-reply-link,
.form-submit .input-group-btn:last-child > .btn-group > input[type='submit'],
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > a.comment-reply-link:not(:first-child),
.input-group-btn:first-child > #cancel-comment-reply-link:not(:first-child),
.form-submit .input-group-btn:first-child > input[type='submit']:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > a.comment-reply-link,
.input-group-btn:first-child > .btn-group:not(:first-child) > #cancel-comment-reply-link,
.form-submit .input-group-btn:first-child > .btn-group:not(:first-child) > input[type='submit'] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .input-group-btn > a.comment-reply-link, .input-group-btn > #cancel-comment-reply-link, .form-submit .input-group-btn > input[type='submit'] {
  position: relative;
}
.input-group-btn > .btn + .btn, .input-group-btn > a.comment-reply-link + .btn, .input-group-btn > #cancel-comment-reply-link + .btn, .form-submit .input-group-btn > input[type='submit'] + .btn, .input-group-btn > .btn + a.comment-reply-link, .input-group-btn > a.comment-reply-link + a.comment-reply-link, .input-group-btn > #cancel-comment-reply-link + a.comment-reply-link, .form-submit .input-group-btn > input[type='submit'] + a.comment-reply-link, .input-group-btn > .btn + #cancel-comment-reply-link, .input-group-btn > a.comment-reply-link + #cancel-comment-reply-link, .input-group-btn > #cancel-comment-reply-link + #cancel-comment-reply-link, .form-submit .input-group-btn > input[type='submit'] + #cancel-comment-reply-link, .form-submit .input-group-btn > .btn + input[type='submit'], .form-submit .input-group-btn > a.comment-reply-link + input[type='submit'], .form-submit .input-group-btn > #cancel-comment-reply-link + input[type='submit'], .form-submit .input-group-btn > input[type='submit'] + input[type='submit'] {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > a.comment-reply-link:hover, .input-group-btn > #cancel-comment-reply-link:hover, .form-submit .input-group-btn > input[type='submit']:hover, .input-group-btn > .btn:focus, .input-group-btn > a.comment-reply-link:focus, .input-group-btn > #cancel-comment-reply-link:focus, .form-submit .input-group-btn > input[type='submit']:focus, .input-group-btn > .btn:active, .input-group-btn > a.comment-reply-link:active, .input-group-btn > #cancel-comment-reply-link:active, .form-submit .input-group-btn > input[type='submit']:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > a.comment-reply-link, .input-group-btn:first-child > #cancel-comment-reply-link, .form-submit .input-group-btn:first-child > input[type='submit'],
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > a.comment-reply-link, .input-group-btn:last-child > #cancel-comment-reply-link, .form-submit .input-group-btn:last-child > input[type='submit'],
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}
.nav > li.disabled > a {
  color: #e6e6e6;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #e6e6e6;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #f2f2f2;
  border-color: #2ba3dc;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f2f2f2 #f2f2f2 #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #cccccc;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #2ba3dc;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
section > .navbar-header,
.container-wrapper > .navbar-header,
.container-fluid > .navbar-collapse,
section > .navbar-collapse,
.container-wrapper > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  section > .navbar-header,
  .container-wrapper > .navbar-header,
  .container-fluid > .navbar-collapse,
  section > .navbar-collapse,
  .container-wrapper > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 25px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 70px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, .navbar > section .navbar-brand, .navbar > .container-wrapper .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 12.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 18px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .navbar-form .form-group, .navbar-form .comment-form-author,
  .navbar-form .comment-form-email,
  .navbar-form .comment-form-url,
  .navbar-form .comment-form-comment {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn#cancel-comment-reply-link, .form-submit .btn-group-sm > input.navbar-btn[type='submit'], a.navbar-btn.comment-reply-link {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > a.navbar-btn.comment-reply-link, .form-submit .btn-group-xs > input.navbar-btn[type='submit'], .navbar-btn#cancel-comment-reply-link {
  margin-top: 24px;
  margin-bottom: 24px;
}

.navbar-text {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #333;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #1a1a1a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: #ededed;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: #ededed;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #333;
}
.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #e6e6e6;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #e6e6e6;
}
.navbar-inverse .navbar-nav > li > a {
  color: #e6e6e6;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #e6e6e6;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #e6e6e6;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #e6e6e6;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #343434;
  background-color: white;
  border: 1px solid #343434;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #343434;
  background-color: #ededed;
  border-color: #343434;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #343434;
  border-color: #343434;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e6e6e6;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #343434;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ededed;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #e6e6e6;
  background-color: white;
  cursor: not-allowed;
}

.label, .tags a {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover, .tags a[href]:hover, .label[href]:focus, .tags a[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty, .tags a:empty {
  display: none;
}
.btn .label, a.comment-reply-link .label, #cancel-comment-reply-link .label, .form-submit input[type='submit'] .label, .btn .tags a, .tags .btn a, a.comment-reply-link .tags a, .tags a.comment-reply-link a, #cancel-comment-reply-link .tags a, .tags #cancel-comment-reply-link a, .form-submit input[type='submit'] .tags a, .tags .form-submit input[type='submit'] a {
  position: relative;
  top: -1px;
}

.label-default, .tags a {
  background-color: #e6e6e6;
}
.label-default[href]:hover, .tags a[href]:hover, .label-default[href]:focus, .tags a[href]:focus {
  background-color: #cccccc;
}

.label-primary {
  background-color: #2ba3dc;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #1e85b6;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #e6e6e6;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, a.comment-reply-link .badge, #cancel-comment-reply-link .badge, .form-submit input[type='submit'] .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > a.comment-reply-link .badge, .form-submit .btn-group-xs > input[type='submit'] .badge, #cancel-comment-reply-link .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2ba3dc;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f2f2f2;
}
.jumbotron h1,
.jumbotron .h1,
.jumbotron .soliloquy-container .soliloquy-caption h1,
.soliloquy-container .soliloquy-caption .jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1,
  .jumbotron .soliloquy-container .soliloquy-caption h1,
  .soliloquy-container .soliloquy-caption .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail a > div > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #3d3d3d;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2ba3dc;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4, .alert .content-tile h3, .content-tile .alert h3 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-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: 20px;
  margin-bottom: 20px;
  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);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #2ba3dc;
  -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.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  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: 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-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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: 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);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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: 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);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  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: 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);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #2ba3dc;
  border-color: #2ba3dc;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #daeff9;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #999999;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #2ba3dc;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #2ba3dc;
  border-color: #2ba3dc;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #2ba3dc;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #2ba3dc;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer a.comment-reply-link + .btn, .modal-footer #cancel-comment-reply-link + .btn, .modal-footer .form-submit input[type='submit'] + .btn, .form-submit .modal-footer input[type='submit'] + .btn, .modal-footer .btn + a.comment-reply-link, .modal-footer a.comment-reply-link + a.comment-reply-link, .modal-footer #cancel-comment-reply-link + a.comment-reply-link, .modal-footer .form-submit input[type='submit'] + a.comment-reply-link, .form-submit .modal-footer input[type='submit'] + a.comment-reply-link, .modal-footer .btn + #cancel-comment-reply-link, .modal-footer a.comment-reply-link + #cancel-comment-reply-link, .modal-footer #cancel-comment-reply-link + #cancel-comment-reply-link, .modal-footer .form-submit input[type='submit'] + #cancel-comment-reply-link, .form-submit .modal-footer input[type='submit'] + #cancel-comment-reply-link, .modal-footer .form-submit .btn + input[type='submit'], .form-submit .modal-footer .btn + input[type='submit'], .modal-footer .form-submit a.comment-reply-link + input[type='submit'], .form-submit .modal-footer a.comment-reply-link + input[type='submit'], .modal-footer .form-submit #cancel-comment-reply-link + input[type='submit'], .form-submit .modal-footer #cancel-comment-reply-link + input[type='submit'], .modal-footer .form-submit input[type='submit'] + input[type='submit'], .form-submit .modal-footer input[type='submit'] + input[type='submit'] {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group a.comment-reply-link + .btn, .modal-footer .btn-group #cancel-comment-reply-link + .btn, .modal-footer .btn-group .form-submit input[type='submit'] + .btn, .form-submit .modal-footer .btn-group input[type='submit'] + .btn, .modal-footer .btn-group .btn + a.comment-reply-link, .modal-footer .btn-group a.comment-reply-link + a.comment-reply-link, .modal-footer .btn-group #cancel-comment-reply-link + a.comment-reply-link, .modal-footer .btn-group .form-submit input[type='submit'] + a.comment-reply-link, .form-submit .modal-footer .btn-group input[type='submit'] + a.comment-reply-link, .modal-footer .btn-group .btn + #cancel-comment-reply-link, .modal-footer .btn-group a.comment-reply-link + #cancel-comment-reply-link, .modal-footer .btn-group #cancel-comment-reply-link + #cancel-comment-reply-link, .modal-footer .btn-group .form-submit input[type='submit'] + #cancel-comment-reply-link, .form-submit .modal-footer .btn-group input[type='submit'] + #cancel-comment-reply-link, .modal-footer .btn-group .form-submit .btn + input[type='submit'], .form-submit .modal-footer .btn-group .btn + input[type='submit'], .modal-footer .btn-group .form-submit a.comment-reply-link + input[type='submit'], .form-submit .modal-footer .btn-group a.comment-reply-link + input[type='submit'], .modal-footer .btn-group .form-submit #cancel-comment-reply-link + input[type='submit'], .form-submit .modal-footer .btn-group #cancel-comment-reply-link + input[type='submit'], .modal-footer .btn-group .form-submit input[type='submit'] + input[type='submit'], .form-submit .modal-footer .btn-group input[type='submit'] + input[type='submit'] {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption a.comment-reply-link, .carousel-caption #cancel-comment-reply-link, .carousel-caption .form-submit input[type='submit'], .form-submit .carousel-caption input[type='submit'] {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .byline:before, .topic-center-promo:before, .clearfix:after, .byline:after, .topic-center-promo:after {
  content: " ";
  display: table;
}
.clearfix:after, .byline:after, .topic-center-promo:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Social Buttons for Twitter Bootstrap v1.0.0
 *
 * Copyright 2013 Adam Neumann
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 */
.btn-facebook {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2b4b90;
  *background-color: #133783;
  background-image: -moz-linear-gradient(top, #3b5998, #133783);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), to(#133783));
  background-image: -webkit-linear-gradient(top, #3b5998, #133783);
  background-image: -o-linear-gradient(top, #3b5998, #133783);
  background-image: linear-gradient(to bottom, #3b5998, #133783);
  background-repeat: repeat-x;
  border-color: #133783 #133783 #091b40;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998', endColorstr='#ff133783', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
  color: #ffffff;
  background-color: #133783;
  *background-color: #102e6d;
}

.btn-facebook:active,
.btn-facebook.active {
  background-color: #0d2456 \9;
}

/* All the styles that you would normally find in the style.css */
/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before, .byline:before, .topic-center-promo:before,
.clearfix:after,
.byline:after,
.topic-center-promo:after {
  content: "";
  display: table;
}

.clearfix:after, .byline:after, .topic-center-promo:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix, .byline, .topic-center-promo {
  zoom: 1;
}

/* wp-specific classes */
/* layout */
/* Admin Top Navigation fixes */
.navbar .brand {
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
  font-weight: bold !important;
}

.nav-container {
  padding-left: 0;
  padding-right: 0;
}

#inner-header {
  width: 100%;
}

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

.navbar-search {
  padding-left: 0;
}

#content {
  padding: 10px 0 0;
}

.more-link {
  white-space: nowrap;
}

/* navbar */
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
ul.nav li.dropdown > ul.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: -6px;
  border-radius: 0 4px 4px 0;
}
ul.nav > li.dropdown > ul.dropdown-menu > li.dropdown:hover ul.dropdown-menu {
  border-radius: 0 0 4px 0;
}
ul.nav .dropdown > .dropdown-menu .caret {
  border-top: 4px solid transparent;
  border-left: 4px solid #2ba3dc;
  border-bottom: 4px solid transparent;
  border-right-width: 0;
}

/* post styling */
#main p.meta {
  font-style: italic;
  color: #808080;
}

#main article {
  margin-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 9px;
}

#main article footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  min-height: 20px;
}

#main article footer a.edit-post {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.post:hover a.edit-post {
  display: inline;
}

p.tags {
  line-height: 20px;
}

div[id*='attachment_'] {
  max-width: 100%;
  height: 100%;
}

#main .hero-unit img {
  margin-bottom: 1em;
}

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

img.alignleft {
  margin-right: 10px;
  float: left;
}

img.alignright {
  margin-left: 10px;
  float: right;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.archive #main .post h3 {
  line-height: 24px;
  margin-bottom: 10px;
}

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

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  width: 630px;
  max-width: 100%;
  margin-bottom: 18px;
}

/* page styling */
#featured-carousel .item {
  width: 970px;
  height: 600px;
}

.carousel-caption p {
  display: none;
}

.page-template-page-homepage-php #main article {
  border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit {
  padding: 1em;
}

.hero-unit h1 {
  font-size: 3em;
}

/* comments */
#comments {
  line-height: 24px;
  margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children {
  list-style-type: none;
  padding-left: 0;
}

.comment .vcard > div {
  margin-top: 8px;
  padding: 0 10px;
}

ol.commentlist time {
  font-size: .8em;
  color: #eeeeee;
}

ol.commentlist div.comment-author {
  position: relative;
}

ol.commentlist a.comment-edit-link {
  color: #ffffff;
  text-decoration: none;
  padding-left: 5px;
}

ol.commentlist span.edit-comment {
  position: absolute;
  right: 0;
  top: 8px;
}

ol.commentlist li.bypostauthor {
  background-color: #dddddd;
}

ol.commentlist ul.children li {
  background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li {
  background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li {
  background-color: #aaaaaa;
}

ol.commentlist article {
  border-bottom: none !important;
}

a.comment-reply-link {
  position: absolute;
  right: 0;
  bottom: 0;
}

#cancel-comment-reply-link {
  margin-left: 1em;
}

#comment-nav ul {
  list-style-type: none;
  margin: 0;
}

#comment-form-elements {
  list-style-type: none;
  margin: 0;
}

.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  height: auto;
}

.form-allowed-tags code {
  white-space: normal;
}

.comment .vcard .avatar {
  padding-right: 0;
}

.comment .vcard .comment-text {
  margin-left: 0;
}

img.avatar {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #ddd;
}

ol.commentlist li {
  padding-right: 10px;
  background-color: #F0F0F0;
}

#pings {
  margin-bottom: 9px;
}

ol.pinglist {
  list-style-type: none;
  margin: 0 0 9px 0;
}

ol.commentlist #respond {
  padding: 5px 10px;
}

/* specific post-type styles */
/* image attachment */
.attachment #main .post_content img {
  max-width: 100%;
}

.ie8 #main .media-grid img {
  max-height: none !important;
  max-width: none !important;
}

.attachment-img {
  margin-bottom: 18px;
}

.metadata p.alert-message {
  margin-right: 0;
  margin-bottom: 18px;
}

#gallery-nav {
  list-style-type: none;
  margin-left: 0;
}

li.next a, li.previous a {
  position: relative;
}

li.next a:hover:before {
  content: "\2190";
  position: absolute;
  display: block;
  top: 42%;
  left: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before {
  content: "\2192";
  position: absolute;
  display: block;
  top: 42%;
  right: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* widget styles */
.widget {
  margin-bottom: 18px;
}

.widgettitle {
  margin-bottom: 9px;
}

#tag-cloud {
  margin-bottom: 18px;
  line-height: 160%;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover {
  color: #ffffff;
  text-decoration: none;
}

#tag-cloud a {
  white-space: pre;
  text-transform: uppercase;
}

/* change default form padding for search */
.widget_search form {
  padding-left: 0;
}

/* calendar widget */
#calendar_wrap {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  font-weight: bold;
  padding: 8px;
}

#wp-calendar tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child {
  border-bottom: none;
}

#wp-calendar td {
  text-align: center;
  padding: 8px 0;
}

blockquote.pull-left {
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .carousel-caption p {
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  #inner-footer {
    padding: 0;
  }

  #content {
    padding-left: 0;
    padding-right: 0;
  }

  .topbar-inner {
    padding: 0;
  }

  .topbar form.pull-right {
    float: right;
  }

  .navbar-search {
    padding-left: 0;
  }

  .blog .hero-unit {
    margin-top: 10px;
  }

  .page-template-page-homepage-php .hero-unit,
  .blog .hero-unit {
    padding: 60px;
  }

  .hero-unit h1 {
    font-size: 60px;
  }

  /* hide edit comment button and show on hover on desktop version */
  .edit-comment {
    display: none;
  }

  .vcard:hover .edit-comment {
    display: inline-block;
  }

  .comment .vcard .comment-text {
    padding-left: 0;
    padding-right: 0;
  }
}
section {
  max-width: 1170px;
}
@media (min-width: 768px) and (max-width: 1260px) {
  section {
    padding-left: 60px;
    padding-right: 60px;
  }
}

section section {
  padding-left: 15px;
  padding-right: 15px;
}

.container-wrapper {
  max-width: 1170px;
}
@media (min-width: 768px) and (max-width: 1260px) {
  .container-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.container-wrapper section {
  padding: 0;
}

@font-face {
  font-family: 'opensans';
  src: url("../fonts/opensans-italic-webfont.eot?");
  src: local("?"), url("../fonts/opensans-italic-webfont.woff") format("woff"), url("../fonts/opensans-italic-webfont.ttf") format("truetype"), url("../fonts/opensans-italic-webfont.svg#opensans-italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'opensans';
  src: url("../fonts/opensans-bold-webfont.eot?");
  src: local("?"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#opensans-semibold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'opensans';
  src: url("../fonts/opensans-regular-webfont.eot");
  src: local("?"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#opensans-regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'opensans-bold';
  src: url("../fonts/opensans-bold-webfont.eot?");
  src: local("?"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#opensans-semibold") format("svg");
  font-weight: 400;
  font-style: normal;
}
.open-sans, h1 .dropdown-menu, h2 .dropdown-menu, h3 .dropdown-menu, h4 .dropdown-menu {
  font-family: 'opensans';
  font-weight: 400;
  font-style: normal;
}

.open-sans_i, .byline a, .tag-list {
  font-family: 'opensans';
  font-weight: 400;
  font-style: italic;
}

.open-sans_sb, h1, .h1, .soliloquy-container .soliloquy-caption h1, h3, .h3, .soliloquy-container .soliloquy-caption h3, h4, .content-tile h3, .h4, .related-book-lists .related-book-list-container .related-book-list .book-list-title, .soliloquy-container .soliloquy-caption h4, .feeling-word, .navbar .navbar-collapse, .toolbox-item .content .content-item .title, .about-author .copy .name a {
  font-family: 'opensans';
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-condensed-bold';
  src: url("../fonts/OpenSans-CondBold-webfont.eot?");
  src: local("?"), url("../fonts/OpenSans-CondBold-webfont.woff") format("woff"), url("../fonts/OpenSans-CondBold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-CondBold-webfont.svg#opensans-condensed-bold") format("svg");
  font-weight: 400;
  font-style: normal;
}
.open-sans_cb {
  font-family: 'opensans-condensed-bold';
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url("../fonts/SourceSansPro-Regular-webfont.eot");
  src: local("?"), url("../fonts/SourceSansPro-Regular-webfont.woff") format("woff"), url("../fonts/SourceSansPro-Regular-webfont.ttf") format("truetype"), url("../fonts/SourceSansPro-Regular-webfont.svg#SourceSansPro-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-It';
  src: url("../fonts/SourceSansPro-It-webfont.eot");
  src: local("?"), url("../fonts/SourceSansPro-It-webfont.woff") format("woff"), url("../fonts/SourceSansPro-It-webfont.ttf") format("truetype"), url("../fonts/SourceSansPro-It-webfont.svg#SourceSansPro-It") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'SourceSansPro-Semibold';
  src: url(font-path("SourceSansPro-Semibold-webfont.eot")?#iefix) format("embedded-opentype"), url(font-path("SourceSansPro-Semibold-webfont.woff")) format("woff"), url(font-path("SourceSansPro-Semibold-webfont.ttf")) format("truetype"), url(font-path("SourceSansPro-Semibold-webfont.svg")#SourceSansPro-Semibold) format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'amatic-sc-bold';
  src: url("../fonts/amaticsc-bold-webfont.eot?");
  src: local("?"), url("../fonts/amaticsc-bold-webfont.woff") format("woff"), url("../fonts/amaticsc-bold-webfont.ttf") format("truetype"), url("../fonts/amaticsc-bold-webfont.svg#amaticsc-bold") format("svg");
  font-weight: 400;
  font-style: normal;
}
.amatic-sc_b {
  font-family: 'amatic-sc-bold';
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'robotoslab-regular';
  src: url("../fonts/robotoslab-regular-webfont.eot?");
  src: local("?"), url("../fonts/robotoslab-regular-webfont.woff") format("woff"), url("../fonts/robotoslab-regular-webfont.ttf") format("truetype"), url("../fonts/robotoslab-regular-webfont.svg#robotoslab-regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
.roboto-s_r, h2, .h2, .soliloquy-container .soliloquy-caption h2, .title1, .feeling-word span, .authors-promo a, .worksheet-widget-container .worksheet-widget-body .worksheet-hdr, .worksheet-widget-container .worksheet-widget-body .worksheet-text, .related-book-lists .related-book-list-container .related-book-list .book-list-title, .booklist-widget-container > div .header {
  font-family: 'robotoslab-regular';
  font-weight: 400;
  font-style: normal;
}

.avatar {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.grade-circle {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #333;
}

#search-results .glyphicon-search {
  position: absolute;
  top: 15px;
  right: 25px;
}

/*@charset "UTF-8";*/
/* CSS Document */
/*
Theme Name: Spacing
Description: Specific styles for the GreatSchools website
Author: Randall Cox
Version: 1.0
.
General comments:

 * Spacing classes
 * Should be used to modify the default spacing between objects (not between nodes of the same object)
 * Please use judiciously.
 * You want to be using defaults most of the time, these are exceptions!

 * Spacing read me
 * p,m = padding,margin
 * a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
 * s,m,l,n = small(5px),medium(10px),large(20px),none(0px)

.
*/
.link-down-compensate {
  padding-top: 50px;
  margin-top: -50px;
}

.ptn, .pvn, .pan {
  padding-top: 0;
}

.pts, .pvs, .pas {
  padding-top: 5px;
}

.ptm, .pvm, .pam, .authors-promos, .grades-promos, .related-book-lists .related-book-list-container .related-book-list {
  padding-top: 10px;
}

.ptl, .pvl, .pal {
  padding-top: 20px;
}

.prn, .phn, .pan {
  padding-right: 0;
}

.prs, .phs, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container .word-of-the-day-text, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container .word-of-the-day-suffix-text, .pas {
  padding-right: 5px;
}

.prm, .phm, .pam, .authors-promos, .grades-promos, .related-book-lists .related-book-list-container .related-book-list {
  padding-right: 10px;
}

.prl, .phl, .pal {
  padding-right: 20px;
}

.pbn, .pvn, .pan {
  padding-bottom: 0;
}

.pbs, .pvs, .pas {
  padding-bottom: 5px;
}

.pbm, .pvm, .pam, .authors-promos, .grades-promos, .related-book-lists .related-book-list-container .related-book-list {
  padding-bottom: 10px;
}

.pbl, .authors-promo, .pvl, .pal {
  padding-bottom: 20px;
}

.pln, .phn, .pan {
  padding-left: 0;
}

.pls, .phs, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container .word-of-the-day-text, .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container .word-of-the-day-suffix-text, .pas {
  padding-left: 5px;
}

.plm, .phm, .pam, .authors-promos, .grades-promos, .related-book-lists .related-book-list-container .related-book-list {
  padding-left: 10px;
}

.pll, .phl, .pal {
  padding-left: 20px;
}

.plxl, .phxl, .paxl {
  padding-left: 40px;
}

.pbxl, .pvxl, .paxl {
  padding-bottom: 40px;
}

.prxl, .phxl, .paxl {
  padding-right: 40px;
}

.ptxl, .pvxl, .paxl {
  padding-top: 40px;
}

.mtn, .mvn, .man {
  margin-top: 0;
}

.mts, .mvs, .mas {
  margin-top: 5px;
}

.mtm, .mvm, .mam {
  margin-top: 10px;
}

.mtl, .mvl, .mal {
  margin-top: 20px;
}

.mrn, .mhn, .man {
  margin-right: 0;
}

.mrs, .mhs, .mas {
  margin-right: 5px;
}

.mrm, .mhm, .mam {
  margin-right: 10px;
}

.mrl, .mhl, .mal {
  margin-right: 20px;
}

.mbn, .mvn, .man {
  margin-bottom: 0;
}

.mbs, .mvs, .mas {
  margin-bottom: 5px;
}

.mbm, .mvm, .mam {
  margin-bottom: 10px;
}

.mbl, .mvl, .mal {
  margin-bottom: 20px;
}

.mln, .mhn, .man {
  margin-left: 0;
}

.mls, .mhs, .mas {
  margin-left: 5px;
}

.mlm, .mhm, .mam {
  margin-left: 10px;
}

.mll, .mhl, .mal {
  margin-left: 20px;
}

.mlml, .mhml, .maml {
  margin-left: 30px;
}

.mlxl, .mhxl, .maxl {
  margin-left: 40px;
}

.mbxl, .mvxl, .maxl {
  margin-bottom: 40px;
}

.mrxl, .mhxl, .maxl {
  margin-right: 40px;
}

.mtxl, .mvxl, .maxl {
  margin-top: 40px;
}

.mha {
  margin-right: auto;
  margin-left: auto;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

/* the clearfloat class should be placed on a <div> or <br> element and */
/* should be the final element before the close of a container */
/* that should fully contain a float */
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}

/* height shims */
.shim-1 {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

.shim-2 {
  clear: both;
  height: 2px;
  font-size: 1px;
  line-height: 2px;
}

.shim-5 {
  clear: both;
  height: 5px;
  font-size: 1px;
  line-height: 5px;
}

.shim-10 {
  clear: both;
  height: 10px;
  font-size: 1px;
  line-height: 10px;
}

.shim-20 {
  clear: both;
  height: 20px;
  font-size: 1px;
  line-height: 20px;
}

.shim-25 {
  clear: both;
  height: 25px;
  font-size: 1px;
  line-height: 25px;
}

.shim-50 {
  clear: both;
  height: 50px;
  font-size: 1px;
  line-height: 50px;
}

.shim-100 {
  clear: both;
  height: 100px;
  font-size: 1px;
  line-height: 100px;
}

.lh2 {
  line-height: 2;
}

.lhn {
  line-height: normal;
}

.db {
  display: block;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

.dn {
  display: none;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.twn {
  text-wrap: normal;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.wsnw {
  white-space: nowrap;
}

.b-none {
  bottom: 0;
}

.l-none {
  left: 0;
}

.pa {
  position: absolute;
}

.pf {
  position: fixed;
}

.pr {
  position: relative;
}

.ps {
  position: static;
}

/* z-index resets */
.zir-1 {
  position: relative;
  z-index: 1;
}

.zir-2 {
  position: relative;
  z-index: 2;
}

.zir-3 {
  position: relative;
  z-index: 3;
}

.zir-4 {
  position: relative;
  z-index: 4;
}

.ma {
  margin: auto;
}

.hts {
  border-top: 1px black solid;
}

.hvs-light {
  border-right: 1px #CCCCCC solid;
}

.hbs-light {
  border-bottom: 1px #CCCCCC solid;
}

.hts-light {
  border-top: 1px #CCCCCC solid;
}

.hvs {
  border-right: 1px #cccccc solid;
}

.hvs-dark {
  border-right: 1px #333 solid;
}

.hbs {
  border-bottom: 1px #cccccc solid;
}

.hbs-black {
  border-bottom: 1px #000 solid;
}

.h24 {
  height: 24px;
}

.h30 {
  height: 30px;
}

.oh {
  overflow: hidden;
}

.oa {
  overflow: auto;
}

.ov {
  overflow: visible;
}

.content-centered {
  position: relative;
  margin: auto;
}

.full-width {
  width: 100%;
}

.half-width {
  width: 50%;
}

.fifth-width {
  width: 20%;
}

.full-max-width {
  max-width: 100%;
}

.mh-500 {
  min-height: 500px;
}

.brm {
  border-radius: 10px;
}

.brs {
  border-radius: 4px;
}

@media only screen and (max-width: 992px) {
  .content-centered {
    margin-top: 0;
  }
}
.gray-border {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.red-border {
  border: 1px solid #F0451A;
}

.gs-brand-primary-border-top {
  border-top: 10px #26ABE2 solid;
}

.brand-primary-border-top {
  border-top: 10px #2ba3dc solid;
}

.brand-dark-border-top {
  border-top: 10px #333 solid;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumb {
  padding: 8px 15px 8px 0;
  background-color: #fff;
}

.article-breadcrumb .breadcrumb {
  margin-bottom: 0px;
}

.tal-center-xs {
  text-align: left;
}

.tar-center-xs {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .xs-button-span-50 {
    width: 50%;
  }

  .xs-button-span-100 {
    width: 100%;
  }

  .xs-button-container-100 {
    width: 100%;
  }

  .tal-center-xs {
    text-align: center;
  }

  .tar-center-xs {
    text-align: center;
  }
}
html {
  font-size: 0.875em;
}

body {
  font-weight: 400;
  line-height: 1.45;
  color: #333;
}

h1, h2, h3, h4, .content-tile h3 {
  margin-top: 0;
  font-weight: inherit;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
h1 a, h2 a, h3 a, h4 a, .content-tile h3 a {
  color: #3d3d3d;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, .content-tile h3 a:hover {
  color: #2ba3dc;
}

h1, .h1, .soliloquy-container .soliloquy-caption h1 {
  font-weight: bold;
}

h3, .h3, .soliloquy-container .soliloquy-caption h3 {
  font-weight: bold;
}

h4, .content-tile h3, .h4, .related-book-lists .related-book-list-container .related-book-list .book-list-title, .soliloquy-container .soliloquy-caption h4, .soliloquy-container .soliloquy-caption .content-tile h3, .content-tile .soliloquy-container .soliloquy-caption h3 {
  font-weight: bold;
  line-height: 1.3;
}

.title1 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.plain-text-styles, p, ul, ol {
  line-height: 1.6;
  margin-bottom: 1.3em;
  letter-spacing: 0.02em;
}

.base-text-sizes, p, ul, ol, ul.dropdown-menu > li > a {
  font-size: 16px;
}

ul, ol {
  margin: 1.5em;
  padding: 0;
}

li {
  padding-bottom: 10px;
}

.sub-header {
  color: #333;
  font-size: 18px;
  padding-bottom: 5px;
}

@media (max-width: 768px) {
  .font-size-large, .worksheet-widget-container .worksheet-widget-body .worksheet-text {
    font-size: 21px;
  }

  .base-text-sizes, p, ul, ol, ul.dropdown-menu > li > a {
    font-size: 18px;
  }

  ul, ol {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }
}
.font-size-xs {
  font-size: 10px;
}

.font-size-small, .content-rows .content-row .categories-grades {
  font-size: 12px;
}

.font-size-medium, .authors-promo a {
  font-size: 16px;
}

.font-size-large, .worksheet-widget-container .worksheet-widget-body .worksheet-text {
  font-size: 18px;
}

.font-size-block {
  font-size: 21px;
}

.font-size-xl, .worksheet-widget-container .worksheet-widget-body .worksheet-hdr {
  font-size: 24px;
}

.font-size-xxl {
  font-size: 40px;
}

.font-size-xl-title {
  font-size: 70px;
}

.font-size-xxl-title {
  font-size: 80px;
}

.pagination {
  font-size: 16px;
}

.brand-primary, .content-rows .content-row .categories-grades .categories {
  color: #2ba3dc;
}

.brand-secondary {
  color: #25b89a;
}

.brand-dark, .authors-promo a {
  color: #333;
}

.text_gs_blue {
  color: #26ABE2;
}

.gray-light {
  color: #e6e6e6;
}

.gray-dark, .content-rows .content-row .categories-grades .grades {
  color: #999999;
}

.gray-darker {
  color: #666666;
}

.gray-darkest {
  color: #333;
}

.text_fff {
  color: #ffffff;
}

.inverted-text {
  color: white;
}

.inverted-text:hover {
  color: white;
}

.advertisement-text {
  width: 100px;
  color: #999999;
  font-size: 12px;
}

.lsn {
  list-style: none;
}

.uc {
  text-transform: uppercase;
}

.tdn {
  text-decoration: none;
}

.ts {
  text-shadow: 1px 1px #999999;
}

.read-more {
  text-align: right;
}

.four-feature .content-tile {
  padding-bottom: 20px;
}

.faded-white-bg {
  background: rgba(255, 255, 255, 0.5);
}

.book .body p:last-child {
  margin-bottom: 0;
}

.feeling-word {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.feeling-word span {
  color: #25b89a;
}

.byline .author {
  float: left;
  margin-bottom: 10px;
}

.post-content ul, .post-content ol {
  margin: 0;
  list-style-position: inside;
}

.editors-picks h4, .editors-picks .content-tile h3, .content-tile .editors-picks h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.editors-picks p {
  margin-bottom: 0;
}
.editors-picks .content-rows hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.featured-content-widget .content-rows hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.featured-content-widget h3 {
  margin-bottom: 0;
}
.featured-content-widget h4, .featured-content-widget .content-tile h3, .content-tile .featured-content-widget h3 {
  margin-bottom: 5px;
}
.featured-content-widget .content-row p {
  margin-bottom: 0;
}

.widgettitle {
  border-bottom: 1px solid #333;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.advertisement-text {
  text-transform: uppercase;
  color: #999999;
}

.post-type-archive-videos .content-tile p {
  font-size: 14px;
}

.character-strength a {
  color: #FFF;
  display: block;
  font-family: 'robotoslab-regular';
  font-size: 18px;
  font-weight: bold;
  padding: 30px 15px;
  text-align: center;
}

.gk-light-gray-bg {
  background-color: #ededed;
}

.pointer {
  cursor: pointer;
}

.border-all-light-grey {
  border: 1px #cccccc solid;
}

.thin-white-border {
  border: 1px white solid;
  width: 100%;
  height: 100%;
}

.milestone-grade-box {
  height: 150px;
  line-height: 130px;
}

.milestone-grade-green {
  background-color: #5CCAB3;
}

.milestone-grade-orange {
  background-color: #EC9E5B;
}

.milestone-grade-red {
  background-color: #ED796C;
}

.grade-nav-circle {
  height: 70px;
  width: 70px;
  border-radius: 35px;
  padding: 5px;
  text-align: center;
  line-height: 50px;
  background-color: #2ba3dc;
}
.grade-nav-circle:hover {
  background-color: #55b5e3;
}

a.anchor {
  display: block;
  position: relative;
  top: -80px;
}

@media (max-width: 768px) {
  .milestone-grade-box {
    height: 120px;
    line-height: 100px;
  }

  a.anchor {
    display: block;
    position: relative;
    top: -58px;
  }
}
/****** NAVBAR *******/
.navbar {
  background-color: #fff;
  min-height: 0;
}
.navbar > section .navbar-brand {
  position: absolute;
}
.navbar .navbar-nav > li {
  padding-bottom: 0px;
}
.navbar .navbar-nav > li > ul > li {
  padding-bottom: 0px;
}
.navbar .navbar-nav > li > a {
  text-transform: uppercase;
}
.navbar .form-group, .navbar .comment-form-author,
.navbar .comment-form-email,
.navbar .comment-form-url,
.navbar .comment-form-comment {
  margin-bottom: 0;
}
.navbar .form-group input, .navbar .comment-form-author input,
.navbar .comment-form-email input,
.navbar .comment-form-url input,
.navbar .comment-form-comment input {
  height: 80px;
  width: 100%;
  border: none;
  box-shadow: none;
  color: #333;
  font-size: 18px;
  text-align: center;
}
.navbar .form-group input:focus, .navbar .comment-form-author input:focus,
.navbar .comment-form-email input:focus,
.navbar .comment-form-url input:focus,
.navbar .comment-form-comment input:focus {
  border: none;
  box-shadow: none;
}
.navbar .form-group .form-control-feedback, .navbar .comment-form-author .form-control-feedback,
.navbar .comment-form-email .form-control-feedback,
.navbar .comment-form-url .form-control-feedback,
.navbar .comment-form-comment .form-control-feedback {
  top: 20px;
  color: #cccccc;
  font-size: 30px;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 10px;
  }
  .navbar > section .navbar-brand {
    padding-top: 8px;
  }
  .navbar .navbar-nav > li > a {
    padding: 5px 10px;
    font-size: 14px;
  }
  .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .navbar .navbar-nav .dropdown-menu {
    background-color: #ededed;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: #2ba3dc;
    border-bottom-width: 5px;
    box-shadow: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  .navbar .navbar-nav .dropdown-menu > li > a {
    color: #333;
    font-family: 'opensans';
    font-size: inherit;
    padding: 10px;
  }
  .navbar .navbar-nav .dropdown-menu > li > a:hover, .navbar .navbar-nav .dropdown-menu > li > a:focus {
    color: #333;
    background-color: #ffffff;
  }
  .navbar .navbar-content {
    float: left;
    margin-left: 120px;
    width: 100%;
    height: 70px;
    padding: 0 120px 0 0;
  }
  .navbar .navbar-content .navbar-subtext {
    border-top: 1px #000 solid;
    font-size: 13px;
  }
  .navbar .navbar-content .navbar-subtext .emphasis {
    color: #2ba3dc;
    font-family: 'opensans';
    font-weight: bold;
    font-style: normal;
    margin-top: 6px;
  }
  .navbar .navbar-content .form-group input, .navbar .navbar-content .comment-form-author input,
  .navbar .navbar-content .comment-form-email input,
  .navbar .navbar-content .comment-form-url input,
  .navbar .navbar-content .comment-form-comment input {
    padding-right: 30px;
    height: auto;
    font-size: 16px;
    text-align: right;
  }
  .navbar .navbar-content .form-group .form-control-feedback, .navbar .navbar-content .comment-form-author .form-control-feedback,
  .navbar .navbar-content .comment-form-email .form-control-feedback,
  .navbar .navbar-content .comment-form-url .form-control-feedback,
  .navbar .navbar-content .comment-form-comment .form-control-feedback {
    height: auto;
    width: auto;
    top: 0;
    color: #333;
    font-size: 16px;
  }
}
.navbar-toggle {
  border: 0;
  margin: auto;
  padding-right: 0;
  background-color: white;
}
.navbar-toggle .mobile-nav-menu-icon {
  font-size: 28px;
  color: #2ba3dc;
  margin: 6px 15px;
}

@media only screen and (max-width: 992px) {
  .navbar > section .navbar-brand {
    padding-top: 7px;
  }
  .navbar .navbar-collapse {
    max-height: none;
    overflow: scroll;
    padding-left: 0;
    padding-right: 0;
    background-color: #ededed;
    border-bottom: 5px solid #2ba3dc;
  }
  .navbar .navbar-collapse .form-group, .navbar .navbar-collapse .comment-form-author,
  .navbar .navbar-collapse .comment-form-email,
  .navbar .navbar-collapse .comment-form-url,
  .navbar .navbar-collapse .comment-form-comment {
    display: block;
  }
  .navbar .navbar-collapse .form-group input, .navbar .navbar-collapse .comment-form-author input,
  .navbar .navbar-collapse .comment-form-email input,
  .navbar .navbar-collapse .comment-form-url input,
  .navbar .navbar-collapse .comment-form-comment input {
    border-radius: 0;
    color: #333;
    font-size: 18px;
    height: 70px;
    text-align: center;
  }
  .navbar .navbar-collapse .form-group .form-control-feedback, .navbar .navbar-collapse .comment-form-author .form-control-feedback,
  .navbar .navbar-collapse .comment-form-email .form-control-feedback,
  .navbar .navbar-collapse .comment-form-url .form-control-feedback,
  .navbar .navbar-collapse .comment-form-comment .form-control-feedback {
    top: 20px;
    margin-right: 15px;
    color: #cccccc;
    font-size: 30px;
  }
  .navbar .navbar-collapse .navbar-nav {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar .navbar-collapse .navbar-nav > .open > a:focus {
    background-color: #333;
    color: white;
  }
  .navbar .navbar-collapse .navbar-nav li {
    background-color: #ededed;
  }
  .navbar .navbar-collapse .navbar-nav li a {
    line-height: 2;
  }
  .navbar .navbar-collapse .navbar-nav li:last-child {
    padding-bottom: 10px;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    position: relative;
    float: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0px;
    background-color: white;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li {
    background-color: white;
    border-bottom: 1px #cccccc solid;
    padding: 5px 0;
    margin: 0px 15px 0px 15px;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li > a {
    font-size: 16px;
    font-family: 'opensans';
    color: #333;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li:last-child {
    border-bottom: none;
  }
}
.invert-colors {
  background-color: #2b2b2b;
}
.invert-colors p, .invert-colors a {
  color: #f5f5f5;
}
.invert-colors h1, .invert-colors h2, .invert-colors h3, .invert-colors h4, .invert-colors .content-tile h3, .content-tile .invert-colors h3, .invert-colors h5, .invert-colors h6 {
  color: #f5f5f5;
}
.invert-colors hr {
  border-color: #5e5e5e;
}
.invert-colors .footer-darker-text {
  color: #a5a5a5;
}

.footer-links {
  float: right;
  margin: 7px 0;
}
.footer-links .menu {
  list-style-type: none;
  margin: 0 1.5em 0 0;
}
.footer-links .menu li {
  float: left;
  margin-left: 20px;
  font-size: 14px;
}

@media (max-width: 992px) {
  .footer-links {
    float: none;
    margin-bottom: 0;
  }
  .footer-links .menu {
    margin: 0;
  }
  .footer-links .menu li {
    float: none;
    padding-bottom: 5px;
    margin-left: 0;
    font-size: 16px;
  }
}
.trending-topics {
  margin: 2px 0 0 10px;
  float: left;
}
.trending-topics li a {
  color: #666666;
  font-size: 13px;
}

@media (max-width: 768px) {
  .pagination {
    font-size: 21px;
  }
}
hr {
  border-top: 1px solid #cccccc;
}

hr.light-bar {
  border-top: 1px solid #CCCCCC;
}

hr.dark-bar {
  border-top: 1px solid black;
}

hr.sm-dark-bar {
  height: 2px;
  background: #333;
}

hr.md-dark-bar {
  height: 4px;
  background: #333;
  margin-top: 40px;
  margin-bottom: 40px;
}

hr.lg-dark-bar {
  height: 8px;
  background: #333;
  margin-top: 50px;
  margin-bottom: 50px;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-light-gray {
  background-color: #f5f5f5;
}

.bg-medium-gray {
  background-color: #efedef;
}

.bg-dark-teal {
  background-color: #006589;
}

.bg-primary {
  background-color: #2ba3dc;
}

.bg-primary-light {
  background-color: #f9fcfe;
}

.bg-body {
  background-color: #fff;
}

.gray-lighter-bg-color, .side-box-widget-container, .authors-promos-container, .grades-promos-container {
  background-color: #ededed;
}

.bg-gs-primary {
  background-color: #26ABE2;
}

.bg-gs-wksht, .worksheet-widget-container {
  background-color: #5e65ad;
}

.cue-cards .border-cue-cards-sidebar {
  border: 1px #CCCCCC solid;
  border-radius: 4px;
}
.cue-cards .padding-cue-cards {
  padding: 30px;
  border: 1px #CCCCCC solid;
  background-color: #FFFFFF;
  border-radius: 3px;
}
.cue-cards .gray-bg-cue-cards {
  padding: 30px;
  background-color: #ededed;
}
@media (max-width: 767px) {
  .cue-cards .padding-cue-cards {
    padding: 0;
    margin: 0px -15px;
  }
  .cue-cards .border-cue-cards {
    border: none;
  }
  .cue-cards .border-cue-cards-sidebar {
    margin-top: 20px;
  }
  .cue-cards .gray-bg-cue-cards {
    padding: 0px;
  }
  .cue-cards .padding-emotional-life-widget {
    padding-top: 20px;
  }
}
.cue-cards .cue-cards-slide-show .question-bg-on {
  background-color: #F2F2F2;
}
.cue-cards .cue-cards-slide-show .question-bg {
  background-color: #F2F2F2;
}
.cue-cards .cue-cards-slide-show .swiper-container {
  overflow: hidden;
  max-width: 500px;
}
.cue-cards .cue-cards-slide-show .swiper-slide {
  text-align: center;
  max-width: 500px;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
}
.cue-cards .cue-cards-slide-show .icon-spacing {
  margin-right: 50px;
}
.cue-cards .cue-cards-slide-show .icon-size {
  font-size: 1.5em;
  color: #6d6d6d;
}
.cue-cards .cue-cards-slide-show .glyphicon-heart:hover {
  color: #D16752;
}
.cue-cards .cue-cards-slide-show .glyphicon-heart.active {
  color: #D16752;
}
.cue-cards .cue-cards-slide-show .glyphicon-envelope:hover {
  color: #333333;
}
.cue-cards .cue-cards-slide-show .learn-more {
  top: 150px;
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.cue-cards .cue-cards-slide-show .arrow-next {
  height: 20px;
  top: 32px;
  right: 50px;
}
.cue-cards .cue-cards-slide-show .arrow-prev {
  height: 20px;
  top: 32px;
  left: 50px;
}
.cue-cards .cue-cards-slide-show .swiper-container-horizontal > .swiper-pagination {
  top: 17px;
}
.cue-cards .cue-cards-slide-show .outer-div {
  position: relative;
  float: right;
  right: 50%;
  width: 100%;
}
.cue-cards .cue-cards-slide-show .inner-div {
  position: relative;
  float: right;
  right: -50%;
}
.cue-cards .cue-cards-slide-show .swiper-slide-inside p {
  font-size: 16px;
}
.cue-cards .cue-cards-slide-show .icon-position {
  position: relative;
  top: auto;
  border-top: 1px solid #CCCCCC;
  left: 0px;
  width: 100%;
  color: #AAAAAA;
  z-index: 1000;
  text-align: center;
}
.cue-cards .cue-cards-slide-show .heart {
  font-size: 20px;
}
.cue-cards .cue-cards-slide-show .twitter-logo {
  background-image: url("../img/TwitterLogo.png");
  width: 24px;
  height: 24px;
  display: inline-block;
}
.cue-cards .cue-cards-slide-show .facebook-logo {
  background-image: url("../img/FacebookLogo.png");
  width: 24px;
  height: 24px;
  display: inline-block;
}

#Cue-Card-Email-Modal .modal-content {
  padding: 16px;
}

.emotional-life-title {
  font-size: 28px;
  line-height: 1.8;
  font-family: 'robotoslab-regular';
  margin-bottom: 20px;
}

.life-color {
  color: #2ba3dc;
}

.image-bg-scale {
  width: 100%;
  position: relative;
}
.image-bg-scale .img-container {
  position: absolute;
  top: 20px;
  left: -50%;
  width: 200%;
}
.image-bg-scale .img-container img.scaling {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 50%;
}

.image-scaling-height, .image-scaling-height-sponsored {
  height: 400px;
}

@media (min-width: 992px) {
  .absolute-center {
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .image-scaling-height, .image-scaling-height-sponsored {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .image-scaling-height {
    height: 335px;
  }

  .image-scaling-height-sponsored {
    height: 375px;
  }
}
article h1 {
  margin-bottom: 2px;
}
article > p {
  font-size: 18px;
  margin-bottom: 10px;
}
article .featured-image-container {
  position: relative;
}
article .featured-image-container img {
  padding-top: 5px;
}
article .featured-image-container .small-featured-image {
  padding-bottom: 20px;
  padding-right: 20px;
  float: left;
}
article .byline .info {
  float: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  article .byline .info {
    font-size: 12px;
  }
}
article .byline .print {
  float: right;
  text-alight: right;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  article .byline .print {
    font-size: 12px;
  }
}
article .byline .print .glyphicon.glyphicon-print, article .byline .print .navbar-toggle .glyphicon-print.mobile-nav-menu-icon, .navbar-toggle article .byline .print .glyphicon-print.mobile-nav-menu-icon {
  margin-right: 10px;
  color: #333;
}
@media only screen and (max-width: 480px) {
  article .byline .print .glyphicon.glyphicon-print, article .byline .print .navbar-toggle .glyphicon-print.mobile-nav-menu-icon, .navbar-toggle article .byline .print .glyphicon-print.mobile-nav-menu-icon {
    font-size: 12px;
  }
}
article .post-content {
  margin-bottom: 20px;
  padding-top: 20px;
}

.side-box-widget-container, .authors-promos-container, .grades-promos-container {
  padding: 35px 55px;
}
@media (max-width: 768px) {
  .side-box-widget-container, .authors-promos-container, .grades-promos-container {
    padding: 25px 20px;
  }
}

.authors-promos {
  border-top: 10px #26ABE2 solid;
  background-color: white;
  box-shadow: 1px 1px 1px 1px #ccc;
  text-align: center;
}

.grades-promos {
  border-top: 10px #333 solid;
  background-color: white;
  box-shadow: 1px 1px 1px 1px #ccc;
  text-align: center;
}

.content-rows ul {
  margin: 0;
}
.content-rows .content-row li {
  list-style: none;
}
.content-rows .content-row a {
  color: #333;
}
.content-rows .content-row a:hover,
.content-rows .content-row h4:hover,
.content-rows .content-row .content-tile h3:hover,
.content-tile .content-rows .content-row h3:hover,
.content-rows .content-row p:hover {
  color: #2ba3dc;
  text-decoration: underline;
}
.content-rows .content-row span:hover {
  cursor: default;
}
.content-rows .content-row .categories-grades :hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .content-tile h3 {
    font-size: 16px;
  }
}
.content-tile .category-link {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 992px) {
  .content-tile .category-link {
    font-size: 12px;
  }
}
.content-tile .image {
  position: relative;
}
.content-tile .image img {
  margin-bottom: 10px;
}
.content-tile .image .sponsor-content {
  position: absolute;
  bottom: 16px;
}

.newsletter-signup-container {
  background-color: #26ABE2;
  text-align: center;
}
.newsletter-signup-container .newsletter-signup-body {
  padding: 20px;
}
.newsletter-signup-container .newsletter-signup-body .newsletter-logo {
  text-align: center;
}
.newsletter-signup-container .newsletter-signup-body .newsletter-text {
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  color: #fff;
  font-family: 'robotoslab-regular';
  font-weight: 400;
}
.newsletter-signup-container .newsletter-signup-body .newsletter-button-container {
  padding-top: 10px;
}
.newsletter-signup-container dl {
  display: none;
}

.newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-logo {
  text-align: center;
}
.newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-text {
  text-align: center;
}
.newsletter-horizontal-container .newsletter-signup-container .newsletter-signup-body .newsletter-button-container {
  text-align: right;
  margin-top: 5px;
}
.newsletter-horizontal-container dl {
  margin-top: 20px;
  color: #999999;
  text-align: center;
}
.newsletter-horizontal-container dl dd {
  font-style: italic;
  font-size: 12px;
}

.cue-card-module-container {
  background-color: #ededed;
  border: 1px solid #cccccc;
  text-align: center;
}
.cue-card-module-container .cue-card-module-signup-body {
  padding: 20px;
}
.cue-card-module-container .cue-card-module-signup-body .cue-card-module-logo {
  text-align: center;
}
.cue-card-module-container .cue-card-module-signup-body .cue-card-module-text {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}
.cue-card-module-container .cue-card-module-signup-body .cue-card-module-text .cue-card-module-text-subtext {
  font-weight: bold;
  font-family: 'robotoslab-regular';
}
.cue-card-module-container .cue-card-module-signup-body .cue-card-module-text .cue-card-module-text-description {
  font-size: 16px;
}
.cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container {
  margin-top: 5px;
  padding-top: 10px;
}
.cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container .cue-card-module-button {
  padding-top: 10px;
}

.cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-logo {
  text-align: center;
}
.cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container {
  text-align: right;
}
.cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container .cue-card-module-button {
  padding-top: 0px;
}
@media (max-width: 992px) {
  .cue-card-module-horizontal-container .cue-card-module-container .cue-card-module-signup-body .cue-card-module-button-container .cue-card-module-button {
    padding-top: 10px;
  }
}

.word-of-the-day-signup-container {
  background-color: #00ae5a;
}
.word-of-the-day-signup-container .word-of-the-day-signup-body {
  padding: 20px;
}
.word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-logo-container {
  text-align: center;
}
.word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-logo-container .word-of-the-day-logo {
  width: 80px;
  height: 80px;
}
.word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-text {
  font-family: 'robotoslab-regular';
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 400;
  font-size: 18px;
}
.word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-subtext {
  font-family: 'robotoslab-regular';
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}
.word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-button-container {
  padding-top: 10px;
}

.word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body {
  text-align: left;
}
@media (min-width: 992px) {
  .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-logo-container {
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-text {
  font-size: 28px;
}
@media (max-width: 480px) {
  .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-text {
    font-size: 18px;
  }
}
.word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-subtext {
  font-size: 20px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .word-of-the-day-horizontal-container .word-of-the-day-signup-container .word-of-the-day-signup-body .word-of-the-day-content-container .word-of-the-day-subtext {
    font-size: 16px;
  }
}

.word-of-the-day-modal .word-of-the-day-modal-header {
  line-height: 1.1;
  background-color: #ededed;
  text-align: center;
  font-family: 'robotoslab-regular';
}
.word-of-the-day-modal .word-of-the-day-modal-header .word-of-the-day-modal-header-text {
  padding-top: 10px;
  font-size: 26px;
  margin: auto;
  max-width: 400px;
}
.word-of-the-day-modal .word-of-the-day-modal-header .word-of-the-day-modal-header-subtext {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.word-of-the-day-modal .checkbox > input {
  width: 24px;
}

.word-of-the-day-banner-container {
  background-color: #00ae5a;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 20px;
}
.word-of-the-day-banner-container .word-of-the-day-banner-body {
  padding: 10px;
  text-align: left;
}
.word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-logo-container {
  text-align: center;
}
.word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-logo-container .word-of-the-day-logo {
  width: 80px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-logo-container {
    top: 20%;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@media (max-width: 768px) {
  .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-logo-container {
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@media (max-width: 480px) {
  .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-logo-container {
    display: none;
  }
}
.word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container {
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container {
    width: 100%;
  }
}
.word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container .word-of-the-day-prefix-text {
  display: inline-block;
  font-family: 'robotoslab-regular';
  font-size: 22px;
  padding-left: 5px;
}
.word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container .word-of-the-day-text {
  display: inline-block;
}
.word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container .word-of-the-day-suffix-text {
  display: inline-block;
  color: #fff;
}
.word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container .word-of-the-day-terms {
  width: 100%;
  font-size: 12px;
  padding-left: 5px;
}
.word-of-the-day-banner-container .word-of-the-day-banner-body .word-of-the-day-content-container .word-of-the-day-terms a {
  color: #fff;
}

.worksheet-widget-container {
  text-align: center;
  margin-bottom: 10px;
}
.worksheet-widget-container .worksheet-widget-body {
  padding: 20px;
}
.worksheet-widget-container .worksheet-widget-body .worksheet-logo {
  text-align: center;
}
.worksheet-widget-container .worksheet-widget-body .worksheet-hdr {
  text-align: left;
  color: #fff;
}
.worksheet-widget-container .worksheet-widget-body .worksheet-select {
  margin-bottom: 10px;
}
.worksheet-widget-container .worksheet-widget-body .worksheet-text {
  text-align: center;
  padding: 20px 0;
  color: #fff;
}

.worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-logo {
  text-align: center;
}
.worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-hdr {
  text-align: center;
}
.worksheet-horizontal-container .worksheet-widget-container .worksheet-widget-body .worksheet-button-container {
  text-align: right;
}

.featured-content {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .featured-content {
    padding-bottom: 10px;
  }
}
.featured-content p {
  font-size: 18px;
}
.featured-content .featured-content-image {
  padding-bottom: 10px;
  position: relative;
}
.featured-content .featured-content-image .sponsor-content {
  position: absolute;
  bottom: 32px;
}

.related-book-lists {
  padding: 20px;
}
.related-book-lists h3 {
  padding: 10px 0;
}
.related-book-lists .related-book-list-container {
  padding-bottom: 20px;
}
.related-book-lists .related-book-list-container .related-book-list {
  border-top: 10px #333 solid;
  background-color: white;
  box-shadow: 1px 1px 1px 1px #ccc;
  text-align: center;
  border-radius: 0 0 3px 3px;
  overflow-wrap: break-word;
}
.related-book-lists .related-book-list-container .related-book-list .book-list-title {
  text-align: left;
  color: #3d3d3d;
}

ul.dropdown-menu > li > a {
  color: #3d3d3d;
  padding: 10px;
}

.topic-center-promo .promo-text {
  float: left;
  padding-top: 5px;
  padding-right: 10px;
}
.topic-center-promo .promo {
  float: right;
  width: 88px;
}

.page-template-video-browse .video-browse > .thumbnails {
  list-style-type: none;
  margin: 0;
}
.page-template-video-browse .thumbnails > div > li {
  margin-bottom: 30px;
}
.page-template-video-browse .thumbnails > div > li .wrapper {
  position: relative;
}
.page-template-video-browse .thumbnails > div > li .wrapper span {
  background-color: white;
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
  border: 2px solid white;
  border-radius: 6px;
}
.page-template-video-browse .thumbnails > div > li .wrapper .glyphicon, .page-template-video-browse .thumbnails > div > li .wrapper .navbar-toggle .mobile-nav-menu-icon, .navbar-toggle .page-template-video-browse .thumbnails > div > li .wrapper .mobile-nav-menu-icon {
  position: absolute;
  padding: 6px 14px;
  top: 16px;
  left: 16px;
}

.video-image-wrapper {
  position: relative;
  max-width: 263px;
  margin: auto;
}
.video-image-wrapper .move-to-top-left {
  z-index: 1;
  background-color: white;
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
  border: 2px solid white;
  border-radius: 6px;
  position: absolute;
  padding: 6px 14px;
  top: 10px;
  left: 10px;
}

.single-videos .sel {
  margin: 20px 0;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
}
.single-videos .sel h2 {
  color: #25b89a;
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
}
.single-videos .sel h3 {
  font-size: 16px;
  padding: 20px 0 6px;
  border-bottom: 1px solid #666666;
}
.single-videos .sel .def {
  font-family: 'opensans';
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.single-videos .explore .closed {
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  background-color: #25b89a;
  text-align: center;
  padding: 30px 10px;
}
.single-videos .explore .closed:hover {
  cursor: pointer;
}
.single-videos .explore .opened {
  display: none;
}
.single-videos .explore.open .closed {
  display: none;
}
.single-videos .explore.open .opened {
  display: block;
  padding: 40px 10px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  background-color: #25b89a;
  text-align: center;
}
.single-videos .explore.open .opened:hover {
  cursor: pointer;
}
.single-videos .separator {
  border: 4px solid black;
  margin: 30px 0;
}

.related-topics {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin-bottom: 10px;
  padding: 16px 0;
}
.related-topics span {
  font-weight: bold;
}
.related-topics a {
  color: #666666;
  font-size: 12px;
}

.next-video .video-nav {
  width: 300px;
  margin: 0 auto;
}
.next-video h4, .next-video .content-tile h3, .content-tile .next-video h3 {
  color: #666666;
}
.next-video span {
  display: block;
  padding: 0 10px;
}
.next-video span a {
  color: #333;
  font-size: 12px;
  padding: 0 10px;
}

.attribution {
  background-color: #ededed;
  text-align: center;
  padding: 20px 0;
}
.attribution img {
  margin: 0 auto;
}

.bullying {
  background-color: #002c51;
}

.competition {
  background-color: #7d85ea;
}

.confidence {
  background-color: #e57d25;
}

.curiosity {
  background-color: #f75a02;
}

.discipline {
  background-color: #2b92b8;
}

.empathy {
  background-color: #002c51;
}

.forgiveness {
  background-color: #945aa3;
}

.gratitude {
  background-color: #2880b9;
}

.homework {
  background-color: #92ca2d;
}

.honesty {
  background-color: #eec21a;
}

.independence {
  background-color: #0ba24a;
}

.keeping-cool {
  background-color: #00ae5a;
}

.kindness {
  background-color: #2880b9;
}

.making-friends {
  background-color: #f49e00;
}

.resilience {
  background-color: #eec21a;
}

.respect {
  background-color: #dd6c2a;
}

.screen-time {
  background-color: #00ae5a;
}

.sibling-rivalry {
  background-color: #f75a02;
}

.time-management {
  background-color: #dd6c2a;
}

.toolbox-item {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .toolbox-item {
    padding-top: 20px;
  }
}
.toolbox-item p {
  margin-bottom: 0;
}
.toolbox-item .header {
  text-align: center;
  color: white;
  padding: 20px;
  height: 150px;
}
.toolbox-item .header h1 {
  margin-bottom: 20px;
  line-height: 110px;
}
@media (min-width: 768px) {
  .toolbox-item .header {
    height: 250px;
  }
  .toolbox-item .header h1 {
    line-height: 210px;
  }
}
.toolbox-item .content {
  border: 1px solid #cccccc;
  padding: 20px;
}
.toolbox-item .content .content-item {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}
.toolbox-item .content .content-item:first-child {
  padding-top: 0;
}
.toolbox-item .content .content-item .content-type {
  color: #2ba3dc;
}
.toolbox-item .content .content-item .title {
  color: #3d3d3d;
}
.toolbox-item .content .content-item .description {
  color: #3d3d3d;
}
.toolbox-item .content .content-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.booklist-widget-container {
  margin-bottom: 10px;
  background-color: #92ca2d;
  padding: 20px;
}
.booklist-widget-container > div .header {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
  vertical-align: bottom;
}
.booklist-widget-container > div .filter {
  margin-bottom: 10px;
}

/* Overrides for horizontal (long) version of widget */
@media (min-width: 992px) {
  .horizontal .booklist-widget-container > div .header {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .horizontal .booklist-widget-container > div .filter {
    margin-bottom: 0;
  }
}

.emotional-life-promo {
  background-color: #ededed;
  border: 1px solid #cccccc;
  padding: 20px 20px 0;
}
@media (min-width: 992px) {
  .emotional-life-promo {
    padding: 40px 20px 20px;
  }
}
.emotional-life-promo .header:before, .emotional-life-promo .header:after {
  content: " ";
  display: table;
}
.emotional-life-promo .header:after {
  clear: both;
}
.emotional-life-promo .header span {
  float: left;
}
@media (max-width: 992px) {
  .emotional-life-promo .header h1 {
    padding-left: 60px;
    padding-top: 5px;
  }
}
.emotional-life-promo .square {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 3px;
  height: 160px;
  text-align: center;
}
.emotional-life-promo .square .icon-promo {
  padding: 13px;
}
.emotional-life-promo .square .icon-promo .icon {
  padding: 10px 0;
}
.emotional-life-promo .square .icon-promo .text {
  color: #3d3d3d;
}
.emotional-life-promo .square .icon-promo img {
  max-height: 95px;
  max-width: 106px;
  width: 100%;
}
.emotional-life-promo .square .text-promo {
  color: #25b89a;
  height: 100%;
  padding: 13px;
  text-align: left;
}
.emotional-life-promo .square .text-promo .big-text {
  font-size: 28px;
}
.emotional-life-promo .square .text-promo .small-text {
  font-size: 16px;
}
.emotional-life-promo .square .text-promo:hover {
  color: #25b89a;
  text-decoration: underline;
}

.video-series-cta a > span {
  height: 180px;
  display: block;
  color: #333;
  text-align: center;
}
.video-series-cta a > span .icon {
  display: block;
  padding-top: 10px;
}
.video-series-cta a > span .caption {
  padding-top: 5px;
  margin: auto;
  max-width: 100px;
  display: block;
}
.video-series-cta a > span .caption.extra-wide {
  max-width: 150px;
}
.video-series-cta a > span.competition .caption {
  position: relative;
  top: -15px;
}

.about-author .gs-avatar {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .about-author .gs-avatar {
    position: absolute;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.about-author .copy, .about-author .copy p {
  font-size: 16px;
}
@media (min-width: 992px) {
  .about-author .copy {
    margin-left: 130px;
    min-height: 115px;
  }
}
.about-author .copy p:last-child {
  margin-bottom: 0;
}
.about-author .copy .name a {
  font-size: 18px;
  color: #333;
}

.sponsor-content {
  background-color: #edc11a;
  font-size: 12px;
  color: #333;
  padding: 3px 12px;
  text-transform: uppercase;
  width: 140px;
}

/* exam explainer  */
@media (max-width: 768px) {
  .exam-explainer ul, .exam-explainer ol {
    margin: 0.8em;
  }
}
.exam-explainer .intro {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .exam-explainer .intro {
    min-height: 92px;
  }
}
.exam-explainer .intro .overview {
  font-size: 18px;
}
.exam-explainer .intro h2 {
  margin-top: -10px;
}
@media (min-width: 768px) {
  .exam-explainer .intro h2, .exam-explainer .intro div {
    margin-left: 112px;
  }
}
.exam-explainer .test-name {
  background-color: #333;
  color: white;
  padding: 8px;
  text-align: center;
  font-weight: bolder;
  font-style: italic;
  font-size: 18px;
}
.exam-explainer .resources {
  background-color: #2ba3dc;
  color: #fff;
  padding: 20px;
}
.exam-explainer .resources .link {
  color: #fff;
}
.exam-explainer .about-us {
  background-color: #333;
  color: #fff;
  padding: 20px;
}
.exam-explainer .about-us .link {
  color: #fff;
}
.exam-explainer .panel-group {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 1px solid #fff;
  border-radius: none;
  box-shadow: 0px 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
}
.exam-explainer .panel-group a[data-toggle="collapse"] {
  text-decoration: none;
  color: #333;
}

/* exam claims */
.exam-claim {
  border: 1px solid #ededed;
  padding: 0 40px;
  margin: 0 0 25px;
}
.exam-claim .panel-default {
  border: none;
}
.exam-claim .want-to-know-hdr {
  border-radius: 3px;
  border: 1px solid #333333;
  background-color: #efefef;
  padding: 12px 22px;
  margin-bottom: 16px;
  font-size: 1.1em;
  cursor: pointer;
  text-transform: uppercase;
}
.exam-claim a.morelink {
  text-decoration: none;
  outline: none;
  color: #2ba3dc;
}
.exam-claim a.morelink :visited, .exam-claim a.morelink :hover, .exam-claim a.morelink :active {
  color: #2ba3dc;
}
.exam-claim .morecontent span {
  display: none;
}
.exam-claim .child-learning, .exam-claim .did-not-meet {
  margin-bottom: 20px;
}
.exam-claim .how-to-help-active-btn {
  background-color: #343434;
  color: white;
  border-color: #333;
}
.exam-claim .child-learning, .exam-claim .want-to-know-content, .exam-claim .did-not-meet {
  font-size: 18px;
}
@media (min-width: 768px) {
  .exam-claim .child-learning, .exam-claim .want-to-know-content, .exam-claim .did-not-meet {
    font-size: 16px;
  }
}

.exam-claim-hdr {
  padding: 50px 15px 50px;
  margin-bottom: 20px;
  border-top: 10px solid #25b89a;
  background-color: #eee;
  margin-bottom: 0;
}

.exam-claim-hdr.math {
  border-top: 10px solid #e57d25;
}

.sbac-state-bg {
  margin-top: -26px;
  background: #fff url(../img/SBAC-landing-bg.jpg) no-repeat center top;
  height: 500px;
}
.sbac-state-bg .intro {
  color: #fff;
  width: 700px;
}
@media only screen and (max-width: 767px) {
  .sbac-state-bg {
    background: #1F435D none;
    margin-top: -36px;
    padding-bottom: 20px;
    height: auto;
  }
  .sbac-state-bg .intro {
    width: auto;
  }
}
.sbac-state-bg h1 {
  text-shadow: 1px 1px #333;
}

.subtext {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .subtext {
    text-align: left;
    padding-left: 10px;
  }
  .subtext span {
    display: block;
  }
}

.pbs {
  background-color: #fff;
  padding-top: 30px;
}

#get-started {
  background-color: #ededed;
  border: 2px solid #ccc;
  padding: 20px;
  width: 280px;
  font-size: 12px;
}

.js-how-to-score,
.close-x {
  cursor: pointer;
}

#test-detail {
  background-color: #eeecee;
}

@media only screen and (min-width: 768px) {
  .state-test-name {
    display: inline;
  }
}

ul.selectpicker {
  text-align: left;
}
ul.selectpicker li {
  padding-bottom: 0px;
}

/* greatkids assessment guide landing page */
#my-state:visited, #my-state:hover, #my-state:active,
#smarter-balanced:visited,
#smarter-balanced:hover,
#smarter-balanced:active {
  text-decoration: none;
}
#my-state:hover,
#smarter-balanced:hover {
  text-decoration: underline;
}

/* SBAC modal */
#Common-Core-Intro-Modal .modal-content {
  border: none;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
#Common-Core-Intro-Modal .modal-header, #Common-Core-Intro-Modal .modal-footer {
  background-color: #3994d1;
  text-align: center;
}
#Common-Core-Intro-Modal .modal-header span, #Common-Core-Intro-Modal .modal-footer span {
  color: #fff;
  font-size: 18px;
}
#Common-Core-Intro-Modal .modal-body {
  padding-bottom: 0;
}
#Common-Core-Intro-Modal .modal-header {
  border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
}
#Common-Core-Intro-Modal .modal-footer {
  padding: 5px 0;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
}

.modal-body input {
  padding: 6px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #666;
}
.modal-body .modal-header p {
  margin: 20px 6px 0;
}

#Common-Core-Email-Guide-Modal .modal-content,
#Common-Core-Newsletter-Signup-Modal .modal-content {
  padding: 16px;
}

.highschool-milestones-bg {
  height: 290px;
  background: url(../img/GK_Milestones_Highschool_Desktop_Banner.jpg);
  background-size: 100%;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.highschool-milestones-bg h1 {
  text-shadow: 1px 1px #333;
}
.highschool-milestones-bg .sbac-title {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .highschool-milestones-bg .sbac-title {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.highschool-milestones-bg .milestones-main-container {
  margin-top: 40px;
}
.highschool-milestones-bg .high-school {
  font-size: 20px;
  color: #FFFFFF;
}
.highschool-milestones-bg .sub-header {
  font-size: 34px;
  color: #FFFFFF;
}
@media only screen and (max-width: 480px) {
  .highschool-milestones-bg .sub-header {
    font-size: 30px;
  }
}

body {
  counter-reset: colored-li-counter;
}

ol.colored-li {
  list-style: none;
  margin-left: 70px;
  padding-left: 0;
  list-style-position: outside;
}
@media only screen and (max-width: 768px) {
  ol.colored-li {
    margin-left: 35px;
  }
}
ol.colored-li > li {
  counter-increment: colored-li-counter;
  min-height: 72px;
  padding-bottom: 35px;
}
ol.colored-li > li:before {
  content: counter(colored-li-counter);
  position: absolute;
  left: 15px;
  color: #ededed;
  width: 1.6em;
  height: 1.6em;
  font-size: 2.3em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  ol.colored-li > li:before {
    width: 1.3em;
    height: 1.7em;
    font-size: 1.2em;
  }
}
ol.colored-li > li:nth-child(1):before {
  background: #2b92b8;
}
ol.colored-li > li:nth-child(2):before {
  background: #dd6c2a;
}
ol.colored-li > li:nth-child(3):before {
  background: #6971b5;
}
ol.colored-li > li:nth-child(4):before {
  background: #19c1d8;
}
ol.colored-li > li:nth-child(5):before {
  background: #00ae5a;
}
ol.colored-li > li:nth-child(6):before {
  background: #92ca2d;
}
ol.colored-li > li:nth-child(7):before {
  background: #f75a02;
}
ol.colored-li > li:nth-child(8):before {
  background: #2b92b8;
}
ol.colored-li > li:nth-child(9):before {
  background: #dd6c2a;
}
ol.colored-li > li:nth-child(10):before {
  background: #6971b5;
}
ol.colored-li > li:nth-child(11):before {
  background: #19c1d8;
}
ol.colored-li > li:nth-child(12):before {
  background: #00ae5a;
}
ol.colored-li > li:nth-child(13):before {
  background: #92ca2d;
}
ol.colored-li > li:nth-child(14):before {
  background: #f75a02;
}
ol.colored-li > li:nth-child(15):before {
  background: #2b92b8;
}
ol.colored-li > li:nth-child(16):before {
  background: #dd6c2a;
}
ol.colored-li > li:nth-child(17):before {
  background: #6971b5;
}
ol.colored-li > li:nth-child(18):before {
  background: #19c1d8;
}
ol.colored-li > li:nth-child(19):before {
  background: #00ae5a;
}
ol.colored-li > li:nth-child(20):before {
  background: #92ca2d;
}
ol.colored-li > li:nth-child(21):before {
  background: #f75a02;
}

.soliloquy-container .soliloquy-caption {
  left: auto !important;
  bottom: auto !important;
  right: 0 !important;
  top: 0 !important;
}

.soliloquy-container {
  max-height: none !important;
}

.soliloquy-viewport {
  height: auto !important;
}

.soliloquy-container .soliloquy-caption {
  position: relative !important;
}

.gs-slideshow.soliloquy-container .soliloquy-image-slide img.soliloquy-image {
  float: left;
  margin: 10px 10px 10px 10px;
  max-width: 20%;
}
@media (max-width: 1025px) {
  .gs-slideshow.soliloquy-container .soliloquy-image-slide img.soliloquy-image {
    float: none;
    max-width: 75%;
    max-height: 250px;
    margin: auto;
  }
}
.gs-slideshow.soliloquy-container .soliloquy-image-slide .soliloquy-caption {
  float: left;
  max-width: 70%;
}
@media (max-width: 1025px) {
  .gs-slideshow.soliloquy-container .soliloquy-image-slide .soliloquy-caption {
    margin: auto;
    max-width: 100%;
  }
}
.gs-slideshow.soliloquy-container .soliloquy-image-slide .soliloquy-caption .soliloquy-caption-inside {
  background: white;
  color: black;
  font-family: 'opensans';
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 0 black;
  text-align: left;
}
.gs-slideshow.soliloquy-container .soliloquy-image-slide .soliloquy-caption .soliloquy-caption-inside p {
  font-size: 16px;
  line-height: 1.5;
}

.book-list-topic-container .book-list-topic {
  text-align: center;
  border: 1px #CCCCCC solid;
  border-radius: 4px;
  margin-bottom: 10px;
  min-height: 280px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .book-list-topic-container .book-list-topic {
    min-height: 180px;
  }
}
@media only screen and (max-width: 480px) {
  .book-list-topic-container .book-list-topic {
    min-height: 140px;
  }
}
.book-list-topic-container .book-list-topic .book-list-topic-title-container {
  padding: 0 5px;
}
.book-list-topic-container .book-list-topic .book-list-topic-title-container h2 {
  color: #333;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .book-list-topic-container .book-list-topic .book-list-topic-title-container h2 {
    font-size: 18px;
  }
}
.book-list-topic-container .book-list-topic .book-list-topic-title-container h2:hover {
  text-decoration: underline;
  cursor: pointer;
}
.book-list-topic-container .book-list-topic .book-list-topic-title-container .book-list-topic-grade-container {
  display: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.book-list-topic-container .book-list-topic .book-list-topic-title-container .book-list-topic-grade-container .book-list-topic-grades {
  margin-bottom: 10px;
}
.book-list-topic-container .book-list-topic .book-list-topic-title-container .book-list-topic-grade-container .book-list-topic-grades a {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #333;
}

.book-image-right {
  float: right;
  margin: 0px 20px 20px 20px;
}

.book-image-left {
  float: left;
  margin-right: 20px;
}

@media print {
  .book-image-left {
    float: right;
    margin: 0px 20px 20px 20px;
  }
}
.about-gs-nav-box {
  border: 1px solid #ccc;
}
.about-gs-nav-box h3 {
  background: #26ABE2;
  color: #fff;
  padding: 5px 20px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 0;
}
.about-gs-nav-box > div {
  padding: 0 10px 10px;
}
.about-gs-nav-box > div ul {
  font-size: 14px;
  margin: 0;
}
.about-gs-nav-box > div ul ul {
  margin: 0 10px;
}
.about-gs-nav-box > div ul li {
  padding: 10px 0 0 0;
  list-style-type: none;
}
.about-gs-nav-box > div a {
  color: #666666;
}

.search-bar-home {
  width: 600px;
}

@media only screen and (max-width: 990px) {
  .search-bar-home {
    width: 90%;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .search-bar-home {
    height: 38px;
  }
}
.tt-dropdown-menu {
  width: 100%;
  margin-top: 12px;
  padding: 8px 0;
  padding-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -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);
}

.tt-suggestion {
  padding: 4px 20px;
  font-size: 18px;
  text-align: left;
}
.tt-suggestion .tt-suggestion-link {
  text-decoration: none;
  color: #000000;
}
.tt-suggestion .tt-suggestion-link .tt-suggestion-text {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  line-height: 13pt;
}
.tt-suggestion .tt-suggestion-link .tt-suggestion-text .tt-schools-in {
  font-style: italic;
  color: grey;
}
.tt-suggestion .tt-suggestion-link .tt-suggestion-text .tt-state-name {
  color: grey;
  font-size: 12px;
}

.tt-dataset-cities {
  font-size: 18px;
  line-height: 24px;
}

.tt-dataset-schools {
  font-size: 18px;
  line-height: 24px;
}

.tt-dataset-districts {
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  text-decoration: none;
  background: #eee;
}

.typeahead {
  background-color: #fff;
}

.twitter-typeahead {
  width: 100%;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-suggestion p {
  margin: 0;
}

.tt-hint {
  opacity: 1;
}

@media print {
  .us_share_buttons,
  .js-sbacTopNavigation,
  .video-container,
  .want-to-know-hdr,
  div.js-toolboxSelect,
  header[role=banner],
  section.newsletter-horizontal-container,
  section[role=footer],
  a.close-claim,
  .gs_ad_slot {
    display: none;
  }

  .exam-explainer .exam-claim .dn,
  .exam-explainer .exam-claim.collapse,
  .footer-print-logo {
    display: block;
  }

  @page {
    margin: 0.5cm;
  }
  section.exam-explainer {
    margin-bottom: 20px;
  }

  .exam-claim-hdr {
    padding: 10px 15px;
    margin-bottom: 20px;
    border-top: 1px solid #25b89a;
    background-color: #eee;
    text-align: center;
    margin-bottom: 0;
  }

  .want-to-know-content.collapse {
    height: auto;
    display: block;
  }

  .breadcrumbs {
    display: none;
  }

  .print-full-width {
    width: 100%;
  }
}
/* **************** SPRITE ***************** */
.iconx32-connect_with_us_buttons, .i-32-connect-fb, .i-32-connect-twitter, .i-32-connect-pinterest, .i-32-connect-gs-blog, .i-32-connect-youtube, .i-32-connect-fb-c, .i-32-connect-twitter-c, .i-32-connect-pinterest-c, .i-32-connect-gs-blog-c, .i-32-connect-youtube-c {
  display: inline-block;
  background-image: url("../img/140117-32x32_connect_with_us_buttons.png");
  width: 32px;
  height: 32px;
  /* **************** VIEWPORT ***************** */
}

.i-32-connect-fb {
  background-position: 0 0;
}

.i-32-connect-twitter {
  background-position: -32px 0px;
}

.i-32-connect-pinterest {
  background-position: -64px 0px;
}

.i-32-connect-gs-blog {
  background-position: -96px 0px;
}

.i-32-connect-youtube {
  background-position: -128px 0px;
}

.i-32-connect-fb-c {
  background-position: 0 32px;
}

.i-32-connect-twitter-c {
  background-position: -32px 32px;
}

.i-32-connect-pinterest-c {
  background-position: -64px 32px;
}

.i-32-connect-gs-blog-c {
  background-position: -96px 32px;
}

.i-32-connect-youtube-c {
  background-position: -128px 32px;
}

/* **************** SPRITE ***************** */
.iconx24-cue-cards, .i-24-cue-favorite, .i-24-cue-thumbs-down, .i-24-cue-comments, .i-24-cue-check-box, .i-24-cue-light-bulb {
  display: inline-block;
  background-image: url("../img/cue-card-sprites-24x24-v2.png");
  width: 24px;
  height: 24px;
  /* **************** VIEWPORT ***************** */
}

.i-24-cue-favorite {
  background-position: 0 0;
}

.i-24-cue-thumbs-down {
  background-position: -24px 0px;
}

.i-24-cue-comments {
  background-position: -48px 0px;
}

.i-24-cue-check-box {
  background-position: -72px 0px;
}

.i-24-cue-light-bulb {
  background-position: -96px 0px;
}

/* **************** SPRITE ***************** */
.iconx120-emotional-life, .i-120-eyeball, .i-120-crystal-ball, .i-120-halo, .i-120-people-heart, .i-120-glasses, .i-120-books {
  display: inline-block;
  background-image: url("../img/EmotionalLife_Sprites_120x120.png");
  width: 120px;
  height: 120px;
}

/* **************** VIEWPORT ***************** */
.i-120-eyeball {
  background-position: 0px 0;
}

.i-120-crystal-ball {
  background-position: -120px 0;
}

.i-120-halo {
  background-position: -240px 0;
}

.i-120-people-heart {
  background-position: -360px 0;
}

.i-120-glasses {
  background-position: -480px 0;
}

.i-120-books {
  background-position: -600px 0;
}

/* **************** SPRITE ***************** */
.iconx62-emotional-life, .i-62-bright-heart, .i-62-crystal-ball, .i-62-eyeball, .i-62-search {
  display: inline-block;
  background-image: url("../img/EmotionalLife_Sprites_62x62.png");
  width: 62px;
  height: 62px;
  /* **************** VIEWPORT ***************** */
}

.i-62-bright-heart {
  background-position: 0 0;
}

.i-62-crystal-ball {
  background-position: -62px 0px;
}

.i-62-eyeball {
  background-position: -124px 0px;
}

.i-62-search {
  background-position: -186px 0px;
}

.i-62-cue-cards {
  display: inline-block;
  background-image: url("../img/cue-card-icon.png");
  width: 67px;
  height: 60px;
}

/* **************** SPRITE ***************** */
.iconx48-emotional-life, .i-48-people-heart {
  display: inline-block;
  background-image: url("../img/EmotionalLife_Sprites_48x48.png");
  width: 48px;
  height: 48px;
  /* **************** VIEWPORT ***************** */
}

.i-48-people-heart {
  background-position: 0 0;
}

/* **************** SPRITE ***************** */
.iconx24-emotional-life, .i-24-conversation, .i-24-activities, .i-24-books-green, .i-24-camera, .i-24-download, .i-24-books-black {
  display: inline-block;
  background-image: url("../img/EmotionalLife_Sprites_24x24.png");
  width: 24px;
  height: 24px;
  /* **************** VIEWPORT ***************** */
}

.i-24-conversation {
  background-position: 0 0;
}

.i-24-activities {
  background-position: -24px 0px;
}

.i-24-books-green {
  background-position: -48px 0px;
}

.i-24-camera {
  background-position: -72px 0px;
}

.i-24-download {
  background-position: -96px 0px;
}

.i-24-books-black {
  background-position: -96px 0px;
}

/* **************** SPRITE ***************** */
.iconx24-SBAC, .i-24-expectation, .i-24-standard-not-met {
  display: inline-block;
  background-image: url("../img/SBAC-sprites-24x24.png");
  width: 24px;
  height: 24px;
}

/* **************** VIEWPORT ***************** */
.i-24-expectation {
  background-position: 0px 0;
  margin-right: 7px;
  float: left;
}

.i-24-standard-not-met {
  background-position: -24px 0;
  margin-right: 7px;
  float: left;
}

/* **************** SPRITE ***************** */
.iconx32-SBAC, .i-32-talk-to-teacher {
  display: inline-block;
  background-image: url("../img/SBAC-sprites-32x32.png");
  width: 32px;
  height: 32px;
}

/* **************** VIEWPORT ***************** */
.i-32-talk-to-teacher {
  background-position: 0px 0;
}

/* **************** SPRITE ***************** */
.iconx92-SBAC, .i-92-math, .i-92-literature {
  display: inline-block;
  background-image: url("../img/SBAC-sprites-92x92.png");
  width: 92px;
  height: 92px;
}

/* **************** VIEWPORT ***************** */
.i-92-math {
  background-position: 0px 0;
}

.i-92-literature {
  background-position: -92px 0;
}

/* **************** SPRITE ***************** */
.iconx36-SBAC, .i-36-math, .i-36-literature {
  display: inline-block;
  background-image: url("../img/SBAC-sprites-36x36-mobile.png");
  width: 36px;
  height: 36px;
}

/* **************** VIEWPORT ***************** */
.i-36-math {
  background-position: 0px 0;
}

.i-36-literature {
  background-position: -36px 0;
}

/* **************** SPRITE ***************** */
.iconx24-social, .i-24-conversation, .i-24-write, .i-24-notebook, .i-24-box, .i-24-download, .i-24-notebook-black, .i-24-twitter, .i-24-twitter:hover, .i-24-twitter:focus, .i-24-facbook, .i-24-facbook:hover, .i-24-facbook:focus {
  display: inline-block;
  background-image: url("../img/social-sprites.png");
  width: 24px;
  height: 24px;
}

/* **************** VIEWPORT ***************** */
.i-24-conversation {
  background-position: 0px 0px;
}

.i-24-write {
  background-position: -24px 0px;
}

.i-24-notebook {
  background-position: -48px 0px;
}

.i-24-box {
  background-position: -72px 0px;
}

.i-24-download {
  background-position: -96px 0px;
}

.i-24-notebook-black {
  background-position: -120px 0px;
}

.i-24-twitter {
  background-position: -144px 0px;
}
.i-24-twitter:hover, .i-24-twitter:focus {
  background-position: -144px -24px;
}

.i-24-facbook {
  background-position: -168px 0px;
}
.i-24-facbook:hover, .i-24-facbook:focus {
  background-position: -168px -24px;
}
