.owl-carousel .owl-wrapper-outer.autoHeight,
.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-stage:after,
.owl-carousel .owl-wrapper:after {
  content: ".";
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel,
.owl-carousel .owl-item,
.owl-controls,
html {
  -webkit-tap-highlight-color: transparent
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
  max-height: 340px
}

.fa,
.glyphicon {
  -moz-osx-font-smoothing: grayscale
}

.navbar-collapse::-webkit-scrollbar {
  width: 15px
}

.navbar-collapse::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 1);
  background-color: #fff
}

.navbar-collapse::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 2px solid #fff;
  background-color: rgba(102, 102, 102, 1)
}

.owl-carousel .owl-wrapper:after {
  display: block
}

.owl-carousel,
.owl-carousel .owl-wrapper {
  display: none;
  position: relative
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
  cursor: pointer
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-carousel {
  -ms-touch-action: pan-y;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
  display: block
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
  display: none
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.img-thumbnail,
.thumbnail {
  transition: all .2s ease-in-out
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1
}

.video-container {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  max-width: 640px
}

.video-container.vidyard-video {
  max-width: 100%
}

.video-container span[id^=vidyard_span] {
  max-width: 100% !important
}

.video-container span.loading-symbol {
  max-width: 640px;
  height: 360px;
  position: relative;
  display: block;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.video-container span.loading-symbol:after {
  content: "\f110";
  font-size: 40px;
  line-height: 360px;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2.5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

.video-container a,
.video-container a:visited {
  color: #0071a2;
  text-decoration: none
}

.video-container h1,
.video-container h2,
.video-container h3 {
  font-size: 14px;
  font-weight: 700
}

.video-container h1 {
  color: #c60;
  padding: 24px 0 10px
}

.video-container h2 {
  margin: 20px 0 6px
}

.video-container h3 {
  font-size: 12px;
  line-height: normal !important;
  margin: 0 !important;
  padding: 0
}

#jwp6,
#jwp6_wrapper {
  border: 1px solid #CCC;
  display: object
}

.video-container h2~p {
  padding-bottom: 30px
}

.video-container p {
  font-size: 12px;
  line-height: 20px
}

.video-container ul.nav {
  border-bottom: 1px #ccc solid;
  float: left;
  margin-top: 20px;
  padding-bottom: 10px;
  width: 100%
}

.video-container ul.nav li {
  float: left;
  padding: 0 20px;
  border-right: 1px #CCC solid
}

.video-container ul.nav li:last-child,
hr,
img {
  border: 0
}

.video-container ul.nav li.ui-state-active a {
  color: #CE3C23
}

.video-container ul.tabPanel {
  margin: 0 0 0 -110px
}

.video-container ul.tabPanel li {
  display: inline-block;
  min-height: 140px;
  margin: 20px 0 0 110px;
  vertical-align: top;
  width: 140px
}

.btn,
.btn-group,
.btn-group-vertical,
.caret,
.checkbox-inline,
.radio-inline,
img {
  vertical-align: middle
}

.video-container ul.tabPanel li img {
  margin-bottom: 8px
}

.active-video-state h3,
.active-video-state p {
  color: #333
}

.active-video-state img {
  box-shadow: 0 0 10px #555
}

.ie8 .active-video-state.video {
  position: relative;
  z-index: 1
}

.ie8 .active-video-state.video:after {
  background: url(//cdn.cengage.com/images/jwplayer/ie8-video-background.png) no-repeat;
  content: " ";
  position: absolute;
  padding: 80px;
  right: -11px;
  top: -9px;
  z-index: -1
}

@media (max-width:480px) {
  .video-container ul.nav li {
    float: none;
    padding: 5px 20px;
    border-right: 0;
    display: block;
    position: relative
  }

  .video-container ul.nav li:before {
    content: "·";
    font-size: 40px;
    top: -11px;
    left: 0;
    position: absolute;
    color: #AAA
  }
}

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

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: 0 0
}

b,
optgroup,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  margin: .67em 0
}

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

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

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

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

pre,
textarea {
  overflow: auto
}

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

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

.glyphicon,
address,
cite {
  font-style: normal
}

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 {
  padding: 0;
  border: 0
}

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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

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

td,
th {
  padding: 0
}

@media print {

  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid
  }

  * {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  blockquote,
  pre {
    border: 1px solid #999
  }

  thead {
    display: table-header-group
  }

  img {
    max-width: 100% !important
  }

  h2,
  h3,
  p {
    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,
  .dropup>.btn>.caret {
    border-top-color: #000 !important
  }

  .label {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important
  }
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open>.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-warning {
  background-image: none
}

@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.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased
}

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

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

.glyphicon-euro: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 {
  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"
}

*,
:after,
:before {
  box-sizing: border-box
}

html {
  font-size: 62.5%
}

body {
  line-height: 1.42857143;
  color: #333
}

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

a {
  color: #428bca;
  text-decoration: none
}

a:focus,
a:hover {
  color: #2a6496;
  text-decoration: underline
}

a:focus {
  outline-offset: -2px
}

figure {
  margin: 0
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto
}

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

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px
}

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

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

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%
}

.h1,
h1 {
  font-size: 36px
}

.h2,
h2 {
  font-size: 30px
}

.h3,
h3 {
  font-size: 24px
}

.h4,
h4 {
  font-size: 18px
}

.h5,
h5 {
  font-size: 14px
}

.h6,
h6 {
  font-size: 12px
}

p {
  margin: 0 0 10px
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4
}

dt,
label {
  font-weight: 700
}

address,
blockquote .small,
blockquote footer,
blockquote small,
dd,
dt,
pre {
  line-height: 1.42857143
}

@media (min-width:768px) {
  .lead {
    font-size: 21px
  }
}

.small,
small {
  font-size: 85%
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-muted {
  color: #999
}

.text-primary {
  color: #428bca
}

a.text-primary:hover {
  color: #3071a9
}

.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;
  background-color: #428bca
}

a.bg-primary:hover {
  background-color: #3071a9
}

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

pre code,
table {
  background-color: transparent
}

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

dl,
ol,
ul {
  margin-top: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

address,
dl {
  margin-bottom: 20px
}

ol,
ul {
  margin-bottom: 10px
}

.list-inline {
  margin-left: -5px
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}

dd {
  margin-left: 0
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dl-horizontal dd {
    margin-left: 180px
  }

  .container {
    width: 750px
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999
}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  color: #999
}

legend,
pre {
  display: block;
  color: #333
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014'
}

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

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

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

pre {
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0
}

.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px
}

.pre-scrollable {
  overflow-y: scroll
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

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

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

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

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

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

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

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

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

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

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

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

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

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

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

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

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

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

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

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

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

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

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

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

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

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

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

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

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

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

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

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

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

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

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

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

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

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

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

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

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

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

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

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

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

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

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

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

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

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

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

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

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

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

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

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

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left
  }

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

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

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

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

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

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

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

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

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

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

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

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

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

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

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

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

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

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

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

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

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

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  max-width: 100%
}

th {
  text-align: left
}

.table {
  width: 100%;
  margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  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>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

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

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

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  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,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap
  }

  .table-responsive>.table-bordered {
    border: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
  }
}

fieldset,
legend {
  padding: 0;
  border: 0
}

fieldset {
  min-width: 0;
  margin: 0
}

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none
}

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

.form-control,
output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block
}

input[type=file] {
  display: block
}

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

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

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

output {
  padding-top: 7px
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
  color: #3c763d
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1
}

textarea.form-control {
  height: auto
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  line-height: 34px;
  line-height: 1.42857143\9
}

input[type=date].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
input[type=time].input-sm {
  line-height: 30px
}

input[type=date].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
input[type=time].input-lg {
  line-height: 46px
}

.form-group {
  margin-bottom: 15px
}

.checkbox,
.radio {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label,
.radio label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

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

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

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

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

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-sm {
  height: 30px;
  line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

select.input-lg {
  height: 46px;
  line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 42.5px
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center
}

.collapsing,
.dropdown {
  position: relative
}

.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}

.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442
}

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

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

@media (min-width:768px) {

  .form-inline .control-label,
  .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-group {
    display: inline-block
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto
  }

  .form-inline .input-group>.form-control {
    width: 100%
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    float: none;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }

  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px
}

.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none
}

.btn.active,
.btn:active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #428bca;
  border-color: #357ebd
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.btn-link {
  font-weight: 400;
  color: #428bca;
  cursor: pointer;
  border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #999;
  text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

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

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

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

.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

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

.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

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

.dropdown-header,
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  line-height: 1.42857143
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  clear: both;
  font-weight: 400;
  color: #333;
  white-space: nowrap
}

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

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

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

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

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

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

.dropdown-header {
  font-size: 12px;
  color: #999
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto
  }

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

.nav-justified>.dropdown .dropdown-menu,
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2
}

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
  outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px
}

.btn .caret,
.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

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

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

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

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none
}

.btn-lg .caret {
  border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
  float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group,
.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.btn-group-vertical>.btn: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) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  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)>.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 {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%
}

.btn-group-justified>.btn-group .btn {
  width: 100%
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

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

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
  height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

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

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
  height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell
}

.nav>li,
.nav>li>a {
  display: block;
  position: relative
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-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 {
  position: relative
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px
}

.nav {
  padding-left: 10px;
  margin-bottom: 0;
  list-style: none
}

.nav>li>a {
  padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none
}

.nav>li.disabled>a {
  color: #999
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #428bca
}

.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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}

.nav-tabs.nav-justified>li {
  float: none
}

.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

.nav-pills>li {
  float: left
}

.nav-justified>li,
.nav-stacked>li {
  float: none
}

.nav-pills>li>a {
  border-radius: 4px
}

.nav-pills>li+li {
  margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #428bca
}

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

.nav-justified {
  width: 100%
}

.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center
}

.nav-tabs-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-justified>li>a {
    margin-bottom: 0
  }

  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }

  .navbar-header {
    float: left
  }

  .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-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0
  }
}

.embed-responsive,
.modal-open,
.progress {
  overflow: hidden
}

@media (max-width:480px) and (orientation:landscape) {

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

.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;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

@media (min-width:768px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }

  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-static-top {
    border-radius: 0
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

.navbar-nav {
  margin: 7.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 .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none
  }
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }

  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px
  }

  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important
  }
}

.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin: 8px -15px
}

@media (min-width:768px) {

  .navbar-form .control-label,
  .navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .form-group {
    display: inline-block
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto
  }

  .navbar-form .input-group>.form-control {
    width: 100%
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    float: none;
    margin-left: 0
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }

  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px
  }
}

.breadcrumb>li,
.pagination {
  display: inline-block
}

.btn .badge,
.btn .label {
  top: -1px;
  position: relative
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }
}

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  background-color: #e7e7e7
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808
}

.navbar-inverse .navbar-brand {
  color: #999
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
  color: #999
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  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:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #080808
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #999
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #999
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #999
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"
}

.breadcrumb>.active {
  color: #999
}

.pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.pager li,
.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.badge,
.label {
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,
.pager .next>span {
  float: right
}

.pager .previous>a,
.pager .previous>span {
  float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  color: #fff;
  border-radius: .25em
}

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

.label:empty {
  display: none
}

.label-default {
  background-color: #999
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: gray
}

.label-primary {
  background-color: #428bca
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #3071a9
}

.label-success {
  background-color: #5cb85c
}

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

.label-info {
  background-color: #5bc0de
}

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

.label-warning {
  background-color: #f0ad4e
}

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

.label-danger {
  background-color: #d9534f
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
  background-color: #999;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.list-group-item,
.media-object,
.thumbnail {
  display: block
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px
}

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

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

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit
}

.nav-pills>li>a>.badge {
  margin-left: 3px
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #eee
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200
}

.alert,
.thumbnail {
  margin-bottom: 20px
}

.alert .alert-link,
.close {
  font-weight: 700
}

.jumbotron>hr {
  border-top-color: #d5d5d5
}

.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-right: 60px;
    padding-left: 60px
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px
  }
}

.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px
}

.thumbnail a>img,
.thumbnail>img {
  margin-right: auto;
  margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #428bca
}

.thumbnail .caption {
  padding: 9px;
  color: #333
}

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

.alert h4 {
  margin-top: 0;
  color: inherit
}

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

.modal,
.modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #2b542c
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

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

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

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

.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 {
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(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: #428bca;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .6s ease
}

.close,
.list-group-item>.badge {
  float: right
}

.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px
}

.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #999;
  background-color: transparent;
  background-image: none;
  box-shadow: none
}

.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-success,
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-success {
  background-color: #5cb85c
}

.progress-bar-info {
  background-color: #5bc0de
}

.progress-bar-warning {
  background-color: #f0ad4e
}

.progress-bar-danger {
  background-color: #d9534f
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1
}

.media,
.media .media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

.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 {
  padding-left: 0;
  margin-bottom: 20px
}

.list-group-item {
  position: relative;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.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:focus,
a.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #999;
  background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #999
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading {
  color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #e1edf7
}

.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:focus,
a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
  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:focus,
a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
  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:focus,
a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
  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:focus,
a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>a {
  color: inherit
}

.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;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-title,
.panel>.list-group,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0
}

.panel-body {
  padding: 15px
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel-title {
  margin-top: 0;
  font-size: 16px
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel-group .panel-heading,
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}

.panel>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.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,
.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: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:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.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,
.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: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:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.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,
.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 {
  border-bottom-left-radius: 3px
}

.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,
.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 {
  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 td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0
}

.panel-group {
  margin-bottom: 20px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px
}

.panel-group .panel+.panel {
  margin-top: 5px
}

.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: #333;
  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: #428bca
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #428bca
}

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15)
}

.well-lg {
  padding: 24px;
  border-radius: 6px
}

.well-sm {
  padding: 9px;
  border-radius: 3px
}

.close {
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.modal-content,
.popover {
  background-clip: padding-box
}

.modal {
  position: fixed;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.in .modal-dialog {
  -webkit-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, .2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}

.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,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top .tooltip-arrow {
  left: 50%;
  margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
  left: 5px
}

.tooltip.top-right .tooltip-arrow {
  right: 5px
}

.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,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  top: 0
}

.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
  left: 5px
}

.tooltip.bottom-right .tooltip-arrow {
  right: 5px
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  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
}

.carousel,
.carousel-inner {
  position: relative
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  content: "";
  border-width: 10px
}

.popover.bottom>.arrow:after,
.popover.left>.arrow:after,
.popover.right>.arrow:after,
.popover.top>.arrow:after {
  content: " "
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
  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, .25)
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  border-right-width: 0;
  border-left-color: #fff
}

.carousel-inner {
  width: 100%;
  overflow: hidden
}

.carousel-inner>.item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn,
.text-hide {
  text-shadow: none
}

@media screen and (min-width:768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px
  }

  .carousel-indicators {
    bottom: 20px
  }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

body,
html {
  float: left
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0
}

.hidden {
  visibility: hidden !important
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }

  table.visible-xs {
    display: table
  }

  tr.visible-xs {
    display: table-row !important
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important
  }

  .visible-xs-block {
    display: block !important
  }

  .visible-xs-inline {
    display: inline !important
  }

  .visible-xs-inline-block {
    display: inline-block !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
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important
  }

  .visible-sm-block {
    display: block !important
  }

  .visible-sm-inline {
    display: inline !important
  }

  .visible-sm-inline-block {
    display: inline-block !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
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important
  }

  .visible-md-block {
    display: block !important
  }

  .visible-md-inline {
    display: inline !important
  }

  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important
  }

  table.visible-lg {
    display: table
  }

  tr.visible-lg {
    display: table-row !important
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important
  }

  .visible-lg-block {
    display: block !important
  }

  .visible-lg-inline {
    display: inline !important
  }

  .visible-lg-inline-block {
    display: inline-block !important
  }

  .hidden-lg {
    display: none !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
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }

  table.visible-print {
    display: table
  }

  tr.visible-print {
    display: table-row !important
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important
  }
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }

  .hidden-print {
    display: none !important
  }
}

.fa,
.fa-stack {
  display: inline-block
}

/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.1, built on 2014-08-22 4:55:09 PM
 * @author      https://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */
.bv-form .help-block {
  margin-bottom: 0
}

.bv-form .tooltip-inner {
  text-align: left
}

.fa-fw,
.fa-li,
.market-title {
  text-align: center
}

.nav-tabs li.bv-tab-success>a {
  color: #3c763d
}

.nav-tabs li.bv-tab-error>a {
  color: #a94442
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.3.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

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

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

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

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

.fa-fw {
  width: 1.28571429em
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em
}

.fa-li.fa-lg {
  left: -1.85714286em
}

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

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

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

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

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

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

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

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

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

.row,
body {
  height: 100%
}

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

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

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

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158"
}

.fa-krw:before,
.fa-won:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

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

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before,
.fa-genderless:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hnIqOjjg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hoIqOjjg.woff2) format('woff2');
  unicode-range: U+0370-03FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hkIqOjjg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format('woff2');
  unicode-range: U+0370-03FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhvIqOjjg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhnIqOjjg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhoIqOjjg.woff2) format('woff2');
  unicode-range: U+0370-03FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhkIqOjjg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhlIqOjjg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhrIqM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhnIqOjjg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhoIqOjjg.woff2) format('woff2');
  unicode-range: U+0370-03FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhkIqOjjg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hmIqOjjg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hvIqOjjg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hnIqOjjg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hoIqOjjg.woff2) format('woff2');
  unicode-range: U+0370-03FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hkIqOjjg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hlIqOjjg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hrIqM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: summerFont;
  src: url(Summer-Font-Regular.woff) format('woff'), url(Summer-Font-Regular.otf) format('opentype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: summerFontItalic;
  src: url(Summer-Font-Regular-Italic.woff) format('woff'), url(Summer-Font-Regular-Italic.otf) format('opentype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: summerFontLight;
  src: url(Summer-Font-Light.woff) format('woff'), url(Summer-Font-Light.otf) format('opentype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: summerFontLightItalic;
  src: url(Summer-Font-Light-Italic.woff) format('woff'), url(Summer-Font-Light-Italic.otf) format('opentype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: summerFontBold;
  src: url(Summer-Font-Bold.woff) format('woff'), url(Summer-Font-Bold.otf) format('opentype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: summerFontBoldItalic;
  src: url(Summer-Font-Bold-Italic.woff) format('woff'), url(Summer-Font-Bold-Italic.otf) format('opentype');
  font-weight: 400;
  font-style: normal
}

body {
  background-color: #FFF;
  margin: 71px auto 0;
  width: 100%;
  font: 400 12px/1 'Open Sans', Arial, Helvetica, sans-serif;
  padding-bottom: 170px
}

.eltBody .market-title,
.eltBody .menu_item a {
  font-family: "Open Sans"
}

html {
  min-height: 100%;
  position: relative;
  width: 100%
}

.endeca-slot {
  position: inherit
}

#NGLRedesignpageContainer,
#pageContainer {
  display: initial;
  position: relative;
  float: left;
  width: 100%
}

.row {
  margin: 0;
  width: 100% !important
}

#header_include {
  height: 70px;
  border-bottom: 2px solid #9c9c9c;
  margin-bottom: 1px;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  min-height: 70px;
  z-index: 99
}

.mainPageContainer {
  width: 90%;
  margin: 0 auto
}

.container {
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%
}

#header_include .title a {
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 0;
  height: 52px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 100%;
  background-size: contain
}

.market-title {
  font-size: 20px;
  color: #333;
  font-weight: 800;
  position: relative;
  height: 100%;
  padding-top: 20px
}

.largeTitle {
  display: block
}

.smallTitle {
  display: none
}

#headerLeftMenu button {
  width: 38px;
  padding: 0;
  border: none;
  min-height: 46px
}

#headerLeftMenu button:focus {
  outline: 0
}

#headerLeftMenu button.btnMenuImg {
  background: url(../images/btn_menu.jpg) center no-repeat;
  background-size: contain
}

#headerLeftMenu #btnMenuImgId {
  display: inline-block
}

#headerLeftMenu button.btnSearchImg {
  background: url(../images/btn_search.jpg) center no-repeat;
  background-size: contain
}

#header_include .navbar {
  margin: 9px 0 0
}

#header_include .navbar-header {
  float: none
}

#header_include .navbar-toggle {
  display: block
}

#header_include .navbar-collapse.collapse {
  display: none !important
}

#header_include .navbar-collapse.collapse.in {
  display: block !important
}

#header_include .navbar-nav {
  float: none !important
}

#header_include .navbar-nav>li {
  float: none;
  z-index: 1;
}

#header_include .headerLeftMenuSubmenu.navbar-collapse {
  max-height: none
}

#headerLeftMenuLinks,
.eltBody ul#headerLeftSearchLinks,
ul#headerLeftSearchLinks {
  max-height: 300px;
  max-width: 300px;
  overflow-y: auto !important
}

#headerLeftMenuLinks>li {
  height: 42px;
  background-color: #fff;
  cursor: pointer
}

#headerLeftMenuLinks>li a {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  text-align: left;
  padding: 8px;
  vertical-align: middle;
  display: flex;
  cursor: pointer
}

#headerMenuContainer span#menuText,
.fa.menuLinksIcon {
  text-align: center
}

#headerLeftMenuLinks>li:focus,
#headerLeftMenuLinks>li:hover,
#headerLeftMenuLinks>li>a:focus,
#headerLeftMenuLinks>li>a:hover {
  background-color: #bdbdbd
}

ul#headerLeftMenuLinks {
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  z-index: 9;
  border-top: 12px solid #269abc;
}

#headerLeftMenu .navbar-header {
  float: right
}

#headerLeftMenu .navbar-header>span#menuText {
  font-weight: 900;
  font-size: 9px;
  line-height: 2px;
  display: inherit
}

.fa.menuLinksIcon {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  font-size: 24px;
  color: #666;
  background-color: #fff;
  display: inline-block;
  font-style: normal;
  cursor: pointer;
  line-height: 19px
}

.eltBody #header_include .navbar-toggle,
.eltBody .dropdown-toggle .fa.menuLinksIcon {
  display: none
}

.visibilityHidden {
  visibility: hidden
}

.subMenuparent.collapsed>i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

ul.headerLeftMenuSubmenu {
  padding: 0;
  margin: 0
}

ul.headerLeftMenuSubmenu>li {
  border: 1px solid #949799;
  border-radius: 3px;
  background-color: #fff;
  margin-top: 1px;
  height: 42px
}

ul.headerLeftMenuSubmenu>li>a {
  font-size: 16px;
  color: #666;
  padding: 10px 15px
}

ul.headerLeftMenuSubmenu>li>a:focus,
ul.headerLeftMenuSubmenu>li>a:hover {
  background-color: #bdbdbd;
}

#headerSearchContainer {
  margin-right: 5%
}

ul#headerLeftSearchLinks {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  border-top: 12px solid #269abc;
}

#header-search {
  border: 1px solid #269abc;
  border-radius: 3px;
  background-color: #fff;
  height: 42px;
  width: 100%;
  padding-left: 38px;
  font-size: 12px;
  color: #000;
  line-height: 1.2;
  text-align: left
}

button#header-submit {
  position: absolute;
  border: none;
  height: 42px;
  top: 0;
  background: 0 0;
  color: #0071a2;
  width: 38px;
  font-size: 28px;
  padding: 1px 6px
}

#headerLeftSearchLinks>li:not(:first-child) {
  background-color: #fff;
  height: 42px
}

#headerLeftSearchLinks>li>a {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  text-align: left;
  padding: 8px;
  height: 100%
}

ul#headerLeftSearchLinks>li>a:focus,
ul#headerLeftSearchLinks>li>a:hover {
  background-color: #bdbdbd;
}

#header_include.school .title a {
  font-size: 0;
  height: 58px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 100%
}

.eltBody #header_include .navbar {
  margin: 25px 0 0
}

.eltBody #header_include .navbar-nav>li {
  float: left;
  margin-top: 2px
}

.eltBody #HamburgerMenu .nav>li>a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  text-align: center;
  padding-left: 38px;
  padding-top: 0;
  padding-bottom: 0
}

.eltBody #header_include {
  height: auto;
  border-bottom: 2px solid #000;
  margin-bottom: 1px;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #000;
  min-height: 70px;
  z-index: 99
}

.eltBody #header_include .title a {
  font-size: 0;
  height: 80px;
  left: 0;
  position: absolute;
  top: 15px;
  bottom: 10px;
  width: 100%;
  background-size: 204px 80px
}

.eltBody .market-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: .833;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 5px
}

.eltBody .elt-ngl-search {
  border: 1px solid #fff;
  border-radius: 3px
}

.eltBody #headerLeftMenu {
  width: auto
}

.eltBody .navbar-default .container-fluid {
  padding-left: 0;
  padding-right: 0
}

.eltBody .HamburgerMenuContainer {
  margin-top: 44px
}

.eltBody #HamburgerMenu .navbar-nav {
  float: none;
  margin: 0
}

.eltBody #header_include .navbar {
  color: #000;
  background-color: #000;
  border-color: #000;
  margin-bottom: 0
}

.eltBody #header_include .navbar .navbar-brand li {
  list-style: none
}

.eltBody #header_include .navbar .navbar-brand {
  padding-left: 0
}

.eltBody #header_include .navbar-search {
  padding-top: 23px
}

.eltBody #header_include .navbar .navbar-search a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  text-align: center;
  line-height: 1
}

.eltBody #header_include .navbar .navbar-brand .dropdown-menu {
  width: 360px;
  border: none;
  background: 0 0;
  box-shadow: none
}

.eltBody #HamburgerMenu .navbar-nav>li>.dropdown-menu {
  margin-top: 16px
}

.eltBody #header_include .catalog {
  margin-left: -15px;
  margin-right: -15px
}

.eltBody #headerLeftMenu button:focus {
  outline-color: transparent;
  outline-style: none
}

.eltBody .no-padding-margin {
  padding: 0;
  margin: 0
}

.eltBody #HamburgerMenu .nav>li>a:focus,
.eltBody #HamburgerMenu .nav>li>a:hover {
  background-color: transparent
}

.eltBody #headerLeftMenu .navbar-header {
  float: left
}

.eltBody .headerDivider {
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 108px;
  z-index: 9
}

.eltBody #headerLeftMenu .navbar {
  min-height: 0
}

.eltBody #header_include #headerLeftMenu .navbar {
  margin: 0;
  padding-top: 9px
}

.eltBody .menu_items {
  border-width: 1px;
  border-color: #949799;
  border-style: solid;
  border-radius: 3px;
  background-color: #fff;
  width: 100%;
  height: auto
}

.eltBody .menu_item {
  border: 1px solid #949799
}

.eltBody .menu_item a {
  font-size: 16px;
  color: #666;
  line-height: 1.125;
  text-align: left;
  margin-left: 25px
}

ul.nav.navbar-nav .dropdown.open .dropdown-toggle {
  background-color: transparent
}

#HamburgerMenu>ul>li {
  width: 25%
}

.dropdown .open a i,
.eltBody .dropdown a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.eltBody ul#headerLeftSearchLinks {
  padding: 0;
  margin-left: 2px;
  position: absolute;
  width: 100%;
  margin-top: 6px;
  z-index: 9;
  height: 440px !important;
  list-style-type: none
}

.eltBody #header-search {
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  height: 46px;
  width: 100%;
  padding-left: 38px;
  font-size: 12px;
  color: #000;
  line-height: 1.2;
  text-align: left
}

.eltBody button#header-submit {
  position: absolute;
  border: none;
  height: 42px;
  top: 0;
  background: 0 0;
  color: #000;
  width: 38px;
  font-size: 28px;
  padding: 1px 6px
}

.eltBody #headerLeftSearchLinks>li:not(:first-child) {
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #000;
  height: 42px;
  margin-top: 2px;
  width: 100%
}

.eltBody #subMenuItems>li {
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
  height: 42px;
  margin-top: 2px;
  width: 100%
}

.eltBody #headerLeftSearchLinks>li>a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  text-align: left;
  padding: 10px;
  display: block
}

.eltBody #headerLeftSearchLinks>li>a>span {
  margin-left: 8px
}

.eltBody #subMenuItems>li>a {
  color: #000;
  text-decoration: none;
  font-size: 17px;
  text-align: left;
  padding-left: 8px;
  line-height: 2.5
}

.eltBody #subMenuItems {
  padding: 0;
  margin: 0
}

.eltBody .dropdown-menu-left {
  margin-left: 40px
}

.eltBody #menu_contact_sales_mobile,
.eltBody .menu_contact_sales .mobile-only {
  display: none
}

.eltBody .catalog {
  margin: 0;
  width: 100% !important;
  height: 100%
}

@media(min-width:1200px) {
  .eltBody .HamburgerMenuContainer {
    margin-left: -17px
  }
}

@media (min-width:1025px) {
  .eltBody #header_include .navbar-collapse.collapse {
    display: block !important
  }

  .eltBody .heading {
    margin-top: 20px
  }
}

@media (max-width:1024px) {

  .eltBody .alignCatalog,
  .eltBody .headerDivider {
    display: none
  }

  .eltBody #header_include .navbar {
    margin: 20px 0 0
  }

  .eltBody #headerLeftMenu button {
    width: 38px;
    padding: 0;
    border: none;
    min-height: 46px;
    margin-top: 4px
  }

  .eltBody #header_include {
    height: auto;
    border-bottom: 0 solid #000;
    margin-bottom: 1px;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #000;
    min-height: 70px;
    z-index: 99
  }

  .eltBody #header_include .title a {
    font-size: 0;
    height: 52px;
    left: 0;
    position: absolute;
    width: 100%;
    background-size: contain;
    margin-left: 25px;
    top: 10px
  }

  .eltBody .catalog-collapse i {
    font-size: 32px;
    padding-left: 6px
  }

  .eltBody .catalog-collapse span {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    padding-top: 4px
  }

  .eltBody #headerLeftMenu {
    float: right;
    margin-top: -9px
  }

  .eltBody #header_include .navbar-toggle {
    display: block
  }

  .eltBody #header_include .navbar-collapse.collapse .in {
    display: block !important;
    padding: 0
  }

  .eltBody #header_include .navbar-collapse.collapse {
    display: none
  }

  .eltBody .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    padding: 3px;
    border-radius: 3px;
    width: 30px
  }

  .eltBody .navbar-default .navbar-toggle .toggle-text {
    color: #fff;
    font-size: 10px;
    float: left;
    margin-top: 5px
  }

  .eltBody #header_include .navbar-search {
    padding-top: 3px;
    padding-right: 15px
  }

  .eltBody .HamburgerMenuContainer {
    position: absolute;
    width: 41.5%;
    margin-top: 75px
  }

  .eltBody .market-title {
    font-size: 18px;
    font-family: "Open Sans";
    color: #fff;
    line-height: 2.222;
    text-align: center;
    padding-top: 17px
  }

  .eltBody #HamburgerMenu .nav>li>a,
  .eltBody .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans";
    line-height: 1.2;
    text-align: left
  }

  .eltBody #HamburgerMenu .navbar-nav>li:not(:first-child) {
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #000;
    height: 42px;
    width: 100%
  }

  .eltBody #HamburgerMenu .navbar-nav>li:first-child {
    background-color: #941600;
    border: 1px solid #fff;
    height: 42px;
    width: 100%
  }

  .eltBody #HamburgerMenu>ul {
    padding: 0;
    margin: 0;
    width: 100%
  }

  .eltBody .menu_contact_sales .mobile-only {
    display: inline-block
  }

  .eltBody .about {
    display: block
  }

  .eltBody #HamburgerMenu .nav>li>a {
    text-decoration: none;
    display: block;
    padding: 8px
  }

  .eltBody #HamburgerMenu .nav>li>a>span {
    margin-left: 10px
  }

  .eltBody .dropdown-toggle .fa.menuLinksIcon {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-size: 24px;
    color: #666;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    font-style: normal;
    cursor: pointer;
    line-height: 19px
  }

  .eltBody .dropdown-menu-left {
    margin: 0
  }

  .eltBody #HamburgerMenu .navbar-nav>li>.dropdown-menu {
    margin-top: 0
  }

  .eltBody #HamburgerMenu>ul {
    height: auto;
    min-height: 200px
  }

  .eltBody .catalog {
    margin: 0;
    width: 103% !important;
    height: 100%
  }

  .eltBody .navbar-default .navbar-toggle:hover {
    background-color: transparent
  }
}

@media (max-width:991px) {
  body {
    padding-bottom: 168px
  }

  .eltBody .HamburgerMenuContainer {
    position: absolute;
    width: 50%;
    margin-top: 75px
  }

  .container {
    padding: 0 15px
  }
}

@media (max-width:767px) {
  body {
    padding-bottom: 300px
  }

  .container {
    padding: 0 12px
  }

  .eltBody #header_include .title a {
    font-size: 0;
    height: 52px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    margin-left: 0
  }

  .eltBody .HamburgerMenuContainer {
    position: absolute;
    width: 104%;
    margin-top: 70px;
    margin-left: -30px
  }

  .eltBody ul#headerLeftSearchLinks {
    margin-left: 4px
  }

  .eltBody .market-title {
    font-size: 15.8px;
    font-family: "Open Sans";
    color: #fff;
    line-height: 2.532;
    text-align: center;
    padding-top: 17px
  }

  .eltBody #header_include .navbar {
    padding-top: 7px;
    margin-top: 0
  }

  .eltBody #headerLeftMenu {
    margin-top: 0;
    margin-bottom: 1px
  }

  .eltBody #headerLeftMenu button {
    width: 38px;
    padding: 5px 0 0;
    border: none;
    min-height: 46px;
    margin-top: 4px
  }

  .largeTitle {
    display: none
  }

  .smallTitle {
    display: block
  }

  .eltBody #header_include .navbar-search {
    padding-top: 5px;
    padding-right: 8px
  }

  #headerLeftMenuLinks {
    height: 400px !important
  }

  #headerLeftMenu button {
    width: 36px;
    padding: 0;
    border: none;
    min-height: 49px
  }

  .market-title {
    font-size: 18px;
    -moz-transform: matrix(1.146875, 0, 0, 1.13953488372093, 0, 0);
    -webkit-transform: matrix(1.146875, 0, 0, 1.13953488372093, 0, 0);
    -ms-transform: matrix(1.146875, 0, 0, 1.13953488372093, 0, 0)
  }

  .logoMobWidth {
    width: 55%
  }

  .marketTitleMobWidth {
    width: 17%
  }
}

@media (max-width:424px) {
  .largeTitle {
    display: none
  }

  .smallTitle {
    display: block
  }

  .eltBody #header_include .navbar {
    color: #000;
    background-color: #000;
    border-color: #000;
    margin-bottom: 0;
    padding-left: 25px
  }

  .eltBody #header_include.school .navbar {
    float: right;
    width: 100%
  }

  .eltBody #header_include.school .logoMobWidth {
    width: 63%
  }

  .eltBody #header_include.school #headerLeftMenu {
    width: 25%
  }

  .eltBody .marketTitleMobWidth {
    width: 12%
  }

  .eltBody .catalog {
    margin: 0;
    width: 107% !important;
    height: 100%
  }

  .eltBody .HamburgerMenuContainer {
    position: absolute;
    width: 107%;
    margin-top: 70px;
    margin-left: -28px
  }
}

@media (max-width:375px) {
  #header_include.school .navbar {
    float: right;
    width: 100%
  }

  #header_include.school .logoMobWidth {
    width: 63%
  }

  #header_include.school #headerLeftMenu {
    width: 25%
  }

  .marketTitleMobWidth {
    width: 12%
  }
}

@media (min-width:326px) and (max-width:374px) {
  body {
    padding-bottom: 327px
  }
}

@media (max-width:325px) {
  body {
    padding-bottom: 327px
  }
}

@media (max-width:340px) {
  #header_include.school .logoMobWidth {
    width: 60%
  }

  .marketTitleMobWidth {
    width: 13%
  }

  #header_include.school .title a {
    background-size: 100%
  }

  #header_include.school #headerLeftMenu {
    width: 27%
  }
}

@media(max-width:360px) {
  .eltBody #headerLeftMenu {
    float: right;
    margin-top: 0;
    margin-bottom: 1px
  }

  .eltBody #header_include .navbar {
    padding-left: 0
  }
}

#footer_include {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0
}

.footerContainer {
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
}

.footerOpenContainer {
  background-color: #05374d;
  padding: 10px 0 20px
}

#footerHeaderText {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.167;
  margin: 10px 0 23px;
  display: inline-block;
  text-decoration: none
}

#schoolFooterMiddleHeaderText {
  font-size: 18px;
  color: #fff;
  line-height: 27px;
  margin: 10px 0 13px
}

#schoolFooterMiddleHeaderText a {
  color: #fff;
  text-decoration: none
}

.footerLeftContainer,
.footerRightContainer {
  color: #fff;
  float: left;
  position: relative;
  width: 100%
}

.footersubHeader {
  width: 100%;
  font-size: 30px;
  font-family: summerFontBold;
  color: #fff;
  line-height: .933
}

.footerLeftContainer .footersubHeader,
.footerRightContainer .footersubHeader {
  text-align: left
}

.schoolSocialMediaLogoContainer {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 10px;
  display: flex;
  align-items: baseline;
}

.socialMediaLogo a {
  width: 30px;
  height: 30px;
  position: relative
}

.footerLeftContainer .socialMediaLogo a {
  float: left;
  margin-right: 4%
}

.footerRightContainer .schoolSocialMediaLogoContainer .socialMediaLogo a {
  float: left;
  margin-right: 1%
}

.schoolSocialMediaLogoContainer ul {
  display: inline-flex;
}

#footer_include .navbar,
#footer_include .navbar-header,
.footerMenuButtonContainer {
  float: right;
  position: relative
}

.facebookLogo {
  background: url(../images/Facebook.png) left center no-repeat
}

.twitterLogo {
  background: url(../images/Twitter.png) left center no-repeat
}

.instagramLogo {
  background: url(../images/Instagram.png) left center no-repeat
}

.youtubeLogo {
  background: url(../images/YouTube.png) left center no-repeat
}

.findLogo {
  background: url(../images/find.png) left center no-repeat
}

.callLogo {
  background: url(../images/call.png) left center no-repeat
}

.mailLogo {
  background: url(../images/email.png) left center no-repeat
}

#footerCollapseMainContainer {
  margin: 2px 0 0
}

#footerCollapseMainContainer.navbar-collapse {
  padding: 0
}

#footerCollapseMainContainer .footerPadding {
  padding: 40px 0
}

.footerMenuButtonContainer button {
  margin-right: 0;
  padding: 0
}

.footerMenuButtonContainer button span.icon-bar {
  background-color: #fff;
  width: 30px;
  border-radius: 3px;
  height: 6px
}

#footer_include .navbar {
  margin-bottom: 0
}

#footer_include .navbar-toggle {
  display: block
}

#footer_include .navbar-collapse.collapse {
  display: none !important
}

#footer_include .navbar-collapse.collapse.in {
  display: block !important
}

#footer_include .navbar-nav {
  float: none !important
}

#footer_include .navbar-nav>li {
  float: none
}

#footer_include .nav>li>a:focus,
#footer_include .nav>li>a:hover {
  background-color: transparent
}

.footercolumnContainer {
  width: 100%;
  position: relative;
  float: left;
  margin-right: 2%;
  color: #fff
}

.schoolFootercolumnContainer .countryUSText {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin: 10px 10px 15px 0;
  line-height: 1.429
}

.schoolFootercolumnContainer.footercolumnContainer li {
  width: 103px;
  position: relative;
  float: left
}

.schoolFootercolumnContainer.footercolumnContainer #countryColumn {
  width: 138px
}

.footercolumnContainer ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 1.429;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400
}

#EltfooterHeaderText {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.167;
  margin: 0;
  display: inline-block;
  text-decoration: none
}

#EltfooterHeaderText:hover {
  text-decoration: none;
  color: #fff
}

#footerMiddleHeaderText {
  font-size: 18px;
  color: #fff;
  line-height: 27px;
  margin: 0
}

#footerMiddleHeaderText a {
  color: #fff;
  text-decoration: none
}

.EltfooterOpenContainer {
  background-color: #000;
  padding: 10px 0
}

.EltfooterRightText {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.556;
  text-align: right
}

.EltfooterContactLink {
  color: #fff;
  text-decoration: none;
  display: block
}

.EltfooterContactLink:hover {
  color: #fff;
  text-decoration: none
}

.socialMediaLogoContainer {
  position: relative;
  width: 100%;
  float: right;
  margin-top: 10px
}

.footerRightContainer .socialMediaLogo a {
  float: right;
  margin-left: 4%
}

.EltfooterOpenContainer .footercolumnContainer {
  margin-right: 10px;
  width: 135px
}

.EltfooterOpenContainer .countryUSText {
  font-size: 14px;
  color: #fff;
  margin: 10px 15px 10px 0;
  line-height: 1.429;
  font-weight: 400
}

.EltfooterOpenContainer .footercolumnContainer ul li a {
  font-size: 14px;
  color: #fff;
  padding-left: 0;
  line-height: 1.429;
  font-weight: 400
}

.EltfooterOpenContainer #eltCountryColumn {
  margin-right: 25px;
  width: 145px
}

@media (max-width:991px) {
  .footerContainer {
    padding: 0 43px
  }

  .footerOpenContainer {
    padding: 10px 0 5px
  }

  #footerHeaderText {
    font-size: 20px;
    line-height: 1.4;
    -moz-transform: matrix(1.00677490234375, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1.00677490234375, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1.00677490234375, 0, 0, 1, 0, 0);
    margin: 10px 0
  }

  .footersubHeader {
    font-size: 25px;
    line-height: 1.4;
    text-align: left
  }

  #schoolFooterMiddleHeaderText {
    font-size: 14px;
    margin: 10px 0 13px
  }

  .schoolFootercolumnContainer.footercolumnContainer li {
    width: 100px
  }

  .schoolFootercolumnContainer.footercolumnContainer li a {
    padding-top: 0
  }

  .schoolFootercolumnContainer .countryUSText {
    margin: 0 10px 15px 0
  }

  #EltfooterHeaderText {
    font-size: 20px
  }

  #footerMiddleHeaderText {
    font-size: 12px;
    line-height: 27px
  }

  .EltfooterRightText {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1.556;
    text-align: right
  }

  .EltfooterOpenContainer .countryUSText,
  .EltfooterOpenContainer .footercolumnContainer ul li a {
    font-size: 12px
  }

  .EltfooterOpenContainer #eltCountryColumn,
  .EltfooterOpenContainer .footercolumnContainer {
    margin-right: 10px;
    width: initial
  }
}

@media (max-width:767px) {
  .footerContainer {
    padding: 0 12px
  }

  .footerOpenContainer {
    padding: 0
  }

  .footercolumnContainer {
    margin-right: 3%;
    width: 100%
  }

  #footerHeaderText,
  #schoolFooterMiddleHeaderText {
    margin: 10px 0
  }

  .schoolFootercolumnContainer.footercolumnContainer li {
    width: 117px
  }

  .EltfooterOpenContainer {
    padding: 20px 0
  }

  #EltfooterHeaderText {
    font-size: 18px;
    -moz-transform: matrix(1.00677490234375, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1.00677490234375, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1.00677490234375, 0, 0, 1, 0, 0)
  }

  #footerMiddleHeaderText {
    font-size: 14px;
    line-height: 27px;
    text-align: left;
    margin: 8px 0
  }

  .EltfooterRightText {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 1.556;
    text-align: right
  }

  .EltfooterOpenContainer .countryUSText {
    font-size: 12px;
    margin: 0;
    padding: 10px 0
  }

  .EltfooterOpenContainer .footercolumnContainer ul li a {
    font-size: 12px;
    padding: 10px 0
  }

  .EltfooterOpenContainer #eltCountryColumn,
  .EltfooterOpenContainer .footercolumnContainer {
    margin-right: 7px;
    width: 110px
  }
}

@media (max-width:375px) {
  .schoolFootercolumnContainer.footercolumnContainer li {
    width: 106px
  }
}

@media (max-width:325px) {
  #footerHeaderText {
    font-weight: 600
  }

  .schoolFootercolumnContainer.footercolumnContainer li {
    width: 100px
  }

  .footercolumnContainer {
    margin-right: 2%;
    width: 100%
  }

  .EltfooterOpenContainer {
    padding: 10px 0
  }

  .EltfooterOpenContainer #eltCountryColumn,
  .EltfooterOpenContainer .footercolumnContainer {
    width: 110px
  }

  #footerMiddleHeaderText {
    margin: 3px 0
  }

  #EltfooterHeaderText {
    font-size: 16px
  }

  .EltfooterRightText {
    font-size: 14px
  }
}

@media (max-width:1199px) and (min-width:1025px) {
  .eltBody .HamburgerMenuContainer {
    margin-top: -3%;
    width: 100%;
    margin-left: 7%
  }

  .headerLeftSearchLinksContainer {
    margin-left: 0;
    width: 35%
  }
}

body#primaryHomeBody {
  margin-top: 0
}

#relativeSectionContainer {
  position: relative;
  float: left;
  width: 100%
}

#primaryHomeBody a:hover {
  text-decoration: none
}

#primaryHome {
  position: relative;
  padding: 46px 0
}

#primaryHomeBody .topicContainer {
  max-width: 334px;
  margin: 0 auto;
  padding: 20px 15px
}

#primaryHomeBody .contentContainer.min {
  overflow: hidden;
  height: 185px
}

#primaryHomeBody .contentContainer.max {
  height: auto
}

#primaryHomeBody .logoImgContainer {
  height: 68px
}

#primaryHomeBody .logoImgContainer img {
  margin: 0 auto
}

#primaryHomeBody .eltListContainer,
#primaryHomeBody .mainPageLink {
  margin-bottom: 15px;
  margin-top: 15px
}

#primaryHomeBody .logoImgContainer a {
  display: inline-block
}

#primaryHomeBody .eltLogoImgContainer a {
  width: 131px
}

#primaryHomeBody .pageTitle a {
  line-height: 1.2;
  text-align: center;
  display: block
}

#primaryHomeBody .mainPageLink {
  font-size: 22px;
  color: #ae314a;
  line-height: 1.273;
  text-align: center;
  -moz-transform: matrix(1.00677490234375, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1.00677490234375, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1.00677490234375, 0, 0, 1, 0, 0);
  display: inline-block
}

#primaryHomeBody .eltListTitle {
  font-size: 16px;
  color: #d8a92c;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px
}

#primaryHomeBody .eltListDescription {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #8c8c8c
}

#primaryHomeBody .overviewELT {
  font-size: 14px;
  color: #999;
  line-height: 1.714;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px
}

#primaryHomeBody .eltPageLinks {
  font-size: 14px;
  color: grey;
  line-height: 1.5;
  text-align: center;
  max-width: 207px;
  margin: 15px auto
}

#primaryHomeBody .eltPageLinks a,
#primaryHomeBody .eltPageLinks a:hover {
  color: grey
}

#primaryHomeBody .scrollBtnContainer {
  margin-top: 15px;
  font-size: 25px;
  -webkit-text-stroke: 2px #fff;
  cursor: pointer;
  right: 0;
  display: inline-table
}

#primaryHomeBody .scrollBtnContainer i.fa {
  -webkit-text-stroke: 2px #fff
}

#primaryHomeBody .scrollBtnContainer i.fa.closed {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

#primaryHomeBody .schoolListDescription {
  text-align: center;
  margin-bottom: 15px
}

#primaryHomeBody .overviewSchool {
  font-size: 14px;
  color: #999;
  line-height: 1.714;
  text-align: center;
  margin-bottom: 38px;
  margin-top: 25px
}

#primaryHomeBody .schoolPageLinks {
  font-size: 14px;
  color: grey;
  line-height: 1.5;
  text-align: center;
  max-width: 207px;
  margin: 15px auto 36px
}

#primaryHomeBody .schoolPageLinks a,
#primaryHomeBody .schoolPageLinks a:hover {
  color: grey
}

#primaryHomeBody #footer_include .mainPageContainer {
  width: 90%
}

#primaryHomeBody #footer_include .EltfooterOpenContainer .footercolumnContainer {
  width: 133px
}

#primaryHomeBody #footer_include #footerMiddleHeaderText {
  margin-bottom: 20px
}

body#primaryHomeBody {
  height: 100%;
  padding-bottom: 0;
  min-height: 600px
}

#primaryHomeBody {
  width: 100%;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: url(../../primaryhomeimage/background-image-option-2.jpg) top no-repeat;
  background-size: cover;
  height: 100%
}

#primaryHome {
  background: 0 0;
  background-size: cover;
  height: 100%
}

#primaryHomeBody .topicContainer {
  background-color: #000;
  border: 0;
  width: 336px;
  height: 386px
}

#NGLRedesignpageContainer,
div#relativeSectionContainerPrimaryhomepage {
  width: 100%;
  height: 100%
}

#primaryHomeBody .logoImgContainer {
  margin-bottom: 15px
}

#primaryHomeBody .mainPageLink.CountryCode {
  font: 18px/20px 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #fecb00;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: .125em
}

#primaryHomeBody .pageTitle a {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font: 22px/30px 'Open Sans', Arial, Helvetica, sans-serif
}

#primaryHomeBody .pageTitle a:hover {
  color: #fff
}

#primaryHomeBody .schoolListContainer {
  margin-top: 10px;
  margin-bottom: 5px
}

#primaryHomeBody .schoolListDescription {
  line-height: 1.1;
  color: #fff;
  font: 16px/28px 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0
}

#primaryHomeBody .mainPageLink.ELTPageLink {
  padding-top: 28px
}

#primaryHomeBody .schoolListDescription .dotPos {
  position: relative;
  top: -5px
}

#primaryHomeBody a.mainPageLink {
  font: 22px/28px 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #fecb00;
  display: inline-block;
  letter-spacing: .125em
}

#primaryHomeBody .mainPageLink:hover {
  color: #fecb00
}

@media(max-width:767px) {
  #primaryHomeBody .mobileTopSpace {
    margin-top: 30px
  }

  #primaryHomeBody #footer_include #footerMiddleHeaderText {
    margin: 0
  }

  #primaryHomeBody #footer_include .EltfooterOpenContainer .footercolumnContainer {
    width: 110px;
    margin-right: 0
  }

  body#primaryHomeBody {
    padding-bottom: 218px
  }
}

@media(max-width:356px) {
  #primaryHomeBody #footer_include .EltfooterOpenContainer .footercolumnContainer {
    width: 98px;
    margin-right: 0
  }

  body#primaryHomeBody {
    padding-bottom: 260px
  }
}

@media(max-width:332px) {
  #primaryHomeBody .pageTitle {
    font-size: 21px
  }
}

@media(max-width:991px) {
  #primaryHomeBody #footer_include .EltfooterOpenContainer .footercolumnContainer {
    width: initial;
    margin-right: 21px
  }

  body#primaryHomeBody {
    padding-bottom: 145px
  }
}

.homeBanner {
  background-size: cover;
  background-position: top;
  position: relative
}

#super-hero .heroOverlay {
  position: absolute;
  bottom: 0;
  padding: 24px 0;
  width: 100%
}

#super-hero .heroOverlay a {
  color: #fff;
  text-decoration: none
}

.NGLSchoolHomePage .heroOverlay .homeHeroOverlayText {
  color: #fff;
  margin: 0 auto
}

.NGLSchoolHomePage #storyBlockContainer {
  max-width: 1056px;
  margin: 0 auto
}

.NGLSchoolHomePage .story-block {
  margin-top: 24px;
  overflow: hidden;
  text-align: center
}

.NGLSchoolHomePage .story-block .block:first-of-type {
  margin-left: 0
}

.NGLSchoolHomePage .story-block .block {
  background: #FFF;
  border-radius: 4px;
  display: inline-block;
  min-height: 260px;
  margin: 0 .2% 20px;
  text-align: center;
  vertical-align: top
}

.NGLSchoolHomePage .story-block .block a {
  display: block
}

.NGLSchoolHomePage .story-block .block a.blockImgContainer {
  min-height: 92px
}

.NGLSchoolHomePage .story-block .block a.blockImgContainer img {
  margin-left: auto;
  margin-right: auto
}

.NGLSchoolHomePage #storyBlockContainer .story-block .block .storyBlockDescription {
  font-size: 27px;
  color: #666;
  line-height: 1.5;
  text-align: center;
  -moz-transform: matrix(.74295774647887, 0, 0, .7425, 0, 0);
  -webkit-transform: matrix(.74295774647887, 0, 0, .7425, 0, 0);
  -ms-transform: matrix(.74295774647887, 0, 0, .7425, 0, 0);
  margin-top: 20px;
  margin-bottom: 10px
}

.NGLSchoolHomePage #storyBlockContainer .story-block .block:nth-child(2) .storyBlockDescription {
  margin-bottom: 20px
}

.NGLSchoolHomePage #storyBlockContainer .story-block .block:nth-child(3) .storyBlockDescription {
  margin-bottom: 35px
}

.NGLSchoolHomePage #storyBlockContainer .story-block .storyBlockActionLink {
  margin: 0
}

.NGLSchoolHomePage #storyBlockContainer .story-block .storyBlockLink {
  font-size: 36px;
  font-family: summerFont;
  color: #0072a3;
  line-height: .528;
  text-align: center;
  text-decoration: none;
  margin: 0;
  font-weight: 400
}

#catalogSection {
  padding: 30px 0;
  background-color: #0072a3;
  position: relative;
  float: left;
  width: 100%
}

#catalogSection img {
  display: inline
}

#catalogSection a {
  text-decoration: none;
  cursor: pointer
}

.catalogText {
  font-size: 40.5px;
  font-family: summerFont;
  color: #fff;
  padding-top: 10px
}

.NGLSchoolHomePage #productScrollSection {
  padding: 42px 0;
  background-color: #f2efdf;
  position: relative;
  float: left;
  width: 100%
}

.NGLSchoolHomePage .productScrollHeading {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  padding-bottom: 40px
}

.NGLSchoolHomePage #productScrollContainer .item img {
  height: auto;
  margin-left: auto;
  margin-right: auto
}

.NGLSchoolHomePage .owl-controls {
  position: absolute;
  width: 100%;
  top: 92px
}

.NGLSchoolHomePage .owl-prev {
  text-align: left
}

.NGLSchoolHomePage .owl-next {
  text-align: right
}

.NGLSchoolHomePage #productScrollContainer .left,
.NGLSchoolHomePage #productScrollContainer .right {
  background-image: none;
  font-size: 60px;
  width: 3%;
  padding-top: 5%;
  opacity: 1;
  color: #000
}

.NGLSchoolHomePage #productScrollContainer .item a {
  display: inline-block;
  width: 201px;
  text-decoration: none
}

.NGLSchoolHomePage #productScrollContainer .item p {
  color: #000
}

.NGLSchoolHomePage #productScrollContainer .item h3 {
  display: inline-block;
  font-size: 18px;
  color: #000;
  font-weight: 700
}

#about {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  height: 568px;
  background-color: #05374d;
  padding: 12px 0;
  position: relative;
  float: left;
  width: 100%
}

#aboutHeading {
  font-size: 72px;
  font-family: summerFont;
  color: #fff;
  line-height: 1;
  margin-top: 26px
}

#aboutDescription,
#aboutDescription h1 {
  font-size: 18px;
  color: #fff;
  line-height: 1.556;
  max-width: 920px
}

#aboutDescription {
  padding-left: 160px
}

#aboutDescription h1 {
  margin: 0;
  display: inline;
  font-weight: 400
}

.wavyLineYellow {
  margin: 15px auto
}

@media(max-width:991px) {
  .homeBanner {
    background: url(../images/schoolhomebanner-t.png) top no-repeat;
    height: 326px;
    background-size: cover
  }

  #super-hero .heroOverlay {
    padding: 3px 0
  }

  .NGLSchoolHomePage .heroOverlay .homeHeroOverlayText {
    padding: 0 43px;
    font-size: 42px;
    width: 550px;
    margin-left: 0
  }

  .NGLSchoolHomePage #storyBlockContainer {
    padding: 0 15px
  }

  .NGLSchoolHomePage .story-block .block {
    max-width: 350px
  }

  #catalogSection .row>div:not(:first-child) {
    margin-top: 35px
  }

  #about .container,
  .NGLSchoolHomePage #productScrollSection .container {
    padding: 0 43px
  }

  #about {
    background: url(../images/aboutBackgroundImg-t.png) top no-repeat #05374d;
    background-size: 100%;
    height: 566px;
    position: relative
  }

  .wavyLineYellow {
    visibility: visible
  }

  #aboutDescription {
    max-width: 100%;
    padding-left: 0
  }
}

@media(max-width:767px) {
  .homeBanner {
    background: url(../images/schoolhomebanner-t.png) top no-repeat;
    height: 216px;
    background-size: cover
  }

  #super-hero .heroOverlay {
    padding: 7px 0
  }

  #about .container,
  .NGLSchoolHomePage #productScrollSection .container,
  .NGLSchoolHomePage #storyBlockContainer {
    padding: 0 12px
  }

  .NGLSchoolHomePage .heroOverlay .homeHeroOverlayText {
    padding: 0 12px;
    font-size: 24px;
    width: 300px
  }

  .NGLSchoolHomePage #productScrollContainer .left,
  .NGLSchoolHomePage #productScrollContainer .right {
    width: 7%
  }

  #about {
    background: url(../images/aboutBackgroundImg-m.png) top no-repeat #05374d;
    background-size: 100%;
    height: 858px;
    position: relative
  }
}

@media(max-width:424px) {
  #schoolHome {
    background: url(../images/schoolhomebanner-m.png) top no-repeat;
    height: 216px;
    background-size: cover
  }

  .NGLSchoolHomePage .story-block .block {
    margin-left: 0
  }

  .NGLSchoolHomePage #storyBlockContainer .story-block .storyBlockLink {
    line-height: 1
  }
}

.NGLSchoolSearchResultPage #relativeSectionContainer {
  margin-top: 44px;
  position: relative;
  float: left;
  width: 100%
}

.NGLSchoolSearchResultPage #storyBlockContainer {
  max-width: 1056px;
  margin: 0 auto
}

.NGLSchoolSearchResultPage .story-block {
  margin-top: 24px;
  overflow: hidden;
  text-align: center
}

.NGLSchoolSearchResultPage .story-block .block:first-of-type {
  margin-left: 0
}

.NGLSchoolSearchResultPage .story-block .block {
  background: #FFF;
  border: 1px solid #9d9d9d;
  border-radius: 4px;
  display: inline-block;
  min-height: 260px;
  padding: 20px 0;
  margin: 0 .2% 20px;
  text-align: center;
  vertical-align: top;
  max-width: 345px;
  width: 100%
}

.NGLSchoolSearchResultPage .story-block .block a,
.filternav .navbar-toggle {
  display: block
}

.NGLSchoolProductPage .story-block .block a.blockImgContainer,
.NGLSchoolSearchResultPage .story-block .block a.blockImgContainer,
.NGLSchoolSeriesPage .story-block .block a.blockImgContainer {
  min-height: 92px
}

.NGLSchoolSearchResultPage .story-block .block a.blockImgContainer img {
  margin-left: auto;
  margin-right: auto
}

.NGLSchoolSearchResultPage #storyBlockContainer .story-block .block .storyBlockDescription {
  font-size: 27px;
  color: #666;
  line-height: 1.5;
  text-align: center;
  -moz-transform: matrix(.74295774647887, 0, 0, .7425, 0, 0);
  -webkit-transform: matrix(.74295774647887, 0, 0, .7425, 0, 0);
  -ms-transform: matrix(.74295774647887, 0, 0, .7425, 0, 0);
  margin-top: 20px;
  margin-bottom: 10px
}

.searchResultsPrint,
.searchResultsPrint a {
  -moz-transform: matrix(.99868131868132, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(.99868131868132, 0, 0, 1, 0, 0);
  -ms-transform: matrix(.99868131868132, 0, 0, 1, 0, 0)
}

.NGLSchoolSearchResultPage #storyBlockContainer .story-block .block:nth-child(2) .storyBlockDescription {
  margin-bottom: 20px
}

.NGLSchoolSearchResultPage #storyBlockContainer .story-block .block:nth-child(3) .storyBlockDescription {
  margin-bottom: 35px
}

.NGLSchoolSearchResultPage #storyBlockContainer .story-block .storyBlockActionLink {
  margin: 0
}

.NGLSchoolSearchResultPage #storyBlockContainer .story-block .storyBlockLink {
  font-size: 36px;
  font-family: summerFont;
  color: #0072a3;
  line-height: .528;
  text-align: center;
  text-decoration: none;
  margin: 0;
  font-weight: 400
}

.filternav .navbar {
  margin: 0
}

.filternav .navbar-header {
  float: none
}

.filternav .navbar-collapse.collapse {
  display: none !important
}

.filternav .navbar-collapse.collapse.in {
  display: block !important
}

.filternav .navbar-nav {
  float: none !important
}

.filternav .navbar-nav>li {
  float: none;
  z-index: 1
}

#filterSection {
  border-radius: 3px;
  background-color: #0072a3;
  height: 44px;
  position: fixed;
  z-index: 9;
  top: 71px
}

#filterButtonContainer {
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 2.7;
  text-align: left
}

#filterButtonContainer .navbar-toggle {
  padding: 0;
  margin: 0
}

#filterMenuMainContainer {
  position: fixed;
  z-index: 99;
  top: 71px
}

#filterMenucontainer {
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 45px;
  max-height: 500px;
  overflow-y: auto !important
}

#filterMenucontainer>li {
  border-radius: 3px;
  background-color: #bedbe8;
  border: 1px solid #bedbe8;
  margin-top: 1px
}

#filterMenuMainContainer .searchFilterSubmenu li {
  border: 1px solid #bedbe8;
  border-radius: 3px;
  background-color: #fff;
  margin-top: 1px;
  font-size: 16px;
  color: #666;
  text-align: left
}

#filterMenuMainContainer .searchFilterSubmenu li .searchFilterCheckboxContainer {
  padding: 12px 8px
}

#filterMenuMainContainer .searchFilterSubmenu li .searchFilterCheckbox {
  outline: #666 solid 1px;
  -webkit-appearance: none;
  padding: 6px;
  margin-left: 6px;
  margin-right: 11px;
  margin-top: 0;
  cursor: pointer
}

#filterMenuMainContainer .searchFilterSubmenu li .searchFilterCheckbox:checked {
  outline: #666 solid 1px;
  background-color: #0072a3
}

#filterMenuMainContainer .searchFilterSubmenu li .searchFilterCheckbox:focus {
  outline: #666 solid 1px;
  outline-offset: inherit
}

#filterMenuMainContainer .searchFilterSubmenu li .searchFilterCheckboxContainer label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

#filterMenuMainContainer .searchFilterSubmenu {
  padding: 0
}

#filterMenucontainer li a {
  cursor: pointer;
  padding: 8px
}

#filterMenucontainer .menuLinksText {
  font-size: 16px;
  color: #333;
  text-align: left
}

#filterMenucontainer .filterSelectionText {
  font-size: 16px;
  color: #0072a3;
  text-align: left;
  padding-bottom: 7px
}

#filterMenucontainer .selectedFilterContainer {
  padding: 15px;
  background-color: #fff
}

#filterMenucontainer .filterSelectedList {
  margin: 0;
  line-height: 1;
  font-size: 12px
}

#filterMenucontainer .filterSelectedList .filterSelectedListText {
  border-radius: 7px;
  background-color: #0072a3;
  font-size: 16px;
  color: #fff;
  text-align: left;
  padding: 5px;
  display: inline-block;
  margin: 0 0 3px;
  font-weight: inherit;
  line-height: inherit
}

.filterSelectedListText .fa-times {
  float: right;
  padding-left: 10px;
  cursor: pointer
}

.NGLSchoolSearchResultPage #seriesBanner {
  background-image: none
}

.NGLSchoolSearchResultPage #seriesBanner .superheroImg {
  margin: 0 auto;
  display: block
}

.NGLSchoolSearchResultPage #seriesBanner .heroOverlay {
  background-color: rgba(102, 102, 102, .8);
  position: absolute;
  bottom: 0
}

.NGLSchoolSearchResultPage #seriesBanner .heroOverlayText {
  font-size: 28px;
  color: #fff;
  line-height: 1.071;
  max-width: 1056px;
  margin: 10px auto;
  font-weight: 400
}

#searchresultsSingleItemtitleContainer,
#searchresultstitleContainer {
  border-radius: 3px;
  background-color: #0072a3;
  height: 22px;
  margin-top: 7px
}

.searchresultstitle {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  line-height: normal;
  vertical-align: middle
}

.searchresultstitleImg {
  display: inline;
  margin-right: 4px
}

#searchresultsSeries {
  background-color: #5eadcc;
  padding-bottom: 20px
}

.subResultsInfocontainer {
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #e6e6e6;
  height: auto;
  margin-top: 10px;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px
}

.searchResultsListSeriesResponsiveContainer {
  width: 330px;
  float: left;
  position: relative;
  margin: 40px 1.99% 20px 0;
  height: 480px;
  padding: 27px 26px;
  background-color: #fff
}

.subResultsInfocontainer ul li {
  display: inline-block;
  height: inherit;
  position: relative;
  float: left;
  line-height: 28px
}

.subResultsInfocontainer .searchResultsPageCount {
  font-size: 16px;
  color: #0072a3;
  position: relative;
  float: left;
  vertical-align: middle;
  height: inherit;
  margin-left: 10px
}

.subResultsInfocontainer .searchResultsSorting {
  font-size: 14px;
  color: #000;
  margin-left: 15px
}

.subResultsInfocontainer .searchResultsSorting select {
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  background-color: #fff;
  width: 233px;
  height: 22px
}

.subResultsInfocontainer .searchResultsperPage {
  font-size: 14px;
  color: #000;
  margin-left: 10px
}

.subResultsInfocontainer .searchResultsperPage select {
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  background-color: #fff;
  width: 72px;
  height: 22px
}

.searchResultsPagination ul {
  padding: 0;
  margin-left: 25px
}

.searchResultsPagination ul li {
  margin-left: 5px
}

.subResultsInfocontainer .searchResultsPagination {
  font-size: 16px;
  color: #000
}

.subResultsInfocontainer .searchResultsPagination a {
  text-decoration: none;
  color: #000;
  font-size: 16px
}

.subResultsInfocontainer .searchResultsPagination .selectedPaginationNumber a:visited {
  color: #6096b6
}

.subResultsInfocontainer .searchResultsPagination .currentPageNumber {
  color: #c00
}

.subResultsInfocontainer ul li.searchResultsDownloadsContainer,
.subResultsInfocontainer ul li.searchResultsPrintContainer {
  float: right
}

.searchResultsDownloads {
  font-size: 12px;
  color: #000;
  margin-right: 20px
}

.searchResultsDownloads a {
  text-decoration: none;
  font-size: 12px;
  color: #000
}

.searchResultsPrint {
  font-size: 12px;
  color: #000;
  margin-right: 20px
}

.searchResultsPrint a {
  text-decoration: none;
  font-size: 12px;
  color: #000
}

.searchResultsListMainContainer {
  position: relative;
  float: left;
  width: 100%
}

#searchresultsSingleItem .searchResultsListMainContainer {
  padding: 40px 0
}

.seriesMainContainer {
  margin: 40px 0 20px
}

.searchResultsListContainer {
  height: inherit
}

.searchResultsListContainer a {
  display: inline-block;
  text-decoration: none
}

.searchResultsListContainer a:hover {
  color: #000
}

.searchResultsListContainer .seriesSearchResultTitle {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1
}

.searchResultsListContainer .seriesSearchResultTitle,
.searchResultsListContainer .seriesSearchResultTitle a {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  text-align: left
}

.searchResultsListContainer p {
  font-size: 15px;
  color: #000;
  line-height: 1.25;
  text-align: left
}

.searchResultsListContainer img {
  width: 278px;
  height: 174px
}

.searchResultsListContainer p.copyRight {
  font-size: 12px;
  color: #000
}

.searchResultsListBtnContainer {
  position: absolute;
  float: left;
  width: 278px;
  bottom: 50px
}

.searchResultsListBtn {
  border: 1px solid #fc0;
  background-color: #fff;
  font-size: 12px;
  color: #000;
  text-align: center;
  width: 68%;
  border-radius: 10px;
  height: 22px;
  line-height: 22px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0
}

.searchResultsListResponsiveContainer {
  width: 32%;
  float: left;
  position: relative;
  margin: 0 1.33% 40px 0;
  height: 250px;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px
}

#searchresultsSingleItem {
  background-color: #e1f1f7
}

.searchresultsSingleItemList {
  position: relative;
  height: auto
}

.searchSingleItemImgContainer {
  width: 27%;
  float: left
}

.searchSingleItemImg {
  float: left;
  width: 100%
}

.searchSingleItemDetailContainer {
  width: 71%;
  float: right;
  height: 100%
}

.searchSingleItemDetailContainer .newItemContainer {
  width: 100%;
  position: relative;
  float: left
}

.searchSingleItemDetailContainer .newItem {
  border-radius: 5px;
  background-color: #bf1919;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  padding: 1px 4px;
  font-weight: 400;
  margin: 0;
  float: left
}

.author {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  text-align: left
}

.lexileDRA {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  font-weight: 600
}

.bookEdition,
.copyRight {
  font-size: 12px;
  text-align: left;
  color: #000;
  line-height: 1.2
}

.bookEdition {
  font-weight: 700
}

.searchSingleItemDetailContainer p {
  margin-top: 5px;
  margin-bottom: 5px
}

.searchSingleItemDetailContainer .productSearchResultTitle {
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0
}

.searchSingleItemDetailContainer .productSearchResultTitle,
.searchSingleItemDetailContainer .productSearchResultTitle a,
.searchSingleItemDetailContainer span {
  font-size: 15px;
  color: #000;
  line-height: 1.2
}

.searchSingleItemDetailContainer span {
  font-size: 12px
}

.float-left {
  position: relative;
  float: left
}

.float-right {
  position: relative;
  float: right
}

.searchSingleItemButtonContainer {
  position: absolute;
  float: left;
  width: 100%;
  bottom: 0;
  text-align: center
}

.singleItemBtnLearn {
  border: 1px solid #fc0;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 4px 0
}

.singleItemBtnBuy {
  border: 1px solid #0072a3;
  background-color: #fff;
  font-size: 16px;
  color: #0072a3;
  line-height: 1.2;
  padding: 2px 0
}

.searchSingleItemDetailContainer a {
  width: 45%;
  border-radius: 10px;
  text-decoration: none
}

.singleItemBtnLearn:hover {
  color: #000
}

.singleItemBtnBuy:hover {
  color: #0072a3
}

.endeca-slot {
  display: block
}

.red,
.red:focus,
.red:hover {
  color: #951700
}

.subResultsInfocontainer ul li.EmptySearchResultsMessageContainer {
  width: 100%
}

.EmptySearchResultsMessageContainer p {
  font-size: 13.5px;
  color: #000;
  text-align: center;
  margin: 0
}

.productSearchResultShowHideIcon.collapsed>i,
.seriesSearchResultShowHideIcon.collapsed>i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.productSearchResultShowHideIcon .fa.menuLinksIcon,
.seriesSearchResultShowHideIcon .fa.menuLinksIcon {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 24px;
  color: #666;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  font-style: normal;
  cursor: pointer;
  line-height: 15px;
  margin-top: 1px
}

@media(max-width:991px) {

  .NGLSchoolSearchResultPage #NGLRedesignpageContainer .container,
  .NGLSchoolSearchResultPage #pageContainer .container {
    padding: 0 43px
  }

  .NGLSchoolSearchResultPage #storyBlockContainer {
    padding: 0 15px
  }

  .NGLSchoolSearchResultPage .story-block .block {
    max-width: 350px
  }

  .subResultsInfocontainer ul li.searchResultsPageCountContainer {
    width: 70%
  }

  .subResultsInfocontainer .searchResultsSorting {
    margin-left: 10px
  }

  .searchResultsPagination ul {
    margin-left: 57px
  }

  .subResultsInfocontainer .searchResultsperPage {
    margin-left: 60px
  }

  .seriesResultLeft {
    float: left
  }

  .seriesResultRight {
    float: right
  }

  .searchResultsListSeriesResponsiveContainer {
    margin: 40px 1.6% 20px 0
  }

  .searchResultsListResponsiveContainer {
    width: 45.4%;
    margin: 0 4.6% 62px 0
  }

  .searchResultsListBtn {
    font-size: 16px;
    color: #000;
    line-height: 1.125;
    text-align: center;
    -moz-transform: matrix(.94013605442177, 0, 0, .93866666666667, 0, 0);
    -webkit-transform: matrix(.94013605442177, 0, 0, .93866666666667, 0, 0);
    -ms-transform: matrix(.94013605442177, 0, 0, .93866666666667, 0, 0)
  }
}

@media(max-width:767px) {

  .NGLSchoolSearchResultPage #NGLRedesignpageContainer .container,
  .NGLSchoolSearchResultPage #pageContainer .container {
    padding: 0 12px
  }

  #filterMenuMainContainer .searchFilterSubmenu,
  #filterMenucontainer {
    margin: 0
  }

  #filterMenuMainContainer .container {
    padding: 0
  }

  .NGLSchoolSearchResultPage #seriesBanner {
    height: 144px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom
  }

  .NGLSchoolSearchResultPage #seriesBanner .superheroImg {
    height: 100%;
    display: none
  }

  .NGLSchoolSearchResultPage #seriesBanner .heroOverlayText {
    font-size: 22px;
    margin: 5px auto
  }

  .NGLSchoolSearchResultPage #storyBlockContainer {
    padding: 0 12px
  }

  .subResultsInfocontainer ul li.searchResultsPageCountContainer {
    width: 71%
  }

  .searchResultsListContainer {
    width: 100%
  }

  .searchSingleItemDetailContainer {
    width: 68%
  }

  .searchResultsDownloads a,
  .searchResultsPrint a {
    font-size: 0;
    line-height: 0;
    color: transparent
  }

  .searchResultsDownloads {
    margin-right: 15px
  }

  .searchResultsPrint {
    margin-right: 10px
  }

  .subResultsInfocontainer .searchResultsSorting {
    margin-top: 10px
  }

  .subResultsInfocontainer .searchResultsperPage {
    margin-top: 10px;
    margin-left: 10px
  }

  .searchResultsPagination ul {
    margin-top: 10px;
    margin-left: 22px
  }

  .searchResultsListMainContainer .seriesMainContainer:not(:first-child) {
    margin-top: 30px
  }

  .searchResultsListSeriesResponsiveContainer {
    width: 100%;
    margin: 30px 0 20px
  }

  .searchResultsListResponsiveContainer {
    width: 100%;
    margin: 0 0 62px
  }

  .searchSingleItemDetailContainer span.float-right,
  .singleItemBtnBuy {
    margin-right: 9px
  }

  .searchSingleItemDetailContainer a {
    width: 42%
  }

  .searchResultsListBtn {
    font-size: 16px;
    color: #000;
    line-height: 1.125;
    text-align: center;
    -moz-transform: matrix(.997113997114, 0, 0, .99733333333333, 0, 0);
    -webkit-transform: matrix(.997113997114, 0, 0, .99733333333333, 0, 0);
    -ms-transform: matrix(.997113997114, 0, 0, .99733333333333, 0, 0)
  }
}

@media(max-width:424px) {
  .NGLSchoolSearchResultPage .story-block .block {
    margin-left: 0
  }
}

.homeBanner {
  max-width: 1920px;
  height: 625px;
  margin: 0 auto
}

#super-hero .heroOverlay {
  background-color: transparent
}

.eltBannerOverlay {
  top: 0;
  height: 69px;
  background: #000;
  width: 100%;
  margin: 0 auto
}

.eltBannerOverlayText {
  text-align: center;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  margin: 0 auto;
  max-width: 1024px
}

.eltBannerOverlayText a {
  color: #fecb00;
  font: 18px/20px 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.25em
}

.NGLSchoolHomePage .heroOverlay .homeHeroOverlayText {
  font: 50px/72px 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  width: 100%;
  max-width: 1024px;
  text-align: center;
  line-height: 1.25em
}

.NGLSchoolHomePage .heroOverlay .homeHeroOverlayText:hover {
  color: #fff
}

.NGLSchoolHomePage .story-block .block {
  border: 0 solid #9d9d9d;
  padding: 0;
  width: 336px;
  max-width: 336px;
  height: 297px;
  max-height: 297px
}

body.NGLSchoolHomePage.nobodyscroll {
  overflow: hidden
}

@media screen and (max-width:577px) {
  .eltBannerOverlayText {
    -webkit-transform: translateY(35%);
    transform: translateY(35%)
  }
}

a:active,
a:focus,
a:hover {
  outline: 0 !important
}

.NGLSchoolProductPage #relativeSectionContainer {
  margin-top: 44px;
  position: relative;
  float: left;
  width: 100%
}

.NGLSchoolProductPage .productDetailsPadding {
  padding: 0 70px
}

.NGLSchoolProductPage .row {
  margin: 0;
  width: 100% !important;
  height: 100%
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0
}

.NGLSchoolProductPage .container {
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%
}

.NGLSchoolProductPage .moreBtn {
  font-size: 15px;
  color: #0072a3;
  line-height: 1.2;
  text-align: left;
  display: inline-block;
  margin-top: 7px
}

.NGLSchoolProductPage .modal-body button.close {
  color: #000;
  background-color: transparent;
  height: 15px;
  position: absolute;
  right: 1px;
  margin: -8px 6px 4px 0
}

.NGLSchoolProductPage .modal-content button[data-dismiss=modal]:before {
  content: "\f00d";
  font-size: 18px;
  font-family: FontAwesome;
  font-style: normal
}

.productDetailsnav .navbar {
  margin: 0
}

.productDetailsnav .navbar-header {
  float: none
}

.productDetailsnav .navbar-toggle {
  display: block
}

.productDetailsnav .navbar-collapse.collapse {
  display: none !important
}

.productDetailsnav .navbar-collapse.collapse.in {
  display: block !important
}

.productDetailsnav .navbar-nav {
  float: none !important
}

.productDetailsnav .navbar-nav>li {
  float: none;
  z-index: 1
}

#productDetailsSection {
  border-radius: 3px;
  background-color: #fc0;
  height: 44px;
  position: fixed;
  z-index: 9;
  top: 71px
}

#productDetailsButtonContainer {
  font-size: 16px;
  color: #000;
  line-height: 2.4;
  text-align: left;
  float: left
}

#productDetailsButtonContainer .navbar-toggle {
  padding: 0;
  margin: 0
}

#productDetailsMenuMainContainer {
  position: fixed;
  z-index: 99;
  top: 71px
}

#productDetailsMenucontainer {
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 45px;
  max-height: 500px;
  overflow-y: auto !important
}

#productDetailsMenucontainer>li {
  border: 1px solid #949799;
  border-radius: 3px;
  background-color: #e0ddce;
  height: 42px;
  margin-top: 2px
}

#productDetailsMenucontainer>li a:focus,
#productDetailsMenucontainer>li a:hover,
#productDetailsMenucontainer>li:focus,
#productDetailsMenucontainer>li:hover {
  border-radius: 3px;
  background-color: #807d75;
  font-size: 16px;
  color: #fff
}

#productDetailsMenucontainer li a {
  padding: 8px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  text-align: left
}

#productDetailsMenucontainer .companionSiteMenu {
  background-color: #b8770f
}

#productDetailsMenucontainer .companionSiteMenu a {
  color: #fff
}

#productDetailsMenucontainer .companionSiteMenu a:focus,
#productDetailsMenucontainer .companionSiteMenu a:hover,
#productDetailsMenucontainer .companionSiteMenu:focus,
#productDetailsMenucontainer .companionSiteMenu:hover {
  background-color: #80530a
}

.productDetailsSubmenu {
  padding: 0
}

#productDetailsMenucontainer .productDetailsSubmenu>li {
  border: 1px solid #949799;
  border-radius: 3px;
  background-color: #fff;
  height: 42px;
  margin-top: 2px
}

#productDetailsMenucontainer .productDetailsSubmenu>li a {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
  text-align: left
}

#productDetailsMenucontainer .menuLinksIcon {
  border: 1px solid #666
}

#productDetailsMenucontainer .productDetailsSubmenuChild>li {
  border-radius: 3px;
  background-color: #b0a88b;
  margin-top: 2px
}

#productDetailsMenucontainer .productDetailsSubmenuChild>li>a {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 8px
}

.overViewMoreBtn,
.overviewBoxTitle,
.overviewTitle {
  line-height: 1.2;
  text-align: left
}

#productDetailsMenucontainer .productDetailsSubmenu>li a:focus,
#productDetailsMenucontainer .productDetailsSubmenu>li a:hover,
#productDetailsMenucontainer .productDetailsSubmenu>li:focus,
#productDetailsMenucontainer .productDetailsSubmenu>li:hover {
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  background-color: #898989
}

.overviewTitle {
  font-size: 24px;
  color: #363636;
  font-weight: 700;
  margin: 0
}

#EltProductDetailOverview .EltProductDetailOverviewContentContainer {
  margin-top: 10px;
  padding-top: 10px
}

.overviewBox {
  height: 300px;
  padding-right: 20px;
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 100%
}

.overviewImgContainer {
  width: 209px;
  height: 262px
}

.overviewImgContainer img {
  width: 100%
}

.overviewModalContent .overviewBox {
  float: none;
  margin-top: 20px;
  padding: 0;
  overflow-y: auto;
  height: 300px
}

.overViewMoreBtn {
  font-size: 15px;
  color: #0072a3;
  display: inline-block;
  margin-top: 7px
}

.overviewBoxTitle {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px
}

.overviewBox .overviewDetails {
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  line-height: 1.2;
  text-align: left
}

.levels,
.levels a,
.overviewAuthor .overviewDetails {
  font-size: 15px;
  color: #666;
  line-height: 1.2;
  text-align: left
}

.overviewAuthor .overviewDetails {
  font-weight: lighter
}

.overviewBold {
  font-weight: 600;
  color: #000
}

.eltBuyBox {
  width: 250px;
  position: relative;
  float: left;
  border: 1px solid green
}

.eltBuyBox>a {
  display: inline-block;
  width: 100%
}

.eltBuyBox a img {
  margin: 0 auto;
  display: block
}

.eltBuyBox ul {
  float: left;
  padding: 0;
  margin-top: 10px;
  width: 100%;
  list-style: none
}

.eltBuyBox ul li {
  border-bottom: 1px solid #CCC;
  line-height: 16px;
  margin: 0 10px;
  padding: 5px;
  font-weight: 600
}

.eltBuyBox ul li:last-of-type {
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px
}

.eltBuyBox ul li .right {
  font-weight: 700;
  text-align: right
}

.right {
  float: right
}

.eltBuyBox .button {
  background: url(https://www.cengage.com/images/headerFooter/btnBackgroundImage.jpg);
  background: linear-gradient(top, #FEFEFE 0, #D4D4D4 100%);
  float: right;
  margin: 0 10px 0 0;
  min-width: 30%;
  padding: 0 20px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 30px;
  box-shadow: 0 0 0 #FFF;
  display: block;
  font-size: 13px;
  font-weight: 700;
  height: 28px;
  line-height: 26px;
  text-align: center
}

#EltProductDetailOverview .requestSampleBtn {
  background-color: rgba(255, 204, 0, .502);
  height: 28px;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  max-width: 280px;
  margin-top: 30px
}

#EltProductDetailOverview .requestSampleBtn:focus,
#EltProductDetailOverview .requestSampleBtn:hover {
  color: #000;
  outline: 0
}

#EltProductDetailOverview .overviewBuyBtn {
  font-size: 18px;
  color: #0072a3;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #0072a3;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  max-width: 280px;
  margin-top: 30px;
  height: 28px
}

#EltProductDetailOverview .overviewBuyBtn:hover,
.overviewBuyBtn:focus {
  color: #0072a3;
  outline: 0
}

.requestSampleDropDownMainContainer {
  text-align: center;
  margin-top: 20px
}

.productHeadingContainer #requestSampleDropDowncontainer {
  width: 72%;
  float: right
}

#requestSampleDropDowncontainer {
  padding: 0;
  z-index: 1
}

#requestSampleDropDowncontainer>.requestSampleBtnContainer {
  z-index: 9
}

#EltProductDetailOverview .requestSampleBtnDropDown {
  background-color: rgba(255, 204, 0, 1);
  height: 28px;
  font-size: 18px;
  color: #000;
  text-align: center;
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  padding: 0;
  z-index: 9
}

#EltProductDetailOverview .requestSampleBtnDropDown:hover {
  background-color: #c7ac40
}

#requestSampleDropDowncontainer>li a {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0
}

.requestSampleBtnDropDown .requestSampleLinksIcon {
  float: right;
  margin-right: 21px;
  font-size: 20px;
  line-height: 30px
}

.requestSampleDropDownMainContainer.open .requestSampleBtnDropDown .requestSampleLinksIcon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.requestSampleBtnDropDown .menuLinksText {
  display: inline-block;
  margin-left: 35px;
  text-align: left;
  float: left
}

#requestSampleDropDowncontainer #requestSampleSubmenu1 {
  padding-top: 7px;
  overflow: hidden !important
}

#requestSampleDropDowncontainer .requestSampleSubmenu {
  padding: 0;
  position: absolute;
  width: 100%;
  background-color: #6e7071;
  border-radius: 5px;
  margin-top: -20px;
  z-index: -1
}

#requestSampleDropDowncontainer .requestSampleSubmenu li:first-child {
  margin-top: 20px
}

#requestSampleDropDowncontainer .requestSampleSubmenu li {
  margin: 2px auto 0
}

#requestSampleDropDowncontainer .requestSampleSubmenu li:hover {
  background-color: #0072a3
}

#requestSampleDropDowncontainer .requestSampleSubmenu li a {
  padding: 4px 10px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff
}

#requestSampleDropDowncontainer .requestSampleSubmenu .menuLinksText {
  margin-left: 0;
  display: inline-block;
  width: 100%;
  padding-right: 21px
}

#requestSampleDropDowncontainer .requestSampleSubmenu li a:hover {
  color: #fff;
  text-decoration: underline;
  background-color: #0072a3
}

#EltProductDetailOverview #viewesamleModal+.overviewBuyBtn {
  font-size: 18px;
  color: #0072a3;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #0072a3;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  margin-top: 30px;
  height: 28px;
  max-width: 100%
}

.NGLSchoolProductPage #viewesamleModal .modal-header {
  background-color: #0072a3;
  color: #fff
}

.NGLSchoolProductPage #viewesamleModal .modal-header .eSampleHeader {
  font-size: 18px;
  text-align: center
}

.NGLSchoolProductPage #viewesamleModal .modal-header .close {
  line-height: 5px;
  margin-top: -13px
}

.NGLSchoolProductPage div.required-field label:first-child::before {
  content: "*";
  color: red;
  text-align: center
}

.NGLSchoolProductPage div.required-field label:first-child {
  display: block
}

.NGLSchoolProductPage #viewesamleModal .ageCheckHeading {
  display: inline-block
}

.NGLSchoolProductPage #viewesamleModal .optoutContent {
  line-height: 15px
}

.NGLSchoolProductPage #viewesamleModal .modal-footer .btn-primary {
  background-color: transparent;
  border-color: #0072a3;
  color: #0072a3
}

.NGLSchoolProductPage #viewesamleModal .modal-footer .btn-primary:hover {
  background-color: #3071a9;
  color: #fff
}

.productISBN,
.productPrice,
.productTitle {
  color: #363636;
  font-weight: 700;
  line-height: 1.2
}

.NGLSchoolProductPage #requestSampleDropDowncontainer .dropdown-backdrop {
  display: none
}

.EltProductDetailInnerPadding {
  padding: 0 21px
}

#EltProductDetailOverview {
  padding: 25px 0
}

#productOverview {
  padding: 30px 0
}

.productOverviewContainer {
  max-width: 786px
}

.productImgContainer {
  width: 209px;
  height: 262px;
  margin-right: 3%;
  position: relative;
  float: left
}

.productHeadingContainer {
  position: relative;
  float: left;
  width: 68%
}

img.productImg {
  float: left;
  width: 100%
}

.productTitle {
  font-size: 24px;
  text-align: left;
  margin: 0
}

.productISBN,
.productPrice {
  font-size: 12px;
  margin-top: 10px
}

.productBtnBuy,
.productBtnBuy:hover {
  background-color: #fff;
  color: #0072a3
}

.productPrice {
  margin-left: 16%
}

.productBtnContainer {
  position: relative;
  float: right;
  width: 62%;
  margin-top: 10px
}

.productBtnBuy,
.productBtnRequestSample {
  text-align: center;
  width: 72%;
  margin-top: 10px;
  height: 28px
}

.productBtnBuy {
  border: 1px solid #0072a3;
  font-size: 16px;
  border-radius: 15px;
  display: block;
  line-height: 22px
}

.productBtnBuy:hover {
  border: 1px solid #0072a3
}

.productBtnRequestSample {
  border: 0 solid #0072a3;
  background-color: rgba(255, 204, 0, .502);
  font-size: 18px;
  color: #000;
  border-radius: 15px;
  line-height: 28px
}

.productBtnRequestSample:hover {
  border: 0 solid #0072a3;
  background-color: rgba(255, 204, 0, .502);
  color: #000
}

.overviewDescriptionContainer .OverviewTitle {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  text-align: left
}

.overviewDescriptionContainer .overviewDescription {
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  line-height: 1.2;
  text-align: left
}

#EltmoreDetails {
  padding: 28px 0;
  border: 1px solid #9d9d9d;
  background-color: #666
}

.titleMore {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  text-align: left
}

#productDetailsMorecontainer,
.productDetailsMoreSubmenu {
  padding: 0
}

#productDetailsMorecontainer li {
  margin-top: 2px
}

#productDetailsMorecontainer>li {
  border-radius: 3px;
  background-color: #e0ddce;
  width: 100%;
  margin-top: 2px
}

#productDetailsMorecontainer>li>a {
  padding: 10px 21px;
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  text-align: left
}

.productDetailsMoreSubmenu>li {
  border: 1px solid #949799;
  border-radius: 3px;
  background-color: #fff;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-top: 2px
}

.productDetailsMoreSubmenu>li>a {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
  text-align: left;
  -moz-transform: matrix(.98283261802575, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(.98283261802575, 0, 0, 1, 0, 0);
  -ms-transform: matrix(.98283261802575, 0, 0, 1, 0, 0);
  padding: 11px
}

.NGLSchoolProductPage .storyBlockContainer .story-block .block h3,
.NGLSchoolSeriesPage .storyBlockContainer .story-block .block h3 {
  -moz-transform: matrix(.74295774647887, 0, 0, .7425, 0, 0);
  -webkit-transform: matrix(.74295774647887, 0, 0, .7425, 0, 0);
  -ms-transform: matrix(.74295774647887, 0, 0, .7425, 0, 0)
}

#productDetailsMorecontainer .menuLinksIcon {
  border: 1px solid #666;
  line-height: 17px
}

.productDetailsMoreSubmenuChild>li {
  border-radius: 3px;
  background-color: #b0a88b
}

.productDetailsMoreSubmenuChild>li>a {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 6px
}

.moreAuthorContainer,
.tableOfContentsContainer {
  background-color: #e6e6e3;
  padding: 12px 21px 38px;
  position: relative
}

.moreAuthorContainer {
  float: left;
  width: 100%
}

.moreAuthorImgContainer {
  position: relative;
  float: left;
  width: 18%
}

.moreAuthorImgContainer img {
  max-width: 121px;
  max-height: 149px
}

.moreAuthorDescriptionContainer {
  position: relative;
  float: right;
  width: 82%
}

.moreAuthorTitle {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0
}

.moreAuthorDescription,
.tableOfContentsDescription {
  font-size: 18px;
  font-weight: lighter;
  line-height: 1.2;
  text-align: left
}

.moreAuthorDescription {
  color: #333;
  margin-top: 2px
}

.NGLSchoolProductPage .authorMoreBtn,
.tableOfContentsBtn {
  font-size: 15px;
  color: #0072a3;
  line-height: 1.2;
  text-align: left;
  display: none;
  margin-top: 7px
}

.tableOfContentsContainer {
  float: left;
  width: 100%
}

.tableOfContentsDescription {
  color: #333;
  margin-top: 2px
}

.productDetailsCarouselTitle,
.viewAllSeriesBtn,
.viewAllSeriesBtn a {
  font-size: 18px;
  text-align: center;
  line-height: 1.2
}

#productDetailsCarousel {
  padding-top: 20px;
  padding-bottom: 50px
}

.productDetailsCarouselTitle {
  color: #4498bc
}

.viewAllSeriesBtn {
  background-color: #0072a3;
  color: #fff;
  width: 100%;
  display: inline-block;
  border-radius: 15px;
  margin-top: 15px;
  padding-top: 4px;
  padding-bottom: 4px
}

.viewAllSeriesBtn a {
  color: #fff;
  display: inline-block
}

.viewAllSeriesBtn a:hover {
  color: #fff
}

.NGLSchoolProductPage #productScrollSection {
  padding: 42px 0;
  background-color: #f2efdf;
  position: relative;
  float: left;
  width: 100%
}

.NGLSchoolProductPage .productScrollHeading {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  padding-bottom: 40px
}

.NGLSchoolProductPage #productScrollContainer {
  margin-top: 25px
}

.NGLSchoolProductPage #productScrollContainer .item img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 201px
}

.NGLSchoolProductPage #productScrollContainer .left,
.NGLSchoolProductPage #productScrollContainer .right {
  background-image: none;
  font-size: 60px;
  width: 3%;
  padding-top: 5%;
  opacity: 1;
  color: #000
}

#studentComponents,
#teacherComponents {
  padding-top: 20px;
  background-color: #f2f2f0
}

.NGLSchoolProductPage #productScrollContainer .item {
  width: 280px;
  display: inline-block
}

.NGLSchoolProductPage #productScrollContainer .item a {
  display: inline-block;
  text-decoration: none
}

.studentComponentsDetailContainer,
.teacherComponentsDetailContainer {
  display: block;
  height: 350px;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden
}

.NGLSchoolProductPage #productScrollContainer .item .scrollDescription {
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  line-height: 1.2;
  text-align: left
}

.NGLSchoolProductPage #productScrollContainer .item .scrollCopyRight {
  font-size: 15px;
  font-weight: lighter;
  color: #666;
  line-height: 1.333;
  text-align: left
}

.NGLSchoolProductPage #productScrollContainer .item .scrollHeading {
  font-size: 20px;
  font-weight: 700;
  color: #666;
  line-height: 1.2;
  text-align: left
}

#teacherComponents {
  padding-bottom: 50px
}

.teacherComponentsBold {
  font-weight: 600
}

.teacherComponentsTitle {
  font-size: 24px;
  color: #0072a3;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px
}

#teacherComponents .teacherComponentsBox {
  margin-bottom: 30px;
  padding-right: 1.9%
}

.teacherComponentsBookTitle {
  font-size: 18px;
  color: #666;
  line-height: 1.2;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px
}

#teacherComponents .teacherComponentsDescription {
  color: #666;
  line-height: 1.2;
  text-align: left;
  font-weight: lighter;
  font-size: 18px;
  clear: both
}

.teacherComponentsISBNPriceContainer {
  position: relative;
  bottom: inherit;
  width: 100%;
  padding-bottom: 25px
}

.teacherComponentsProductISBN,
.teacherComponentsProductPrice {
  font-size: 15px;
  color: #666;
  line-height: 1.2;
  text-align: left;
  font-weight: 600;
  margin-right: 3px
}

#teacherComponents .productBtnContainer {
  text-align: center;
  position: relative;
  bottom: 0;
  float: left;
  margin-top: 0
}

#studentComponents {
  padding-bottom: 50px;
  margin-top: 20px
}

.studentComponentsBold {
  font-weight: 600
}

.studentComponentsTitle {
  font-size: 24px;
  color: #0072a3;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px
}

#studentComponents .studentComponentsBox {
  margin-bottom: 30px;
  padding-right: 1.9%
}

.studentComponentsBookTitle {
  font-size: 18px;
  color: #666;
  line-height: 1.2;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px
}

#studentComponents .studentComponentsDescription {
  color: #666;
  line-height: 1.2;
  text-align: left;
  font-weight: lighter;
  font-size: 18px;
  clear: both
}

.studentComponentsISBNPriceContainer {
  position: relative;
  bottom: inherit;
  padding-bottom: 25px
}

#alternateFormats,
#bestBuy,
#relatedProgramCarousel {
  padding-top: 20px;
  padding-bottom: 50px
}

.studentComponentsProductISBN,
.studentComponentsProductPrice {
  font-size: 15px;
  color: #666;
  line-height: 1.2;
  text-align: left;
  font-weight: 600;
  margin-right: 3px
}

#studentComponents .productBtnContainer {
  text-align: center;
  position: relative;
  bottom: 0;
  float: left;
  margin-top: 0
}

#alternateFormats {
  margin-top: 20px;
  background-color: #f2f2f0
}

#alternateFormats .alternateFormatsComponentsBox {
  margin-bottom: 30px;
  padding-right: 1.9%
}

.alternateFormatsBold {
  font-weight: 600
}

.alternateFormatsHeading {
  font-size: 24px;
  color: #0072a3;
  line-height: 1.2;
  text-align: center
}

.alternateFormatsSubHeading {
  font-size: 14px;
  color: #0072a3;
  line-height: 1.2;
  text-align: center;
  margin: 6px auto 20px;
  max-width: 718px
}

.alternateFormatsDetailContainer,
.alternateFormatsDetailHeading,
.alternateFormatsDetailISBN {
  color: #666;
  line-height: 1.2;
  text-align: left
}

.alternateFormatsDetailContainer {
  width: 100%;
  height: 170px;
  overflow: hidden
}

.alternateFormatsDetailHeading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px
}

.alternateFormatsDetailISBN,
.alternateFormatsDetailPrice {
  font-weight: lighter;
  font-size: 15px
}

#bestBuy {
  margin-top: 20px;
  background-color: #f2f2f0
}

.bestBuyBold {
  font-weight: 600
}

#bestBuy .bestBuyComponentsBox {
  margin-bottom: 30px;
  padding-right: 1.9%
}

.bestBuyLine {
  color: #0072a3;
  width: 100%;
  border: 1px solid
}

.bestBuyDotedLine {
  color: #666;
  width: 100%;
  border: 1px dotted
}

.bestBuyHeading,
.bestBuySubHeading {
  color: #0072a3;
  text-align: center;
  line-height: 1.2
}

.bestBuyHeading {
  font-size: 24px;
  margin-bottom: 10px
}

.bestBuySubHeading {
  font-size: 14px;
  margin: 0 auto 20px;
  max-width: 718px
}

.bestBuyDetailContainer {
  width: 100%;
  color: #666;
  line-height: 1.2;
  text-align: left;
  height: 275px;
  overflow: hidden
}

.bestBuyDetailHeading {
  font-size: 18px;
  color: #666;
  line-height: 1.2;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px
}

.bestBuyDetailISBN {
  font-size: 15px;
  color: #666;
  line-height: 1.2;
  text-align: left;
  font-weight: lighter
}

.bestBuyDetail {
  font-weight: lighter;
  font-size: 18px
}

.bestBuyDetailPrice,
.bundleIncludes {
  font-weight: lighter;
  font-size: 15px
}

.bundleIncludes {
  font-style: italic
}

.bestBuyProductBtnContainer {
  position: absolute;
  bottom: 4px
}

.relatedProgramCarouselTitle {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  font-weight: 600
}

#relatedProgramCarouselContainer {
  margin-top: 25px
}

#relatedProgramCarouselContainer .owl-stage {
  margin: 0 auto
}

#relatedProgramCarouselContainer .item img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 201px
}

.NGLSchoolProductPage .owl-controls {
  position: absolute;
  width: 100%;
  top: 92px
}

.NGLSchoolProductPage .owl-prev {
  text-align: left
}

.NGLSchoolProductPage .owl-next {
  text-align: right
}

#relatedProgramCarouselContainer .left,
#relatedProgramCarouselContainer .right {
  background-image: none;
  font-size: 60px;
  width: 3%;
  padding-top: 5%;
  opacity: 1;
  color: #000
}

#relatedProgramCarouselContainer .item {
  width: 280px;
  display: inline-block
}

#relatedProgramCarouselContainer .item a {
  display: inline-block;
  text-decoration: none
}

#relatedProgramCarouselContainer .item .scrollDescription {
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  line-height: 1.2;
  text-align: left
}

#relatedProgramCarouselContainer .item .scrollCopyRight {
  font-size: 15px;
  font-weight: lighter;
  color: #666;
  line-height: 1.333;
  text-align: left
}

#relatedProgramCarouselContainer .item .scrollHeading {
  font-size: 20px;
  font-weight: 700;
  color: #666;
  line-height: 1.2;
  text-align: left
}

.NGLSchoolProductPage .customTabHtml {
  margin-top: 2px;
  background-color: #e6e6e3;
  padding-top: 25px;
  padding-bottom: 70px
}

.NGLSchoolProductPage .customTabHtml .heading {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 25px;
  font-weight: 600
}

.NGLSchoolProductPage .customTabHtml,
.NGLSchoolProductPage .customTabHtml p {
  font-size: 18px;
  font-weight: lighter;
  color: #333;
  line-height: 1.2;
  text-align: left
}

.NGLSchoolProductPage .customTabHtml ul {
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  line-height: 1.7;
  text-align: left;
  padding-left: 20px
}

.NGLSchoolProductPage .seriesCustomTab {
  background-color: #155775;
  padding: 24px 0
}

.NGLSchoolProductPage .seriesCustomTabHeading {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 20px
}

.NGLSchoolProductPage .seriesCustomTab .vidyard-video h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-align: left
}

.NGLSchoolProductPage .seriesCustomTab .vidyard-video p {
  font-size: 18px;
  font-weight: lighter;
  color: #fff;
  line-height: 1.2;
  text-align: left
}

.NGLSchoolProductPage #companionSite {
  margin-top: 2px
}

.NGLSchoolProductPage #companionSitecontainer {
  padding: 0
}

.NGLSchoolProductPage #companionSitecontainer>li {
  border-radius: 3px;
  background-color: #b8770f;
  margin-top: 2px
}

.NGLSchoolProductPage #companionSitecontainer>li a {
  font-size: 17px;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  padding: 10px 21px;
  display: inline-block;
  width: 100%;
  font-weight: 600
}

.NGLSchoolProductPage #companionSitecontainer>li a:focus,
.NGLSchoolProductPage #companionSitecontainer>li a:hover {
  text-decoration: none
}

.NGLSchoolProductPage .companionSiteSubmenu {
  padding: 0
}

.NGLSchoolProductPage .companionSiteSubmenu .productDetailsPadding {
  padding-bottom: 14px
}

.NGLSchoolProductPage .companionSiteSubmenu li {
  margin-top: 2px;
  border: 1px solid #949799;
  border-radius: 3px;
  background-color: #fff
}

.NGLSchoolProductPage .companionSiteSubmenu li a {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
  text-align: left;
  padding: 10px 21px;
  display: inline-block;
  width: 100%
}

.NGLSchoolProductPage .companionSiteSubmenu li a:focus,
.NGLSchoolProductPage .companionSiteSubmenu li a:hover {
  text-decoration: none
}

.NGLSchoolProductPage .seriesCustomTab2 {
  background-color: #003985;
  padding: 60px 0;
  margin-top: 2px
}

.NGLSchoolProductPage .seriesCustomTab2Heading {
  font-size: 36px;
  color: #fff;
  line-height: .75;
  text-align: center;
  margin-bottom: 35px
}

.NGLSchoolProductPage .seriesCustomTab2Img {
  margin: 0 auto
}

.NGLSchoolProductPage .storyBlockContainer {
  max-width: 1056px;
  margin: 0 auto
}

.NGLSchoolProductPage .story-block {
  margin-top: 24px;
  overflow: hidden;
  text-align: center
}

.NGLSchoolProductPage .story-block .block:first-of-type {
  margin-left: 0
}

.NGLSchoolProductPage .story-block .block {
  background: #FFF;
  border: 1px solid #9d9d9d;
  border-radius: 4px;
  display: inline-block;
  padding: 20px 0;
  margin: 0 .2% 20px;
  text-align: center;
  vertical-align: top;
  max-width: 345px;
  width: 100%
}

.NGLSchoolProductPage .story-block .block a {
  display: block;
  text-decoration: none
}

.NGLSchoolProductPage .story-block .block a.blockImgContainer img {
  margin-left: auto;
  margin-right: auto
}

.NGLSchoolProductPage .storyBlockContainer .story-block .block h3 {
  font-size: 32.32px;
  color: #951700;
  line-height: 1.2;
  text-align: center
}

.NGLSchoolProductPage .storyBlockContainer .story-block .block .blockImgInnerContainer {
  font-size: 62px;
  color: #1b62b2;
  line-height: 1.048;
  text-align: center;
  font-weight: 700
}

@media (min-width:992px) {

  #alternateFormats .productDetailsPadding,
  #bestBuy .productDetailsPadding,
  #studentComponents .productDetailsPadding,
  #teacherComponents .productDetailsPadding,
  .productDetailsCarouselNoPadding>.productDetailsPadding {
    padding: 0
  }
}

@media(max-width:991px) {
  .NGLSchoolProductPage .container {
    padding: 0 15px
  }

  .NGLSchoolProductPage .productDetailsPadding {
    padding: 0 42px
  }

  .EltProductDetailInnerPadding {
    padding: 0
  }

  #productDetailsSection .container {
    padding: 0 8px
  }

  #productDetailsMenuMainContainer .container {
    padding: 0
  }

  #EltProductDetailOverview .requestSampleBtn {
    margin-top: 30px
  }

  #EltProductDetailOverview .overviewBuyBtn {
    margin-top: 25px
  }

  .productHeadingContainer {
    width: 65%
  }

  .productTitle {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    text-align: left
  }

  .productISBN {
    float: left
  }

  .productBtnContainer {
    text-align: center
  }

  .productBtnBuy {
    float: none;
    padding: .3% 29%
  }

  .productHeadingContainer #requestSampleDropDowncontainer {
    float: none
  }

  .moreAuthorImgContainer {
    width: 22%
  }

  .moreAuthorDescriptionContainer {
    width: 78%
  }

  #teacherComponents .teacherComponentsBox {
    padding-right: 1.5%
  }

  #teacherComponents .productBtnBuy {
    padding: .3% 21%
  }

  #studentComponents .studentComponentsBox {
    padding-right: 1.5%
  }

  #studentComponents .productBtnBuy {
    padding: .3% 21%
  }

  #alternateFormats,
  #bestBuy {
    padding-bottom: 10px
  }

  #alternateFormats .alternateFormatsComponentsBox,
  #bestBuy .bestBuyComponentsBox {
    padding-right: 1.5%
  }

  .NGLSchoolProductPage .storyBlockContainer {
    padding: 0 15px
  }

  .NGLSchoolProductPage .story-block .block {
    max-width: 350px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .swap-right {
    left: 50%
  }

  .swap-left {
    right: 50%
  }
}

@media(max-width:767px) {

  .NGLSchoolProductPage .container,
  .NGLSchoolProductPage .productDetailsPadding {
    padding: 0 12px
  }

  .productDetailsnav ul {
    margin: 0
  }

  .eltBuyBox,
  .overviewImgContainer {
    margin: 0 auto
  }

  .productDetailsnav .container {
    padding: 0
  }

  .overviewBox {
    height: auto;
    width: 100%;
    padding: 0
  }

  .moreAuthorDescription,
  .tableOfContentsDescription {
    height: 108px;
    overflow: hidden
  }

  .eltBuyBox {
    display: table;
    float: none
  }

  .overviewAuthor .overviewAuthorContainer {
    width: 210px;
    text-align: center;
    position: relative;
    margin: 0 auto 30px;
    display: table;
    float: none
  }

  .overviewAuthorBtnContainer {
    text-align: center
  }

  .productOverviewContainer {
    width: 100%;
    position: relative;
    float: left
  }

  .productImgContainer {
    margin: 0 auto;
    float: none
  }

  .productHeadingContainer {
    width: 100%;
    margin-top: 10px
  }

  .productTitle {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    text-align: left
  }

  .productISBN {
    float: left
  }

  .productBtnBuy,
  .productBtnRequestSample {
    float: none;
    padding: .4% 0;
    display: inline-block;
    width: 100%
  }

  .productBtnContainer {
    text-align: center;
    width: 100%
  }

  .productHeadingContainer #requestSampleDropDowncontainer {
    width: 100%
  }

  .NGLSchoolProductPage #viewesamleModal .modal-body,
  .NGLSchoolProductPage #viewesamleModal .modal-content,
  .NGLSchoolProductPage #viewesamleModal .modal-footer {
    position: relative;
    float: left
  }

  .NGLSchoolProductPage #viewesamleModal .form-group {
    position: relative;
    float: left;
    width: 100%
  }

  .NGLSchoolProductPage #viewesamleModal .form-group label {
    position: relative;
    float: left;
    width: 50%;
    line-height: 30px
  }

  .NGLSchoolProductPage #viewesamleModal .form-group input {
    position: relative;
    float: left;
    width: 50%
  }

  .NGLSchoolProductPage #viewesamleModal .modal-footer {
    width: 100%
  }

  #EltmoreDetails .productDetailsPadding {
    padding: 0
  }

  .titleMore {
    padding-left: 12px
  }

  .moreAuthorImgContainer {
    width: 40%
  }

  .moreAuthorDescriptionContainer {
    width: 60%
  }

  .NGLSchoolProductPage .authorMoreBtn,
  .tableOfContentsBtn {
    display: block
  }

  .moreAuthorContainer {
    padding: 12px 12px 38px
  }

  #productDetailsMorecontainer>li>a {
    padding: 11px 12px
  }

  .tableOfContentsContainer {
    padding: 12px 12px 38px
  }

  .alternateFormatsDetailContainer,
  .studentComponentsDetailContainer,
  .teacherComponentsDetailContainer {
    height: auto
  }

  .NGLSchoolProductPage #productScrollContainer .left,
  .NGLSchoolProductPage #productScrollContainer .right {
    width: 6%
  }

  #teacherComponents {
    padding-bottom: 10px
  }

  .teacherComponentsTitle {
    text-align: left;
    padding-left: 3%
  }

  #teacherComponents .teacherComponentsBox {
    padding: 0 3%
  }

  #teacherComponents .productBtnContainer {
    text-align: center;
    position: relative;
    bottom: 3px
  }

  .teacherComponentsISBNPriceContainer {
    position: relative;
    bottom: 2px;
    width: 100%
  }

  #teacherComponents .productBtnBuy {
    padding: .3% 21%
  }

  #studentComponents {
    padding-bottom: 10px
  }

  .studentComponentsTitle {
    text-align: left;
    padding-left: 3%
  }

  #studentComponents .studentComponentsBox {
    padding: 0 3%
  }

  #studentComponents .productBtnContainer {
    text-align: center;
    position: relative;
    bottom: 3px
  }

  .studentComponentsISBNPriceContainer {
    position: relative;
    bottom: 2px;
    width: 100%
  }

  #studentComponents .productBtnBuy {
    padding: .3% 21%
  }

  #alternateFormats {
    padding-bottom: 10px
  }

  #alternateFormats .alternateFormatsComponentsBox {
    padding: 0 3%
  }

  .alternateFormatsHeading,
  .alternateFormatsSubHeading {
    text-align: left;
    padding-left: 3%
  }

  #bestBuy {
    padding-bottom: 10px
  }

  #bestBuy .bestBuyComponentsBox {
    padding: 0 3%
  }

  .bestBuyHeading,
  .bestBuySubHeading {
    text-align: left;
    padding-left: 3%
  }

  #relatedProgramCarouselContainer .left,
  #relatedProgramCarouselContainer .right {
    width: 6%
  }

  .NGLSchoolProductPage #companionSitecontainer>li a,
  .NGLSchoolProductPage .companionSiteSubmenu li a {
    padding: 10px 0
  }

  .NGLSchoolProductPage .seriesCustomTab2 {
    padding: 20px 0
  }

  .NGLSchoolProductPage .seriesCustomTab2Heading {
    font-size: 20px;
    color: #fff;
    line-height: 1.35
  }

  .NGLSchoolProductPage .storyBlockContainer {
    padding: 0 12px
  }
}

@media(max-width:350px) {
  .moreAuthorImgContainer {
    width: 45%
  }

  .moreAuthorDescriptionContainer {
    width: 55%
  }
}

section {
  position: relative;
  float: left;
  width: 100%
}

.NGLSchoolSeriesPage .pageContainer {
  display: initial
}

.NGLSchoolSeriesPage .productDetailsPadding,
.NGLSchoolSeriesPage .seriesContainer {
  padding: 0 65px
}

.NGLSchoolSeriesPage #relativeSectionContainer {
  margin-top: 44px;
  position: relative;
  float: left;
  width: 100%
}

#barSeriesMenuContainer .subseriesGroupPadding,
#companionSiteMenu .subseriesGroupPadding,
#customTab .subseriesGroupPadding,
#subSeriesGroupContainer .subseriesGroupPadding,
.seriesCustomTab2 .subseriesGroupPadding {
  padding: 10px 65px
}

.NGLSchoolSeriesPage .modal-body button.close {
  color: #000;
  background-color: transparent;
  height: 15px;
  position: absolute;
  right: 1px;
  margin: -8px 6px 4px 0
}

.NGLSchoolSeriesPage .modal-content button[data-dismiss=modal]:before {
  content: "\f00d";
  font-size: 18px;
  font-family: FontAwesome
}

.programInfonav .navbar {
  margin: 0
}

.programInfonav .navbar-header {
  float: none
}

.programInfonav .navbar-toggle {
  display: block
}

.programInfonav .navbar-collapse.collapse {
  display: none !important
}

.programInfonav .navbar-collapse.collapse.in {
  display: block !important
}

.programInfonav .navbar-nav {
  float: none !important
}

.programInfonav .navbar-nav>li {
  float: none;
  z-index: 1
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent
}

#programInfoSection {
  border-radius: 3px;
  background-color: #fc0;
  height: 44px;
  position: fixed;
  z-index: 9;
  top: 71px
}

#programInfoMenuMainContainer {
  position: fixed;
  margin-top: 44px;
  z-index: 9
}

#programInfoButtonContainer {
  font-size: 16px;
  color: #000;
  line-height: 2.4;
  text-align: left;
  float: left
}

#programInfoButtonContainer .navbar-toggle {
  padding: 0;
  margin: 0
}

#programInfoMenucontainer {
  padding: 0;
  position: absolute;
  width: 100%;
  max-height: 500px;
  overflow-y: auto !important
}

#programInfoMenucontainer>li {
  border: 1px solid #949799;
  border-radius: 3px;
  background-color: #e0ddce;
  margin-top: 2px
}

#programInfoMenucontainer>li a:focus,
#programInfoMenucontainer>li a:hover,
#programInfoMenucontainer>li:focus,
#programInfoMenucontainer>li:hover {
  border-radius: 3px;
  background-color: #807d75;
  font-size: 16px;
  color: #fff
}

#programInfoMenucontainer li a {
  padding: 8px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  text-align: left
}

#programInfoMenucontainer .companionSiteMenu {
  background-color: #b8770f
}

#programInfoMenucontainer .companionSiteMenu a {
  color: #fff
}

#programInfoMenucontainer .companionSiteMenu a:focus,
#programInfoMenucontainer .companionSiteMenu a:hover,
#programInfoMenucontainer .companionSiteMenu:focus,
#programInfoMenucontainer .companionSiteMenu:hover {
  background-color: #80530a
}

.programInfoSubmenu {
  padding: 0
}

#programInfoMenucontainer .programInfoSubmenu>li {
  border: 1px solid #949799;
  border-radius: 3px;
  background-color: #fff;
  margin-top: 2px
}

#programInfoMenucontainer .programInfoSubmenu a {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
  text-align: left
}

#programInfoMenucontainer .programInfoSubmenu>li a:focus,
#programInfoMenucontainer .programInfoSubmenu>li a:hover,
#programInfoMenucontainer .programInfoSubmenu>li:focus,
#programInfoMenucontainer .programInfoSubmenu>li:hover {
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  background-color: #898989
}

.NGLSchoolSeriesPage #seriesBanner {
  background: center no-repeat #000
}

.NGLSchoolSeriesPage #seriesBanner .superheroImg {
  margin: 0 auto;
  display: block
}

.NGLSchoolSeriesPage .heroOverlay {
  background-color: rgba(0, 0, 0, .349);
  position: absolute;
  bottom: 0
}

.NGLSchoolSeriesPage .heroOverlayText {
  font-size: 28px;
  color: #fff;
  line-height: 1.071;
  max-width: 1056px;
  margin: 10px auto;
  font-weight: 400
}

#reasonsToChoose {
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  line-height: 1.3;
  text-align: left
}

.reasonsToChooseHeading {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  font-weight: bolder
}

#reasonsToChoose p,
#reasonsToChoose ul {
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  text-align: left
}

#reasonsToChoose ul {
  line-height: 1.7;
  padding-left: 20px;
  margin-top: 10px
}

#reasonsToChoose p {
  line-height: 1.3
}

#gradesK6 {
  padding-bottom: 30px
}

.gradesImgContainer {
  width: 100%;
  margin: 10px auto;
  position: relative;
  text-align: center
}

.gradesK6Title {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px
}

.NGLSchoolSeriesPage .requestSampleBtn,
.NGLSchoolSeriesPage .requestSampleBtn:focus,
.NGLSchoolSeriesPage .requestSampleBtn:hover {
  font-size: 15px;
  color: #000;
  text-align: center;
  line-height: 1.2
}

.gradesK6Img {
  width: 18%;
  display: inline-block;
  margin: 10px
}

.gradesK6Img img {
  width: 100%
}

.NGLSchoolSeriesPage .requestSampleBtn {
  background-color: rgba(255, 204, 0, .502);
  width: 47%;
  display: inline-block;
  border-radius: 20px;
  padding: 7px 0;
  margin: 0 auto 20px
}

#subSeriesGroup {
  padding-top: 20px
}

#subSeriesGroupContainer,
#subSeriesGroupContainer .subSeriesGroupSubmenu {
  padding: 0
}

.subseriesGroupDetailContainer {
  display: inline-block;
  width: 100%
}

#subSeriesGroupContainer>li a {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  text-align: left
}

#subSeriesGroupContainer>li {
  margin-top: 2px
}

#subSeriesGroupContainer>li a:focus,
#subSeriesGroupContainer>li a:hover {
  color: #333
}

#subSeriesGroupContainer li {
  border-radius: 3px;
  background-color: rgba(255, 204, 0, .502)
}

#subSeriesGroupContainer .subSeriesGroupSubmenu>li {
  background-color: #f7f4e4;
  display: inline-block;
  width: 100%
}

.subSeriesGroupImg {
  width: 100%
}

.subSeriesGroupImgCaption {
  font-size: 16px;
  color: #666;
  font-style: italic;
  line-height: 1.875;
  text-align: right
}

.subSeriesGroupTitle {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px
}

.subseriesGroupDetailDescription {
  font-size: 18px;
  font-weight: lighter;
  color: #333;
  line-height: 1.2;
  text-align: left
}

#subSeriesGroup .subSeriesGroupBtn {
  border: 1px solid #0072a3;
  background-color: #fff;
  width: 80%;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border-radius: 14px;
  margin: 40px 0
}

#assessment,
#technology {
  background-color: #e6e6e3;
  padding-top: 25px
}

.assessmentImg,
.technologyImg {
  width: 100%;
  margin-bottom: 30px
}

#subSeriesGroup .subSeriesGroupBtn:hover #subSeriesGroup .subSeriesGroupBtn:focus {
  color: #000
}

#assessment {
  margin-top: 2px;
  padding-bottom: 70px
}

.assessmentHeading {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 25px;
  font-weight: 700
}

#assessment .srs_pullquotelarge,
#assessment .srs_pullquotesmall {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  font-weight: 600
}

#assessment .srs_headC {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  font-weight: 900
}

#assessment,
#assessment .srs_body,
#assessment p {
  font-size: 18px;
  font-weight: lighter;
  color: #333;
  line-height: 1.2;
  text-align: left
}

#assessment ul,
#assessment ul.srs_bulletbody {
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  line-height: 1.7;
  text-align: left;
  padding-left: 20px
}

#technology {
  margin-top: 2px;
  padding-bottom: 70px
}

.technologyHeading {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 25px;
  font-weight: 700
}

#technology .srs_pullquotelarge,
#technology .srs_pullquotesmall {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  font-weight: 600
}

#technology,
#technology .srs_body,
#technology p {
  font-size: 18px;
  font-weight: lighter;
  color: #333;
  line-height: 1.2;
  text-align: left
}

#technology ul,
#technology ul.srs_bulletbody {
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  line-height: 1.7;
  text-align: left;
  padding-left: 20px
}

#technology .srs_headC {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  font-weight: 900
}

#barSeriesMenuContainer,
.barSeriesMenuSubmenu {
  padding: 0
}

#barSeriesMenuContainer>li {
  border: 1px solid #949799;
  border-radius: 3px;
  background-color: #99978d;
  margin-top: 2px
}

#barSeriesMenuContainer>li a {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-align: left
}

.barSeriesMenuSubmenu>li {
  border: 1px solid #949799;
  border-radius: 3px;
  background-color: #fff;
  padding: 0;
  margin-top: 2px
}

.barSeriesMenuSubmenu>li a {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
  text-align: left
}

#relatedPrograms {
  padding: 24px 0
}

.relatedProgramsHeading {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  font-weight: 700
}

#relatedProgramsContainer {
  margin-top: 20px
}

#relatedProgramsContainer .item img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 201px
}

#relatedProgramsContainer .owl-stage {
  margin: 0 auto
}

#relatedProgramsContainer .left,
#relatedProgramsContainer .right {
  background-image: none;
  font-size: 60px;
  width: 3%;
  padding-top: 0;
  opacity: 1;
  color: #000
}

#relatedProgramsContainer .item a {
  display: inline-block;
  width: 280px;
  text-decoration: none
}

#relatedProgramsContainer .item p {
  font-size: 12px;
  font-weight: lighter;
  color: #000;
  font-style: italic;
  line-height: 1.2;
  text-align: left
}

#relatedProgramsContainer .item h2 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  line-height: 1.2;
  text-align: center
}

.NGLSchoolSeriesPage .customTabHtml {
  margin-top: 2px;
  background-color: #e6e6e3;
  padding-top: 25px;
  padding-bottom: 70px
}

.NGLSchoolSeriesPage .customTabHtml .heading {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 25px;
  font-weight: 600
}

.NGLSchoolSeriesPage .customTabHtml,
.NGLSchoolSeriesPage .customTabHtml p {
  font-size: 18px;
  font-weight: lighter;
  color: #333;
  line-height: 1.2;
  text-align: left
}

.NGLSchoolSeriesPage .customTabHtml ul {
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  line-height: 1.7;
  text-align: left;
  padding-left: 20px
}

.NGLSchoolSeriesPage .seriesCustomTab {
  padding: 24px 0;
  background-color: #663c51
}

.NGLSchoolSeriesPage .seriesCustomTabHeading {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px
}

.NGLSchoolSeriesPage .seriesCustomTab .video-container.vidyard-video {
  width: inherit !important
}

.NGLSchoolSeriesPage .seriesCustomTab .vidyard-video h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-align: left
}

.NGLSchoolSeriesPage .seriesCustomTab .vidyard-video p {
  font-size: 18px;
  font-weight: lighter;
  color: #fff;
  line-height: 1.2;
  text-align: left
}

.NGLSchoolSeriesPage .seriesCustomTab2 {
  padding: 60px 0;
  background-color: #00628c;
  margin-top: 2px
}

.NGLSchoolSeriesPage .seriesCustomTab2Heading {
  font-size: 42px;
  color: #fff;
  line-height: .643;
  text-align: center;
  padding-bottom: 15px
}

.NGLSchoolSeriesPage .seriesCustomTab2Img {
  margin: 25px auto 0
}

.NGLSchoolSeriesPage .storyBlockContainer {
  max-width: 1056px;
  margin: 0 auto
}

.NGLSchoolSeriesPage .story-block {
  margin-top: 24px;
  overflow: hidden;
  text-align: center
}

.NGLSchoolSeriesPage .story-block .block:first-of-type {
  margin-left: 0
}

.NGLSchoolSeriesPage .story-block .block {
  background-color: #FFF;
  /* border: 1px solid #9d9d9d; */
  /* border-radius: 4px; */
  display: inline-block;
  /* padding: 20px 0; */
  margin: 0 .2% 20px;
  text-align: center;
  vertical-align: top;
  max-width: 345px;
  width: 100%;
}


.NGLSchoolSeriesPage .story-block .block a {
  display: block;
  text-decoration: none
}

.NGLSchoolSeriesPage .story-block .block a.blockImgContainer img {
  margin-left: auto;
  margin-right: auto
}

.NGLSchoolSeriesPage .storyBlockContainer .story-block .block h3 {
  font-size: 32.32px;
  color: #951700;
  line-height: 1.2;
  text-align: center
}

.NGLSchoolSeriesPage .storyBlockContainer .story-block .block .blockImgInnerContainer {
  font-size: 62px;
  color: #1b62b2;
  line-height: 1.048;
  text-align: center;
  font-weight: 700
}

.NGLSchoolSeriesPage #companionSite {
  margin-top: 2px
}

.NGLSchoolSeriesPage #companionSitecontainer {
  padding: 0
}

.NGLSchoolSeriesPage #companionSitecontainer>li {
  border-radius: 3px;
  background-color: #b8770f;
  margin-top: 2px
}

.NGLSchoolSeriesPage #companionSitecontainer>li a {
  font-size: 17px;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  font-weight: 600
}

.NGLSchoolSeriesPage #companionSitecontainer>li a:focus,
.NGLSchoolSeriesPage #companionSitecontainer>li a:hover {
  text-decoration: none
}

.NGLSchoolSeriesPage .companionSiteSubmenu {
  padding: 0
}

.NGLSchoolSeriesPage .companionSiteSubmenu .productDetailsPadding {
  padding-bottom: 14px
}

.NGLSchoolSeriesPage .companionSiteSubmenu li {
  margin-top: 2px;
  border: 1px solid #949799;
  border-radius: 3px;
  background-color: #fff
}

.NGLSchoolSeriesPage .companionSiteSubmenu li a {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
  text-align: left;
  padding: 10px 0;
  display: inline-block;
  width: 100%
}

.NGLSchoolSeriesPage .companionSiteSubmenu li a:focus,
.NGLSchoolSeriesPage .companionSiteSubmenu li a:hover {
  text-decoration: none
}

#authors {
  padding: 15px 0;
  background-color: #e6e6e3
}

.authorsHeading {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px
}

.authorDescription,
.authorTitle {
  font-size: 18px;
  text-align: left;
  line-height: 1.2
}

.authorContainer {
  position: relative;
  float: left;
  width: 50%;
  background-color: #e6e6e3;
  padding: 0 12px 0 0;
  margin-bottom: 20px
}

.authorImgContainer {
  position: relative;
  float: left;
  width: 20%;
  margin-right: 5%
}

.authorDescriptionContainer.fullWidth {
  width: 100%
}

.authorDescriptionContainer {
  height: 132px;
  position: relative;
  float: left;
  width: 75%
}

.authorTitle {
  font-weight: 700;
  color: #000;
  margin-top: 0;
  margin-bottom: 5px
}

.authorDescription {
  font-weight: lighter;
  color: #333;
  margin-top: 2px
}

.NGLSchoolSeriesPage .authorMoreBtn {
  font-size: 15px;
  color: #0072a3;
  line-height: 1.2;
  text-align: left;
  display: none;
  margin-top: 7px
}

#seeLevel {
  padding: 10px 0
}

.seeLevelTitle {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 600
}

#seeLevelContainer {
  margin-top: 20px
}

#seeLevelContainer .item img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 201px
}

#seeLevelContainer .owl-stage {
  margin: 0 auto
}

.seeAllSeriesTitlesBtn,
.seriesViewESampleBtn {
  display: inline-block;
  border-radius: 20px;
  margin: 20px auto
}

.NGLSchoolSeriesPage .owl-controls {
  position: absolute;
  width: 100%;
  top: 92px
}

.NGLSchoolSeriesPage .owl-prev {
  text-align: left
}

.NGLSchoolSeriesPage .owl-next {
  text-align: right
}

#seeLevelContainer .left,
#seeLevelContainer .right {
  background-image: none;
  font-size: 60px;
  width: 3%;
  padding-top: 5%;
  opacity: 1;
  color: #000
}

#seeLevelContainer .item a {
  display: inline-block;
  width: 280px;
  text-decoration: none
}

#seeLevelContainer .item .seeLevelCarouselDescription {
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  line-height: 1.2;
  text-align: left
}

#seeLevelContainer .item .published {
  font-size: 15px;
  font-weight: lighter;
  color: #666;
  line-height: 1.333;
  text-align: left
}

#seeLevelContainer .item h2 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  line-height: 1.2;
  text-align: left
}

.seeAllSeriesTitlesBtn {
  background-color: #0072a3;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  width: 90%;
  padding: 7px 0
}

.seeAllSeriesTitlesBtn:focus,
.seeAllSeriesTitlesBtn:hover {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-align: center
}

.seriesViewESampleBtn,
.seriesViewESampleBtn:focus,
.seriesViewESampleBtn:hover {
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-size: 18px
}

.seriesViewESampleBtn {
  background-color: #fc0;
  width: 80%;
  padding: 1px 0;
  cursor: pointer
}

.NGLSchoolSeriesPage .mainPageContainer.seriesContainer .seriesViewESampleBtn {
  padding: 6px 0;
  width: 90%
}

form#eSampleForm {
  text-align: left
}

.NGLSchoolSeriesPage #viewesamleModal .modal-header {
  background-color: #0072a3;
  color: #fff
}

.NGLSchoolSeriesPage #viewesamleModal .modal-header .eSampleHeader {
  font-size: 18px;
  text-align: center
}

.NGLSchoolSeriesPage #viewesamleModal .modal-header .close {
  line-height: 5px;
  margin-top: -13px
}

.NGLSchoolSeriesPage div.required-field label:first-child::before {
  content: "*";
  color: red;
  text-align: center
}

.NGLSchoolSeriesPage div.required-field label:first-child {
  display: block
}

.NGLSchoolSeriesPage #viewesamleModal .ageCheckHeading {
  display: inline-block
}

.NGLSchoolSeriesPage #viewesamleModal .optoutContent {
  line-height: 15px
}

.NGLSchoolSeriesPage #viewesamleModal .modal-footer .btn-primary {
  background-color: transparent;
  border-color: #0072a3;
  color: #0072a3
}

.NGLSchoolSeriesPage #viewesamleModal .modal-footer .btn-primary:hover {
  background-color: #3071a9;
  color: #fff
}

#fooDiv,
.NGLSchoolSeriesPage #requestSampleDropDowncontainer .dropdown-backdrop {
  display: none
}

@media(max-width:991px) {
  .NGLSchoolSeriesPage .seriesContainer {
    padding: 0 43px
  }

  #barSeriesMenuContainer .subseriesGroupPadding,
  #companionSiteMenu .subseriesGroupPadding,
  #relatedPrograms .subseriesGroupPadding,
  #seeLevel .subseriesGroupPadding,
  #subSeriesGroupContainer .subseriesGroupPadding,
  .seriesCustomTab .productDetailsPadding,
  .seriesCustomTab2 .productDetailsPadding {
    padding: 10px 43px
  }

  #programInfoSection .container {
    padding: 0 8px
  }

  #programInfoMenuMainContainer .container {
    padding: 0
  }

  .authorDescriptionContainer,
  .authorDescriptionContainer.fullWidth {
    height: auto
  }

  .authorContainer {
    width: 100%
  }

  .authorImgContainer {
    margin-right: 2%
  }

  .NGLSchoolSeriesPage .authorMoreBtn {
    display: block
  }

  .NGLSchoolSeriesPage .storyBlockContainer {
    padding: 0 15px
  }

  .NGLSchoolSeriesPage .story-block .block {
    max-width: 350px
  }

  .NGLSchoolSeriesPage #companionSitecontainer>li a,
  .NGLSchoolSeriesPage .companionSiteSubmenu li a {
    padding: 10px 0
  }
}

@media(max-width:767px) {
  .NGLSchoolSeriesPage .seriesContainer {
    padding: 0 12px
  }

  #barSeriesMenuContainer .subseriesGroupPadding,
  #companionSiteMenu .subseriesGroupPadding,
  #relatedPrograms .subseriesGroupPadding,
  #subSeriesGroupContainer .subseriesGroupPadding,
  .seriesCustomTab .productDetailsPadding,
  .seriesCustomTab2 .productDetailsPadding {
    padding: 10px 12px
  }

  .programInfonav ul {
    margin: 0
  }

  .programInfonav .container {
    padding: 0
  }

  .NGLSchoolSeriesPage #seriesBanner {
    height: 144px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
  }

  .NGLSchoolSeriesPage #seriesBanner .superheroImg {
    height: 100%;
    display: none
  }

  .NGLSchoolSeriesPage .heroOverlayText {
    font-size: 22px;
    margin: 5px auto
  }

  #subSeriesGroup .subSeriesGroupBtn {
    width: 90%
  }

  #relatedProgramsContainer .left,
  #relatedProgramsContainer .right,
  #seeLevelContainer .left,
  #seeLevelContainer .right {
    width: 6%
  }

  #assessment,
  #technology {
    padding-bottom: 33px
  }

  #relatedPrograms {
    padding: 20px 0
  }

  .NGLSchoolSeriesPage .seriesCustomTab2 {
    padding: 32px 0
  }

  .NGLSchoolSeriesPage .seriesCustomTab2Heading {
    font-size: 28px;
    color: #fff;
    line-height: .964;
    text-align: center
  }

  .NGLSchoolSeriesPage .requestSampleBtn,
  .seeAllSeriesTitlesBtn,
  .seriesViewESampleBtn {
    width: 100%
  }

  .authorImgContainer {
    width: 30%;
    margin-right: 5%
  }

  .authorDescriptionContainer {
    width: 65%
  }

  .NGLSchoolSeriesPage .storyBlockContainer {
    padding: 0 12px
  }
}